|
Class Summary |
| CheckBox |
This class extends MultipleChoiceBox and represents the check boxes. |
| ChoiceBox |
This abstract class is the superclass of classes representing
Checkboxes, Combo Boxes, List Boxes and RadioButtons. |
| Form |
This class represents a set of data input elements that are represented by
FormElement objects. |
| FormElement |
This abstract class is the superclass of all classes that represent
form data input elements. |
| FormHandler |
This class does the form handling. |
| FormParser |
This class is used to parse the forms.xml file. |
| MenuBox |
This class extends MultipleChoiceBox and represents the Combo Boxes and
List Boxes. |
| MultipleChoiceBox |
This abstract class is the superclass of classes representing the
multiple choice input elements of a form, like Checkboxes, Combo Boxes
and List Boxes. |
| PasswordBox |
This class extends TextBox and represents password fields. |
| RadioButton |
This class extends ChoiceBox and represents the radiobutton field. |
| TextBox |
This class represents textfields and textareas, as well as serves as
the superclass of PasswordBox class. |