protected static enum InputDateBase.InputDatePropertyKeys extends Enum<InputDateBase.InputDatePropertyKeys>
| Enum Constant and Description |
|---|
maxDate |
minDate |
nativeWhenMobile |
panes |
pattern |
| Modifier and Type | Method and Description |
|---|---|
static InputDateBase.InputDatePropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputDateBase.InputDatePropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputDateBase.InputDatePropertyKeys maxDate
public static final InputDateBase.InputDatePropertyKeys minDate
public static final InputDateBase.InputDatePropertyKeys nativeWhenMobile
public static final InputDateBase.InputDatePropertyKeys panes
public static final InputDateBase.InputDatePropertyKeys pattern
public static InputDateBase.InputDatePropertyKeys[] values()
for (InputDateBase.InputDatePropertyKeys c : InputDateBase.InputDatePropertyKeys.values()) System.out.println(c);
public static InputDateBase.InputDatePropertyKeys valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2016 Liferay, Inc.. All rights reserved.