public static enum ScrollPanel.AutoScroll extends Enum<ScrollPanel.AutoScroll>
Enum Constant and Description |
---|
BOTTOM |
BOTTOM_LEFT |
BOTTOM_RIGHT |
LEFT |
OFF |
RIGHT |
TOP |
TOP_LEFT |
TOP_RIGHT |
Modifier and Type | Method and Description |
---|---|
String |
getParam() |
static ScrollPanel.AutoScroll |
parse(String param) |
static ScrollPanel.AutoScroll |
valueOf(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(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 getParam()
public static ScrollPanel.AutoScroll parse(String param)
Copyright © 2013. All Rights Reserved.