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