TrinaGridColumnFilterConfig class

Constructors

TrinaGridColumnFilterConfig({List<TrinaFilterType>? filters, TrinaGridResolveDefaultColumnFilter? resolveDefaultColumnFilter, int? debounceMilliseconds})
Set the filter information of the column.
const

Properties

debounceMilliseconds int
no setter
filters List<TrinaFilterType>
no setter
hashCode int
The hash code for this object.
no setteroverride
hasUserFilter bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDefaultColumnFilter(TrinaColumn column) TrinaFilterType
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolver<T>() TrinaFilterType
toString() String
A string representation of this object.
inherited

Operators

operator ==(covariant Object other) bool
The equality operator.
override