Object

sri.web.styles.WebStyleAttrs

cursor

Related Doc: package WebStyleAttrs

Permalink

object cursor extends WebStyle

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

MDN

Linear Supertypes
WebStyle, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cursor
  2. WebStyle
  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 :=(v: |[String, Double]): WebStylePair

    Permalink
    Definition Classes
    WebStyle
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def alias: WebStylePair

    Permalink

    Indicating an alias or shortcut is to be created.

    Indicating an alias or shortcut is to be created.

    MDN

    Annotations
    @inline()
  6. final def all-scroll: WebStylePair

    Permalink

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

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

    MDN

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

    Permalink
    Definition Classes
    Any
  8. final def auto: WebStylePair

    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

    Annotations
    @inline()
  9. final def cell: WebStylePair

    Permalink

    Indicating that cells can be selected.

    Indicating that cells can be selected.

    MDN

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def col-resize: WebStylePair

    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

    Annotations
    @inline()
  12. final def context-menu: WebStylePair

    Permalink

    A context menu is available under the cursor.

    A context menu is available under the cursor.

    MDN

    Annotations
    @inline()
  13. final def copy: WebStylePair

    Permalink

    Indicating that something can be copied

    Indicating that something can be copied

    MDN

    Annotations
    @inline()
  14. final def crosshair: WebStylePair

    Permalink

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

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

    MDN

    Annotations
    @inline()
  15. final def cssWait: WebStylePair

    Permalink

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

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

    MDN

    Annotations
    @inline()
  16. final def default: WebStylePair

    Permalink

    Default cursor, typically an arrow.

    Default cursor, typically an arrow.

    MDN

    Annotations
    @inline()
  17. final def e-resize: WebStylePair

    Permalink

    The right edge is to be moved.

    The right edge is to be moved.

    MDN

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

    Permalink
    Definition Classes
    AnyRef
  19. final def ew-resize: WebStylePair

    Permalink
    Annotations
    @inline()
  20. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def grab: WebStylePair

    Permalink

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

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

    MDN

    Annotations
    @inline()
  23. final def grabbing: WebStylePair

    Permalink

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

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

    MDN

    Annotations
    @inline()
  24. final def help: WebStylePair

    Permalink

    Indicating help is available.

    Indicating help is available.

    MDN

    Annotations
    @inline()
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. final def move: WebStylePair

    Permalink

    The hoevered object may be moved.

    The hoevered object may be moved.

    MDN

    Annotations
    @inline()
  27. final def n-resize: WebStylePair

    Permalink

    The top edge is to be moved.

    The top edge is to be moved.

    MDN

    Annotations
    @inline()
  28. val name: String

    Permalink
    Definition Classes
    WebStyle
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def ne-resize: WebStylePair

    Permalink

    The top-right corner is to be moved.

    The top-right corner is to be moved.

    MDN

    Annotations
    @inline()
  31. final def nesw-resize: WebStylePair

    Permalink
    Annotations
    @inline()
  32. final def no-drop: WebStylePair

    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

    Annotations
    @inline()
  33. final def none: WebStylePair

    Permalink

    No cursor is rendered.

    No cursor is rendered.

    MDN

    Annotations
    @inline()
  34. final def not-allowed: WebStylePair

    Permalink

    Cursor showing that something cannot be done.

    Cursor showing that something cannot be done.

    MDN

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

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

    Permalink
    Definition Classes
    AnyRef
  37. final def ns-resize: WebStylePair

    Permalink
    Annotations
    @inline()
  38. final def nw-resize: WebStylePair

    Permalink

    The top-left corner is to be moved.

    The top-left corner is to be moved.

    MDN

    Annotations
    @inline()
  39. final def nwse-resize: WebStylePair

    Permalink
    Annotations
    @inline()
  40. final def pointer: WebStylePair

    Permalink

    E.g.

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

    MDN

    Annotations
    @inline()
  41. final def progress: WebStylePair

    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

    Annotations
    @inline()
  42. final def row-resize: WebStylePair

    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

    Annotations
    @inline()
  43. final def s-resize: WebStylePair

    Permalink

    The bottom edge is to be moved.

    The bottom edge is to be moved.

    MDN

    Annotations
    @inline()
  44. final def se-resize: WebStylePair

    Permalink

    The bottom-right corner is to be moved.

    The bottom-right corner is to be moved.

    MDN

    Annotations
    @inline()
  45. final def sw-resize: WebStylePair

    Permalink

    The bottom-left corner is to be moved.

    The bottom-left corner is to be moved.

    MDN

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

    Permalink
    Definition Classes
    AnyRef
  47. final def text: WebStylePair

    Permalink

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

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

    MDN

    Annotations
    @inline()
  48. final def vertical-text: WebStylePair

    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

    Annotations
    @inline()
  49. final def w-resize: WebStylePair

    Permalink

    The left edge is to be moved.

    The left edge is to be moved.

    MDN

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def zoom-in: WebStylePair

    Permalink

    Indicates that something can be zoomed (magnified) in.

    Indicates that something can be zoomed (magnified) in.

    MDN

    Annotations
    @inline()
  54. final def zoom-out: WebStylePair

    Permalink

    Indicates that something can be zoomed (magnified) out.

    Indicates that something can be zoomed (magnified) out.

    MDN

    Annotations
    @inline()

Inherited from WebStyle

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped