Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.model
Class DDMFormLayout

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

public class DDMFormLayout
extends Object


Constructor Summary
DDMFormLayout()
           
DDMFormLayout(DDMFormLayout ddmFormLayout)
           
 
Method Summary
 void addDDMFormLayoutPage(DDMFormLayoutPage ddmFormLayoutPage)
           
 DDMFormLayoutPage getDDMFormLayoutPage(int index)
           
 List<DDMFormLayoutPage> getDDMFormLayoutPages()
           
 Locale getDefaultLocale()
           
 void setDDMFormLayoutPages(List<DDMFormLayoutPage> ddmFormLayoutPages)
           
 void setDefaultLocale(Locale defaultLocale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMFormLayout

public DDMFormLayout()

DDMFormLayout

public DDMFormLayout(DDMFormLayout ddmFormLayout)
Method Detail

addDDMFormLayoutPage

public void addDDMFormLayoutPage(DDMFormLayoutPage ddmFormLayoutPage)

getDDMFormLayoutPage

public DDMFormLayoutPage getDDMFormLayoutPage(int index)

getDDMFormLayoutPages

public List<DDMFormLayoutPage> getDDMFormLayoutPages()

getDefaultLocale

public Locale getDefaultLocale()

setDDMFormLayoutPages

public void setDDMFormLayoutPages(List<DDMFormLayoutPage> ddmFormLayoutPages)

setDefaultLocale

public void setDefaultLocale(Locale defaultLocale)

Liferay 7.0-ce-m6