scalatags.Styles

cursor

object cursor extends TypedStyle[Url]

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

MDN

Linear Supertypes
TypedStyle[Url], Serializable, Serializable, Product, Equals, Style, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cursor
  2. TypedStyle
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. Style
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
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 :=(value: Url): StylePair

    Assign this style to some value of the correct type.

    Assign this style to some value of the correct type.

    Definition Classes
    TypedStyle
  4. def :=(value: String): StylePair

    Force-assigns a typed style to a string even if its type would not normally .

    Force-assigns a typed style to a string even if its type would not normally .allow it

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

    Definition Classes
    AnyRef → Any
  6. val alias: StylePair

    Indicating an alias or shortcut is to be created.

    Indicating an alias or shortcut is to be created.

    MDN

  7. val all-scroll: StylePair

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

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

    MDN

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val auto: StylePair

    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

  10. val cell: StylePair

    Indicating that cells can be selected.

    Indicating that cells can be selected.

    MDN

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val col-resize: StylePair

    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

  13. val context-menu: StylePair

    A context menu is available under the cursor.

    A context menu is available under the cursor.

    MDN

  14. val copy: StylePair

    Indicating that something can be copied

    Indicating that something can be copied

    MDN

  15. val crosshair: StylePair

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

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

    MDN

  16. val cssName: String

    The name of this style in CSS, normally dash-separated

    The name of this style in CSS, normally dash-separated

    Definition Classes
    TypedStyleStyle
  17. val cssWait: StylePair

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

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

    MDN

  18. val default: StylePair

    Default cursor, typically an arrow.

    Default cursor, typically an arrow.

    MDN

  19. val e-resize: StylePair

    The right edge is to be moved.

    The right edge is to be moved.

    MDN

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

    Definition Classes
    AnyRef
  21. val ew-resize: StylePair

  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
  24. val grab: StylePair

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

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

    MDN

  25. val grabbing: StylePair

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

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

    MDN

  26. val help: StylePair

    Indicating help is available.

    Indicating help is available.

    MDN

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. val jsName: String

    The name of this style from Javascript, normally camel-case

    The name of this style from Javascript, normally camel-case

    Definition Classes
    TypedStyleStyle
  29. val move: StylePair

    The hoevered object may be moved.

    The hoevered object may be moved.

    MDN

  30. val n-resize: StylePair

    The top edge is to be moved.

    The top edge is to be moved.

    MDN

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

    Definition Classes
    AnyRef
  32. val ne-resize: StylePair

    The top-right corner is to be moved.

    The top-right corner is to be moved.

    MDN

  33. val nesw-resize: StylePair

  34. val no-drop: StylePair

    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. val none: StylePair

    No cursor is rendered.

    No cursor is rendered.

    MDN

  36. val not-allowed: StylePair

    Cursor showing that something cannot be done.

    Cursor showing that something cannot be done.

    MDN

  37. final def notify(): Unit

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

    Definition Classes
    AnyRef
  39. val ns-resize: StylePair

  40. val nw-resize: StylePair

    The top-left corner is to be moved.

    The top-left corner is to be moved.

    MDN

  41. val nwse-resize: StylePair

  42. val pointer: StylePair

    E.

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

    MDN

  43. val progress: StylePair

    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. val row-resize: StylePair

    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. val s-resize: StylePair

    The bottom edge is to be moved.

    The bottom edge is to be moved.

    MDN

  46. val se-resize: StylePair

    The bottom-right corner is to be moved.

    The bottom-right corner is to be moved.

    MDN

  47. val sw-resize: StylePair

    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

    Definition Classes
    AnyRef
  49. val text: StylePair

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

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

    MDN

  50. val vertical-text: StylePair

    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

  51. val w-resize: StylePair

    The left edge is to be moved.

    The left edge is to be moved.

    MDN

  52. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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( ... )
  55. val zoom-in: StylePair

    Indicates that something can be zoomed (magnified) in.

    Indicates that something can be zoomed (magnified) in.

    MDN

  56. val zoom-out: StylePair

    Indicates that something can be zoomed (magnified) out.

    Indicates that something can be zoomed (magnified) out.

    MDN

Inherited from TypedStyle[Url]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Style

Inherited from AnyRef

Inherited from Any

Ungrouped