scalatags.generic.Styles

cursor

object cursor extends Style

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

MDN

Linear Supertypes
Style, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cursor
  2. Style
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def :=[Builder, T](v: T)(implicit ev: StyleValue[Builder, T]): StylePair[Builder, T]

    Creates an StylePair from an Style and a value of type T, if there is an StyleValue of the correct type.

    Creates an StylePair from an Style and a value of type T, if there is an StyleValue of the correct type.

    Definition Classes
    Style
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. lazy val alias: StylePair[Builder, String]

    Indicating an alias or shortcut is to be created.

    Indicating an alias or shortcut is to be created.

    MDN

  8. lazy val all-scroll: StylePair[Builder, String]

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

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

    MDN

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. lazy val auto: StylePair[Builder, String]

    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

  11. lazy val cell: StylePair[Builder, String]

    Indicating that cells can be selected.

    Indicating that cells can be selected.

    MDN

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. lazy val col-resize: StylePair[Builder, String]

    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

  14. lazy val context-menu: StylePair[Builder, String]

    A context menu is available under the cursor.

    A context menu is available under the cursor.

    MDN

  15. lazy val copy: StylePair[Builder, String]

    Indicating that something can be copied

    Indicating that something can be copied

    MDN

  16. lazy val crosshair: StylePair[Builder, String]

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

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

    MDN

  17. val cssName: String

    Definition Classes
    Style
  18. lazy val cssWait: StylePair[Builder, String]

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

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

    MDN

  19. lazy val default: StylePair[Builder, String]

    Default cursor, typically an arrow.

    Default cursor, typically an arrow.

    MDN

  20. lazy val e-resize: StylePair[Builder, String]

    The right edge is to be moved.

    The right edge is to be moved.

    MDN

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

    Definition Classes
    AnyRef
  22. lazy val ew-resize: StylePair[Builder, String]

  23. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  25. lazy val grab: StylePair[Builder, String]

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

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

    MDN

  26. lazy val grabbing: StylePair[Builder, String]

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

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

    MDN

  27. lazy val help: StylePair[Builder, String]

    Indicating help is available.

    Indicating help is available.

    MDN

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. val jsName: String

    Definition Classes
    Style
  30. lazy val move: StylePair[Builder, String]

    The hoevered object may be moved.

    The hoevered object may be moved.

    MDN

  31. lazy val n-resize: StylePair[Builder, String]

    The top edge is to be moved.

    The top edge is to be moved.

    MDN

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

    Definition Classes
    AnyRef
  33. lazy val ne-resize: StylePair[Builder, String]

    The top-right corner is to be moved.

    The top-right corner is to be moved.

    MDN

  34. lazy val nesw-resize: StylePair[Builder, String]

  35. lazy val no-drop: StylePair[Builder, String]

    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

  36. lazy val none: StylePair[Builder, String]

    No cursor is rendered.

    No cursor is rendered.

    MDN

  37. lazy val not-allowed: StylePair[Builder, String]

    Cursor showing that something cannot be done.

    Cursor showing that something cannot be done.

    MDN

  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. lazy val ns-resize: StylePair[Builder, String]

  41. lazy val nw-resize: StylePair[Builder, String]

    The top-left corner is to be moved.

    The top-left corner is to be moved.

    MDN

  42. lazy val nwse-resize: StylePair[Builder, String]

  43. lazy val pointer: StylePair[Builder, String]

    E.

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

    MDN

  44. lazy val progress: StylePair[Builder, String]

    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

  45. lazy val row-resize: StylePair[Builder, String]

    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

  46. lazy val s-resize: StylePair[Builder, String]

    The bottom edge is to be moved.

    The bottom edge is to be moved.

    MDN

  47. lazy val se-resize: StylePair[Builder, String]

    The bottom-right corner is to be moved.

    The bottom-right corner is to be moved.

    MDN

  48. lazy val sw-resize: StylePair[Builder, String]

    The bottom-left corner is to be moved.

    The bottom-left corner is to be moved.

    MDN

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

    Definition Classes
    AnyRef
  50. lazy val text: StylePair[Builder, String]

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

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

    MDN

  51. lazy val vertical-text: StylePair[Builder, String]

    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 w-resize: StylePair[Builder, String]

    The left edge is to be moved.

    The left edge is to be moved.

    MDN

  53. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. lazy val zoom-in: StylePair[Builder, String]

    Indicates that something can be zoomed (magnified) in.

    Indicates that something can be zoomed (magnified) in.

    MDN

  57. lazy val zoom-out: StylePair[Builder, String]

    Indicates that something can be zoomed (magnified) out.

    Indicates that something can be zoomed (magnified) out.

    MDN

Inherited from Style

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped