public enum FlexWrap extends Enum<FlexWrap> implements IsCssClass
| Enum Constant and Description |
|---|
NO_WRAP
No wrap of the items
|
WRAP_BOTTOM_TO_TOP
Wrap the items from bottom to top
|
WRAP_TOP_TO_BOTTOM
Wrap the items from top to bottom
|
| Modifier and Type | Method and Description |
|---|---|
String |
getStyle() |
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 NO_WRAP
public static final FlexWrap WRAP_TOP_TO_BOTTOM
public static final FlexWrap WRAP_BOTTOM_TO_TOP
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 String getStyle()
getStyle in interface IsCssClassCopyright © 2019–2022 Dominokit. All rights reserved.