Liferay 7.0-ce-m6

Uses of Class
com.liferay.portlet.dynamicdatamapping.model.DDMFormLayoutRow

Packages that use DDMFormLayoutRow
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.util.test   
 

Uses of DDMFormLayoutRow in com.liferay.portlet.dynamicdatamapping.model
 

Methods in com.liferay.portlet.dynamicdatamapping.model that return DDMFormLayoutRow
 DDMFormLayoutRow DDMFormLayoutPage.getDDMFormLayoutRow(int index)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model that return types with arguments of type DDMFormLayoutRow
 List<DDMFormLayoutRow> DDMFormLayoutPage.getDDMFormLayoutRows()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMFormLayoutRow
 void DDMFormLayoutPage.addDDMFormLayoutRow(DDMFormLayoutRow ddmFormLayoutRow)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.model with type arguments of type DDMFormLayoutRow
 void DDMFormLayoutPage.setDDMFormLayoutRows(List<DDMFormLayoutRow> ddmFormLayoutRows)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMFormLayoutRow
DDMFormLayoutRow(DDMFormLayoutRow ddmFormLayoutRow)
           
 

Uses of DDMFormLayoutRow in com.liferay.portlet.dynamicdatamapping.util.test
 

Methods in com.liferay.portlet.dynamicdatamapping.util.test that return DDMFormLayoutRow
 DDMFormLayoutRow DDMStructureLayoutTestHelper.createDDMFormLayoutRow(List<DDMFormLayoutColumn> ddmFormLayoutColumns)
           
 


Liferay 7.0-ce-m6