Package | Description |
---|---|
com.xalys.xgl.browser.dom.css |
Modifier and Type | Field and Description |
---|---|
static Flex |
Flex.DEFAULT |
static Flex |
Flex.INHERIT |
static Flex |
Flex.INITIAL |
static Flex |
Flex.NONE |
static Flex |
Flex.UNSET |
Modifier and Type | Method and Description |
---|---|
Flex |
FlexChild.getFlex() |
Flex |
Flex.setFlexBasis(FlexBasis flexBasis) |
Flex |
Flex.setFlexGrow(Number flexGrow) |
Flex |
Flex.setFlexShrink(Number flexShrink) |
Modifier and Type | Method and Description |
---|---|
NativeCSSStyleDeclaration |
NativeCSSStyleDeclaration.setFlex(Flex flex) |
void |
FlexChild.setFlex(Flex flex) |
MutableStyle |
MutableStyle.setFlex(Flex flex) |
Constructor and Description |
---|
Flex(Flex flex) |
FlexChild(Integer order,
Number flexGrow,
Flex flex,
AlignSelf alignSelf) |
FlexChild(Integer order,
Number flexGrow,
Number flexShrink,
FlexBasis flexBasis,
Flex flex,
AlignSelf alignSelf) |
Copyright © 2018 Xalys. All rights reserved.