|
Class Summary |
| CheckBoxInput |
Represents an HTML form "checkbox" input item. |
| FileInput |
Creates an HTML form file upload field. |
| HiddenInput |
Represents an HTML form "hidden" input item. |
| HtmlFormInputItem |
A parent class for objects that encapsulate the behavior and representation
of HTML form input items. |
| ImageInput |
Represents an HTML form "text" input item. |
| InputValidator |
Provides a simple method by which to validate user input and format it into
a desired representation. |
| PasswordInput |
Represents an HTML form "password" input item. |
| SelectInput |
Represents an HTML form "select" or radio-button group input item. |
| StringSet |
|
| TextAreaInput |
Represents an HTML form "textarea" input item. |
| TextInput |
Represents an HTML form "text" input item. |
| WebForm |
Simplifies the task of user input collection and validation for HTTP servlet
applications. |