Package | Description |
---|---|
com.xalys.xgl.browser.dom.css | |
com.xalys.xgl.browser.dom.css.enums.flex |
Modifier and Type | Method and Description |
---|---|
FlexWrap |
FlexContainer.getFlexWrap() |
Modifier and Type | Method and Description |
---|---|
NativeCSSStyleDeclaration |
NativeCSSStyleDeclaration.setFlexFlow(FlexDirection flexDirection,
FlexWrap flexWrap) |
MutableStyle |
MutableStyle.setFlexFlow(FlexDirection flexDirection,
FlexWrap flexWrap) |
NativeCSSStyleDeclaration |
NativeCSSStyleDeclaration.setFlexWrap(FlexWrap flexWrap) |
MutableStyle |
MutableStyle.setFlexWrap(FlexWrap flexWrap) |
FlexContainer |
FlexContainer.setFlexWrap(FlexWrap flexWrap) |
Constructor and Description |
---|
FlexContainer(FlexDirection flexDirection,
FlexWrap flexWrap,
JustifyContent justifyContent,
AlignItems alignItems,
AlignContent alignContent) |
Modifier and Type | Method and Description |
---|---|
static FlexWrap |
FlexWrap.get(String propertyName) |
static FlexWrap |
FlexWrap.getDefault() |
static FlexWrap |
FlexWrap.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlexWrap[] |
FlexWrap.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Xalys. All rights reserved.