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