ListKeyMap class
Key map for list navigation.
- Implemented types
Constructors
- ListKeyMap({KeyBinding? cursorUp, KeyBinding? cursorDown, KeyBinding? nextPage, KeyBinding? prevPage, KeyBinding? goToStart, KeyBinding? goToEnd, KeyBinding? filter, KeyBinding? clearFilter, KeyBinding? acceptWhileFiltering, KeyBinding? cancelWhileFiltering, KeyBinding? quit, KeyBinding? forceQuit, KeyBinding? showFullHelp, KeyBinding? closeFullHelp})
- Creates a list key map with default bindings.
Properties
- acceptWhileFiltering → KeyBinding
-
Accept filter while filtering.
final
- cancelWhileFiltering → KeyBinding
-
Cancel filtering.
final
- clearFilter → KeyBinding
-
Clear current filter.
final
- closeFullHelp → KeyBinding
-
Close full help.
final
- cursorDown → KeyBinding
-
Move cursor down.
final
- cursorUp → KeyBinding
-
Move cursor up.
final
- filter → KeyBinding
-
Start filtering.
final
- forceQuit → KeyBinding
-
Force quit the list.
final
- goToEnd → KeyBinding
-
Go to end.
final
- goToStart → KeyBinding
-
Go to start.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextPage → KeyBinding
-
Go to next page.
final
- prevPage → KeyBinding
-
Go to previous page.
final
- quit → KeyBinding
-
Quit the list.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showFullHelp → KeyBinding
-
Show full help.
final
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