|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.efaps.ui.wicket.models.objects.UIForm.FormElement
public class UIForm.FormElement
Class represents a Element of Type Form used in a Form.
| Constructor Summary | |
|---|---|
UIForm.FormElement()
|
|
| Method Summary | |
|---|---|
void |
addRowModel(UIForm.FormRow _formRow)
Add a FormRow to this FormElement. |
int |
getMaxGroupCount()
This is the getter method for the instance variable maxGroupCount. |
java.util.List<UIForm.FormRow> |
getRowModels()
This is the getter method for the instance variable rowModels. |
protected void |
setMaxGroupCount(int _maxGroupCount)
This is the setter method for the instance variable maxGroupCount. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIForm.FormElement()
| Method Detail |
|---|
public void addRowModel(UIForm.FormRow _formRow)
_formRow - FormRow to addpublic java.util.List<UIForm.FormRow> getRowModels()
rowModels.
rowModelspublic int getMaxGroupCount()
maxGroupCount.
maxGroupCountmaxGroupCount,
setMaxGroupCount(int)protected void setMaxGroupCount(int _maxGroupCount)
maxGroupCount.
_maxGroupCount - new value for instance variable maxGroupCountmaxGroupCount,
getMaxGroupCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||