TextTypingShortcutHelper

helper for locating items in list, tree, table or other controls by typing their name

Members

Functions

cancel
void cancel()

cancel text collection (next typed text will be collected from scratch)

onKeyEvent
bool onKeyEvent(KeyEvent event)

pass key event here; returns true if search text is updated and you can move selection using it

onMouseEvent
void onMouseEvent(MouseEvent event)

cancel text typing on some mouse events, if necessary

Properties

text
dstring text [@property getter]

returns collected text string - use it for lookup

Variables

timeoutMillis
int timeoutMillis;
Undocumented in source.

Meta