FormType

All supported form types.

Entries

Link copied to clipboard

Any form type whose type couldn't be recognized.

Link copied to clipboard

Simple push button.

Link copied to clipboard

Sets 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.

Link copied to clipboard

Control which toggles between two states - on and off.

Link copied to clipboard

Text field control. Text field is a box or space in which the user can enter text.

Link copied to clipboard

Control which displays scrollable list with choices.

Link copied to clipboard

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.

Link copied to clipboard

Control which contains digital signature.

Functions

Link copied to clipboard
open fun valueOf(name: String): FormType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
open fun values(): Array<FormType>

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.