Cursor

com.raquo.laminar.defs.styles.traits.Cursor
trait Cursor extends Auto, None

Attributes

Graph
Supertypes
trait None
trait Auto
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

lazy val alias: StyleSetter

Indicating an alias or shortcut is to be created.

Indicating an alias or shortcut is to be created.

Attributes

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

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

Attributes

lazy val cell: StyleSetter

Indicating that cells can be selected.

Indicating that cells can be selected.

Attributes

The item/column can be resized horizontally. Often rendered as arrows pointing left and right with a vertical separating.

The item/column can be resized horizontally. Often rendered as arrows pointing left and right with a vertical separating.

Attributes

A context menu is available under the cursor.

A context menu is available under the cursor.

Attributes

lazy val copy: StyleSetter

Indicating that something can be copied

Indicating that something can be copied

Attributes

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

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

Attributes

lazy val default: StyleSetter

Default cursor, typically an arrow.

Default cursor, typically an arrow.

Attributes

lazy val eResize: StyleSetter

The right edge is to be moved.

The right edge is to be moved.

Attributes

lazy val ewResize: StyleSetter

The left and right edges are to be moved.

The left and right edges are to be moved.

Attributes

lazy val grab: StyleSetter

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

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

Attributes

lazy val grabbing: StyleSetter

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

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

Attributes

lazy val help: StyleSetter

Indicating help is available.

Indicating help is available.

Attributes

lazy val move: StyleSetter

The hovered object may be moved.

The hovered object may be moved.

Attributes

lazy val nResize: StyleSetter

The top edge is to be moved.

The top edge is to be moved.

Attributes

lazy val neResize: StyleSetter

The top-right corner is to be moved.

The top-right corner is to be moved.

Attributes

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

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

Attributes

lazy val noDrop: StyleSetter

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

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

Attributes

Cursor showing that something cannot be done.

Cursor showing that something cannot be done.

Attributes

lazy val nsResize: StyleSetter

The top and bottom edges are to be moved.

The top and bottom edges are to be moved.

Attributes

lazy val nwResize: StyleSetter

The top-left corner is to be moved.

The top-left corner is to be moved.

Attributes

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

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

Attributes

lazy val pointer: StyleSetter

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

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

Attributes

lazy val progress: StyleSetter

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

Attributes

The item/row can be resized vertically. Often rendered as arrows pointing up and down with a horizontal bar separating them.

The item/row can be resized vertically. Often rendered as arrows pointing up and down with a horizontal bar separating them.

Attributes

lazy val sResize: StyleSetter

The bottom edge is to be moved.

The bottom edge is to be moved.

Attributes

lazy val seResize: StyleSetter

The bottom-right corner is to be moved.

The bottom-right corner is to be moved.

Attributes

lazy val swResize: StyleSetter

The bottom-left corner is to be moved.

The bottom-left corner is to be moved.

Attributes

lazy val text: StyleSetter

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

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

Attributes

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

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

Attributes

lazy val wResize: StyleSetter

The left edge is to be moved.

The left edge is to be moved.

Attributes

lazy val waitCss: StyleSetter

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

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

Attributes

lazy val zoomIn: StyleSetter

Indicates that something can be zoomed (magnified) in.

Indicates that something can be zoomed (magnified) in.

Attributes

lazy val zoomOut: StyleSetter

Indicates that something can be zoomed (magnified) out.

Indicates that something can be zoomed (magnified) out.

Attributes

Inherited fields

lazy val auto: StyleSetter

Attributes

Inherited from:
Auto
lazy val none: StyleSetter

Attributes

Inherited from:
None