protected static enum UISelectItems.PropertyKeys extends Enum<UISelectItems.PropertyKeys>
Enum Constant and Description |
---|
caseSensitive |
dbl10n |
displayIdAndLabel |
displayIdAndLabelSeparator |
itemDisabled |
itemEscaped |
itemLabel |
itemLabelPrefix |
itemLabelPrefixSeparator |
itemLabels |
itemLabelSuffix |
itemLabelSuffixSeparator |
itemRendered |
itemValue |
localize |
ordering |
resolveItemLabelTwice |
value |
var |
Modifier and Type | Method and Description |
---|---|
static UISelectItems.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UISelectItems.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UISelectItems.PropertyKeys value
public static final UISelectItems.PropertyKeys var
public static final UISelectItems.PropertyKeys itemLabel
public static final UISelectItems.PropertyKeys itemLabels
public static final UISelectItems.PropertyKeys resolveItemLabelTwice
public static final UISelectItems.PropertyKeys itemLabelPrefix
public static final UISelectItems.PropertyKeys itemLabelPrefixSeparator
public static final UISelectItems.PropertyKeys itemLabelSuffix
public static final UISelectItems.PropertyKeys itemLabelSuffixSeparator
public static final UISelectItems.PropertyKeys itemValue
public static final UISelectItems.PropertyKeys itemRendered
public static final UISelectItems.PropertyKeys itemDisabled
public static final UISelectItems.PropertyKeys itemEscaped
public static final UISelectItems.PropertyKeys ordering
public static final UISelectItems.PropertyKeys caseSensitive
public static final UISelectItems.PropertyKeys displayIdAndLabel
public static final UISelectItems.PropertyKeys displayIdAndLabelSeparator
public static final UISelectItems.PropertyKeys localize
public static final UISelectItems.PropertyKeys dbl10n
public static UISelectItems.PropertyKeys[] values()
for (UISelectItems.PropertyKeys c : UISelectItems.PropertyKeys.values()) System.out.println(c);
public static UISelectItems.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 © 2018 Nuxeo. All rights reserved.