Object

scalatags.generic.Styles

cursor

Related Doc: package Styles

Permalink

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
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. def :=[Builder, T](v: T)(implicit ev: StyleValue[Builder, T]): StylePair[Builder, T]

    Permalink

    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
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. lazy val alias: StylePair[Builder, String]

    Permalink

    Indicating an alias or shortcut is to be created.

    Indicating an alias or shortcut is to be created.

    MDN

  6. lazy val all-scroll: StylePair[Builder, 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

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. lazy val auto: StylePair[Builder, 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

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

    Permalink

    Indicating that cells can be selected.

    Indicating that cells can be selected.

    MDN

  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. lazy val col-resize: StylePair[Builder, 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

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

    Permalink

    A context menu is available under the cursor.

    A context menu is available under the cursor.

    MDN

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

    Permalink

    Indicating that something can be copied

    Indicating that something can be copied

    MDN

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

    Permalink

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

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

    MDN

  15. val cssName: String

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

    Permalink

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

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

    MDN

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

    Permalink

    Default cursor, typically an arrow.

    Default cursor, typically an arrow.

    MDN

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

    Permalink

    The right edge is to be moved.

    The right edge is to be moved.

    MDN

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

    Permalink
    Definition Classes
    AnyRef
  20. lazy val ew-resize: StylePair[Builder, 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: StylePair[Builder, 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: StylePair[Builder, String]

    Permalink

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

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

    MDN

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

    Permalink

    Indicating help is available.

    Indicating help is available.

    MDN

  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. val jsName: String

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

    Permalink

    The hoevered object may be moved.

    The hoevered object may be moved.

    MDN

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

    Permalink

    The top edge is to be moved.

    The top edge is to be moved.

    MDN

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

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

    Permalink

    The top-right corner is to be moved.

    The top-right corner is to be moved.

    MDN

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

    Permalink
  33. lazy val no-drop: StylePair[Builder, 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

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

    Permalink

    No cursor is rendered.

    No cursor is rendered.

    MDN

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

    Permalink

    Cursor showing that something cannot be done.

    Cursor showing that something cannot be done.

    MDN

  36. final def notify(): Unit

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

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

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

    Permalink

    The top-left corner is to be moved.

    The top-left corner is to be moved.

    MDN

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

    Permalink
  41. lazy val pointer: StylePair[Builder, String]

    Permalink

    E.g.

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

    MDN

  42. lazy val progress: StylePair[Builder, 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

  43. lazy val row-resize: StylePair[Builder, 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

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

    Permalink

    The bottom edge is to be moved.

    The bottom edge is to be moved.

    MDN

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

    Permalink

    The bottom-right corner is to be moved.

    The bottom-right corner is to be moved.

    MDN

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

    Permalink

    The bottom-left corner is to be moved.

    The bottom-left corner is to be moved.

    MDN

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

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

    Permalink

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

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

    MDN

  49. lazy val vertical-text: StylePair[Builder, 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

  50. lazy val w-resize: StylePair[Builder, String]

    Permalink

    The left edge is to be moved.

    The left edge is to be moved.

    MDN

  51. final def wait(): Unit

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

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

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

    Permalink

    Indicates that something can be zoomed (magnified) in.

    Indicates that something can be zoomed (magnified) in.

    MDN

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

    Permalink

    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