public enum ViewRefreshMode extends java.lang.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(java.lang.String v) |
java.lang.String |
value() |
static ViewRefreshMode |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static ViewRefreshMode fromValue(java.lang.String v)
Copyright © 2014 Micromata GmbH. All Rights Reserved.