object cursor extends TypedAttrBase
The cursor CSS property specifies the mouse cursor displayed when the mouse pointer is over an element.
- See also
- Alphabetic
- By Inheritance
- cursor
- TypedAttrBase
- 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
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def alias: AV
Indicating an alias or shortcut is to be created.
- def allScroll: AV
Cursor showing that something can be scrolled in any direction (panned).
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attr: Attr
- Definition Classes
- cursor → TypedAttrBase
- def auto: AV
The browser determines the cursor to display based on the current context.
- def av(v: Value): AV
- Attributes
- protected
- Definition Classes
- TypedAttrBase
- def avl(v: Literal): AV
- Attributes
- protected
- Definition Classes
- TypedAttrBase
- def cell: AV
Indicating that cells can be selected.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def colResize: AV
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 bar separating.
- def contextMenu: AV
A context menu is available under the cursor.
A context menu is available under the cursor. Only IE 10 and up have implemented this on Windows
- def copy: AV
Indicating that something can be copied.
- def crosshair: AV
Cross cursor, often used to indicate selection in a bitmap.
- def default: AV
Default cursor, typically an arrow.
- def eResize: AV
The east edge is to be moved.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def ewResize: AV
Indicates a bidirectional resize cursor.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def grab: AV
Indicates that something can be grabbed (dragged to be moved).
- def grabbing: AV
Indicates that something can be grabbed (dragged to be moved).
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def help: AV
Indicating help is available.
- def inherit: AV
The inherit CSS-value causes the element for which it is specified to take the computed value of the property from its parent element.
The inherit CSS-value causes the element for which it is specified to take the computed value of the property from its parent element. It is allowed on every CSS property.
For inherited properties, this reinforces the default behavior, and is only needed to override another rule. For non-inherited properties, this specifies a behavior that typically makes relatively little sense and you may consider using initial instead, or unset on the all property.
- Definition Classes
- TypedAttrBase
- def initial: AV
The initial CSS keyword applies the initial value of a property to an element.
The initial CSS keyword applies the initial value of a property to an element. It is allowed on every CSS property and causes the element for which it is specified to use the initial value of the property.
- Definition Classes
- TypedAttrBase
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def move: AV
The hovered object may be moved.
- def nResize: AV
The north edge is to be moved.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def neResize: AV
The north-east edge is to be moved.
- def neswResize: AV
Indicates a bidirectional resize cursor.
- def noDrop: AV
Cursor showing that a drop is not allowed at the current location.
- def none: AV
No cursor is rendered.
- def notAllowed: AV
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 nsResize: AV
Indicates a bidirectional resize cursor.
- def nwResize: AV
The north-west edge is to be moved.
- def nwseResize: AV
Indicates a bidirectional resize cursor.
- def pointer: AV
Used when hovering over links, typically a hand.
- def progress: AV
The program is busy in the background but the user can still interact with the interface (unlike for wait).
- def rowResize: AV
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 sResize: AV
The south edge is to be moved.
- def seResize: AV
The south-east edge is to be moved.
- def swResize: AV
The south-west edge is to be moved.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def text: AV
Indicating text can be selected, typically an I-beam.
- def toString(): String
- Definition Classes
- TypedAttrBase → AnyRef → Any
- def unset: AV
The unset CSS keyword is the combination of the initial and inherit keywords.
The unset CSS keyword is the combination of the initial and inherit keywords. Like these two other CSS-wide keywords, it can be applied to any CSS property, including the CSS shorthand all. This keyword resets the property to its inherited value if it inherits from its parent or to its initial value if not. In other words, it behaves like the inherit keyword in the first case and like the initial keyword in the second case.
- Definition Classes
- TypedAttrBase
- def verticalText: AV
Indicating that vertical text can be selected, typically a sideways I-beam.
- def wResize: AV
The west 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 wait_: AV
The program is busy (sometimes an hourglass or a watch).
- def zoomIn: AV
Indicates that something can be zoomed (magnified) in.
- def zoomOut: AV
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