org.apache.myfaces.custom.div
Enum Div.PropertyKeys
java.lang.Object
java.lang.Enum<Div.PropertyKeys>
org.apache.myfaces.custom.div.Div.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<Div.PropertyKeys>
- Enclosing class:
- Div
protected static enum Div.PropertyKeys
- extends Enum<Div.PropertyKeys>
onclick
public static final Div.PropertyKeys onclick
ondblclick
public static final Div.PropertyKeys ondblclick
onkeydown
public static final Div.PropertyKeys onkeydown
onkeypress
public static final Div.PropertyKeys onkeypress
onkeyup
public static final Div.PropertyKeys onkeyup
onmousedown
public static final Div.PropertyKeys onmousedown
onmousemove
public static final Div.PropertyKeys onmousemove
onmouseout
public static final Div.PropertyKeys onmouseout
onmouseover
public static final Div.PropertyKeys onmouseover
onmouseup
public static final Div.PropertyKeys onmouseup
dir
public static final Div.PropertyKeys dir
lang
public static final Div.PropertyKeys lang
title
public static final Div.PropertyKeys title
style
public static final Div.PropertyKeys style
styleClass
public static final Div.PropertyKeys styleClass
values
public static Div.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 (Div.PropertyKeys c : Div.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 Div.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.