public enum ViewRefreshMode extends Enum<ViewRefreshMode>
never, onRequest, onStop, onRegion
See Also: See| Enum Constant and Description |
|---|
NEVER |
ON_REGION |
ON_REQUEST |
ON_STOP |
| Modifier and Type | Method and Description |
|---|---|
static ViewRefreshMode |
fromValue(String v) |
String |
value() |
static ViewRefreshMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewRefreshMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewRefreshMode NEVER
public static final ViewRefreshMode ON_REQUEST
public static final ViewRefreshMode ON_STOP
public static final ViewRefreshMode ON_REGION
public static ViewRefreshMode[] values()
for (ViewRefreshMode c : ViewRefreshMode.values()) System.out.println(c);
public static ViewRefreshMode 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 nullpublic String value()
public static ViewRefreshMode fromValue(String v)
Copyright © 2014 Micromata GmbH. All rights reserved.