Package | Description |
---|---|
com.xalys.xgl.browser.dom.css | |
com.xalys.xgl.browser.dom.css.enums |
Modifier and Type | Method and Description |
---|---|
CSSPriority |
NativeCSSStyleDeclaration.getPropertyPriority(CSSProperty rule) |
CSSPriority |
ComputedStyle.getPropertyPriority(CSSProperty rule) |
CSSPriority |
MutableStyle.getPropertyPriority(CSSProperty rule) |
Modifier and Type | Method and Description |
---|---|
NativeCSSStyleDeclaration |
NativeCSSStyleDeclaration.setProperty(CSSProperty rule,
String value,
CSSPriority priority) |
MutableStyle |
MutableStyle.setProperty(CSSProperty rule,
String value,
CSSPriority priority) |
NativeCSSStyleDeclaration |
NativeCSSStyleDeclaration.setPropertyPriority(CSSProperty rule,
CSSPriority priority) |
MutableStyle |
MutableStyle.setPropertyPriority(CSSProperty rule,
CSSPriority priority) |
Modifier and Type | Method and Description |
---|---|
static CSSPriority |
CSSPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSSPriority[] |
CSSPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Xalys. All rights reserved.