Liferay 7.0-ce-m6

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

Packages that use DDMFormLayoutPage
com.liferay.portlet.dynamicdatamapping.model   
 

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

Methods in com.liferay.portlet.dynamicdatamapping.model that return DDMFormLayoutPage
 DDMFormLayoutPage DDMFormLayout.getDDMFormLayoutPage(int index)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMFormLayoutPage
 void DDMFormLayout.addDDMFormLayoutPage(DDMFormLayoutPage ddmFormLayoutPage)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.model with type arguments of type DDMFormLayoutPage
 void DDMFormLayout.setDDMFormLayoutPages(List<DDMFormLayoutPage> ddmFormLayoutPages)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMFormLayoutPage
DDMFormLayoutPage(DDMFormLayoutPage ddmFormLayoutPage)
           
 


Liferay 7.0-ce-m6