Package | Description |
---|---|
fc.web.forms |
Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram).
|
Modifier and Type | Class and Description |
---|---|
class |
VDate
Validates a date.
|
class |
VEmail
Validates a email address
|
class |
VFilled
Validates that the field is filled out by the user.
|
class |
VSelectValue
Validates that a select field has:
some value(s)
the values(s) are not a pre-specified value.
|
class |
VText
Allows for various types of text validation.
|
class |
VTime
Validates a time entered in a text box.
|