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