public enum DialogIcon extends java.lang.Enum<DialogIcon>
MessageDialog
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStyle()
Gets the style variation (the jQuery style)
|
java.lang.String |
toString() |
static DialogIcon |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DialogIcon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DialogIcon NONE
public static final DialogIcon INFO
public static final DialogIcon WARN
public static final DialogIcon ERROR
public static final DialogIcon LIGHT
public static DialogIcon[] values()
for (DialogIcon c : DialogIcon.values()) System.out.println(c);
public static DialogIcon valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getStyle()
public java.lang.String toString()
toString
in class java.lang.Enum<DialogIcon>
Copyright © 2014 7thWeb. All Rights Reserved.