TTableController<T> class

Constructors

TTableController()

Properties

expanded ValueNotifier<Set<int>>
no setter
expandedItems List<T>
no setter
hashCode int
The hash code for this object.
no setterinherited
items List<T>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected ValueNotifier<Set<int>>
no setter
selectedItems List<T>
no setter
widget TTable<T>
no setter

Methods

isExpanded(int index) bool
isSelected(int index) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toggleExpansion(int index) → void
toggleSelectAll() → void
toggleSelection(int index) → void
toString() String
A string representation of this object.
inherited

Operators

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