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