org.apache.myfaces.custom.selectOneRow
Enum SelectOneRow.PropertyKeys
java.lang.Object
java.lang.Enum<SelectOneRow.PropertyKeys>
org.apache.myfaces.custom.selectOneRow.SelectOneRow.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<SelectOneRow.PropertyKeys>
- Enclosing class:
- SelectOneRow
protected static enum SelectOneRow.PropertyKeys
- extends Enum<SelectOneRow.PropertyKeys>
groupName
public static final SelectOneRow.PropertyKeys groupName
disabled
public static final SelectOneRow.PropertyKeys disabled
readonly
public static final SelectOneRow.PropertyKeys readonly
onblur
public static final SelectOneRow.PropertyKeys onblur
onfocus
public static final SelectOneRow.PropertyKeys onfocus
onclick
public static final SelectOneRow.PropertyKeys onclick
ondblclick
public static final SelectOneRow.PropertyKeys ondblclick
onkeydown
public static final SelectOneRow.PropertyKeys onkeydown
onkeypress
public static final SelectOneRow.PropertyKeys onkeypress
onkeyup
public static final SelectOneRow.PropertyKeys onkeyup
onmousedown
public static final SelectOneRow.PropertyKeys onmousedown
onmousemove
public static final SelectOneRow.PropertyKeys onmousemove
onmouseout
public static final SelectOneRow.PropertyKeys onmouseout
onmouseover
public static final SelectOneRow.PropertyKeys onmouseover
onmouseup
public static final SelectOneRow.PropertyKeys onmouseup
onchange
public static final SelectOneRow.PropertyKeys onchange
onselect
public static final SelectOneRow.PropertyKeys onselect
align
public static final SelectOneRow.PropertyKeys align
values
public static SelectOneRow.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 (SelectOneRow.PropertyKeys c : SelectOneRow.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 SelectOneRow.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 © 2012 The Apache Software Foundation. All Rights Reserved.