public static enum AlertPanel.TYPE extends Enum<AlertPanel.TYPE>
| Modifier and Type | Method and Description |
|---|---|
static AlertPanel.TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertPanel.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlertPanel.TYPE INFO
public static final AlertPanel.TYPE SUCCESS
public static final AlertPanel.TYPE WARNING
public static final AlertPanel.TYPE DANGER
public static AlertPanel.TYPE[] values()
for (AlertPanel.TYPE c : AlertPanel.TYPE.values()) System.out.println(c);
public static AlertPanel.TYPE 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 nullCopyright © 2012–2026 cismet GmbH. All rights reserved.