public class GridDoubleClickEvent extends Grid.AbstractGridMouseEvent<AbstractGridMouseEventHandler.GridDoubleClickHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridDoubleClickHandler> |
TYPE
DOM event type.
|
| Constructor and Description |
|---|
GridDoubleClickEvent() |
GridDoubleClickEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDispatch(AbstractGridMouseEventHandler.GridDoubleClickHandler handler,
GridConstants.Section section)
The given handler processes the event if the handler type matches the
given section.
|
com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridDoubleClickHandler> |
getAssociatedType() |
protected String |
getBrowserEventType()
Returns the
BrowserEvents type that corresponds with this
event. |
dispatch, getGrid, getTargetCell, ignoreEventFromTargetgetClientX, getClientY, getNativeButton, getRelativeX, getRelativeY, getScreenX, getScreenY, getX, getYisAltKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDownfireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagationassertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridDoubleClickHandler> TYPE
public GridDoubleClickEvent()
@Deprecated public GridDoubleClickEvent(Grid<?> grid, CellReference<?> targetCell)
grid - the grid the event occurred in, not usedtargetCell - the cell the event targets, not usedpublic com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridDoubleClickHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.dom.client.DomEvent<AbstractGridMouseEventHandler.GridDoubleClickHandler>protected String getBrowserEventType()
Grid.AbstractGridMouseEventBrowserEvents type that corresponds with this
event.getBrowserEventType in class Grid.AbstractGridMouseEvent<AbstractGridMouseEventHandler.GridDoubleClickHandler>protected void doDispatch(AbstractGridMouseEventHandler.GridDoubleClickHandler handler, GridConstants.Section section)
Grid.AbstractGridMouseEventdoDispatch in class Grid.AbstractGridMouseEvent<AbstractGridMouseEventHandler.GridDoubleClickHandler>handler - handlersection - the section where the target element is locatedCopyright © 2023 Vaadin Ltd. All rights reserved.