| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pspdfkit.forms.FormType | |
All supported form types.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| FormType | CHECKBOX | Control which toggles between two states - on and off. | |||||||||
| FormType | COMBOBOX | Control which displays drop-down list optionally accompanied by an editable text box in which the user can type a value other than the predefined choices. | |||||||||
| FormType | LISTBOX | Control which displays scrollable list with choices. | |||||||||
| FormType | PUSHBUTTON | Simple push button. | |||||||||
| FormType | RADIOBUTTON | Set of related buttons that can each be on or off. | |||||||||
| FormType | SIGNATURE | Control which contains digital signature. | |||||||||
| FormType | TEXT | Text field control. | |||||||||
| FormType | UNDEFINED | Any form type whose type couldn't be recognized. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static FormType | valueOf(String name) | ||||||||||
| final static FormType[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Control which displays drop-down list optionally accompanied by an editable text box in which the user can type a value other than the predefined choices.
Set of related buttons that can each be on or off. Typically, at most one radio button in a set may be on at any given time.
Text field control. Text field is a box or space in which the user can enter text.