Package | Description |
---|---|
com.xalys.xgl.browser.dom.css | |
com.xalys.xgl.browser.dom.css.enums |
Modifier and Type | Method and Description |
---|---|
Cursor |
NativeCSSStyleDeclaration.getCursor() |
Cursor |
ComputedStyle.getCursor() |
Cursor |
MutableStyle.getCursor() |
Modifier and Type | Method and Description |
---|---|
NativeCSSStyleDeclaration |
NativeCSSStyleDeclaration.setCursor(Cursor cursor) |
MutableStyle |
MutableStyle.setCursor(Cursor cursor) |
Modifier and Type | Field and Description |
---|---|
static Cursor |
Cursor.ALIAS |
static Cursor |
Cursor.ALL_SCROLL |
static Cursor |
Cursor.AUTO |
static Cursor |
Cursor.CELL |
static Cursor |
Cursor.COL_RESIZE |
static Cursor |
Cursor.CONTEXT_MENU |
static Cursor |
Cursor.COPY |
static Cursor |
Cursor.CROSSHAIR |
static Cursor |
Cursor.DEFAULT |
static Cursor |
Cursor.E_RESIZE |
static Cursor |
Cursor.EW_RESIZE |
static Cursor |
Cursor.GRAB |
static Cursor |
Cursor.GRABBING |
static Cursor |
Cursor.HELP |
static Cursor |
Cursor.MOVE |
static Cursor |
Cursor.N_RESIZE |
static Cursor |
Cursor.NE_RESIZE |
static Cursor |
Cursor.NESW_RESIZE |
static Cursor |
Cursor.NO_DROP |
static Cursor |
Cursor.NONE |
static Cursor |
Cursor.NOT_ALLOWED |
static Cursor |
Cursor.NS_RESIZE |
static Cursor |
Cursor.NW_RESIZE |
static Cursor |
Cursor.NWSE_RESIZE |
static Cursor |
Cursor.POINTER |
static Cursor |
Cursor.PROGRESS |
static Cursor |
Cursor.ROW_RESIZE |
static Cursor |
Cursor.S_RESIZE |
static Cursor |
Cursor.SE_RESIZE |
static Cursor |
Cursor.SW_RESIZE |
static Cursor |
Cursor.TEXT |
static Cursor |
Cursor.VERTICAL_TEXT |
static Cursor |
Cursor.W_RESIZE |
static Cursor |
Cursor.WAIT |
static Cursor |
Cursor.ZOOM_IN |
static Cursor |
Cursor.ZOOM_OUT |
Modifier and Type | Method and Description |
---|---|
static Cursor |
Cursor.get(String propertyValue) |
Constructor and Description |
---|
Cursor(Cursor.CustomCursor customCursor,
Cursor fallback) |
Cursor(Cursor fallback,
Cursor.CustomCursor... cursors) |
Cursor(Cursor fallback,
List<Cursor.CustomCursor> cursors) |
Copyright © 2018 Xalys. All rights reserved.