Trait

com.raquo.domtypes.generic.defs.styles.keywords

CursorStyle

Related Doc: package keywords

Permalink

trait CursorStyle[T] extends AutoStyle[T] with NoneStyle[T]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CursorStyle
  2. NoneStyle
  3. AutoStyle
  4. StyleStringValueBuilder
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def buildStringValue(value: String): T

    Permalink
    Attributes
    protected
    Definition Classes
    StyleStringValueBuilder
  2. abstract def valueAsString(value: T): String

    Permalink
    Attributes
    protected
    Definition Classes
    StyleStringValueBuilder

Concrete 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. lazy val alias: T

    Permalink

    Indicating an alias or shortcut is to be created.

    Indicating an alias or shortcut is to be created. --MDN

  5. lazy val allScroll: T

    Permalink

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

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

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. lazy val auto: T

    Permalink
    Definition Classes
    AutoStyle
  8. lazy val cell: T

    Permalink

    Indicating that cells can be selected.

    Indicating that cells can be selected. --MDN

  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  10. lazy val colResize: T

    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

  11. lazy val contextMenu: T

    Permalink

    A context menu is available under the cursor.

    A context menu is available under the cursor. --MDN

  12. lazy val copy: T

    Permalink

    Indicating that something can be copied --MDN

  13. lazy val crosshair: T

    Permalink

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

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

  14. lazy val default: T

    Permalink

    Default cursor, typically an arrow.

    Default cursor, typically an arrow. --MDN

  15. lazy val eResize: T

    Permalink

    The right edge is to be moved.

    The right edge is to be moved. --MDN

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. lazy val ewResize: T

    Permalink

    The left and right edges are to be moved.

  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  20. lazy val grab: T

    Permalink

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

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

  21. lazy val grabbing: T

    Permalink

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

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

  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  23. lazy val help: T

    Permalink

    Indicating help is available.

    Indicating help is available. --MDN

  24. lazy val inherit: T

    Permalink

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

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

    Definition Classes
    StyleStringValueBuilder
    See also

    https://developer.mozilla.org/en-US/docs/Web/CSS/inherit

  25. lazy val initial: T

    Permalink

    The initial CSS keyword applies the initial (or default) value of a property to an element.

    The initial CSS keyword applies the initial (or default) value of a property to an element. --MDN

    Definition Classes
    StyleStringValueBuilder
    See also

    https://developer.mozilla.org/en-US/docs/Web/CSS/initial_value

    https://developer.mozilla.org/en-US/docs/Web/CSS/initial

  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. lazy val move: T

    Permalink

    The hovered object may be moved.

    The hovered object may be moved. --MDN

  28. lazy val nResize: T

    Permalink

    The top edge is to be moved.

    The top edge is to be moved. --MDN

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

    Permalink
    Definition Classes
    AnyRef
  30. lazy val neResize: T

    Permalink

    The top-right corner is to be moved.

    The top-right corner is to be moved. --MDN

  31. lazy val neswResize: T

    Permalink

    The top right and bottom left corners are to be moved.

  32. lazy val noDrop: T

    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

  33. lazy val none: T

    Permalink
    Definition Classes
    NoneStyle
  34. lazy val notAllowed: T

    Permalink

    Cursor showing that something cannot be done.

    Cursor showing that something cannot be done. --MDN

  35. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  37. lazy val nsResize: T

    Permalink

    The top and bottom edges are to be moved.

  38. lazy val nwResize: T

    Permalink

    The top-left corner is to be moved.

    The top-left corner is to be moved. --MDN

  39. lazy val nwseResize: T

    Permalink

    The top left and bottom right corners are to be moved.

  40. lazy val pointer: T

    Permalink

    E.g.

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

  41. lazy val progress: T

    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

  42. lazy val revert: T

    Permalink

    The revert CSS keyword reverts the cascaded value of the property from its current value to the value the property would have had if no changes had been made by the current style origin to the current element.

    The revert CSS keyword reverts the cascaded value of the property from its current value to the value the property would have had if no changes had been made by the current style origin to the current element. --MDN

    Definition Classes
    StyleStringValueBuilder
    See also

    https://developer.mozilla.org/en-US/docs/Glossary/Style_origin

    https://developer.mozilla.org/en-US/docs/Web/CSS/revert

  43. lazy val rowResize: T

    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

  44. lazy val sResize: T

    Permalink

    The bottom edge is to be moved.

    The bottom edge is to be moved. --MDN

  45. lazy val seResize: T

    Permalink

    The bottom-right corner is to be moved.

    The bottom-right corner is to be moved. --MDN

  46. lazy val swResize: T

    Permalink

    The bottom-left corner is to be moved.

    The bottom-left corner is to be moved. --MDN

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

    Permalink
    Definition Classes
    AnyRef
  48. lazy val text: T

    Permalink

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

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

  49. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  50. lazy val unset: T

    Permalink

    The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not.

    The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword in the first case, when the property is an inherited property, and like the initial keyword in the second case, when the property is a non-inherited property. --MDN

    Definition Classes
    StyleStringValueBuilder
    See also

    https://developer.mozilla.org/en-US/docs/Web/CSS/unset

  51. lazy val verticalText: T

    Permalink

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

  52. lazy val wResize: T

    Permalink

    The left edge is to be moved.

    The left edge is to be moved. --MDN

  53. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. lazy val waitCss: T

    Permalink

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

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

  57. lazy val zoomIn: T

    Permalink

    Indicates that something can be zoomed (magnified) in.

    Indicates that something can be zoomed (magnified) in. --MDN

  58. lazy val zoomOut: T

    Permalink

    Indicates that something can be zoomed (magnified) out.

    Indicates that something can be zoomed (magnified) out. --MDN

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from NoneStyle[T]

Inherited from AutoStyle[T]

Inherited from StyleStringValueBuilder[T]

Inherited from AnyRef

Inherited from Any

Ungrouped