public enum IconRotate extends Enum<IconRotate> implements Style.HasCssName
| Enum Constant and Description |
|---|
NONE |
ROTATE_180 |
ROTATE_270 |
ROTATE_90 |
| Modifier and Type | Method and Description |
|---|---|
static IconRotate |
fromStyleName(String styleName) |
String |
getCssName() |
static IconRotate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IconRotate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IconRotate NONE
public static final IconRotate ROTATE_90
public static final IconRotate ROTATE_180
public static final IconRotate ROTATE_270
public static IconRotate[] values()
for (IconRotate c : IconRotate.values()) System.out.println(c);
public static IconRotate 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 String getCssName()
getCssName in interface Style.HasCssNamepublic static IconRotate fromStyleName(String styleName)
Copyright © 2017. All rights reserved.