TableKeyMap class

Key map for table navigation.

Implemented types

Constructors

TableKeyMap({KeyBinding? lineUp, KeyBinding? lineDown, KeyBinding? pageUp, KeyBinding? pageDown, KeyBinding? halfPageUp, KeyBinding? halfPageDown, KeyBinding? gotoTop, KeyBinding? gotoBottom})
Creates a table key map with default bindings.

Properties

gotoBottom KeyBinding
Move selection to last row.
final
gotoTop KeyBinding
Move selection to first row.
final
halfPageDown KeyBinding
Move selection down half a page.
final
halfPageUp KeyBinding
Move selection up half a page.
final
hashCode int
The hash code for this object.
no setterinherited
lineDown KeyBinding
Move selection down one row.
final
lineUp KeyBinding
Move selection up one row.
final
pageDown KeyBinding
Move selection down one page.
final
pageUp KeyBinding
Move selection up one page.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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