Package fc.web.forms
package fc.web.forms
Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram).
-
ClassDescriptionRepresents a field that: returns one (1) string as their value.Represents a HTML form's checkbox element.Represents a grouped set of check boxes.Abstracts an HTML choice type such as choicebox or radio.Abstracts a HTML grouped choice element type such as choicebox or radio.Creates a new choice for this choice group.A dependency changes the values or state of some form element based on the user selection or choice of some other form element.A dependent field.A dependent HTML DependentSelect field.Represents an HTML form field.Encapsulates different types of HTML form elements.Keeps track of a set of related/grouped fields in a form.Refreshes the value of a field (or fields) before the field is displayed to the user.Represents a form field validator.Represents an HTML form.An object that contains form data submitted by a user.A container for a sequence of forms.Misc.Represents a form level validator that may examine more than one form field for a grouped/form level validation.Represents an HTML hidden field.Represents an HTML field that accepts a 'maxlength' html attributeEncapsulates a password field.Represents a HTML form's radio element.Represents a grouped set of radio buttonsAn refreshable HTML Select field.An HTML Select fieldRepresents an option in the selection list/** Represents a bad (possibly hacked) value returned by the client.This class handles form submit data that may have been hacked/modified by the client.A test dependency implementation.A test implementation of a timed refresher.Represents an HTML text fieldA HTML TextAreaFrom the HTML spec:
OFF disables word wrap.Refreshes the initial value of a field at some periodic interval.Validates that certain conditions in one or more fields in the form require other conditions of some other fields in that form.Validates a date.Validates a email addressValidates that the field is filled out by the user.Validates that a group of fields is filled by the user.Validates that a certain radio or checkbox button selected (or not selected) implies that other fields in the form are also filled out.Validates that some condition/state for a group of fields implies some other condition/state for another group of fields.Validates two password input boxes to see if they are the same.Validates two text input boxes to see if they are the same.Validates that a select field has: some value(s) the values(s) are not a pre-specified value.Allows for various types of text validation.Validates a time entered in a text box.