public static enum Scaffolding.PropertyKeys extends java.lang.Enum<Scaffolding.PropertyKeys>
| Enum Constant and Description |
|---|
async |
global |
loader |
loadWhenVisible |
ready |
style |
styleClass |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
static Scaffolding.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Scaffolding.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scaffolding.PropertyKeys widgetVar
public static final Scaffolding.PropertyKeys ready
public static final Scaffolding.PropertyKeys loader
public static final Scaffolding.PropertyKeys style
public static final Scaffolding.PropertyKeys styleClass
public static final Scaffolding.PropertyKeys global
public static final Scaffolding.PropertyKeys async
public static final Scaffolding.PropertyKeys loadWhenVisible
public static Scaffolding.PropertyKeys[] values()
for (Scaffolding.PropertyKeys c : Scaffolding.PropertyKeys.values()) System.out.println(c);
public static Scaffolding.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2011–2021. All rights reserved.