object cursor extends Style[String]

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

Linear Supertypes
Style[String], Attr[String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cursor
  2. Style
  3. Attr
  4. AnyRef
  5. 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. def :=[A](a: A)(implicit t: ValueType[A, String]): TagMod
    Definition Classes
    Style → Attr
  4. final def :=?[O[_], A](oa: O[A])(implicit O: OptionLike[O], t: ValueType[A, String]): TagMod
    Definition Classes
    Attr
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def alias: TagMod

    Indicating an alias or shortcut is to be created.

  7. def all-scroll: TagMod

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

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. final val attrName: String
    Definition Classes
    Attr
  10. 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.

  11. def cell: TagMod

    Indicating that cells can be selected.

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

  14. def context-menu: TagMod

    A context menu is available under the cursor.

  15. def copy: TagMod

    Indicating that something can be copied

  16. def crosshair: TagMod

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

  17. def cssWait: TagMod

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

  18. def default: TagMod

    Default cursor, typically an arrow.

  19. def e-resize: TagMod

    The right edge is to be moved.

  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(any: Any): Boolean
    Definition Classes
    Attr → AnyRef → Any
  22. def ew-resize: TagMod
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def grab: TagMod

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

  25. def grabbing: TagMod

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

  26. def hashCode(): Int
    Definition Classes
    Attr → AnyRef → Any
  27. def help: TagMod

    Indicating help is available.

  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def move: TagMod

    The hoevered object may be moved.

  30. def n-resize: TagMod

    The top edge is to be moved.

  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def ne-resize: TagMod

    The top-right corner is to be moved.

  33. def nesw-resize: TagMod
  34. def no-drop: TagMod

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

  35. def none: TagMod

    No cursor is rendered.

  36. def not-allowed: TagMod

    Cursor showing that something cannot be done.

  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def ns-resize: TagMod
  40. def nw-resize: TagMod

    The top-left corner is to be moved.

  41. def nwse-resize: TagMod
  42. def pointer: TagMod

    E.g.

    E.g. used when hovering over links, typically a hand.

  43. def progress: TagMod

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

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

  45. def s-resize: TagMod

    The bottom edge is to be moved.

  46. def se-resize: TagMod

    The bottom-right corner is to be moved.

  47. def sw-resize: TagMod

    The bottom-left corner is to be moved.

  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def text: TagMod

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

  50. final def toString(): String
    Definition Classes
    Attr → AnyRef → Any
  51. def vertical-text: TagMod

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

  52. def w-resize: TagMod

    The left edge is to be moved.

  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def zoom-in: TagMod

    Indicates that something can be zoomed (magnified) in.

  57. def zoom-out: TagMod

    Indicates that something can be zoomed (magnified) out.

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Style[String]

Inherited from Attr[String]

Inherited from AnyRef

Inherited from Any

Ungrouped