FdcGridSearchBar class
Built-in toolbar item for dataset-wide grid search.
- Inheritance
-
- Object
- FdcGridItem
- FdcGridSearchBar
Constructors
- FdcGridSearchBar({String? id, bool visible = true, FdcGridItemPlacement placement = FdcGridItemPlacement.start, FdcGridSearchBarMode mode = FdcGridSearchBarMode.advanced, FdcSearchMode matchMode = FdcSearchMode.anyWord, bool caseSensitive = false, Duration debounceDuration = const Duration(milliseconds: 350), FdcDebouncePolicy debouncePolicy = FdcDebouncePolicy.adaptive})
-
Creates a FdcGridSearchBar.
const
Properties
- caseSensitive → bool
-
Case sensitivity used by the built-in toolbar search box.
final
- debounceDuration → Duration
-
Base/minimum debounce applied before toolbar search changes are sent to
the dataset.
final
- debouncePolicy → FdcDebouncePolicy
-
Controls how toolbar search input is applied.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String?
-
Optional stable identifier for locating or customizing this item.
finalinherited
- matchMode → FdcSearchMode
-
Global search match mode used by the built-in toolbar search box.
final
- mode → FdcGridSearchBarMode
-
Toolbar search UI mode.
final
- placement → FdcGridItemPlacement
-
Placement zone used by the host when arranging this item.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- visible → bool
-
Whether this item participates in the host toolbar or status bar.
finalinherited
Methods
-
buildItem(
BuildContext context) → Widget -
Builds a host-independent item.
inherited
-
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