FormFieldType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class FormFieldType
Specifies the type of form field.
| Field | Description |
|---|---|
| Text | The text form field can contain any text. |
| Number | The text form field can contain only numbers. |
| Date | The text form field can contain only a valid date value. |
| CurrentDate | The text form field value is the current date when the field is updated. |
| CurrentTime | The text form field value is the current time when the field is updated. |
| CheckBox | The checkbox form field. |
| DropDown | The drop-down field. |
public static final int Text
The text form field can contain any text.
public static final int Number
The text form field can contain only numbers.
public static final int Date
The text form field can contain only a valid date value.
public static final int CurrentDate
The text form field value is the current date when the field is updated.
public static final int CurrentTime
The text form field value is the current time when the field is updated.
public static final int CheckBox
The checkbox form field.
public static final int DropDown
The drop-down field.
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.