public static enum MaterialWidget.Feature extends Enum<MaterialWidget.Feature>
MaterialWidget.enableFeature(Feature, boolean).| Enum Constant and Description |
|---|
ONLOAD_ADD_QUEUE
Feature for adding or inserting children
before this widget has loaded (attached).
|
| Modifier and Type | Method and Description |
|---|---|
static MaterialWidget.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaterialWidget.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaterialWidget.Feature ONLOAD_ADD_QUEUE
public static MaterialWidget.Feature[] values()
for (MaterialWidget.Feature c : MaterialWidget.Feature.values()) System.out.println(c);
public static MaterialWidget.Feature 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 © 2018. All rights reserved.