Liferay 7.0-ce-m6

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

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

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

Methods in com.liferay.portlet.dynamicdatamapping.io that return DDMFormLayoutPage
protected  DDMFormLayoutPage DDMFormLayoutJSONDeserializerImpl.getDDMFormLayoutPage(JSONObject jsonObject)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.io that return types with arguments of type DDMFormLayoutPage
protected  List<DDMFormLayoutPage> DDMFormLayoutJSONDeserializerImpl.getDDMFormLayoutPages(JSONArray jsonArray)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.io with parameters of type DDMFormLayoutPage
protected  void DDMFormLayoutJSONDeserializerImpl.setDDMFormLayoutPageDescription(JSONObject jsonObject, DDMFormLayoutPage ddmFormLayoutPage)
           
protected  void DDMFormLayoutJSONDeserializerImpl.setDDMFormLayoutPageRows(JSONArray jsonArray, DDMFormLayoutPage ddmFormLayoutPage)
           
protected  void DDMFormLayoutJSONDeserializerImpl.setDDMFormLayoutPageTitle(JSONObject jsonObject, DDMFormLayoutPage ddmFormLayoutPage)
           
protected  JSONObject DDMFormLayoutJSONSerializerImpl.toJSONObject(DDMFormLayoutPage ddmFormLayoutPage)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.io with type arguments of type DDMFormLayoutPage
protected  void DDMFormLayoutJSONSerializerImpl.addPages(JSONObject jsonObject, List<DDMFormLayoutPage> ddmFormLayoutPages)
           
 

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