javax.faces.component.html
Enum HtmlSelectManyMenu.PropertyKeys
java.lang.Object
java.lang.Enum<HtmlSelectManyMenu.PropertyKeys>
javax.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<HtmlSelectManyMenu.PropertyKeys>
- Enclosing class:
- HtmlSelectManyMenu
protected static enum HtmlSelectManyMenu.PropertyKeys
- extends Enum<HtmlSelectManyMenu.PropertyKeys>
label
public static final HtmlSelectManyMenu.PropertyKeys label
style
public static final HtmlSelectManyMenu.PropertyKeys style
styleClass
public static final HtmlSelectManyMenu.PropertyKeys styleClass
tabindex
public static final HtmlSelectManyMenu.PropertyKeys tabindex
onblur
public static final HtmlSelectManyMenu.PropertyKeys onblur
onfocus
public static final HtmlSelectManyMenu.PropertyKeys onfocus
disabledClass
public static final HtmlSelectManyMenu.PropertyKeys disabledClass
enabledClass
public static final HtmlSelectManyMenu.PropertyKeys enabledClass
accesskey
public static final HtmlSelectManyMenu.PropertyKeys accesskey
onclick
public static final HtmlSelectManyMenu.PropertyKeys onclick
ondblclick
public static final HtmlSelectManyMenu.PropertyKeys ondblclick
onkeydown
public static final HtmlSelectManyMenu.PropertyKeys onkeydown
onkeypress
public static final HtmlSelectManyMenu.PropertyKeys onkeypress
onkeyup
public static final HtmlSelectManyMenu.PropertyKeys onkeyup
onmousedown
public static final HtmlSelectManyMenu.PropertyKeys onmousedown
onmousemove
public static final HtmlSelectManyMenu.PropertyKeys onmousemove
onmouseout
public static final HtmlSelectManyMenu.PropertyKeys onmouseout
onmouseover
public static final HtmlSelectManyMenu.PropertyKeys onmouseover
onmouseup
public static final HtmlSelectManyMenu.PropertyKeys onmouseup
onchange
public static final HtmlSelectManyMenu.PropertyKeys onchange
onselect
public static final HtmlSelectManyMenu.PropertyKeys onselect
dir
public static final HtmlSelectManyMenu.PropertyKeys dir
lang
public static final HtmlSelectManyMenu.PropertyKeys lang
title
public static final HtmlSelectManyMenu.PropertyKeys title
disabled
public static final HtmlSelectManyMenu.PropertyKeys disabled
readonly
public static final HtmlSelectManyMenu.PropertyKeys readonly
values
public static HtmlSelectManyMenu.PropertyKeys[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (HtmlSelectManyMenu.PropertyKeys c : HtmlSelectManyMenu.PropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static HtmlSelectManyMenu.PropertyKeys valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.