final enum FormType extends java.lang.Enum<E<E>>
Modifiers | Name | Description |
---|---|---|
static FormType |
CREATE |
|
static FormType |
DASHBOARD |
|
static FormType |
FINDER |
|
static FormType |
FULL_TEXT_SEARCH_LIST |
|
static FormType |
INLINE_DISPLAY |
|
static FormType |
INLINE_FULL_TEXT_SEARCH_LIST |
|
static FormType |
LIST |
|
static FormType |
MASTER_DETAIL_LIST |
|
static FormType |
MAX_VALUE |
|
static FormType |
MIN_VALUE |
|
static FormType |
UPDATE |
|
static FormType |
WIZARD |
Type | Name and description |
---|---|
java.lang.String |
label |
Type Params | Return Type | Name and description |
---|---|---|
|
static FormType |
get(java.lang.String label) |
|
static FormType |
getByNameOrLabel(java.lang.String nameOrLabel) |
|
java.lang.String |
getLabel() |
|
static boolean |
isCrudForm(FormType type) |
|
static boolean |
isListForm(FormType type) |
|
FormType |
next() |
|
FormType |
previous() |
|
static FormType |
valueOf(java.lang.String name) |
|
static final FormType[] |
values() |