BrnSelectionFilterType enum

筛选组件支持的筛选类型

Inheritance

Constructors

BrnSelectionFilterType()
const

Values

none → const BrnSelectionFilterType

未设置

unLimit → const BrnSelectionFilterType

不限类型

radio → const BrnSelectionFilterType

单选列表、单选项 type 为 radio

checkbox → const BrnSelectionFilterType

多选列表、多选项 type 为 checkbox

range → const BrnSelectionFilterType

一般的值范围自定义区间 type 为 range

date → const BrnSelectionFilterType

日期选择,普通筛选时使用 CalendarView 展示选择时间,更多情况下使用 DatePicker 选择时间

dateRange → const BrnSelectionFilterType

自定义选择日期区间, type 为 dateRange

dateRangeCalendar → const BrnSelectionFilterType

自定义通过 Calendar 选择日期区间,type 为 dateRangeCalendar

customHandle → const BrnSelectionFilterType

标签筛选 type 为 customerTag

more → const BrnSelectionFilterType

更多列表、多选项 无 type

layer → const BrnSelectionFilterType

去二级页面

customLayer → const BrnSelectionFilterType

去自定义二级页面

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<BrnSelectionFilterType>
A constant List of the values in this enum, in order of their declaration.