SelectionObservable<T> class abstract

Interface for something that can be observed for selection.

Implementers

Constructors

SelectionObservable()

Properties

hashCode int
The hash code for this object.
no setterinherited
hasSelectionObservers bool
Returns true if a subscriber is listening to selectionChanges.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionChanges Stream<List<SelectionChangeRecord<T>>>
A stream that returns changes to selected elements.
no setter

Methods

deliverSelectionChanges() bool
Synchronously deliver all SelectionChangeRecords.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifySelectionChange({Iterable<T> added, Iterable<T> removed}) → void
Schedules a SelectionChangeRecord.
toString() String
A string representation of this object.
inherited

Operators

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