public static enum TimeBox.PickerStyle extends Enum<TimeBox.PickerStyle>
| Enum Constant and Description |
|---|
MODAL
Opens the picker in a modal
|
POPOVER
Opens the picker in a popover
|
| Modifier and Type | Method and Description |
|---|---|
static TimeBox.PickerStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeBox.PickerStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeBox.PickerStyle MODAL
BaseModal.Modalpublic static final TimeBox.PickerStyle POPOVER
Popoverpublic static TimeBox.PickerStyle[] values()
for (TimeBox.PickerStyle c : TimeBox.PickerStyle.values()) System.out.println(c);
public static TimeBox.PickerStyle 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 © 2019–2022 Dominokit. All rights reserved.