dispatchSelectionEventToChild method
- Selectable selectable,
- SelectionEvent event
Dispatches a selection event to a specific Selectable.
Override this method if subclasses need to generate additional events or treatments prior to sending the SelectionEvent.
Implementation
@protected
SelectionResult dispatchSelectionEventToChild(Selectable selectable, SelectionEvent event) {
return selectable.dispatchSelectionEvent(event);
}