Package org.jdesktop.html.form

Interface Summary
FileInput Represents an Input for Files.
Form Represents the model portion of the HTML <form&gh; element.
Input An input value on a Form.
RadioInput Represents a collection of HTML "radio" type input fields with the same name.
Select Represents a combobox/list type input field.
 

Class Summary
AbstractForm An abstract implementation of the Form interface.
AbstractRadioInput Abstract implementation of the RadioInput interface.
AbstractSelect Abstract implementation of the Select interface.
DefaultInput A default implementation of the Input interface.
FileParameter A special Parameter intended to be used as a Form Parameter on a FormRequest for uploading files.
FormRequest A FormRequest is a Request specifically designed for emulating HTML forms.
Forms Utility class used for automatically creating a Form instance directly from an HTTP Response.
 

Enum Summary
Encoding Represents valid encoding techniques for use with HTML Forms.