public static enum AbstractDateFieldState.AccessibleElement extends Enum<AbstractDateFieldState.AccessibleElement>
| Enum Constant and Description |
|---|
NEXT_MONTH |
NEXT_YEAR |
PREVIOUS_MONTH |
PREVIOUS_YEAR |
| Modifier and Type | Method and Description |
|---|---|
static AbstractDateFieldState.AccessibleElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractDateFieldState.AccessibleElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractDateFieldState.AccessibleElement PREVIOUS_YEAR
public static final AbstractDateFieldState.AccessibleElement NEXT_YEAR
public static final AbstractDateFieldState.AccessibleElement PREVIOUS_MONTH
public static final AbstractDateFieldState.AccessibleElement NEXT_MONTH
public static AbstractDateFieldState.AccessibleElement[] values()
for (AbstractDateFieldState.AccessibleElement c : AbstractDateFieldState.AccessibleElement.values()) System.out.println(c);
public static AbstractDateFieldState.AccessibleElement 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 © 2021 Vaadin Ltd. All rights reserved.