Uses of Package
fc.web.forms

Packages that use fc.web.forms
fc.jdbc.dbo.generated These are sample tables, purely to show as an example of DBO generated code. 
fc.web.forms Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram). 
fc.web.servlet   
 

Classes in fc.web.forms used by fc.jdbc.dbo.generated
Form
          Represents an HTML form.
 

Classes in fc.web.forms used by fc.web.forms
AbstractText
          Represents a field that: returns one (1) string as their value.
Checkbox
          Represents a HTML form's checkbox element.
CheckboxGroup
          Represents a grouped set of check boxes.
Choice
          Abstracts an HTML choice type such as choicebox or radio.
ChoiceGroup
          Abstracts a HTML grouped choice element type such as choicebox or radio.
ChoiceGroup.Choice
          Creates a new choice for this choice group.
Dependency
          A dependency changes the values or state of some form element based on the user selection or choice of some other form element.
DependencyException
           
DependentField
          A dependent field.
DependentSelect
          A dependent HTML DependentSelect field.
DependentSelect.Data
           
Field
          Represents an HTML form field.
Field.Type
          Encapsulates different types of HTML form elements.
FieldRef
          Keeps track of a set of related/grouped fields in a form.
FieldRefresher
          Refreshes the value of a field (or fields) before the field is displayed to the user.
FieldValidator
          Represents a form field validator.
Form
          Represents an HTML form.
FormData
          An object that contains form data submitted by a user.
FormValidator
          Represents a form level validator that may examine more than one form field for a grouped/form level validation.
Hidden
          Represents an HTML hidden field.
MaxSizable
          Represents an HTML field that accepts a 'maxlength' html attribute
Password
          Encapsulates a password field.
Radio
          Represents a HTML form's radio element.
RadioGroup
          Represents a grouped set of radio buttons
RefreshableSelect
          An refreshable HTML Select field.
Select
          An HTML Select field
Select.Option
          Represents an option in the selection list
SubmitHackedException
          /** Represents a bad (possibly hacked) value returned by the client.
SubmitHackedHandler
          This class handles form submit data that may have been hacked/modified by the client.
Text
          Represents an HTML text field
TextArea
          A HTML TextArea
TextArea.WrapType
          From the HTML spec:
OFF disables word wrap.
TimedRefresher
          Refreshes the initial value of a field at some periodic interval.
VConditional
          Validates that certain conditions in one or more fields in the form require other conditions of some other fields in that form.
VFilledGroup
          Validates that a group of fields is filled by the user.
VFilledOnChoice
          Validates that a certain radio or checkbox button selected (or not selected) implies that other fields in the form are also filled out.
VText
          Allows for various types of text validation.
 

Classes in fc.web.forms used by fc.web.servlet
Form
          Represents an HTML form.