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

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

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

Class represent one Element in a UIForm.

See Also:
Serialized Form

Constructor Summary
UIForm.Element(UIForm.ElementType _type, IFormElement _formElement)
          Constructor setting the instance variables.
 
Method Summary
 IFormElement getElement()
          Getter method for the instance variable element.
 UIForm.ElementType getType()
          Getter method for the instance variable type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIForm.Element

public UIForm.Element(UIForm.ElementType _type,
                      IFormElement _formElement)
Constructor setting the instance variables.

Parameters:
_type - ElementType of this Element
_formElement - Model of this Element
Method Detail

getType

public UIForm.ElementType getType()
Getter method for the instance variable type.

Returns:
value of instance variable type

getElement

public IFormElement getElement()
Getter method for the instance variable element.

Returns:
value of instance variable element


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