| Package | Description |
|---|---|
| gwt.material.design.jquery.client.api |
| Modifier and Type | Method and Description |
|---|---|
JQueryElement |
JQueryElement.click(Functions.MouseEventFunc handler)
Bind an event handler to the "click" JavaScript event, or trigger that
event on an element.
|
JQueryElement |
JQueryElement.contextmenu(Functions.MouseEventFunc handler)
Bind an event handler to the "contextmenu" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.contextmenu(Object eventData,
Functions.MouseEventFunc handler)
Bind an event handler to the "contextmenu" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.dblclick(Functions.MouseEventFunc handler)
Bind an event handler to the "dblclick" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.dblclick(Object eventData,
Functions.MouseEventFunc handler)
Bind an event handler to the "dblclick" JavaScript event, or trigger that event on an element.
|
Copyright © 2017. All rights reserved.