org.apache.myfaces.custom.toggle
Enum ToggleLink.PropertyKeys
java.lang.Object
java.lang.Enum<ToggleLink.PropertyKeys>
org.apache.myfaces.custom.toggle.ToggleLink.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<ToggleLink.PropertyKeys>
- Enclosing class:
- ToggleLink
protected static enum ToggleLink.PropertyKeys
- extends Enum<ToggleLink.PropertyKeys>
forVal
public static final ToggleLink.PropertyKeys forVal
disabled
public static final ToggleLink.PropertyKeys disabled
onClickFocusId
public static final ToggleLink.PropertyKeys onClickFocusId
forceId
public static final ToggleLink.PropertyKeys forceId
forceIdIndex
public static final ToggleLink.PropertyKeys forceIdIndex
enabledOnUserRole
public static final ToggleLink.PropertyKeys enabledOnUserRole
visibleOnUserRole
public static final ToggleLink.PropertyKeys visibleOnUserRole
style
public static final ToggleLink.PropertyKeys style
styleClass
public static final ToggleLink.PropertyKeys styleClass
tabindex
public static final ToggleLink.PropertyKeys tabindex
onblur
public static final ToggleLink.PropertyKeys onblur
onfocus
public static final ToggleLink.PropertyKeys onfocus
accesskey
public static final ToggleLink.PropertyKeys accesskey
onclick
public static final ToggleLink.PropertyKeys onclick
ondblclick
public static final ToggleLink.PropertyKeys ondblclick
onkeydown
public static final ToggleLink.PropertyKeys onkeydown
onkeypress
public static final ToggleLink.PropertyKeys onkeypress
onkeyup
public static final ToggleLink.PropertyKeys onkeyup
onmousedown
public static final ToggleLink.PropertyKeys onmousedown
onmousemove
public static final ToggleLink.PropertyKeys onmousemove
onmouseout
public static final ToggleLink.PropertyKeys onmouseout
onmouseover
public static final ToggleLink.PropertyKeys onmouseover
onmouseup
public static final ToggleLink.PropertyKeys onmouseup
dir
public static final ToggleLink.PropertyKeys dir
lang
public static final ToggleLink.PropertyKeys lang
title
public static final ToggleLink.PropertyKeys title
charset
public static final ToggleLink.PropertyKeys charset
coords
public static final ToggleLink.PropertyKeys coords
hreflang
public static final ToggleLink.PropertyKeys hreflang
rel
public static final ToggleLink.PropertyKeys rel
rev
public static final ToggleLink.PropertyKeys rev
shape
public static final ToggleLink.PropertyKeys shape
target
public static final ToggleLink.PropertyKeys target
type
public static final ToggleLink.PropertyKeys type
values
public static ToggleLink.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 (ToggleLink.PropertyKeys c : ToggleLink.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 ToggleLink.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
toString
public String toString()
- Overrides:
toString
in class Enum<ToggleLink.PropertyKeys>
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.