Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.model
Class DDMFormLayoutPage

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.model.DDMFormLayoutPage

public class DDMFormLayoutPage
extends Object


Constructor Summary
DDMFormLayoutPage()
           
DDMFormLayoutPage(DDMFormLayoutPage ddmFormLayoutPage)
           
 
Method Summary
 void addDDMFormLayoutRow(DDMFormLayoutRow ddmFormLayoutRow)
           
 DDMFormLayoutRow getDDMFormLayoutRow(int index)
           
 List<DDMFormLayoutRow> getDDMFormLayoutRows()
           
 LocalizedValue getDescription()
           
 LocalizedValue getTitle()
           
 void setDDMFormLayoutRows(List<DDMFormLayoutRow> ddmFormLayoutRows)
           
 void setDescription(LocalizedValue description)
           
 void setTitle(LocalizedValue title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMFormLayoutPage

public DDMFormLayoutPage()

DDMFormLayoutPage

public DDMFormLayoutPage(DDMFormLayoutPage ddmFormLayoutPage)
Method Detail

addDDMFormLayoutRow

public void addDDMFormLayoutRow(DDMFormLayoutRow ddmFormLayoutRow)

getDDMFormLayoutRow

public DDMFormLayoutRow getDDMFormLayoutRow(int index)

getDDMFormLayoutRows

public List<DDMFormLayoutRow> getDDMFormLayoutRows()

getDescription

public LocalizedValue getDescription()

getTitle

public LocalizedValue getTitle()

setDDMFormLayoutRows

public void setDDMFormLayoutRows(List<DDMFormLayoutRow> ddmFormLayoutRows)

setDescription

public void setDescription(LocalizedValue description)

setTitle

public void setTitle(LocalizedValue title)

Liferay 7.0-ce-m6