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