|
||||||||||
| 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.FormRow
public class UIForm.FormRow
Class is used as store for one Row in the UIForm.
| Constructor Summary | |
|---|---|
UIForm.FormRow()
|
|
| Method Summary | |
|---|---|
void |
add(UIFormCell _uiFormCell)
Add a UIFormCell to this FormRow. |
int |
getGroupCount()
Method to get the group count of this row. |
java.util.List<UIFormCell> |
getValues()
Getter method for the instance variable values. |
boolean |
isRowSpan()
Getter method for the instance variable rowSpan. |
void |
setRowSpan(boolean _rowspan)
Setter method for the instance variable rowSpan. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIForm.FormRow()
| Method Detail |
|---|
public void add(UIFormCell _uiFormCell)
_uiFormCell - UIFormCell to addpublic void setRowSpan(boolean _rowspan)
rowSpan.
_rowspan - value for instance variable rowSpanpublic boolean isRowSpan()
rowSpan.
rowSpanpublic java.util.List<UIFormCell> getValues()
values.
valuespublic int getGroupCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||