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