BasicFilter class
The default filter associated with a sheet.
Constructors
-
BasicFilter({Map<
String, FilterCriteria> ? criteria, List<FilterSpec> ? filterSpecs, GridRange? range, List<SortSpec> ? sortSpecs}) - BasicFilter.fromJson(Map json_)
Properties
-
criteria
↔ Map<
String, FilterCriteria> ? -
The criteria for showing/hiding values per column.
getter/setter pair
-
filterSpecs
↔ List<
FilterSpec> ? -
The filter criteria per column.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- range ↔ GridRange?
-
The range the filter covers.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sortSpecs
↔ List<
SortSpec> ? -
The sort order per column.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited