com.liferay.portlet.dynamicdatamapping.model
Class DDMFormLayoutColumn
java.lang.Object
com.liferay.portlet.dynamicdatamapping.model.DDMFormLayoutColumn
public class DDMFormLayoutColumn
- extends Object
|
Field Summary |
static int |
FULL
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FULL
public static final int FULL
- See Also:
- Constant Field Values
DDMFormLayoutColumn
public DDMFormLayoutColumn(DDMFormLayoutColumn ddmFormLayoutColumn)
DDMFormLayoutColumn
public DDMFormLayoutColumn(int size,
String... ddmFormFieldNames)
getDDMFormFieldName
public String getDDMFormFieldName(int index)
getDDMFormFieldNames
public List<String> getDDMFormFieldNames()
getSize
public int getSize()
setDDMFormFieldNames
public void setDDMFormFieldNames(List<String> ddmFormFieldNames)