FilterView class

A filter view.

For more information, see Manage data visibility with filters.

Constructors

FilterView({Map<String, FilterCriteria>? criteria, List<FilterSpec>? filterSpecs, int? filterViewId, String? namedRangeId, GridRange? range, List<SortSpec>? sortSpecs, String? tableId, String? title})
FilterView.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 for showing or hiding values per column.
getter/setter pair
filterViewId ↔ int?
The ID of the filter view.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
namedRangeId ↔ String?
The named range this filter view is backed by, if any.
getter/setter pair
range ↔ GridRange?
The range this filter view 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
tableId ↔ String?
The table this filter view is backed by, if any.
getter/setter pair
title ↔ String?
The name of the filter view.
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