Packages

object cursor extends TypedAttrBase

The cursor CSS property specifies the mouse cursor displayed when the mouse pointer is over an element.

See also

MDN

Linear Supertypes
TypedAttrBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cursor
  2. TypedAttrBase
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def alias: AV

    Indicating an alias or shortcut is to be created.

  5. def allScroll: AV

    Cursor showing that something can be scrolled in any direction (panned).

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attr: Attr
    Definition Classes
    cursorTypedAttrBase
  8. def auto: AV

    The browser determines the cursor to display based on the current context.

  9. def av(v: Value): AV
    Attributes
    protected
    Definition Classes
    TypedAttrBase
  10. def avl(v: Literal): AV
    Attributes
    protected
    Definition Classes
    TypedAttrBase
  11. def cell: AV

    Indicating that cells can be selected.

  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. 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.

  14. 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

  15. def copy: AV

    Indicating that something can be copied.

  16. def crosshair: AV

    Cross cursor, often used to indicate selection in a bitmap.

  17. def default: AV

    Default cursor, typically an arrow.

  18. def eResize: AV

    The east edge is to be moved.

  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def ewResize: AV

    Indicates a bidirectional resize cursor.

  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def grab: AV

    Indicates that something can be grabbed (dragged to be moved).

  25. def grabbing: AV

    Indicates that something can be grabbed (dragged to be moved).

  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def help: AV

    Indicating help is available.

  28. 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
  29. 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
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def move: AV

    The hovered object may be moved.

  32. def nResize: AV

    The north edge is to be moved.

  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def neResize: AV

    The north-east edge is to be moved.

  35. def neswResize: AV

    Indicates a bidirectional resize cursor.

  36. def noDrop: AV

    Cursor showing that a drop is not allowed at the current location.

  37. def none: AV

    No cursor is rendered.

  38. def notAllowed: AV

    Cursor showing that something cannot be done.

  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def nsResize: AV

    Indicates a bidirectional resize cursor.

  42. def nwResize: AV

    The north-west edge is to be moved.

  43. def nwseResize: AV

    Indicates a bidirectional resize cursor.

  44. def pointer: AV

    Used when hovering over links, typically a hand.

  45. def progress: AV

    The program is busy in the background but the user can still interact with the interface (unlike for wait).

  46. 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.

  47. def sResize: AV

    The south edge is to be moved.

  48. def seResize: AV

    The south-east edge is to be moved.

  49. def swResize: AV

    The south-west edge is to be moved.

  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def text: AV

    Indicating text can be selected, typically an I-beam.

  52. def toString(): String
    Definition Classes
    TypedAttrBase → AnyRef → Any
  53. 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
  54. def verticalText: AV

    Indicating that vertical text can be selected, typically a sideways I-beam.

  55. def wResize: AV

    The west edge is to be moved.

  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  59. def wait_: AV

    The program is busy (sometimes an hourglass or a watch).

  60. def zoomIn: AV

    Indicates that something can be zoomed (magnified) in.

  61. def zoomOut: AV

    Indicates that something can be zoomed (magnified) out.

Inherited from TypedAttrBase

Inherited from AnyRef

Inherited from Any

Ungrouped