|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.colle.forms.test.TestForm
Generated file for validating the TestForm form. DO NOT EDIT. Make changes to net/sf/colle/forms/FormCodeGenerator.gen and regenerate. Some top level java doc goes here. Top level structure java doc here. Created: 6 Jun 2001
Nested Class Summary | |
static class |
TestForm.Car
Java doc for the car list structure Define the inner car structure class. |
static class |
TestForm.Color
Define the inner color FormSet class. |
static class |
TestForm.State
Define the inner state FormSet class. |
Constructor Summary | |
TestForm()
Constructs a TestForm with the same name. |
|
TestForm(String psName)
Constructs a TestForm with the specified name. |
Method Summary | |
Number |
getAge()
Returns the 'age' form element. |
FormList |
getCarList()
Returns the 'car' form element. |
TestForm.Color |
getColor()
Returns the 'color' form element. |
Form |
getForm()
Returns the inner form structure. |
Text |
getName()
Returns the 'name' form element. |
static String |
getResource(String psName,
String psLocale)
Returns a resource from the form definition. |
static Map |
getResourceBundles()
Returns an unmodifiable map keyed by locale, containing resource bundles for each locale. |
TestForm.State |
getState()
Returns the 'state' form element. |
boolean |
isMainState()
Returns true if the state is main. |
TestForm.Car |
newCar()
Creates a new instance of a car that can be put into the list. |
void |
setMainState()
Sets the state to main. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestForm()
public TestForm(String psName)
Method Detail |
public Text getName()
public Number getAge()
public FormList getCarList()
public TestForm.State getState()
public TestForm.Color getColor()
public TestForm.Car newCar()
public void setMainState()
public boolean isMainState()
public static String getResource(String psName, String psLocale)
public static Map getResourceBundles()
public Form getForm()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |