public static enum SessionParams.RenderingMode extends java.lang.Enum<SessionParams.RenderingMode>
Enum Constant and Description |
---|
FULL_EXPAND |
H_SCROLL |
NORMAL |
V_SCROLL |
Modifier and Type | Method and Description |
---|---|
boolean |
isHorizExpand() |
boolean |
isVertExpand() |
static SessionParams.RenderingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SessionParams.RenderingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionParams.RenderingMode NORMAL
public static final SessionParams.RenderingMode V_SCROLL
public static final SessionParams.RenderingMode H_SCROLL
public static final SessionParams.RenderingMode FULL_EXPAND
public static SessionParams.RenderingMode[] values()
for (SessionParams.RenderingMode c : SessionParams.RenderingMode.values()) System.out.println(c);
public static SessionParams.RenderingMode 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 boolean isHorizExpand()
public boolean isVertExpand()