public class BaseGridWidgetMouseClickHandler extends BaseGridWidgetMouseEventHandler implements com.ait.lienzo.client.core.event.NodeMouseClickHandler
NodeMouseClickHandler
to handle clicks to either the GridWidgets Header or Body.
This delegates event handling to the NodeMouseEventHandler
provided in the List
parameter of the constructor. Delegation follows the order of NodeMouseEventHandler
in the List
.gridWidget, handlers
Constructor and Description |
---|
BaseGridWidgetMouseClickHandler(GridWidget gridWidget,
List<NodeMouseEventHandler> handlers) |
Modifier and Type | Method and Description |
---|---|
void |
onNodeMouseClick(com.ait.lienzo.client.core.event.NodeMouseClickEvent event) |
doEventDispatch
public BaseGridWidgetMouseClickHandler(GridWidget gridWidget, List<NodeMouseEventHandler> handlers)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.