| Package | Description |
|---|---|
| gwt.material.design.jquery.client.api |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyEvent
KeyEvent for JQuery.
|
class |
MouseEvent
MouseEvent for JQuery.
|
class |
OrientationEvent
OrientationEvent for JQuery.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Functions.EventFunc.call(Event e) |
Object |
Functions.EventFunc1.call(Event e,
A param1) |
Object |
Functions.EventFunc2.call(Event e,
A param1,
B param2) |
Object |
Functions.EventFunc3.call(Event e,
A param1,
B param2,
C param3) |
JQueryElement |
JQueryElement.off(Event event)
Remove an event handler.
|
JQueryElement |
JQueryElement.on(Event event)
Add an event handler.
|
JQueryElement |
JQueryElement.one(Event event)
Attach a handler to an event for the elements.
|
JQueryElement |
JQueryElement.trigger(Event event,
Object... extraParameters)
Execute all handlers and behaviors attached to the matched elements for
the given event type.
|
Object |
JQueryElement.triggerHandler(Event event,
Object... extraParameters)
Execute all handlers attached to an element for an event.
|
JQueryElement |
JQueryElement.unbind(Event event)
Remove a previously-attached event handler from the elements.
|
| Modifier and Type | Method and Description |
|---|---|
Promise |
Promise.always(Functions.FuncRet2<Event,Object> f) |
Promise |
Promise.done(Functions.FuncRet2<Event,Object> f) |
Promise |
Promise.fail(Functions.FuncRet2<Event,Object> f) |
Promise |
Promise.then(Functions.FuncRet2<Event,Object> f) |
Promise |
Promise.when(Functions.FuncRet2<Event,Object> f) |
Copyright © 2017. All rights reserved.