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