public static enum SessionParams.RenderingMode extends java.lang.Enum<SessionParams.RenderingMode>
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionParams.RenderingMode.SizeAction |
| Enum Constant and Description |
|---|
FULL_EXPAND |
H_SCROLL |
NORMAL |
SHRINK |
V_SCROLL |
| Modifier and Type | Method and Description |
|---|---|
SessionParams.RenderingMode.SizeAction |
getHorizAction() |
SessionParams.RenderingMode.SizeAction |
getVertAction() |
boolean |
isHorizExpand()
Deprecated.
|
boolean |
isVertExpand()
Deprecated.
|
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 final SessionParams.RenderingMode SHRINK
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 null@Deprecated public boolean isHorizExpand()
@Deprecated public boolean isVertExpand()
public SessionParams.RenderingMode.SizeAction getHorizAction()
public SessionParams.RenderingMode.SizeAction getVertAction()