InputEventByMoreItem class
输入框的事件:携带 自定义的筛选条件 和 过滤标识位 由于点击标签之后,会清空筛选条件,清空的时候,textField的监听也会执行一遍,因此需要过滤
- Inheritance
-
- Object
- EventByMoreItem
- InputEventByMoreItem
Constructors
- InputEventByMoreItem({required SelectionEntity rangeEntity, bool filter = false})
Properties
- filter → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- rangeEntity → SelectionEntity
-
final
- 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