SelectionFilterType enum
筛选组件支持的筛选类型
Values
- none → const SelectionFilterType
-
未设置
- unLimit → const SelectionFilterType
-
不限类型
- radio → const SelectionFilterType
-
单选列表、单选项 type 为 radio
- checkbox → const SelectionFilterType
-
多选列表、多选项 type 为 checkbox
- range → const SelectionFilterType
-
一般的值范围自定义区间 type 为 range
- date → const SelectionFilterType
-
日期选择,普通筛选时使用 CalendarView 展示选择时间,更多情况下使用 DatePicker 选择时间
- dateRange → const SelectionFilterType
-
自定义选择日期区间, type 为 dateRange
- dateRangeCalendar → const SelectionFilterType
-
自定义通过 Calendar 选择日期区间,type 为 dateRangeCalendar
- customHandle → const SelectionFilterType
-
标签筛选 type 为 customerTag
- more → const SelectionFilterType
-
更多列表、多选项 无 type
- layer → const SelectionFilterType
-
去二级页面
- customLayer → const SelectionFilterType
-
去自定义二级页面
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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.
inherited
Constants
-
values
→ const List<
SelectionFilterType> - A constant List of the values in this enum, in order of their declaration.