Package | Description |
---|---|
com.xalys.xgl.browser.dom.css | |
com.xalys.xgl.browser.dom.css.enums |
Modifier and Type | Method and Description |
---|---|
BoxSizing |
NativeCSSStyleDeclaration.getBoxSizing() |
BoxSizing |
ComputedStyle.getBoxSizing() |
BoxSizing |
MutableStyle.getBoxSizing() |
Modifier and Type | Method and Description |
---|---|
NativeCSSStyleDeclaration |
NativeCSSStyleDeclaration.setBoxSizing(BoxSizing boxSizing) |
MutableStyle |
MutableStyle.setBoxSizing(BoxSizing boxSizing) |
Modifier and Type | Method and Description |
---|---|
static BoxSizing |
BoxSizing.get(String propertyName) |
static BoxSizing |
BoxSizing.getDefault() |
static BoxSizing |
BoxSizing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoxSizing[] |
BoxSizing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Xalys. All rights reserved.