object cursor extends Style[String]
The cursor CSS property specifies the mouse cursor displayed when the mouse pointer is over an element.
- Alphabetic
- By Inheritance
- cursor
- Style
- Attr
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=[A](a: A)(implicit t: ValueType[A, String]): TagMod
- Definition Classes
- Style → Attr
- final def :=?[O[_], A](oa: O[A])(implicit O: OptionLike[O], t: ValueType[A, String]): TagMod
- Definition Classes
- Attr
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def alias: TagMod
Indicating an alias or shortcut is to be created.
- def all-scroll: TagMod
Cursor showing that something can be scrolled in any direction (panned).
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final val attrName: String
- Definition Classes
- Attr
- def auto: TagMod
The browser determines the cursor to display based on the current context.
The browser determines the cursor to display based on the current context. E.g. equivalent to text when hovering text.
- def cell: TagMod
Indicating that cells can be selected.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def col-resize: TagMod
The item/column can be resized horizontally.
The item/column can be resized horizontally. Often rendered as arrows pointing left and right with a vertical separating.
- def context-menu: TagMod
A context menu is available under the cursor.
- def copy: TagMod
Indicating that something can be copied
- def crosshair: TagMod
Cross cursor, often used to indicate selection in a bitmap.
- def cssWait: TagMod
The program is busy (sometimes an hourglass or a watch).
- def default: TagMod
Default cursor, typically an arrow.
- def e-resize: TagMod
The right edge is to be moved.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(any: Any): Boolean
- Definition Classes
- Attr → AnyRef → Any
- def ew-resize: TagMod
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def grab: TagMod
Indicates that something can be grabbed (dragged to be moved).
- def grabbing: TagMod
Indicates that something can be grabbed (dragged to be moved).
- def hashCode(): Int
- Definition Classes
- Attr → AnyRef → Any
- def help: TagMod
Indicating help is available.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def move: TagMod
The hoevered object may be moved.
- def n-resize: TagMod
The top edge is to be moved.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def ne-resize: TagMod
The top-right corner is to be moved.
- def nesw-resize: TagMod
- def no-drop: TagMod
Cursor showing that a drop is not allowed at the current location.
- def none: TagMod
No cursor is rendered.
- def not-allowed: TagMod
Cursor showing that something cannot be done.
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def ns-resize: TagMod
- def nw-resize: TagMod
The top-left corner is to be moved.
- def nwse-resize: TagMod
- def pointer: TagMod
E.g.
E.g. used when hovering over links, typically a hand.
- def progress: TagMod
The program is busy in the background but the user can still interact with the interface (unlike for wait).
- def row-resize: TagMod
The item/row can be resized vertically.
The item/row can be resized vertically. Often rendered as arrows pointing up and down with a horizontal bar separating them.
- def s-resize: TagMod
The bottom edge is to be moved.
- def se-resize: TagMod
The bottom-right corner is to be moved.
- def sw-resize: TagMod
The bottom-left corner is to be moved.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def text: TagMod
Indicating text can be selected, typically an I-beam.
- final def toString(): String
- Definition Classes
- Attr → AnyRef → Any
- def vertical-text: TagMod
Indicating that vertical text can be selected, typically a sideways I-beam
- def w-resize: TagMod
The left edge is to be moved.
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def zoom-in: TagMod
Indicates that something can be zoomed (magnified) in.
- def zoom-out: TagMod
Indicates that something can be zoomed (magnified) out.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated