public enum NavigationState extends Enum<NavigationState>
NavigationState holds several navigation states that can occur. Can be used for
validate and set the NavigationPanel.| Enum Constant and Description |
|---|
CANCEL |
CANCEL_FINISH |
NEXT_CANCEL_FINISH |
PREVIOUS_NEXT_CANCEL_FINISH |
RESET |
| Modifier and Type | Method and Description |
|---|---|
static NavigationState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavigationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavigationState RESET
public static final NavigationState CANCEL
public static final NavigationState CANCEL_FINISH
public static final NavigationState NEXT_CANCEL_FINISH
public static final NavigationState PREVIOUS_NEXT_CANCEL_FINISH
public static NavigationState[] values()
for (NavigationState c : NavigationState.values()) System.out.println(c);
public static NavigationState 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 © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.