Modifier and Type | Field and Description |
---|---|
static InputType |
CHECKBOX |
static InputType |
COLOR |
static InputType |
COMBO_BOX |
static InputType |
CONTENT_SELECTOR |
static InputType |
CONTENT_TYPE_FILTER |
static InputType |
DATE |
static InputType |
DATE_TIME |
static InputType |
DOUBLE |
static InputType |
FILE_UPLOADER |
static InputType |
GEO_POINT |
static InputType |
HTML_AREA |
static InputType |
IMAGE_SELECTOR |
static InputType |
IMAGE_UPLOADER |
static InputType |
LONG |
static InputType |
MODULE_CONFIGURATOR |
static InputType |
MONEY |
static InputType |
PAGE_CONTROLLER |
static InputType |
PHONE |
static InputType |
SINGLE_SELECTOR |
static InputType |
TAG |
static InputType |
TEXT_AREA |
static InputType |
TEXT_LINE |
static InputType |
TIME |
static InputType |
TINY_MCE |
static InputType |
XML |
Constructor and Description |
---|
InputTypes() |
Modifier and Type | Method and Description |
---|---|
static ImmutableList<InputType> |
list() |
static InputType |
parse(String simpleClassName) |
static int |
size() |
public static final InputType COLOR
public static final InputType COMBO_BOX
public static final InputType DATE
public static final InputType TIME
public static final InputType DATE_TIME
public static final InputType CHECKBOX
public static final InputType DOUBLE
public static final InputType GEO_POINT
public static final InputType HTML_AREA
public static final InputType TINY_MCE
public static final InputType IMAGE_UPLOADER
public static final InputType IMAGE_SELECTOR
public static final InputType FILE_UPLOADER
public static final InputType MONEY
public static final InputType PHONE
public static final InputType CONTENT_SELECTOR
public static final InputType SINGLE_SELECTOR
public static final InputType TAG
public static final InputType TEXT_LINE
public static final InputType TEXT_AREA
public static final InputType LONG
public static final InputType XML
public static final InputType PAGE_CONTROLLER
public static final InputType CONTENT_TYPE_FILTER
public static final InputType MODULE_CONFIGURATOR
public static int size()
public static ImmutableList<InputType> list()