Object

com.raquo.domtypes.generic.defs.styles.Styles

cursor

Related Doc: package Styles

Permalink

object cursor extends Style[String]

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

MDN

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val alias: SS[String]

    Permalink

    Indicating an alias or shortcut is to be created.

    Indicating an alias or shortcut is to be created.

    MDN

  5. lazy val allScroll: SS[String]

    Permalink

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

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

    MDN

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. lazy val auto: SS[String]

    Permalink

    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.

    MDN

  8. lazy val cell: SS[String]

    Permalink

    Indicating that cells can be selected.

    Indicating that cells can be selected.

    MDN

  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. lazy val colResize: SS[String]

    Permalink

    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.

    MDN

  11. lazy val contextMenu: SS[String]

    Permalink

    A context menu is available under the cursor.

    A context menu is available under the cursor.

    MDN

  12. lazy val copy: SS[String]

    Permalink

    Indicating that something can be copied

    Indicating that something can be copied

    MDN

  13. lazy val crosshair: SS[String]

    Permalink

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

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

    MDN

  14. val cssName: String

    Permalink
    Definition Classes
    Style
  15. lazy val cssWait: SS[String]

    Permalink

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

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

    MDN

  16. lazy val default: SS[String]

    Permalink

    Default cursor, typically an arrow.

    Default cursor, typically an arrow.

    MDN

  17. lazy val eResize: SS[String]

    Permalink

    The right edge is to be moved.

    The right edge is to be moved.

    MDN

  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. lazy val ewResize: SS[String]

    Permalink
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. lazy val grab: SS[String]

    Permalink

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

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

    MDN

  24. lazy val grabbing: SS[String]

    Permalink

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

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

    MDN

  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. lazy val help: SS[String]

    Permalink

    Indicating help is available.

    Indicating help is available.

    MDN

  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. val jsName: String

    Permalink
    Definition Classes
    Style
  29. lazy val move: SS[String]

    Permalink

    The hoevered object may be moved.

    The hoevered object may be moved.

    MDN

  30. lazy val nResize: SS[String]

    Permalink

    The top edge is to be moved.

    The top edge is to be moved.

    MDN

  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. lazy val neResize: SS[String]

    Permalink

    The top-right corner is to be moved.

    The top-right corner is to be moved.

    MDN

  33. lazy val neswResize: SS[String]

    Permalink
  34. lazy val noDrop: SS[String]

    Permalink

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

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

    MDN

  35. lazy val none: SS[String]

    Permalink

    No cursor is rendered.

    No cursor is rendered.

    MDN

  36. lazy val notAllowed: SS[String]

    Permalink

    Cursor showing that something cannot be done.

    Cursor showing that something cannot be done.

    MDN

  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. lazy val nsResize: SS[String]

    Permalink
  40. lazy val nwResize: SS[String]

    Permalink

    The top-left corner is to be moved.

    The top-left corner is to be moved.

    MDN

  41. lazy val nwseResize: SS[String]

    Permalink
  42. lazy val pointer: SS[String]

    Permalink

    E.g.

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

    MDN

  43. lazy val progress: SS[String]

    Permalink

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

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

    MDN

  44. lazy val rowResize: SS[String]

    Permalink

    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.

    MDN

  45. lazy val sResize: SS[String]

    Permalink

    The bottom edge is to be moved.

    The bottom edge is to be moved.

    MDN

  46. lazy val seResize: SS[String]

    Permalink

    The bottom-right corner is to be moved.

    The bottom-right corner is to be moved.

    MDN

  47. lazy val swResize: SS[String]

    Permalink

    The bottom-left corner is to be moved.

    The bottom-left corner is to be moved.

    MDN

  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  49. lazy val text: SS[String]

    Permalink

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

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

    MDN

  50. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  51. lazy val verticalText: SS[String]

    Permalink

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

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

    MDN

  52. lazy val wResize: SS[String]

    Permalink

    The left edge is to be moved.

    The left edge is to be moved.

    MDN

  53. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. lazy val zoomIn: SS[String]

    Permalink

    Indicates that something can be zoomed (magnified) in.

    Indicates that something can be zoomed (magnified) in.

    MDN

  57. lazy val zoomOut: SS[String]

    Permalink

    Indicates that something can be zoomed (magnified) out.

    Indicates that something can be zoomed (magnified) out.

    MDN

Inherited from Style[String]

Inherited from AnyRef

Inherited from Any

Ungrouped