public static enum PanelIcons.State extends Enum<PanelIcons.State>
Enum Constant and Description |
---|
common |
commonDisabled |
header |
headerDisabled |
Modifier and Type | Method and Description |
---|---|
abstract String |
getCssClass(PanelIcons icons) |
static PanelIcons.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PanelIcons.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PanelIcons.State common
public static final PanelIcons.State commonDisabled
public static final PanelIcons.State header
public static final PanelIcons.State headerDisabled
public static PanelIcons.State[] values()
for (PanelIcons.State c : PanelIcons.State.values()) System.out.println(c);
public static PanelIcons.State 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 abstract String getCssClass(PanelIcons icons)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.