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

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

public class UIForm.FormElement
extends java.lang.Object
implements IFormElement, org.apache.wicket.IClusterable

Class represents a Element of Type Form used in a Form.

See Also:
Serialized 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

UIForm.FormElement

public UIForm.FormElement()
Method Detail

addRowModel

public void addRowModel(UIForm.FormRow _formRow)
Add a FormRow to this FormElement.

Parameters:
_formRow - FormRow to add

getRowModels

public java.util.List<UIForm.FormRow> getRowModels()
This is the getter method for the instance variable rowModels.

Returns:
value of instance variable rowModels

getMaxGroupCount

public int getMaxGroupCount()
This is the getter method for the instance variable maxGroupCount.

Returns:
value of instance variable maxGroupCount
See Also:
maxGroupCount, setMaxGroupCount(int)

setMaxGroupCount

protected void setMaxGroupCount(int _maxGroupCount)
This is the setter method for the instance variable maxGroupCount.

Parameters:
_maxGroupCount - new value for instance variable maxGroupCount
See Also:
maxGroupCount, getMaxGroupCount()


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