Object

japgolly.scalajs.react.vdom.HtmlStyles

cursor

Related Doc: package HtmlStyles

Permalink

object cursor extends Style[String]

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

Linear Supertypes
Style[String], Attr[String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cursor
  2. Style
  3. Attr
  4. AnyRef
  5. 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 :=[A](a: A)(implicit t: ValueType[A, String]): TagMod

    Permalink
    Definition Classes
    Style → Attr
  4. final def :=?[O[_], A](oa: O[A])(implicit O: OptionLike[O], t: ValueType[A, String]): TagMod

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def alias: TagMod

    Permalink

    Indicating an alias or shortcut is to be created.

  7. def all-scroll: TagMod

    Permalink

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

  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. final val attrName: String

    Permalink
    Definition Classes
    Attr
  10. def auto: TagMod

    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.

  11. def cell: TagMod

    Permalink

    Indicating that cells can be selected.

  12. def clone(): AnyRef

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

    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.

  14. def context-menu: TagMod

    Permalink

    A context menu is available under the cursor.

  15. def copy: TagMod

    Permalink

    Indicating that something can be copied

  16. def crosshair: TagMod

    Permalink

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

  17. def cssWait: TagMod

    Permalink

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

  18. def default: TagMod

    Permalink

    Default cursor, typically an arrow.

  19. def e-resize: TagMod

    Permalink

    The right edge is to be moved.

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

    Permalink
    Definition Classes
    AnyRef
  21. def equals(any: Any): Boolean

    Permalink
    Definition Classes
    Attr → AnyRef → Any
  22. def ew-resize: TagMod

    Permalink
  23. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def grab: TagMod

    Permalink

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

  26. def grabbing: TagMod

    Permalink

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

  27. def hashCode(): Int

    Permalink
    Definition Classes
    Attr → AnyRef → Any
  28. def help: TagMod

    Permalink

    Indicating help is available.

  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def move: TagMod

    Permalink

    The hoevered object may be moved.

  31. def n-resize: TagMod

    Permalink

    The top edge is to be moved.

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

    Permalink
    Definition Classes
    AnyRef
  33. def ne-resize: TagMod

    Permalink

    The top-right corner is to be moved.

  34. def nesw-resize: TagMod

    Permalink
  35. def no-drop: TagMod

    Permalink

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

  36. def none: TagMod

    Permalink

    No cursor is rendered.

  37. def not-allowed: TagMod

    Permalink

    Cursor showing that something cannot be done.

  38. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  40. def ns-resize: TagMod

    Permalink
  41. def nw-resize: TagMod

    Permalink

    The top-left corner is to be moved.

  42. def nwse-resize: TagMod

    Permalink
  43. def pointer: TagMod

    Permalink

    E.g.

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

  44. def progress: TagMod

    Permalink

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

  45. def row-resize: TagMod

    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.

  46. def s-resize: TagMod

    Permalink

    The bottom edge is to be moved.

  47. def se-resize: TagMod

    Permalink

    The bottom-right corner is to be moved.

  48. def sw-resize: TagMod

    Permalink

    The bottom-left corner is to be moved.

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

    Permalink
    Definition Classes
    AnyRef
  50. def text: TagMod

    Permalink

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

  51. final def toString(): String

    Permalink
    Definition Classes
    Attr → AnyRef → Any
  52. def vertical-text: TagMod

    Permalink

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

  53. def w-resize: TagMod

    Permalink

    The left edge is to be moved.

  54. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def zoom-in: TagMod

    Permalink

    Indicates that something can be zoomed (magnified) in.

  58. def zoom-out: TagMod

    Permalink

    Indicates that something can be zoomed (magnified) out.

Inherited from Style[String]

Inherited from Attr[String]

Inherited from AnyRef

Inherited from Any

Ungrouped