public enum SpinnerColor extends Enum<SpinnerColor> implements Type, com.google.gwt.dom.client.Style.HasCssName
Enum Constant and Description |
---|
BLUE |
BLUE_ONLY |
GREEN |
GREEN_ONLY |
RED |
RED_ONLY |
YELLOW |
YELLOW_ONLY |
Modifier and Type | Method and Description |
---|---|
static SpinnerColor |
fromStyleName(String styleName) |
String |
getCssName() |
static SpinnerColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpinnerColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpinnerColor BLUE
public static final SpinnerColor BLUE_ONLY
public static final SpinnerColor RED
public static final SpinnerColor RED_ONLY
public static final SpinnerColor YELLOW
public static final SpinnerColor YELLOW_ONLY
public static final SpinnerColor GREEN
public static final SpinnerColor GREEN_ONLY
public static SpinnerColor[] values()
for (SpinnerColor c : SpinnerColor.values()) System.out.println(c);
public static SpinnerColor 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 com.google.gwt.dom.client.Style.HasCssName
public static SpinnerColor fromStyleName(String styleName)
Copyright © 2018. All rights reserved.