MultiSearchKeyMap class
Key bindings for the multi-search component.
- Inheritance
-
- Object
- SearchKeyMap
- MultiSearchKeyMap
Constructors
- MultiSearchKeyMap({KeyBinding? up, KeyBinding? down, KeyBinding? home, KeyBinding? end, KeyBinding? pageUp, KeyBinding? pageDown, KeyBinding? cancel, KeyBinding? toggle, KeyBinding? toggleAll, KeyBinding? confirm})
Properties
- cancel → KeyBinding
-
Cancel search.
finalinherited
- confirm → KeyBinding
-
Confirm multi-selection.
final
- down → KeyBinding
-
Move cursor down.
finalinherited
- end → KeyBinding
-
Jump to last item.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- home → KeyBinding
-
Jump to first item.
finalinherited
- pageDown → KeyBinding
-
Page down.
finalinherited
- pageUp → KeyBinding
-
Page up.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- select → KeyBinding
-
Confirm selection.
finalinherited
- toggle → KeyBinding
-
Toggle current item selection.
final
- toggleAll → KeyBinding
-
Toggle all currently filtered items.
final
- up → KeyBinding
-
Move cursor up.
finalinherited
Methods
-
fullHelp(
) → List< List< KeyBinding> > -
Returns bindings for the full help view, grouped by columns.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shortHelp(
) → List< KeyBinding> -
Returns bindings for the short help view.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited