@JsType(namespace="xgl.css") public class Cursor extends Object implements HasCSSName
Modifier and Type | Class and Description |
---|---|
static class |
Cursor.CustomCursor |
Modifier and Type | Field and Description |
---|---|
static Cursor |
ALIAS |
static Cursor |
ALL_SCROLL |
static Cursor |
AUTO |
static Cursor |
CELL |
static Cursor |
COL_RESIZE |
static Cursor |
CONTEXT_MENU |
static Cursor |
COPY |
static Cursor |
CROSSHAIR |
static Cursor |
DEFAULT |
static Cursor |
E_RESIZE |
static Cursor |
EW_RESIZE |
static Cursor |
GRAB |
static Cursor |
GRABBING |
static Cursor |
HELP |
static Cursor |
MOVE |
static Cursor |
N_RESIZE |
static Cursor |
NE_RESIZE |
static Cursor |
NESW_RESIZE |
static Cursor |
NO_DROP |
static Cursor |
NONE |
static Cursor |
NOT_ALLOWED |
static Cursor |
NS_RESIZE |
static Cursor |
NW_RESIZE |
static Cursor |
NWSE_RESIZE |
static Cursor |
POINTER |
static Cursor |
PROGRESS |
static Cursor |
ROW_RESIZE |
static Cursor |
S_RESIZE |
static Cursor |
SE_RESIZE |
static Cursor |
SW_RESIZE |
static Cursor |
TEXT |
static Cursor |
VERTICAL_TEXT |
static Cursor |
W_RESIZE |
static Cursor |
WAIT |
static Cursor |
ZOOM_IN |
static Cursor |
ZOOM_OUT |
Constructor and Description |
---|
Cursor(Cursor.CustomCursor... cursors) |
Cursor(Cursor.CustomCursor customCursor) |
Cursor(Cursor.CustomCursor customCursor,
Cursor fallback) |
Cursor(Cursor fallback,
Cursor.CustomCursor... cursors) |
Cursor(Cursor fallback,
List<Cursor.CustomCursor> cursors) |
Cursor(List<Cursor.CustomCursor> cursors) |
Modifier and Type | Method and Description |
---|---|
String |
css() |
static Cursor |
get(String propertyValue) |
List<Cursor.CustomCursor> |
getCursors() |
String |
toString() |
public static final Cursor AUTO
public static final Cursor DEFAULT
public static final Cursor NONE
public static final Cursor CONTEXT_MENU
public static final Cursor HELP
public static final Cursor POINTER
public static final Cursor PROGRESS
public static final Cursor WAIT
public static final Cursor CELL
public static final Cursor CROSSHAIR
public static final Cursor TEXT
public static final Cursor VERTICAL_TEXT
public static final Cursor ALIAS
public static final Cursor COPY
public static final Cursor MOVE
public static final Cursor NO_DROP
public static final Cursor NOT_ALLOWED
public static final Cursor ALL_SCROLL
public static final Cursor COL_RESIZE
public static final Cursor ROW_RESIZE
public static final Cursor N_RESIZE
public static final Cursor E_RESIZE
public static final Cursor S_RESIZE
public static final Cursor W_RESIZE
public static final Cursor NE_RESIZE
public static final Cursor NW_RESIZE
public static final Cursor SE_RESIZE
public static final Cursor SW_RESIZE
public static final Cursor EW_RESIZE
public static final Cursor NS_RESIZE
public static final Cursor NESW_RESIZE
public static final Cursor NWSE_RESIZE
public static final Cursor ZOOM_IN
public static final Cursor ZOOM_OUT
public static final Cursor GRAB
public static final Cursor GRABBING
@JsIgnore public Cursor(@NotNull Cursor.CustomCursor customCursor)
@JsIgnore public Cursor(Cursor.CustomCursor... cursors)
@JsIgnore public Cursor(List<Cursor.CustomCursor> cursors)
@JsIgnore public Cursor(Cursor.CustomCursor customCursor, Cursor fallback)
@JsIgnore public Cursor(Cursor fallback, Cursor.CustomCursor... cursors)
@JsIgnore public Cursor(Cursor fallback, List<Cursor.CustomCursor> cursors)
public List<Cursor.CustomCursor> getCursors()
public String css()
css
in interface HasCSSName
Copyright © 2018 Xalys. All rights reserved.