FdcGridFilterOptions class

Configures default operator and debounce behavior for grid-managed filters.

Constructors

FdcGridFilterOptions({FdcFilterOperator defaultTextOperator = FdcFilterOperator.contains, Duration debounceDuration = const Duration(milliseconds: 300), FdcDebouncePolicy debouncePolicy = FdcDebouncePolicy.adaptive})
Creates a FdcGridFilterOptions.
const

Properties

debounceDuration Duration
Base/minimum delay before grid-managed header filter changes rebuild the dataset view.
final
debouncePolicy FdcDebouncePolicy
Controls how header text filter input is applied.
final
defaultTextOperator FdcFilterOperator
Default operator used by grid-managed text header filters when a column does not provide FdcColumnFilterConfig.defaultOperator.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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