TListState<T, K> class

Constructors

TListState({required LinkedHashSet<K> selectedKeys, required LinkedHashSet<K> expandedKeys, required List<TListItem<T, K>> displayItems, required int page, required int itemsPerPage, required int totalItems, required bool loading, required bool hasMoreItems, required String search, TSelectionMode selectionMode = TSelectionMode.none, TExpansionMode expansionMode = TExpansionMode.none, TListError? error})
const

Properties

displayItems List<TListItem<T, K>>
final
error TListError?
final
expandedKeys LinkedHashSet<K>
final
expansionMode TExpansionMode
final
hashCode int
The hash code for this object.
no setterinherited
hasMoreItems bool
final
hasSelection bool
no setter
isAllSelected bool
no setter
isSomeSelected bool
no setter
itemsPerPage int
final
loading bool
final
page int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
final
selectedKeys LinkedHashSet<K>
final
selectionMode TSelectionMode
final
selectionValue bool?
no setter
totalItems int
final
totalPages int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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