org.jboss.seam.ui.component.html
protected static enum HtmlSelectItems.Properties extends Enum<HtmlSelectItems.Properties>
Enum Constant and Description |
---|
action |
actionExpression |
actionListener |
disabled |
escape |
hideNoSelectionLabel |
immediate |
itemValue |
noSelectionLabel |
var |
Modifier and Type | Method and Description |
---|---|
static HtmlSelectItems.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlSelectItems.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlSelectItems.Properties action
public static final HtmlSelectItems.Properties actionExpression
public static final HtmlSelectItems.Properties actionListener
public static final HtmlSelectItems.Properties disabled
public static final HtmlSelectItems.Properties escape
public static final HtmlSelectItems.Properties hideNoSelectionLabel
public static final HtmlSelectItems.Properties immediate
public static final HtmlSelectItems.Properties itemValue
public static final HtmlSelectItems.Properties noSelectionLabel
public static final HtmlSelectItems.Properties var
public static HtmlSelectItems.Properties[] values()
for (HtmlSelectItems.Properties c : HtmlSelectItems.Properties.values()) System.out.println(c);
public static HtmlSelectItems.Properties 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 Seam Framework. All Rights Reserved.