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