public class DynaFormModel
extends java.lang.Object
implements java.io.Serializable
DynaForm component.| Constructor and Description |
|---|
DynaFormModel() |
| Modifier and Type | Method and Description |
|---|---|
DynaFormRow |
createExtendedRow()
Creates a new extended row.
|
DynaFormRow |
createRegularRow()
Creates a new regular row.
|
java.util.List<DynaFormControl> |
getControls() |
java.util.List<DynaFormRow> |
getExtendedRows() |
java.util.List<DynaFormLabel> |
getLabels() |
java.util.List<DynaFormRow> |
getRegularRows() |
java.lang.String |
getUuid() |
boolean |
isExistExtendedGrid() |
void |
removeExtendedRow(DynaFormRow rowToBeRemoved)
Removes the passed extended row.
|
void |
removeExtendedRow(int idx)
Removes the extended row by its index (position in the list).
|
void |
removeRegularRow(DynaFormRow rowToBeRemoved)
Removes the passed regular row.
|
void |
removeRegularRow(int idx)
Removes the regular row by its index (position in the list).
|
public java.lang.String getUuid()
public java.util.List<DynaFormRow> getRegularRows()
public java.util.List<DynaFormRow> getExtendedRows()
public java.util.List<DynaFormControl> getControls()
public java.util.List<DynaFormLabel> getLabels()
public DynaFormRow createRegularRow()
DynaFormRowpublic DynaFormRow createExtendedRow()
DynaFormRowpublic void removeRegularRow(DynaFormRow rowToBeRemoved)
rowToBeRemoved - DynaFormRow to be removedpublic void removeRegularRow(int idx)
idx - index of the row to be removedpublic void removeExtendedRow(DynaFormRow rowToBeRemoved)
rowToBeRemoved - DynaFormRow to be removedpublic void removeExtendedRow(int idx)
idx - index of the row to be removedpublic boolean isExistExtendedGrid()
Copyright © 2011–2021. All rights reserved.