public final class TextFormFieldType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CALCULATED
The text form field value is calculated from the expression specified in the
FormField.getTextInputDefault() / FormField.setTextInputDefault(java.lang.String) property. |
static int |
CURRENT_DATE
The text form field value is the current date when the field is updated.
|
static int |
CURRENT_TIME
The text form field value is the current time when the field is updated.
|
static int |
DATE
The text form field can contain only a valid date value.
|
static int |
length |
static int |
NUMBER
The text form field can contain only numbers.
|
static int |
REGULAR
The text form field can contain any text.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String textFormFieldTypeName) |
static java.lang.String |
getName(int textFormFieldType) |
static int[] |
getValues() |
static java.lang.String |
toString(int textFormFieldType) |
public static final int REGULAR
public static final int NUMBER
public static final int DATE
public static final int CURRENT_DATE
public static final int CURRENT_TIME
public static final int CALCULATED
FormField.getTextInputDefault() / FormField.setTextInputDefault(java.lang.String) property.public static final int length