public enum InputComponentFacet extends Enum<InputComponentFacet>
| Enum Constant and Description |
|---|
BOOTSTRAP_INPUT_GROUP_LEFT_ADDON |
BOOTSTRAP_INPUT_GROUP_LEFT_BTN |
BOOTSTRAP_INPUT_GROUP_RIGHT_ADDON |
BOOTSTRAP_INPUT_GROUP_RIGHT_BTN |
CALENDAR |
| Modifier and Type | Method and Description |
|---|---|
static InputComponentFacet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputComponentFacet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputComponentFacet BOOTSTRAP_INPUT_GROUP_LEFT_ADDON
public static final InputComponentFacet BOOTSTRAP_INPUT_GROUP_RIGHT_ADDON
public static final InputComponentFacet BOOTSTRAP_INPUT_GROUP_LEFT_BTN
public static final InputComponentFacet BOOTSTRAP_INPUT_GROUP_RIGHT_BTN
public static final InputComponentFacet CALENDAR
public static InputComponentFacet[] values()
for (InputComponentFacet c : InputComponentFacet.values()) System.out.println(c);
public static InputComponentFacet 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 © 2018. All rights reserved.