org.richfaces.renderkit.util
Enum PanelIcons
java.lang.Object
java.lang.Enum<PanelIcons>
org.richfaces.renderkit.util.PanelIcons
- All Implemented Interfaces:
- Serializable, Comparable<PanelIcons>
public enum PanelIcons
- extends Enum<PanelIcons>
none
public static final PanelIcons none
chevron
public static final PanelIcons chevron
chevronLeft
public static final PanelIcons chevronLeft
chevronUp
public static final PanelIcons chevronUp
chevronDown
public static final PanelIcons chevronDown
disc
public static final PanelIcons disc
grid
public static final PanelIcons grid
transparent
public static final PanelIcons transparent
triangle
public static final PanelIcons triangle
triangleLeft
public static final PanelIcons triangleLeft
triangleUp
public static final PanelIcons triangleUp
triangleDown
public static final PanelIcons triangleDown
DEFAULT
public static final PanelIcons DEFAULT
values
public static PanelIcons[] 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 (PanelIcons c : PanelIcons.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PanelIcons 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
getIcon
public static PanelIcons getIcon(String attrIconCollapsedValue)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.