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