Package | Description |
---|---|
com.google.gwt.event.dom.client |
Types related to DOM events.
|
Modifier and Type | Method and Description |
---|---|
DomEvent.Type<ContextMenuHandler> |
ContextMenuEvent.getAssociatedType() |
static DomEvent.Type<ContextMenuHandler> |
ContextMenuEvent.getType()
Gets the event type associated with context menu events.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HasContextMenuHandlers.addContextMenuHandler(ContextMenuHandler handler)
Adds a
ContextMenuEvent handler. |
protected void |
ContextMenuEvent.dispatch(ContextMenuHandler handler) |