protected static enum ScrollPanel.PropertyKeys extends Enum<ScrollPanel.PropertyKeys>
Enum Constant and Description |
---|
mode |
style |
styleClass |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ScrollPanel.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScrollPanel.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScrollPanel.PropertyKeys widgetVar
public static final ScrollPanel.PropertyKeys style
public static final ScrollPanel.PropertyKeys styleClass
public static final ScrollPanel.PropertyKeys mode
public static ScrollPanel.PropertyKeys[] values()
for (ScrollPanel.PropertyKeys c : ScrollPanel.PropertyKeys.values()) System.out.println(c);
public static ScrollPanel.PropertyKeys 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 toString()
toString
in class Enum<ScrollPanel.PropertyKeys>
Copyright © 2016. All rights reserved.