handleEscape method

  1. @protected
bool handleEscape()

Implementation

@protected
bool handleEscape() {
  _currentIndex = NO_SELECTION;
  clearSelection();
  return true;
}