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