|
JavaGantt 2011.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.beesoft.gaia.app.FormItem
public class FormItem
An instance of this class corresponds to the one XML element of the form XML
file. This file is parsed by FormDescriptor
and instances of
FormItem
are created also by it.
Constructor Summary | |
---|---|
FormItem()
Creates a new instance of the form item. |
Method Summary | |
---|---|
void |
addChild(FormItem item)
Adds given form item to the children. |
java.lang.String |
getBinding()
Returns the binding for this form item. |
java.lang.String |
getFullBinding()
Returns the full (qualified, dot-separated) binding from the root to this form item. |
java.util.List<FormItem> |
getChildren()
Returns the child form items of this. |
java.lang.String |
getId()
Returns the id of this form item. |
java.lang.String |
getItemBinding()
Returns the item binding (used for comboboxes, for example) for this form item. |
FormItem |
getParent()
Returns the parent form item of this. |
java.lang.String |
getTag()
Returns the tag of this form item. |
void |
setBinding(java.lang.String binding)
Sets the binding for this form item. |
void |
setId(java.lang.String id)
Sets the id of this form item. |
void |
setItemBinding(java.lang.String itemBinding)
Sets the item binding for this form item. |
void |
setTag(java.lang.String tag)
Sets the tag of this form item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormItem()
Method Detail |
---|
public FormItem getParent()
public java.util.List<FormItem> getChildren()
public void addChild(FormItem item)
item
- - a form item to addpublic java.lang.String getTag()
public void setTag(java.lang.String tag)
tag
- - the tag to setpublic java.lang.String getId()
public void setId(java.lang.String id)
id
- - the id to setpublic java.lang.String getBinding()
public void setBinding(java.lang.String binding)
binding
- - the binding to setpublic java.lang.String getFullBinding()
public java.lang.String getItemBinding()
public void setItemBinding(java.lang.String itemBinding)
itemBinding
- - the item binding to set
|
JavaGantt 2011.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |