AutoCheckBox | Represents the check box field of a interactive forms.
A check box toggles between two states, on and off. |
AutoRadioButton | Represents the radio button field of a interactive forms.
Radio buttons are a set of related toggles, at most one of
which may be on at any given time; selecting any one of the
buttons automatically deselects all the others. |
Behavior | To specify the field's highlighting mode.
The visual effect to be used when the mouse button
is pressed or held down inside its active area. |
BorderStyle | A border style class specifying the characteristics
of a field’s border. An field may optionally
be surrounded by a border when displayed or printed.
If present, the border is drawn completely inside a
field rectangle. |
Button | Represents the button field of a interactive forms.
A button is a purely interactive control that responds
immediately to user input without retaining a permanent value. |
ButtonImageAppearance | Represents appearance of button's image. |
CheckBox | Represents the check box field of a interactive forms.
A check box toggles between two states, on and off. |
ChoiceField | Represents the choice field of a interactive forms.
A base class for all form field of type choice form field.
A choice field contains several text items,
one or more of which may be selected as the field value. |
ChoiceItem | Represents the Item details for choice field. |
ChoiceItemList | Represents the ChoiceItemList which holds the item of choice field of interactive forms. |
ComboBox | Represents the combo box field of a interactive forms.
A combo box consisting of a drop list. |
FormElement | Class represents the base class for all the form field page elements. |
ListBox | Represents the list box field of a interactive forms. |
PushBehavior | A type of Behavior . |
RadioButton | Represents the radio button field of a interactive forms.
Radio buttons are a set of related toggles, at most one of
which may be on at any given time; selecting any one of the
buttons automatically deselects all the others. |
ResetAction | Class represents the reset-form action.
A reset-form action resets selected interactive form fields to their
default values. |
RichTextField | Represents the rich text field of a interactive forms. |
Signature | Represents a Signature form field. |
SignaturePanel | Represents a panel in the visible signature. |
SubmitAction | Class represents the submit-form actions.
A submit-form action transmits the names and values of selected
interactive form fields to a specified uniform resource locator(URL). |
TextField | Represents the text field of a interactive forms.
Text fields are boxes or spaces in which the user
can enter text from the keyboard. |