public enum PanelIcons extends Enum<PanelIcons>
Modifier and Type | Class and Description |
---|---|
static class |
PanelIcons.State |
Enum Constant and Description |
---|
chevron |
chevronDown |
chevronLeft |
chevronUp |
disc |
grid |
none |
transparent |
triangle |
triangleDown |
triangleLeft |
triangleUp |
Modifier and Type | Field and Description |
---|---|
static PanelIcons |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
static PanelIcons |
getIcon(String attrIconCollapsedValue) |
static PanelIcons |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PanelIcons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PanelIcons none
public static final PanelIcons chevron
public static final PanelIcons chevronLeft
public static final PanelIcons chevronUp
public static final PanelIcons chevronDown
public static final PanelIcons disc
public static final PanelIcons grid
public static final PanelIcons transparent
public static final PanelIcons triangle
public static final PanelIcons triangleLeft
public static final PanelIcons triangleUp
public static final PanelIcons triangleDown
public static final PanelIcons DEFAULT
public static PanelIcons[] values()
for (PanelIcons c : PanelIcons.values()) System.out.println(c);
public static PanelIcons valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static PanelIcons getIcon(String attrIconCollapsedValue)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.