Liferay 7.0-ce-m6

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

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

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

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

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

Methods in com.liferay.portlet.dynamicdatamapping.io with parameters of type DDMFormLayoutRow
protected  void DDMFormLayoutJSONDeserializerImpl.setDDMFormLayoutRowColumns(JSONArray jsonArray, DDMFormLayoutRow ddmFormLayoutRow)
           
protected  JSONObject DDMFormLayoutJSONSerializerImpl.toJSONObject(DDMFormLayoutRow ddmFormLayoutRow)
           
 

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

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
 

Methods in com.liferay.portlet.dynamicdatamapping.util that return DDMFormLayoutRow
protected  DDMFormLayoutRow DDMImpl.getDefaultDDMFormLayoutRow(DDMFormField ddmFormField)
           
 

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