Object

scalacss.internal.Attrs

cursor

Related Doc: package Attrs

Permalink

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
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. def alias: AV

    Permalink

    Indicating an alias or shortcut is to be created.

  5. def allScroll: AV

    Permalink

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

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val attr: Attr

    Permalink
    Definition Classes
    cursorTypedAttrBase
  8. def auto: AV

    Permalink

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

  9. def av(v: Value): AV

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

    Permalink
    Attributes
    protected
    Definition Classes
    TypedAttrBase
  11. def cell: AV

    Permalink

    Indicating that cells can be selected.

  12. def clone(): AnyRef

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

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

  14. def contextMenu: AV

    Permalink

    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

  15. def copy: AV

    Permalink

    Indicating that something can be copied.

  16. def crosshair: AV

    Permalink

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

  17. def default: AV

    Permalink

    Default cursor, typically an arrow.

  18. def eResize: AV

    Permalink

    The east edge is to be moved.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def ewResize: AV

    Permalink

    Indicates a bidirectional resize cursor.

  22. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def grab: AV

    Permalink

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

  25. def grabbing: AV

    Permalink

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

  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. def help: AV

    Permalink

    Indicating help is available.

  28. def inherit: AV

    Permalink

    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

    Permalink

    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

    Permalink
    Definition Classes
    Any
  31. def move: AV

    Permalink

    The hovered object may be moved.

  32. def nResize: AV

    Permalink

    The north edge is to be moved.

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

    Permalink
    Definition Classes
    AnyRef
  34. def neResize: AV

    Permalink

    The north-east edge is to be moved.

  35. def neswResize: AV

    Permalink

    Indicates a bidirectional resize cursor.

  36. def noDrop: AV

    Permalink

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

  37. def none: AV

    Permalink

    No cursor is rendered.

  38. def notAllowed: AV

    Permalink

    Cursor showing that something cannot be done.

  39. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  41. def nsResize: AV

    Permalink

    Indicates a bidirectional resize cursor.

  42. def nwResize: AV

    Permalink

    The north-west edge is to be moved.

  43. def nwseResize: AV

    Permalink

    Indicates a bidirectional resize cursor.

  44. def pointer: AV

    Permalink

    Used when hovering over links, typically a hand.

  45. def progress: AV

    Permalink

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

  46. def rowResize: AV

    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.

  47. def sResize: AV

    Permalink

    The south edge is to be moved.

  48. def seResize: AV

    Permalink

    The south-east edge is to be moved.

  49. def swResize: AV

    Permalink

    The south-west edge is to be moved.

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

    Permalink
    Definition Classes
    AnyRef
  51. def text: AV

    Permalink

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

  52. def toString(): String

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

    Permalink

    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

    Permalink

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

  55. def wResize: AV

    Permalink

    The west edge is to be moved.

  56. final def wait(): Unit

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

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

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

    Permalink

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

  60. def zoomIn: AV

    Permalink

    Indicates that something can be zoomed (magnified) in.

  61. def zoomOut: AV

    Permalink

    Indicates that something can be zoomed (magnified) out.

Inherited from TypedAttrBase

Inherited from AnyRef

Inherited from Any

Ungrouped