public static enum EcmCommand.ReloadAfterCommandStrategy extends Enum<EcmCommand.ReloadAfterCommandStrategy>
| Enum Constant and Description |
|---|
moveToChild
redirect to child and refresh navigation tree.
|
moveToParent
redirect to parent and refresh navigation tree.
|
nothing
do nothing after the command- Not implemented !
|
refreshNavigation
refresh page and all navigation tree
|
refreshPage
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 refreshPage
public static final EcmCommand.ReloadAfterCommandStrategy refreshNavigation
public static final EcmCommand.ReloadAfterCommandStrategy moveToParent
public static final EcmCommand.ReloadAfterCommandStrategy moveToChild
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 © 2016. All rights reserved.