japgolly.scalacss.Attrs

cursor

Related Doc: package Attrs

object cursor extends TypedAttrBase

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

See also

MDN

Linear Supertypes
TypedAttrBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cursor
  2. TypedAttrBase
  3. AnyRef
  4. 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. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def alias: AV

    Indicating an alias or shortcut is to be created.

    Indicating an alias or shortcut is to be created.

    Annotations
    @inline()
  5. def allScroll: AV

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

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

    Annotations
    @inline()
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val attr: Attr

    Definition Classes
    cursorTypedAttrBase
  8. def auto: AV

    The browser determines the cursor to display based on the current context.

    The browser determines the cursor to display based on the current context.

    Annotations
    @inline()
  9. def av(v: Value): AV

    Attributes
    protected
    Definition Classes
    TypedAttrBase
  10. def avl(v: Literal): AV

    Attributes
    protected
    Definition Classes
    TypedAttrBase
  11. def cell: AV

    Indicating that cells can be selected.

    Indicating that cells can be selected.

    Annotations
    @inline()
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def colResize: AV

    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 bar separating.

    Annotations
    @inline()
  14. def contextMenu: AV

    A context menu is available under the cursor.

    A context menu is available under the cursor. Only IE 10 and up have implemented this on Windows

    Annotations
    @inline()
  15. def copy: AV

    Indicating that something can be copied.

    Indicating that something can be copied.

    Annotations
    @inline()
  16. def crosshair: AV

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

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

    Annotations
    @inline()
  17. def default: AV

    Default cursor, typically an arrow.

    Default cursor, typically an arrow.

    Annotations
    @inline()
  18. def eResize: AV

    The east edge is to be moved.

    The east edge is to be moved.

    Annotations
    @inline()
  19. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  21. def ewResize: AV

    Indicates a bidirectional resize cursor.

    Indicates a bidirectional resize cursor.

    Annotations
    @inline()
  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. def grab: AV

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

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

    Annotations
    @inline()
  25. def grabbing: AV

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

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

    Annotations
    @inline()
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def help: AV

    Indicating help is available.

    Indicating help is available.

    Annotations
    @inline()
  28. def inherit: AV

    The inherit CSS-value causes the element for which it is specified to take the computed value of the property from its parent element.

    The inherit CSS-value causes the element for which it is specified to take the computed value of the property from its parent element. It is allowed on every CSS property.

    For inherited properties, this reinforces the default behavior, and is only needed to override another rule. For non-inherited properties, this specifies a behavior that typically makes relatively little sense and you may consider using initial instead, or unset on the all property.

    Definition Classes
    TypedAttrBase
  29. def initial: AV

    The initial CSS keyword applies the initial value of a property to an element.

    The initial CSS keyword applies the initial value of a property to an element. It is allowed on every CSS property and causes the element for which it is specified to use the initial value of the property.

    Definition Classes
    TypedAttrBase
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def move: AV

    The hovered object may be moved.

    The hovered object may be moved.

    Annotations
    @inline()
  32. def nResize: AV

    The north edge is to be moved.

    The north edge is to be moved.

    Annotations
    @inline()
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. def neResize: AV

    The north-east edge is to be moved.

    The north-east edge is to be moved.

    Annotations
    @inline()
  35. def neswResize: AV

    Indicates a bidirectional resize cursor.

    Indicates a bidirectional resize cursor.

    Annotations
    @inline()
  36. def noDrop: AV

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

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

    Annotations
    @inline()
  37. def none: AV

    No cursor is rendered.

    No cursor is rendered.

    Annotations
    @inline()
  38. def notAllowed: AV

    Cursor showing that something cannot be done.

    Cursor showing that something cannot be done.

    Annotations
    @inline()
  39. final def notify(): Unit

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

    Definition Classes
    AnyRef
  41. def nsResize: AV

    Indicates a bidirectional resize cursor.

    Indicates a bidirectional resize cursor.

    Annotations
    @inline()
  42. def nwResize: AV

    The north-west edge is to be moved.

    The north-west edge is to be moved.

    Annotations
    @inline()
  43. def nwseResize: AV

    Indicates a bidirectional resize cursor.

    Indicates a bidirectional resize cursor.

    Annotations
    @inline()
  44. def pointer: AV

    Used when hovering over links, typically a hand.

    Used when hovering over links, typically a hand.

    Annotations
    @inline()
  45. def progress: AV

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

    Annotations
    @inline()
  46. def rowResize: AV

    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.

    Annotations
    @inline()
  47. def sResize: AV

    The south edge is to be moved.

    The south edge is to be moved.

    Annotations
    @inline()
  48. def seResize: AV

    The south-east edge is to be moved.

    The south-east edge is to be moved.

    Annotations
    @inline()
  49. def swResize: AV

    The south-west edge is to be moved.

    The south-west edge is to be moved.

    Annotations
    @inline()
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  51. def text: AV

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

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

    Annotations
    @inline()
  52. def toString(): String

    Definition Classes
    TypedAttrBase → AnyRef → Any
  53. def unset: AV

    The unset CSS keyword is the combination of the initial and inherit keywords.

    The unset CSS keyword is the combination of the initial and inherit keywords. Like these two other CSS-wide keywords, it can be applied to any CSS property, including the CSS shorthand all. This keyword resets the property to its inherited value if it inherits from its parent or to its initial value if not. In other words, it behaves like the inherit keyword in the first case and like the initial keyword in the second case.

    Definition Classes
    TypedAttrBase
  54. def verticalText: AV

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

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

    Annotations
    @inline()
  55. def wResize: AV

    The west edge is to be moved.

    The west edge is to be moved.

    Annotations
    @inline()
  56. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. def wait_: AV

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

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

    Annotations
    @inline()
  60. def zoomIn: AV

    Indicates that something can be zoomed (magnified) in.

    Indicates that something can be zoomed (magnified) in.

    Annotations
    @inline()
  61. def zoomOut: AV

    Indicates that something can be zoomed (magnified) out.

    Indicates that something can be zoomed (magnified) out.

    Annotations
    @inline()

Inherited from TypedAttrBase

Inherited from AnyRef

Inherited from Any

Ungrouped