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