@JsType(namespace="xgl.css") public enum AlignSelf extends Enum<AlignSelf>
Enum Constant and Description |
---|
BASELINE |
CENTER |
FLEX_END |
FLEX_START |
INHERIT |
INITIAL |
STRETCH |
UNSET |
Modifier and Type | Method and Description |
---|---|
String |
css() |
static AlignSelf |
get(String propertyName) |
static AlignSelf |
getDefault() |
static AlignSelf |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlignSelf[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlignSelf FLEX_START
public static final AlignSelf FLEX_END
public static final AlignSelf CENTER
public static final AlignSelf BASELINE
public static final AlignSelf STRETCH
public static final AlignSelf INITIAL
public static final AlignSelf INHERIT
public static final AlignSelf UNSET
public static AlignSelf[] values()
for (AlignSelf c : AlignSelf.values()) System.out.println(c);
public static AlignSelf 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 static AlignSelf getDefault()
public String css()
Copyright © 2018 Xalys. All rights reserved.