| Package | Description |
|---|---|
| gwt.material.design.jquery.client.api |
| Modifier and Type | Method and Description |
|---|---|
JQueryElement |
JQueryElement.bind(String eventType,
Functions.EventFunc2 handler)
Attach a handler to an event for the elements.
|
JQueryElement |
JQueryElement.bind(String eventType,
Object eventData,
Functions.EventFunc2 handler)
Attach a handler to an event for the elements.
|
JQueryElement |
JQueryElement.blur(Functions.EventFunc2 handler)
Bind an event handler to the "blur" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.blur(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "blur" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.change(Functions.EventFunc2 handler)
Bind an event handler to the "change" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.change(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "change" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.delegate(String selector,
String eventType,
Functions.EventFunc2 handler)
Attach a handler to one or more events for all elements that match the selector, now or in the
future, based on a specific set of root elements.
|
JQueryElement |
JQueryElement.delegate(String selector,
String eventType,
Object eventData,
Functions.EventFunc2 handler)
Attach a handler to one or more events for all elements that match the selector, now or in the
future, based on a specific set of root elements.
|
JQueryElement |
JQueryElement.error(Functions.EventFunc2 handler)
Bind an event handler to the "error" JavaScript event.
|
JQueryElement |
JQueryElement.error(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "error" JavaScript event.
|
JQueryElement |
JQueryElement.focus(Functions.EventFunc2 handler)
Bind an event handler to the "focus" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.focus(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "focus" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.focusin(Functions.EventFunc2 handler)
Bind an event handler to the "focusin" JavaScript event.
|
JQueryElement |
JQueryElement.focusin(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "focusin" JavaScript event.
|
JQueryElement |
JQueryElement.focusout(Functions.EventFunc2 handler)
Bind an event handler to the "focusout" JavaScript event.
|
JQueryElement |
JQueryElement.focusout(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "focusout" JavaScript event.
|
JQueryElement |
JQueryElement.hover(Functions.EventFunc2 handlerOut)
Bind two handlers to the matched elements, to be executed when the mouse pointer
enters and leaves the elements.
|
JQueryElement |
JQueryElement.hover(Functions.EventFunc2 handlerIn,
Functions.EventFunc2 handlerOut)
Bind two handlers to the matched elements, to be executed when the mouse pointer
enters and leaves the elements.
|
JQueryElement |
JQueryElement.hover(Functions.EventFunc2 handlerIn,
Functions.EventFunc2 handlerOut)
Bind two handlers to the matched elements, to be executed when the mouse pointer
enters and leaves the elements.
|
JQueryElement |
JQueryElement.load(Functions.EventFunc2 handler)
Bind an event handler to the "load" JavaScript event.
|
JQueryElement |
JQueryElement.load(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "load" JavaScript event.
|
JQueryElement |
JQueryElement.mousedown(Functions.EventFunc2 handler)
Bind an event handler to the "mousedown" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mousedown(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "mousedown" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseenter(Functions.EventFunc2 handler)
Bind an event handler to the "mouseenter" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseenter(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "mouseenter" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseleave(Functions.EventFunc2 handler)
Bind an event handler to the "mouseleave" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseleave(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "mouseleave" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mousemove(Functions.EventFunc2 handler)
Bind an event handler to the "mousemove" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mousemove(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "mousemove" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseout(Functions.EventFunc2 handler)
Bind an event handler to the "mouseout" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseout(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "mouseout" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseover(Functions.EventFunc2 handler)
Bind an event handler to the "mouseover" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseover(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "mouseover" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseup(Functions.EventFunc2 handler)
Bind an event handler to the "mouseup" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseup(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "mouseup" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.off(String events,
Functions.EventFunc2 handler)
Remove an event handler.
|
JQueryElement |
JQueryElement.off(String events,
String selector,
Functions.EventFunc2 handler)
Remove an event handler.
|
JQueryElement |
JQueryElement.on(String events,
Functions.EventFunc2 handler)
Add an event handler.
|
JQueryElement |
JQueryElement.on(String events,
String selector,
Functions.EventFunc2 handler)
Add an event handler.
|
JQueryElement |
JQueryElement.one(String events,
Functions.EventFunc2 handler)
Attach a handler to an event for the elements.
|
JQueryElement |
JQueryElement.one(String events,
String selector,
Functions.EventFunc2 handler)
Attach a handler to an event for the elements.
|
JQueryElement |
JQueryElement.resize(Functions.EventFunc2 handler)
Bind an event handler to the "resize" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.resize(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "resize" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.scroll(Functions.EventFunc2 handler)
Bind an event handler to the "scroll" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.scroll(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "scroll" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.select(Functions.EventFunc2 handler)
Bind an event handler to the "select" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.select(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "select" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.submit(Functions.EventFunc2 handler)
Bind an event handler to the "submit" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.submit(Object eventData,
Functions.EventFunc2 handler)
Bind an event handler to the "submit" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.unbind(String eventType,
Functions.EventFunc2 handler)
Remove a previously-attached event handler from the elements.
|
Copyright © 2017. All rights reserved.