handleClearSelection method
- ClearSelectionEvent event
override
Removes the selection of all Selectables this delegate manages.
Implementation
@override
SelectionResult handleClearSelection(ClearSelectionEvent event) {
final SelectionResult result = super.handleClearSelection(event);
clearInternalSelectionState();
return result;
}