public abstract class BaseGridWidgetMouseEventHandler extends Object
AbstractNodeMouseEvent handler that delegates handling of events to registered delegates.| Modifier and Type | Field and Description |
|---|---|
protected GridWidget |
gridWidget |
protected List<NodeMouseEventHandler> |
handlers |
| Constructor and Description |
|---|
BaseGridWidgetMouseEventHandler(GridWidget gridWidget,
List<NodeMouseEventHandler> handlers) |
| Modifier and Type | Method and Description |
|---|---|
void |
doEventDispatch(com.ait.lienzo.client.core.event.AbstractNodeMouseEvent event) |
protected GridWidget gridWidget
protected List<NodeMouseEventHandler> handlers
public BaseGridWidgetMouseEventHandler(GridWidget gridWidget, List<NodeMouseEventHandler> handlers)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.