Uses of Class
fc.web.forms.Text

Packages that use Text
fc.web.forms Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram). 
 

Uses of Text in fc.web.forms
 

Methods in fc.web.forms that return Text
 Text Form.getText(java.lang.String name)
          Returns the field with the specific name as a Text.
 

Constructors in fc.web.forms with parameters of type Text
VSameText(Form f, java.lang.String name, java.lang.String errorMessage, Text field_one, Text field_two)