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