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