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