public enum DashboardIcon extends java.lang.Enum<DashboardIcon> implements io.jmix.ui.icon.Icons.Icon
Enum Constant and Description |
---|
CSS_LAYOUT_ICON |
GEAR_ICON |
GRID_LAYOUT_ICON |
HORIZONTAL_LAYOUT_ICON |
TRASH_ICON |
VERTICAL_LAYOUT_ICON |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
source |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
iconName() |
java.lang.String |
source() |
static DashboardIcon |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DashboardIcon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DashboardIcon VERTICAL_LAYOUT_ICON
public static final DashboardIcon HORIZONTAL_LAYOUT_ICON
public static final DashboardIcon GRID_LAYOUT_ICON
public static final DashboardIcon CSS_LAYOUT_ICON
public static final DashboardIcon TRASH_ICON
public static final DashboardIcon GEAR_ICON
public static DashboardIcon[] values()
for (DashboardIcon c : DashboardIcon.values()) System.out.println(c);
public static DashboardIcon 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 source()
source
in interface io.jmix.ui.icon.Icons.Icon
public java.lang.String iconName()
iconName
in interface io.jmix.ui.icon.Icons.Icon