DataTableSelector<T> class

Constructors

DataTableSelector({bool enable = true})

Properties

enable bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
onSelectChange ↔ void Function(Set<T>)?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedSet Set<T>
getter/setter pair
table XDataTable<T>
getter/setter pair

Methods

attach(XDataTable<T> table) → void
clear() → void
fireSelectChange() → void
isSelected(T item) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
of(T item) DataTableSelectAction?
ofList(List<T> items) DataTableSelectAction?
toString() String
A string representation of this object.
inherited

Operators

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