|
||||||||||
| 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.Element
public class UIForm.Element
Class represent one Element in a UIForm.
| 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 |
|---|
public UIForm.Element(UIForm.ElementType _type,
IFormElement _formElement)
_type - ElementType of this Element_formElement - Model of this Element| Method Detail |
|---|
public UIForm.ElementType getType()
type.
typepublic IFormElement getElement()
element.
element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||