FormFieldType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class FormFieldType
Specifies Form Field type.
| Field | Description |
|---|---|
| Text | Simple text input. |
| Checkbox | |
| Combobox | Combo-box |
| DigitalSignature | Digital signature area. |
| Radio | Radio-button |
public static final int Text
Simple text input.
public static final int Checkbox
public static final int Combobox
Combo-box
public static final int DigitalSignature
Digital signature area.
public static final int Radio
Radio-button
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.