ShiftClickSelectionMixin<T> class abstract

Handles toggling selection of a range of options when shift is held down while clicking on the end value.

Implemented types
Implementers

Constructors

ShiftClickSelectionMixin()

Properties

hashCode int
The hash code for this object.
no setterinherited
options SelectionOptions<T>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selection SelectionModel<T>
no setter

Methods

handle(UIEvent event, dynamic activatedValue) bool
Handles updating the selection model from MouseEvent activations.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited