public static enum ScrollPanel.AutoScroll extends java.lang.Enum<ScrollPanel.AutoScroll>
| Enum Constant | Description |
|---|---|
BOTTOM |
|
BOTTOM_LEFT |
|
BOTTOM_RIGHT |
|
LEFT |
|
OFF |
|
RIGHT |
|
TOP |
|
TOP_LEFT |
|
TOP_RIGHT |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getParam() |
|
static ScrollPanel.AutoScroll |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ScrollPanel.AutoScroll[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScrollPanel.AutoScroll TOP
public static final ScrollPanel.AutoScroll BOTTOM
public static final ScrollPanel.AutoScroll LEFT
public static final ScrollPanel.AutoScroll RIGHT
public static final ScrollPanel.AutoScroll TOP_LEFT
public static final ScrollPanel.AutoScroll TOP_RIGHT
public static final ScrollPanel.AutoScroll BOTTOM_LEFT
public static final ScrollPanel.AutoScroll BOTTOM_RIGHT
public static final ScrollPanel.AutoScroll OFF
public static ScrollPanel.AutoScroll[] values()
for (ScrollPanel.AutoScroll c : ScrollPanel.AutoScroll.values()) System.out.println(c);
public static ScrollPanel.AutoScroll 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@Nonnull public java.lang.String getParam()
Copyright © 2018. All rights reserved.