public static enum Button.PropertyKeys extends Enum<Button.PropertyKeys>
Enum Constant and Description |
---|
disableClientWindow |
disabled |
escape |
fragment |
href |
icon |
iconPos |
inline |
target |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Button.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Button.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Button.PropertyKeys widgetVar
public static final Button.PropertyKeys fragment
public static final Button.PropertyKeys disabled
public static final Button.PropertyKeys icon
public static final Button.PropertyKeys iconPos
public static final Button.PropertyKeys href
public static final Button.PropertyKeys target
public static final Button.PropertyKeys escape
public static final Button.PropertyKeys inline
public static final Button.PropertyKeys disableClientWindow
public static Button.PropertyKeys[] values()
for (Button.PropertyKeys c : Button.PropertyKeys.values()) System.out.println(c);
public static Button.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<Button.PropertyKeys>
Copyright © 2018. All rights reserved.