public static enum EcmCommand.ReloadAfterCommandStrategy extends Enum<EcmCommand.ReloadAfterCommandStrategy>
| Enum Constant and Description |
|---|
MOVE_TO_CHILD
redirect to child and refresh navigation tree.
|
MOVE_TO_PARENT
redirect to parent and refresh navigation tree.
|
NOTHING
Do nothing after the command.
|
REFRESH_NAVIGATION
Refresh page and all navigation tree.
|
REFRESH_PAGE
Refresh page.
|
| Modifier and Type | Method and Description |
|---|---|
static EcmCommand.ReloadAfterCommandStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EcmCommand.ReloadAfterCommandStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EcmCommand.ReloadAfterCommandStrategy NOTHING
public static final EcmCommand.ReloadAfterCommandStrategy REFRESH_PAGE
public static final EcmCommand.ReloadAfterCommandStrategy REFRESH_NAVIGATION
public static final EcmCommand.ReloadAfterCommandStrategy MOVE_TO_PARENT
public static final EcmCommand.ReloadAfterCommandStrategy MOVE_TO_CHILD
public static EcmCommand.ReloadAfterCommandStrategy[] values()
for (EcmCommand.ReloadAfterCommandStrategy c : EcmCommand.ReloadAfterCommandStrategy.values()) System.out.println(c);
public static EcmCommand.ReloadAfterCommandStrategy 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. All rights reserved.