| Package | Description | 
|---|---|
| com.xalys.xgl.browser.dom.css | |
| com.xalys.xgl.browser.dom.css.enums.flex | 
| Modifier and Type | Method and Description | 
|---|---|
AlignSelf | 
FlexChild.getAlignSelf()  | 
| Modifier and Type | Method and Description | 
|---|---|
NativeCSSStyleDeclaration | 
NativeCSSStyleDeclaration.setAlignSelf(AlignSelf alignSelf)  | 
void | 
FlexChild.setAlignSelf(AlignSelf alignSelf)  | 
MutableStyle | 
MutableStyle.setAlignSelf(AlignSelf alignSelf)  | 
| Constructor and Description | 
|---|
FlexChild(Integer order,
         Number flexGrow,
         Flex flex,
         AlignSelf alignSelf)  | 
FlexChild(Integer order,
         Number flexGrow,
         Number flexShrink,
         FlexBasis flexBasis,
         Flex flex,
         AlignSelf alignSelf)  | 
| Modifier and Type | Method and Description | 
|---|---|
static AlignSelf | 
AlignSelf.get(String propertyName)  | 
static AlignSelf | 
AlignSelf.getDefault()  | 
static AlignSelf | 
AlignSelf.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AlignSelf[] | 
AlignSelf.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2018 Xalys. All rights reserved.