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