| Class | Description |
|---|---|
| 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. |
| CheckBox | Represents the check box field of a interactive forms. A check box toggles between two states, on and off. |
| 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. |
| ListBoxField | 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. |
| 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. |
| 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. |
| Enumeration | Description |
|---|---|
| FormExportFormat | Represents the forms export formats. |
| Symbol | To specify the key-values used to designate the type of ‘check’ to appear in the checkbox. |
© Copyright 2007, ceTe Software