org.efaps.ui.wicket.models.objects
Class UIForm.FormRow

java.lang.Object
  extended by org.efaps.ui.wicket.models.objects.UIForm.FormRow
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.IClusterable
Enclosing class:
UIForm

public class UIForm.FormRow
extends java.lang.Object
implements org.apache.wicket.IClusterable

Class is used as store for one Row in the UIForm.

See Also:
Serialized Form

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

UIForm.FormRow

public UIForm.FormRow()
Method Detail

add

public void add(UIFormCell _uiFormCell)
Add a UIFormCell to this FormRow.

Parameters:
_uiFormCell - UIFormCell to add

setRowSpan

public void setRowSpan(boolean _rowspan)
Setter method for the instance variable rowSpan.

Parameters:
_rowspan - value for instance variable rowSpan

isRowSpan

public boolean isRowSpan()
Getter method for the instance variable rowSpan.

Returns:
value of instance variable rowSpan

getValues

public java.util.List<UIFormCell> getValues()
Getter method for the instance variable values.

Returns:
value of instance variable values

getGroupCount

public int getGroupCount()
Method to get the group count of this row.

Returns:
size of the values


Copyright © 2003-2010 The eFaps Team. All Rights Reserved.