ActivateItemOnKeyPressMixin<T> class

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activateOnKeyPress(ActiveItemModel activeModel, int charCode, SelectionOptions? options, ItemRenderer<T>? itemRenderer, SelectionModel? selection) → void
Activates an item in the ActiveItemModel based on the key passed in. If the current item already matches, it will select the next item that matches.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetEnteredKeys() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited