|
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.FormDescriptor
public class FormDescriptor
This class is a container for FormItem instances that describe th XML
form elements.
| Constructor Summary | |
|---|---|
FormDescriptor(java.lang.String fileName)
Creates a new instance of the form descriptor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Returns a form id (the form file name delivered as argument to the constructor of this class). |
FormItem |
getItem(java.lang.String id)
Returns a form item with given id. |
java.util.List<FormItem> |
getListModelItems()
Returns all form items that describe a list models. |
FormItem |
getRootItem()
Returns a root form item (it corresponds to root XML element in the form file). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormDescriptor(java.lang.String fileName)
fileName - - file name of the form XML file to load| Method Detail |
|---|
public java.lang.String getId()
public FormItem getRootItem()
public FormItem getItem(java.lang.String id)
id - - id of the requested form item
public java.util.List<FormItem> getListModelItems()
|
JavaGantt 2011.1 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||