javax.faces.component.html
Enum HtmlCommandButton.PropertyKeys
java.lang.Object
java.lang.Enum<HtmlCommandButton.PropertyKeys>
javax.faces.component.html.HtmlCommandButton.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<HtmlCommandButton.PropertyKeys>
- Enclosing class:
- HtmlCommandButton
protected static enum HtmlCommandButton.PropertyKeys
- extends Enum<HtmlCommandButton.PropertyKeys>
image
public static final HtmlCommandButton.PropertyKeys image
type
public static final HtmlCommandButton.PropertyKeys type
label
public static final HtmlCommandButton.PropertyKeys label
style
public static final HtmlCommandButton.PropertyKeys style
styleClass
public static final HtmlCommandButton.PropertyKeys styleClass
alt
public static final HtmlCommandButton.PropertyKeys alt
tabindex
public static final HtmlCommandButton.PropertyKeys tabindex
onblur
public static final HtmlCommandButton.PropertyKeys onblur
onfocus
public static final HtmlCommandButton.PropertyKeys onfocus
accesskey
public static final HtmlCommandButton.PropertyKeys accesskey
onchange
public static final HtmlCommandButton.PropertyKeys onchange
onselect
public static final HtmlCommandButton.PropertyKeys onselect
onclick
public static final HtmlCommandButton.PropertyKeys onclick
ondblclick
public static final HtmlCommandButton.PropertyKeys ondblclick
onkeydown
public static final HtmlCommandButton.PropertyKeys onkeydown
onkeypress
public static final HtmlCommandButton.PropertyKeys onkeypress
onkeyup
public static final HtmlCommandButton.PropertyKeys onkeyup
onmousedown
public static final HtmlCommandButton.PropertyKeys onmousedown
onmousemove
public static final HtmlCommandButton.PropertyKeys onmousemove
onmouseout
public static final HtmlCommandButton.PropertyKeys onmouseout
onmouseover
public static final HtmlCommandButton.PropertyKeys onmouseover
onmouseup
public static final HtmlCommandButton.PropertyKeys onmouseup
dir
public static final HtmlCommandButton.PropertyKeys dir
lang
public static final HtmlCommandButton.PropertyKeys lang
title
public static final HtmlCommandButton.PropertyKeys title
disabled
public static final HtmlCommandButton.PropertyKeys disabled
readonly
public static final HtmlCommandButton.PropertyKeys readonly
values
public static HtmlCommandButton.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 (HtmlCommandButton.PropertyKeys c : HtmlCommandButton.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 HtmlCommandButton.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 © 2014 The Apache Software Foundation. All Rights Reserved.