Class DynaFormModel
java.lang.Object
org.primefaces.extensions.model.dynaform.DynaFormModel
- All Implemented Interfaces:
Serializable
Model class for
DynaForm component.- Since:
- 0.5
- Version:
- $Revision$
- Author:
- Oleg Varaksin / last modified by $Author$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new extended row.Creates a new regular row.getUuid()booleanvoidremoveExtendedRow(int idx) Removes the extended row by its index (position in the list).voidremoveExtendedRow(DynaFormRow rowToBeRemoved) Removes the passed extended row.voidremoveRegularRow(int idx) Removes the regular row by its index (position in the list).voidremoveRegularRow(DynaFormRow rowToBeRemoved) Removes the passed regular row.
-
Constructor Details
-
DynaFormModel
public DynaFormModel()
-
-
Method Details
-
getUuid
-
getRegularRows
-
getExtendedRows
-
getControls
-
getLabels
-
createRegularRow
Creates a new regular row.- Returns:
DynaFormRow
-
createExtendedRow
Creates a new extended row.- Returns:
DynaFormRow
-
removeRegularRow
Removes the passed regular row.- Parameters:
rowToBeRemoved-DynaFormRowto be removed
-
removeRegularRow
public void removeRegularRow(int idx) Removes the regular row by its index (position in the list).- Parameters:
idx- index of the row to be removed
-
removeExtendedRow
Removes the passed extended row.- Parameters:
rowToBeRemoved-DynaFormRowto be removed
-
removeExtendedRow
public void removeExtendedRow(int idx) Removes the extended row by its index (position in the list).- Parameters:
idx- index of the row to be removed
-
isExistExtendedGrid
public boolean isExistExtendedGrid()
-