TableViewSortController class

Mixed in types

Constructors

TableViewSortController({TableViewSortMode sortMode = TableViewSortMode.singleColumn})

Properties

hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
isNotEmpty bool
no setter
keys Iterable<String>
no setter
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortMode TableViewSortMode
final

Methods

addListener(TableViewSortListener listener) → void
inherited
containsKey(String columnKey) bool
dispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners(ListenerVisitor<TableViewSortListener> visitor) → void
inherited
remove(String columnKey) SortDirection?
removeListener(TableViewSortListener listener) → void
inherited
replaceAll(Map<String, SortDirection> map) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String columnKey) SortDirection?
operator []=(String columnKey, SortDirection? direction) → void