|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.colle.forms.test.TestForm.Car
Java doc for the car list structure Define the inner car structure class. This class extends the structure base class to provide useful helper methods. Lists define structures also--the structure defined here for a list will be later put into a java.util.List object.
Constructor Summary | |
TestForm.Car(FormElement pxParent)
Create a new car structure element. |
Method Summary | |
Text |
getMake()
Returns the 'make' form element. |
Text |
getModel()
Returns the 'model' form element. |
Text |
getName()
Returns the 'name' form element. |
Structure |
getStructure()
Returns the inner structure object. |
Number |
getYear()
Returns the 'year' form element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestForm.Car(FormElement pxParent)
pxParent
- parent in the form element treeMethod Detail |
public Structure getStructure()
public Text getMake()
public Text getModel()
public Number getYear()
public Text getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |