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()
boolean
void
removeExtendedRow
(int idx) Removes the extended row by its index (position in the list).void
removeExtendedRow
(DynaFormRow rowToBeRemoved) Removes the passed extended row.void
removeRegularRow
(int idx) Removes the regular row by its index (position in the list).void
removeRegularRow
(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
-DynaFormRow
to 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
-DynaFormRow
to 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()
-