Uses of Class
net.sf.colle.forms.Text

Packages that use Text
net.sf.colle.forms   
net.sf.colle.forms.test   
 

Uses of Text in net.sf.colle.forms
 

Subclasses of Text in net.sf.colle.forms
 class Number
          FormElement implementation for numbers.
 

Uses of Text in net.sf.colle.forms.test
 

Methods in net.sf.colle.forms.test that return Text
 Text TestForm.getName()
          Returns the 'name' form element.
 Text TestForm.Car.getMake()
          Returns the 'make' form element.
 Text TestForm.Car.getModel()
          Returns the 'model' form element.
 Text TestForm.Car.getName()
          Returns the 'name' form element.