| Package | Description |
|---|---|
| gwt.material.design.jquery.client.api |
| Modifier and Type | Field and Description |
|---|---|
JQueryElement |
Event.relatedTarget |
| Modifier and Type | Method and Description |
|---|---|
<T extends JQueryElement> |
JQueryElement.cast()
A helper method to enable cross-casting from any
JQueryElement
type to any other JQueryElement type. |
| Modifier and Type | Method and Description |
|---|---|
static JQueryElement |
JQuery._data(JQueryElement element,
String key)
Get arbitrary data associated with the element.
|
static JQueryElement |
JQuery.$() |
static JQueryElement |
JQuery.$(com.google.gwt.dom.client.Element element) |
static JQueryElement |
JQuery.$(com.google.gwt.dom.client.Element element,
com.google.gwt.dom.client.Element context) |
static JQueryElement |
JQuery.$(com.google.gwt.dom.client.Element element,
Element context) |
static JQueryElement |
JQuery.$(com.google.gwt.dom.client.Element element,
JQueryElement context) |
static JQueryElement |
JQuery.$(com.google.gwt.dom.client.Element element,
com.google.gwt.user.client.ui.UIObject context) |
static JQueryElement |
JQuery.$(JQueryElement element) |
static JQueryElement |
JQuery.$(JQueryElement element,
com.google.gwt.dom.client.Element context) |
static JQueryElement |
JQuery.$(JQueryElement element,
Element context) |
static JQueryElement |
JQuery.$(JQueryElement element,
JQueryElement context) |
static JQueryElement |
JQuery.$(JQueryElement element,
com.google.gwt.user.client.ui.UIObject context) |
static JQueryElement |
JQuery.$(com.google.gwt.dom.client.Node element) |
static JQueryElement |
JQuery.$(com.google.gwt.dom.client.Node element,
com.google.gwt.dom.client.Element context) |
static JQueryElement |
JQuery.$(com.google.gwt.dom.client.Node element,
Element context) |
static JQueryElement |
JQuery.$(com.google.gwt.dom.client.Node element,
JQueryElement context) |
static JQueryElement |
JQuery.$(com.google.gwt.dom.client.Node element,
com.google.gwt.user.client.ui.UIObject context) |
static JQueryElement |
JQuery.$(Object plainObject) |
static JQueryElement |
JQuery.$(Object plainObject,
com.google.gwt.dom.client.Element context) |
static JQueryElement |
JQuery.$(Object plainObject,
Element context) |
static JQueryElement |
JQuery.$(Object plainObject,
JQueryElement context) |
static JQueryElement |
JQuery.$(Object plainObject,
com.google.gwt.user.client.ui.UIObject context) |
static JQueryElement |
JQuery.$(String selector) |
static JQueryElement |
JQuery.$(String selector,
com.google.gwt.dom.client.Element context) |
static JQueryElement |
JQuery.$(String selector,
Element context) |
static JQueryElement |
JQuery.$(String selector,
JQueryElement context) |
static JQueryElement |
JQuery.$(String selector,
com.google.gwt.user.client.ui.UIObject context) |
static <T extends com.google.gwt.user.client.ui.UIObject> |
JQuery.$(T uiObject) |
static <T extends com.google.gwt.user.client.ui.UIObject> |
JQuery.$(T uiObject,
com.google.gwt.dom.client.Element context) |
static <T extends com.google.gwt.user.client.ui.UIObject> |
JQuery.$(T uiObject,
Element context) |
static <T extends com.google.gwt.user.client.ui.UIObject> |
JQuery.$(T uiObject,
JQueryElement context) |
static <T extends com.google.gwt.user.client.ui.UIObject> |
JQuery.$(T uiObject,
com.google.gwt.user.client.ui.UIObject context) |
JQueryElement |
JQueryElement.add(com.google.gwt.dom.client.Element element)
Create a new jQuery object with elements added to the set of matched elements.
|
JQueryElement |
JQueryElement.add(JQueryElement selection)
Create a new jQuery object with elements added to the set of matched elements.
|
JQueryElement |
JQueryElement.add(String selectorOrHtml)
Create a new jQuery object with elements added to the set of matched elements.
|
JQueryElement |
JQueryElement.add(String selector,
com.google.gwt.dom.client.Element context)
Create a new jQuery object with elements added to the set of matched elements.
|
JQueryElement |
JQueryElement.addBack(String... selector)
Add the previous set of elements on the stack to the current set, optionally
filtered by a selector.
|
JQueryElement |
JQueryElement.addClass(Functions.Func2<Integer,String> function)
Adds the specified class(es) to each element in the set of matched elements.
|
JQueryElement |
JQueryElement.addClass(String className)
Adds the specified class(es) to each element in the set of matched elements.
|
JQueryElement |
JQueryElement.after(com.google.gwt.dom.client.Element... content)
Insert content, specified by the parameter, after each element in the
set of matched elements.
|
JQueryElement |
JQueryElement.after(Functions.Func1<Integer> function)
Insert content, specified by the parameter, after each element in the
set of matched elements.
|
JQueryElement |
JQueryElement.after(Functions.Func2<Integer,String> function)
Insert content, specified by the parameter, after each element in the
set of matched elements.
|
JQueryElement |
JQueryElement.after(JQueryElement content)
Insert content, specified by the parameter, after each element in the
set of matched elements.
|
JQueryElement |
JQueryElement.after(String content)
Insert content, specified by the parameter, after each element in the
set of matched elements.
|
JQueryElement |
JQueryElement.andSelf()
Deprecated.
|
JQueryElement |
JQueryElement.animate(Object properties,
AnimateOptions options)
Perform a custom animation of a set of CSS properties.
|
JQueryElement |
JQueryElement.animate(Object properties,
double duration)
Perform a custom animation of a set of CSS properties.
|
JQueryElement |
JQueryElement.animate(Object properties,
double duration,
String easing)
Perform a custom animation of a set of CSS properties.
|
JQueryElement |
JQueryElement.animate(Object properties,
double duration,
String easing,
Functions.Func function)
Perform a custom animation of a set of CSS properties.
|
JQueryElement |
JQueryElement.append(com.google.gwt.dom.client.Element... element)
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.append(JQueryElement element)
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.append(String htmlString)
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.appendTo(com.google.gwt.dom.client.Element... element)
Insert every element in the set of matched elements to the end of the target.
|
JQueryElement |
JQueryElement.appendTo(JQueryElement element)
Insert every element in the set of matched elements to the end of the target.
|
JQueryElement |
JQueryElement.appendTo(String htmlString)
Insert every element in the set of matched elements to the end of the target.
|
JQueryElement |
JQueryElement.attr(String attr,
Functions.Func2<Integer,Object> function)
Set one or more attributes for the set of matched elements.
|
JQueryElement |
JQueryElement.attr(String attr,
Object value)
Set one or more attributes for the set of matched elements.
|
JQueryElement |
JQueryElement.before(com.google.gwt.dom.client.Element... element)
Insert content, specified by the parameter, before each element in the set of matched elements.
|
JQueryElement |
JQueryElement.before(JQueryElement element)
Insert content, specified by the parameter, before each element in the set of matched elements.
|
JQueryElement |
JQueryElement.before(String htmlString)
Insert content, specified by the parameter, before each element in the set of matched elements.
|
JQueryElement |
JQueryElement.bind(Object events)
Attach a handler to an event for the elements.
|
JQueryElement |
JQueryElement.bind(String eventType,
Functions.EventFunc handler)
Attach a handler to an event for the elements.
|
JQueryElement |
JQueryElement.bind(String eventType,
Functions.EventFunc1 handler)
Attach a handler to an event for the elements.
|
JQueryElement |
JQueryElement.bind(String eventType,
Functions.EventFunc2 handler)
Attach a handler to an event for the elements.
|
JQueryElement |
JQueryElement.bind(String eventType,
Object eventData,
boolean preventBubble)
Attach a handler to an event for the elements.
|
JQueryElement |
JQueryElement.bind(String eventType,
Object eventData,
Functions.EventFunc handler)
Attach a handler to an event for the elements.
|
JQueryElement |
JQueryElement.bind(String eventType,
Object eventData,
Functions.EventFunc1 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()
Bind an event handler to the "blur" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.blur(Functions.EventFunc1 handler)
Bind an event handler to the "blur" JavaScript event, or trigger that event on an element.
|
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.EventFunc handler)
Bind an event handler to the "blur" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.blur(Object eventData,
Functions.EventFunc1 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()
Bind an event handler to the "change" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.change(Functions.EventFunc1 handler)
Bind an event handler to the "change" 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.EventFunc handler)
Bind an event handler to the "change" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.change(Object eventData,
Functions.EventFunc1 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.children(String selector)
Get the children of each element in the set of matched elements, optionally filtered by a selector.
|
JQueryElement |
JQueryElement.clearQueue()
Remove from the queue all items that have not yet been run.
|
JQueryElement |
JQueryElement.clearQueue(String queueName)
Remove from the queue all items that have not yet been run.
|
JQueryElement |
JQueryElement.click()
Bind an event handler to the "click" JavaScript event, or trigger that
event on an element.
|
JQueryElement |
JQueryElement.click(Functions.MouseEventFunc handler)
Bind an event handler to the "click" JavaScript event, or trigger that
event on an element.
|
JQueryElement |
JQueryElement.clone()
Create a deep copy of the set of matched elements.
|
JQueryElement |
JQueryElement.clone(boolean withDataAndEvents)
Create a deep copy of the set of matched elements.
|
JQueryElement |
JQueryElement.clone(boolean withDataAndEvents,
boolean deepWithDataAndEvents)
Create a deep copy of the set of matched elements.
|
JQueryElement |
JQueryElement.closest(com.google.gwt.dom.client.Element element)
For each element in the set, get the first element that matches the selector by testing the
element itself and traversing up through its ancestors in the DOM tree.
|
JQueryElement |
JQueryElement.closest(JQueryElement selection)
For each element in the set, get the first element that matches the selector by testing the
element itself and traversing up through its ancestors in the DOM tree.
|
JQueryElement |
JQueryElement.closest(String selector)
For each element in the set, get the first element that matches the selector by testing the
element itself and traversing up through its ancestors in the DOM tree.
|
JQueryElement |
JQueryElement.closest(String selector,
com.google.gwt.dom.client.Element context)
For each element in the set, get the first element that matches the selector by testing the
element itself and traversing up through its ancestors in the DOM tree.
|
JQueryElement |
JQueryElement.contents()
Get the children of each element in the set of matched elements, including text and comment nodes.
|
JQueryElement |
JQueryElement.contextmenu()
Bind an event handler to the "contextmenu" 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.css(Object properties)
Set one or more CSS properties for the set of matched elements.
|
JQueryElement |
JQueryElement.css(String propertyName,
Functions.FuncRet2<Integer,Object> function)
Set one or more CSS properties for the set of matched elements.
|
JQueryElement |
JQueryElement.css(String propertyName,
String value)
Set one or more CSS properties for the set of matched elements.
|
JQueryElement |
JQueryElement.data(Object obj)
Store arbitrary data associated with the matched elements.
|
JQueryElement |
JQueryElement.data(String key,
String value)
Store arbitrary data associated with the matched elements.
|
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.
|
JQueryElement |
JQueryElement.delay(int duration)
Set a timer to delay execution of subsequent items in the queue.
|
JQueryElement |
JQueryElement.delay(int duration,
String queueName)
Set a timer to delay execution of subsequent items in the queue.
|
JQueryElement |
JQueryElement.delegate(String selector,
Object events)
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,
Functions.EventFunc 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,
Functions.EventFunc1 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,
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.EventFunc 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.EventFunc1 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.dequeue()
Execute the next function on the queue for the matched elements.
|
JQueryElement |
JQueryElement.dequeue(String queueName)
Execute the next function on the queue for the matched elements.
|
JQueryElement |
JQueryElement.detach()
Remove the set of matched elements from the DOM.
|
JQueryElement |
JQueryElement.detach(String selector)
Remove the set of matched elements from the DOM.
|
JQueryElement |
JQueryElement.each(Functions.Func2<Object,com.google.gwt.dom.client.Element> function)
Iterate over a jQuery object, executing a function for each matched element.
|
JQueryElement |
JQueryElement.empty()
Remove all child nodes of the set of matched elements from the DOM.
|
JQueryElement |
JQueryElement.end()
End the most recent filtering operation in the current chain and return the set of
matched elements to its previous state.
|
JQueryElement |
JQueryElement.eq(int index)
Reduce the set of matched elements to the one at the specified index.
|
JQueryElement |
JQueryElement.error(Functions.EventFunc1 handler)
Bind an event handler to the "error" JavaScript event.
|
JQueryElement |
JQueryElement.error(Functions.EventFunc2 handler)
Bind an event handler to the "error" JavaScript event.
|
JQueryElement |
JQueryElement.error(Object eventData,
Functions.EventFunc handler)
Bind an event handler to the "error" JavaScript event.
|
JQueryElement |
JQueryElement.error(Object eventData,
Functions.EventFunc1 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.fadeIn()
Display the matched elements by fading them to opaque.
|
JQueryElement |
JQueryElement.fadeIn(AnimateOptions options)
Display the matched elements by fading them to opaque.
|
JQueryElement |
JQueryElement.fadeIn(double duration)
Display the matched elements by fading them to opaque.
|
JQueryElement |
JQueryElement.fadeIn(double duration,
Functions.Func complete)
Display the matched elements by fading them to opaque.
|
JQueryElement |
JQueryElement.fadeIn(double duration,
String easing)
Display the matched elements by fading them to opaque.
|
JQueryElement |
JQueryElement.fadeIn(double duration,
String easing,
Functions.Func complete)
Display the matched elements by fading them to opaque.
|
JQueryElement |
JQueryElement.fadeIn(Functions.Func complete)
Display the matched elements by fading them to opaque.
|
JQueryElement |
JQueryElement.fadeIn(String easing)
Display the matched elements by fading them to opaque.
|
JQueryElement |
JQueryElement.fadeOut()
Hide the matched elements by fading them to transparent.
|
JQueryElement |
JQueryElement.fadeOut(AnimateOptions options)
Hide the matched elements by fading them to transparent.
|
JQueryElement |
JQueryElement.fadeOut(double duration)
Hide the matched elements by fading them to transparent.
|
JQueryElement |
JQueryElement.fadeOut(double duration,
Functions.Func complete)
Hide the matched elements by fading them to transparent.
|
JQueryElement |
JQueryElement.fadeOut(double duration,
String easing)
Hide the matched elements by fading them to transparent.
|
JQueryElement |
JQueryElement.fadeOut(double duration,
String easing,
Functions.Func complete)
Hide the matched elements by fading them to transparent.
|
JQueryElement |
JQueryElement.fadeOut(Functions.Func complete)
Display the matched elements by fading them to opaque.
|
JQueryElement |
JQueryElement.fadeOut(String easing)
Hide the matched elements by fading them to transparent.
|
JQueryElement |
JQueryElement.fadeTo(double duration,
double opacity)
Adjust the opacity of the matched elements.
|
JQueryElement |
JQueryElement.fadeTo(double duration,
double opacity,
Functions.Func complete)
Adjust the opacity of the matched elements.
|
JQueryElement |
JQueryElement.fadeTo(double duration,
double opacity,
String easing)
Adjust the opacity of the matched elements.
|
JQueryElement |
JQueryElement.fadeTo(double duration,
double opacity,
String easing,
Functions.Func complete)
Adjust the opacity of the matched elements.
|
JQueryElement |
JQueryElement.fadeToggle(AnimateOptions options)
Display or hide the matched elements by animating their opacity.
|
JQueryElement |
JQueryElement.fadeToggle(double duration)
Display or hide the matched elements by animating their opacity.
|
JQueryElement |
JQueryElement.fadeToggle(double duration,
Functions.Func complete)
Display or hide the matched elements by animating their opacity.
|
JQueryElement |
JQueryElement.fadeToggle(double duration,
String easing)
Display or hide the matched elements by animating their opacity.
|
JQueryElement |
JQueryElement.fadeToggle(double duration,
String easing,
Functions.Func complete)
Display or hide the matched elements by animating their opacity.
|
JQueryElement |
JQueryElement.fadeToggle(Functions.Func complete)
Display or hide the matched elements by animating their opacity.
|
JQueryElement |
JQueryElement.fadeToggle(String easing)
Display or hide the matched elements by animating their opacity.
|
JQueryElement |
JQueryElement.filter(com.google.gwt.dom.client.Element... elements)
Reduce the set of matched elements to those that match the selector or pass the function's test.
|
JQueryElement |
JQueryElement.filter(Functions.FuncRet2<Integer,com.google.gwt.dom.client.Element> function)
Reduce the set of matched elements to those that match the selector or pass the function's test.
|
JQueryElement |
JQueryElement.filter(JQueryElement selection)
Reduce the set of matched elements to those that match the selector or pass the function's test.
|
JQueryElement |
JQueryElement.filter(String selector)
Reduce the set of matched elements to those that match the selector or pass the function's test.
|
JQueryElement |
JQueryElement.find(com.google.gwt.dom.client.Element... elements)
Get the descendants of each element in the current set of matched elements, filtered
by a selector, jQuery object, or element.
|
JQueryElement |
JQueryElement.find(JQueryElement selection)
Get the descendants of each element in the current set of matched elements, filtered
by a selector, jQuery object, or element.
|
JQueryElement |
JQueryElement.find(String selector)
Get the descendants of each element in the current set of matched elements, filtered
by a selector, jQuery object, or element.
|
JQueryElement |
JQueryElement.finish()
Stop the currently-running animation, remove all queued animations, and complete
all animations for the matched elements.
|
JQueryElement |
JQueryElement.finish(String queue)
Stop the currently-running animation, remove all queued animations, and complete
all animations for the matched elements.
|
JQueryElement |
JQueryElement.first()
Reduce the set of matched elements to the first in the set.
|
JQueryElement |
JQueryElement.focus()
Bind an event handler to the "focus" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.focus(Functions.EventFunc1 handler)
Bind an event handler to the "focus" JavaScript event, or trigger that event on an element.
|
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.EventFunc handler)
Bind an event handler to the "focus" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.focus(Object eventData,
Functions.EventFunc1 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()
Bind an event handler to the "focusin" JavaScript event.
|
JQueryElement |
JQueryElement.focusin(Functions.EventFunc1 handler)
Bind an event handler to the "focusin" JavaScript event.
|
JQueryElement |
JQueryElement.focusin(Functions.EventFunc2 handler)
Bind an event handler to the "focusin" JavaScript event.
|
JQueryElement |
JQueryElement.focusin(Object eventData,
Functions.EventFunc handler)
Bind an event handler to the "focusin" JavaScript event.
|
JQueryElement |
JQueryElement.focusin(Object eventData,
Functions.EventFunc1 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()
Bind an event handler to the "focusout" JavaScript event.
|
JQueryElement |
JQueryElement.focusout(Functions.EventFunc1 handler)
Bind an event handler to the "focusout" JavaScript event.
|
JQueryElement |
JQueryElement.focusout(Functions.EventFunc2 handler)
Bind an event handler to the "focusout" JavaScript event.
|
JQueryElement |
JQueryElement.focusout(Object eventData,
Functions.EventFunc handler)
Bind an event handler to the "focusout" JavaScript event.
|
JQueryElement |
JQueryElement.focusout(Object eventData,
Functions.EventFunc1 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 |
Event.getRelatedTarget() |
JQueryElement |
JQueryElement.has(com.google.gwt.dom.client.Element contained)
Reduce the set of matched elements to those that have a descendant that matches
the selector or DOM element.
|
JQueryElement |
JQueryElement.has(String selector)
Reduce the set of matched elements to those that have a descendant that matches
the selector or DOM element.
|
JQueryElement |
JQueryElement.height(Functions.FuncRet2<Integer,Integer> function)
Set the CSS height of every matched element.
|
JQueryElement |
JQueryElement.height(String height)
Set the CSS height of every matched element.
|
JQueryElement |
JQueryElement.hide()
Hide the matched elements.
|
JQueryElement |
JQueryElement.hide(AnimateOptions options)
Hide the matched elements.
|
JQueryElement |
JQueryElement.hide(double duration)
Hide the matched elements.
|
JQueryElement |
JQueryElement.hide(double duration,
Functions.Func complete)
Hide the matched elements.
|
JQueryElement |
JQueryElement.hide(Functions.Func complete)
Hide the matched elements.
|
JQueryElement |
JQueryElement.hover(Functions.EventFunc1 handlerOut)
Bind two handlers to the matched elements, to be executed when the mouse pointer
enters and leaves the elements.
|
JQueryElement |
JQueryElement.hover(Functions.EventFunc1 handlerIn,
Functions.EventFunc handlerOut)
Bind two handlers to the matched elements, to be executed when the mouse pointer
enters and leaves the elements.
|
JQueryElement |
JQueryElement.hover(Functions.EventFunc1 handlerIn,
Functions.EventFunc1 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 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.html(Functions.FuncRet2<Integer,String> function)
Set the HTML contents of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.html(String htmlString)
Set the HTML contents of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.innerHeight(double value)
Set the CSS inner height of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.innerHeight(Functions.FuncRet2<Integer,Double> function)
Set the CSS inner height of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.innerHeight(String value)
Set the CSS inner height of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.innerWidth(double value)
Set the CSS inner width of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.innerWidth(Functions.FuncRet2<Integer,Double> function)
Set the CSS inner width of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.innerWidth(String value)
Set the CSS inner width of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.insertAfter(com.google.gwt.dom.client.Element... element)
Insert every element in the set of matched elements after the target.
|
JQueryElement |
JQueryElement.insertAfter(JQueryElement element)
Insert every element in the set of matched elements after the target.
|
JQueryElement |
JQueryElement.insertAfter(String selector)
Insert every element in the set of matched elements after the target.
|
JQueryElement |
JQueryElement.insertBefore(JQueryElement element)
Insert every element in the set of matched elements before the target.
|
JQueryElement |
JQueryElement.keydown()
Bind an event handler to the "keydown" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.keydown(Functions.KeyEventFunc handler)
Bind an event handler to the "keydown" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.keydown(Object eventData,
Functions.KeyEventFunc handler)
Bind an event handler to the "keydown" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.keypress()
Bind an event handler to the "keypress" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.keypress(Functions.KeyEventFunc handler)
Bind an event handler to the "keypress" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.keypress(Object eventData,
Functions.KeyEventFunc handler)
Bind an event handler to the "keypress" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.keyup()
Bind an event handler to the "keyup" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.keyup(Functions.KeyEventFunc handler)
Bind an event handler to the "keyup" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.keyup(Object eventData,
Functions.KeyEventFunc handler)
Bind an event handler to the "keyup" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.last()
Reduce the set of matched elements to the final one in the set.
|
JQueryElement |
JQueryElement.load(Functions.EventFunc1 handler)
Bind an event handler to the "load" JavaScript event.
|
JQueryElement |
JQueryElement.load(Functions.EventFunc2 handler)
Bind an event handler to the "load" JavaScript event.
|
JQueryElement |
JQueryElement.load(Object eventData,
Functions.EventFunc handler)
Bind an event handler to the "load" JavaScript event.
|
JQueryElement |
JQueryElement.load(Object eventData,
Functions.EventFunc1 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.load(String url)
Load data from the server and place the returned HTML into the matched element.
|
JQueryElement |
JQueryElement.load(String url,
String data)
Load data from the server and place the returned HTML into the matched element.
|
JQueryElement |
JQueryElement.load(String url,
String data,
Functions.Func3<String,String,Object> complete)
Load data from the server and place the returned HTML into the matched element.
|
JQueryElement |
JQueryElement.map(Functions.FuncRet2<Integer,com.google.gwt.dom.client.Element> callback)
Pass each element in the current matched set through a function, producing a new jQuery
object containing the return values.
|
JQueryElement |
JQueryElement.mousedown()
Bind an event handler to the "mousedown" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mousedown(Functions.EventFunc1 handler)
Bind an event handler to the "mousedown" JavaScript event, or trigger that event on an element.
|
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.EventFunc handler)
Bind an event handler to the "mousedown" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mousedown(Object eventData,
Functions.EventFunc1 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()
Bind an event handler to the "mouseenter" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseenter(Functions.EventFunc1 handler)
Bind an event handler to the "mouseenter" 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.EventFunc handler)
Bind an event handler to the "mouseenter" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseenter(Object eventData,
Functions.EventFunc1 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()
Bind an event handler to the "mouseleave" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseleave(Functions.EventFunc1 handler)
Bind an event handler to the "mouseleave" 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.EventFunc handler)
Bind an event handler to the "mouseleave" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseleave(Object eventData,
Functions.EventFunc1 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()
Bind an event handler to the "mousemove" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mousemove(Functions.EventFunc1 handler)
Bind an event handler to the "mousemove" 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.EventFunc handler)
Bind an event handler to the "mousemove" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mousemove(Object eventData,
Functions.EventFunc1 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()
Bind an event handler to the "mouseout" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseout(Functions.EventFunc1 handler)
Bind an event handler to the "mouseout" 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.EventFunc handler)
Bind an event handler to the "mouseout" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseout(Object eventData,
Functions.EventFunc1 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()
Bind an event handler to the "mouseover" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseover(Functions.EventFunc1 handler)
Bind an event handler to the "mouseover" 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.EventFunc handler)
Bind an event handler to the "mouseover" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseover(Object eventData,
Functions.EventFunc1 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()
Bind an event handler to the "mouseup" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseup(Functions.EventFunc1 handler)
Bind an event handler to the "mouseup" 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.EventFunc handler)
Bind an event handler to the "mouseup" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.mouseup(Object eventData,
Functions.EventFunc1 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.next()
Get the immediately following sibling of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.next(String selector)
Get the immediately following sibling of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.nextAll()
Get all following siblings of each element in the set of matched elements, optionally
filtered by a selector.
|
JQueryElement |
JQueryElement.nextAll(String selector)
Get all following siblings of each element in the set of matched elements, optionally
filtered by a selector.
|
JQueryElement |
JQueryElement.nextUntil(com.google.gwt.dom.client.Element element)
Get all following siblings of each element up to but not including the element matched by
the selector, DOM node, or jQuery object passed.
|
JQueryElement |
JQueryElement.nextUntil(com.google.gwt.dom.client.Element element,
String filter)
Get all following siblings of each element up to but not including the element matched by
the selector, DOM node, or jQuery object passed.
|
JQueryElement |
JQueryElement.nextUntil(JQueryElement element)
Get all following siblings of each element up to but not including the element matched by
the selector, DOM node, or jQuery object passed.
|
JQueryElement |
JQueryElement.nextUntil(JQueryElement element,
String filter)
Get all following siblings of each element up to but not including the element matched by
the selector, DOM node, or jQuery object passed.
|
JQueryElement |
JQueryElement.nextUntil(String selector,
String filter)
Get all following siblings of each element up to but not including the element matched by
the selector, DOM node, or jQuery object passed.
|
JQueryElement |
JQueryElement.not(com.google.gwt.dom.client.Element... elements)
Remove elements from the set of matched elements.
|
JQueryElement |
JQueryElement.not(Functions.FuncRet2<Integer,com.google.gwt.dom.client.Element> function)
Remove elements from the set of matched elements.
|
JQueryElement |
JQueryElement.not(JQueryElement selection)
Remove elements from the set of matched elements.
|
JQueryElement |
JQueryElement.not(String selector)
Remove elements from the set of matched elements.
|
JQueryElement |
JQueryElement.off()
Remove an event handler.
|
JQueryElement |
JQueryElement.off(Event event)
Remove an event handler.
|
JQueryElement |
JQueryElement.off(String events)
Remove an event handler.
|
JQueryElement |
JQueryElement.off(String events,
Functions.EventFunc handler)
Remove an event handler.
|
JQueryElement |
JQueryElement.off(String events,
Functions.EventFunc1 handler)
Remove an event handler.
|
JQueryElement |
JQueryElement.off(String events,
Functions.EventFunc2 handler)
Remove an event handler.
|
JQueryElement |
JQueryElement.off(String events,
Functions.EventFunc3 handler)
Remove an event handler.
|
JQueryElement |
JQueryElement.off(String events,
String selector,
Functions.EventFunc handler)
Remove an event handler.
|
JQueryElement |
JQueryElement.off(String events,
String selector,
Functions.EventFunc1 handler)
Remove an event handler.
|
JQueryElement |
JQueryElement.off(String events,
String selector,
Functions.EventFunc2 handler)
Remove an event handler.
|
JQueryElement |
JQueryElement.off(String events,
String selector,
Functions.EventFunc3 handler)
Remove an event handler.
|
JQueryElement |
JQueryElement.offset(Functions.FuncRet2<Integer,Offset> function)
Set the current coordinates of every element in the set of matched elements,
relative to the document.
|
JQueryElement |
JQueryElement.offset(Offset coordinates)
Set the current coordinates of every element in the set of matched elements,
relative to the document.
|
JQueryElement |
JQueryElement.offsetParent()
Get the closest ancestor element that is positioned.
|
JQueryElement |
JQueryElement.on()
Add an event handler.
|
JQueryElement |
JQueryElement.on(Event event)
Add an event handler.
|
JQueryElement |
JQueryElement.on(String events)
Add an event handler.
|
JQueryElement |
JQueryElement.on(String events,
Functions.EventFunc handler)
Add an event handler.
|
JQueryElement |
JQueryElement.on(String events,
Functions.EventFunc1 handler)
Add an event handler.
|
JQueryElement |
JQueryElement.on(String events,
Functions.EventFunc2 handler)
Add an event handler.
|
JQueryElement |
JQueryElement.on(String events,
Functions.EventFunc3 handler)
Add an event handler.
|
JQueryElement |
JQueryElement.on(String events,
String selector,
Functions.EventFunc handler)
Add an event handler.
|
JQueryElement |
JQueryElement.on(String events,
String selector,
Functions.EventFunc1 handler)
Add an event handler.
|
JQueryElement |
JQueryElement.on(String events,
String selector,
Functions.EventFunc2 handler)
Add an event handler.
|
JQueryElement |
JQueryElement.one()
Attach a handler to an event for the elements.
|
JQueryElement |
JQueryElement.one(Event event)
Attach a handler to an event for the elements.
|
JQueryElement |
JQueryElement.one(String events)
Attach a handler to an event for the elements.
|
JQueryElement |
JQueryElement.one(String events,
Functions.EventFunc handler)
Attach a handler to an event for the elements.
|
JQueryElement |
JQueryElement.one(String events,
Functions.EventFunc1 handler)
Attach a handler to an event for the elements.
|
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.EventFunc handler)
Attach a handler to an event for the elements.
|
JQueryElement |
JQueryElement.one(String events,
String selector,
Functions.EventFunc1 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.outerHeight(Functions.Func2<Integer,Integer> function)
Set the CSS outer Height of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.outerHeight(int value)
Set the CSS outer Height of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.outerHeight(String value)
Set the CSS outer Height of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.outerWidth(Functions.Func2<Integer,Integer> function)
Set the CSS outer Width of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.outerWidth(int value)
Set the CSS outer Width of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.outerWidth(String value)
Set the CSS outer Width of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.parent()
Get the parent of each element in the current set of matched elements, optionally
filtered by a selector.
|
JQueryElement |
JQueryElement.parent(String selector)
Get the parent of each element in the current set of matched elements, optionally
filtered by a selector.
|
JQueryElement |
JQueryElement.parents()
Get the ancestors of each element in the current set of matched elements, optionally
filtered by a selector.
|
JQueryElement |
JQueryElement.parents(String selector)
Get the ancestors of each element in the current set of matched elements, optionally
filtered by a selector.
|
JQueryElement |
JQueryElement.parentsUntil(com.google.gwt.dom.client.Element element)
Get the ancestors of each element in the current set of matched elements, up to but not including
the element matched by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.parentsUntil(com.google.gwt.dom.client.Element element,
String filter)
Get the ancestors of each element in the current set of matched elements, up to but not including
the element matched by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.parentsUntil(JQueryElement element)
Get the ancestors of each element in the current set of matched elements, up to but not including
the element matched by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.parentsUntil(JQueryElement element,
String filter)
Get the ancestors of each element in the current set of matched elements, up to but not including
the element matched by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.parentsUntil(String selector)
Get the ancestors of each element in the current set of matched elements, up to but not including
the element matched by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.parentsUntil(String selector,
String filter)
Get the ancestors of each element in the current set of matched elements, up to but not including
the element matched by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.prepend(com.google.gwt.dom.client.Element... element)
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.prepend(JQueryElement element)
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.prepend(String htmlString)
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.prependTo(com.google.gwt.dom.client.Element... element)
Insert every element in the set of matched elements to the beginning of the target.
|
JQueryElement |
JQueryElement.prependTo(JQueryElement element)
Insert every element in the set of matched elements to the beginning of the target.
|
JQueryElement |
JQueryElement.prependTo(String htmlString)
Insert every element in the set of matched elements to the beginning of the target.
|
JQueryElement |
JQueryElement.prev()
Get the immediately preceding sibling of each element in the set of matched elements,
optionally filtered by a selector.
|
JQueryElement |
JQueryElement.prev(String selector)
Get the immediately preceding sibling of each element in the set of matched elements,
optionally filtered by a selector.
|
JQueryElement |
JQueryElement.prevAll()
Get all preceding siblings of each element up to but not including the element matched
by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.prevAll(String selector)
Get all preceding siblings of each element up to but not including the element matched
by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.prevUntil(com.google.gwt.dom.client.Element element)
Get all preceding siblings of each element up to but not including the element matched
by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.prevUntil(com.google.gwt.dom.client.Element element,
String filter)
Get all preceding siblings of each element up to but not including the element matched
by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.prevUntil(JQueryElement element)
Get all preceding siblings of each element up to but not including the element matched
by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.prevUntil(JQueryElement element,
String filter)
Get all preceding siblings of each element up to but not including the element matched
by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.prevUntil(String selector)
GGet all preceding siblings of each element up to but not including the element matched
by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.prevUntil(String selector,
String filter)
Get all preceding siblings of each element up to but not including the element matched
by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.prop(Object properties)
Set one or more properties for the set of matched elements.
|
JQueryElement |
JQueryElement.prop(String propertyName,
Functions.FuncRet2<Integer,Object> function)
Set one or more properties for the set of matched elements.
|
JQueryElement |
JQueryElement.prop(String propertyName,
Object value)
Set one or more properties for the set of matched elements.
|
JQueryElement |
JQueryElement.pushStack(com.google.gwt.dom.client.Element... elements)
Add a collection of DOM elements onto the jQuery stack.
|
JQueryElement |
JQueryElement.pushStack(com.google.gwt.dom.client.Element[] elements,
String name,
Object... arguments)
Add a collection of DOM elements onto the jQuery stack.
|
JQueryElement |
JQueryElement.queue(Functions.Func1<Functions.Func> callback)
Manipulate the queue of functions to be executed, once for each matched element.
|
JQueryElement |
JQueryElement.queue(Object[] newQueue)
Manipulate the queue of functions to be executed, once for each matched element.
|
JQueryElement |
JQueryElement.queue(String queueName,
Functions.Func1<Functions.Func> callback)
Manipulate the queue of functions to be executed, once for each matched element.
|
JQueryElement |
JQueryElement.queue(String queueName,
Object... newQueue)
Manipulate the queue of functions to be executed, once for each matched element.
|
JQueryElement |
JQueryElement.ready(Functions.Func handler)
Specify a function to execute when the DOM is fully loaded.
|
JQueryElement |
JQueryElement.remove()
Remove the set of matched elements from the DOM.
|
JQueryElement |
JQueryElement.remove(String selector)
Remove the set of matched elements from the DOM.
|
JQueryElement |
JQueryElement.removeAttr(String attributeName)
Remove an attribute from each element in the set of matched elements.
|
JQueryElement |
JQueryElement.removeClass()
Remove a single class, multiple classes, or all classes from each element
in the set of matched elements.
|
JQueryElement |
JQueryElement.removeClass(Functions.FuncRet2<Integer,String> function)
Remove a single class, multiple classes, or all classes from each element in the set
of matched elements.
|
JQueryElement |
JQueryElement.removeClass(String className)
Remove a single class, multiple classes, or all classes from each element
in the set of matched elements.
|
JQueryElement |
JQueryElement.removeData()
Remove a previously-stored piece of data.
|
static JQueryElement |
JQuery.removeData(com.google.gwt.dom.client.Element element)
Remove a previously-stored piece of data.
|
static JQueryElement |
JQuery.removeData(com.google.gwt.dom.client.Element element,
String name)
Remove a previously-stored piece of data.
|
JQueryElement |
JQueryElement.removeData(String name)
Remove a previously-stored piece of data.
|
JQueryElement |
JQueryElement.removeData(String[] list)
Remove a previously-stored piece of data.
|
JQueryElement |
JQueryElement.removeProp(String propertyName)
Remove a property for the set of matched elements.
|
JQueryElement |
JQueryElement.replaceAll(com.google.gwt.dom.client.Element... target)
Replace each target element with the set of matched elements.
|
JQueryElement |
JQueryElement.replaceAll(JQueryElement target)
Replace each target element with the set of matched elements.
|
JQueryElement |
JQueryElement.replaceAll(String target)
Replace each target element with the set of matched elements.
|
JQueryElement |
JQueryElement.replaceWith(com.google.gwt.dom.client.Element... newContent)
Replace each element in the set of matched elements with the provided new content and
return the set of elements that was removed.
|
JQueryElement |
JQueryElement.replaceWith(Functions.Func function)
Replace each element in the set of matched elements with the provided new content and
return the set of elements that was removed.
|
JQueryElement |
JQueryElement.replaceWith(JQueryElement newContent)
Replace each element in the set of matched elements with the provided new content and
return the set of elements that was removed.
|
JQueryElement |
JQueryElement.replaceWith(String newContent)
Replace each element in the set of matched elements with the provided new content and
return the set of elements that was removed.
|
JQueryElement |
JQueryElement.resize()
Bind an event handler to the "resize" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.resize(Functions.EventFunc1 handler)
Bind an event handler to the "resize" JavaScript event, or trigger that event on an element.
|
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.EventFunc handler)
Bind an event handler to the "resize" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.resize(Object eventData,
Functions.EventFunc1 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()
Bind an event handler to the "scroll" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.scroll(Functions.EventFunc1 handler)
Bind an event handler to the "scroll" 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.EventFunc handler)
Bind an event handler to the "scroll" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.scroll(Object eventData,
Functions.EventFunc1 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.scrollLeft(int value)
Set the current horizontal position of the scroll bar for each of the set of matched elements.
|
JQueryElement |
JQueryElement.scrollTop(int value)
Set the current vertical position of the scroll bar for each of the set of matched elements.
|
JQueryElement |
JQueryElement.select()
Bind an event handler to the "select" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.select(Functions.EventFunc1 handler)
Bind an event handler to the "select" 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.EventFunc handler)
Bind an event handler to the "select" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.select(Object eventData,
Functions.EventFunc1 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.show()
Display the matched elements.
|
JQueryElement |
JQueryElement.show(AnimateOptions options)
Display the matched elements.
|
JQueryElement |
JQueryElement.show(double duration)
Display the matched elements.
|
JQueryElement |
JQueryElement.show(double duration,
Functions.Func complete)
Display the matched elements.
|
JQueryElement |
JQueryElement.show(Functions.Func complete)
Display the matched elements.
|
JQueryElement |
JQueryElement.siblings()
Get the siblings of each element in the set of matched elements, optionally
filtered by a selector.
|
JQueryElement |
JQueryElement.siblings(String selector)
Get the siblings of each element in the set of matched elements, optionally
filtered by a selector.
|
JQueryElement |
JQueryElement.slice(int start)
Reduce the set of matched elements to a subset specified by a range of indices.
|
JQueryElement |
JQueryElement.slice(int start,
int end)
Reduce the set of matched elements to a subset specified by a range of indices.
|
JQueryElement |
JQueryElement.slideDown()
Display the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideDown(AnimateOptions options)
Display the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideDown(double duration)
Display the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideDown(double duration,
Functions.Func complete)
Display the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideDown(Functions.Func complete)
Display the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideToggle()
Display or hide the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideToggle(AnimateOptions options)
Display or hide the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideToggle(double duration)
Display or hide the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideToggle(double duration,
Functions.Func complete)
Display or hide the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideToggle(Functions.Func complete)
Display or hide the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideUp()
Hide the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideUp(AnimateOptions options)
Hide the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideUp(double duration)
Hide the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideUp(double duration,
Functions.Func complete)
Hide the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.slideUp(Functions.Func complete)
Hide the matched elements with a sliding motion.
|
JQueryElement |
JQueryElement.stop(boolean clearQueue)
Stop the currently-running animation on the matched elements.
|
JQueryElement |
JQueryElement.stop(boolean clearQueue,
boolean jumpToEnd)
Stop the currently-running animation on the matched elements.
|
JQueryElement |
JQueryElement.stop(String queue,
boolean clearQueue)
Stop the currently-running animation on the matched elements.
|
JQueryElement |
JQueryElement.stop(String queue,
boolean clearQueue,
boolean jumpToEnd)
Stop the currently-running animation on the matched elements.
|
JQueryElement |
JQueryElement.submit()
Bind an event handler to the "submit" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.submit(Functions.EventFunc1 handler)
Bind an event handler to the "submit" 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.EventFunc handler)
Bind an event handler to the "submit" JavaScript event, or trigger that event on an element.
|
JQueryElement |
JQueryElement.submit(Object eventData,
Functions.EventFunc1 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.text(boolean value)
Set the content of each element in the set of matched elements to the specified text.
|
JQueryElement |
JQueryElement.text(Functions.FuncRet2<Integer,String> function)
Set the content of each element in the set of matched elements to the specified text.
|
JQueryElement |
JQueryElement.text(int value)
Set the content of each element in the set of matched elements to the specified text.
|
JQueryElement |
JQueryElement.text(String text)
Set the content of each element in the set of matched elements to the specified text.
|
JQueryElement |
JQueryElement.toggle()
Display or hide the matched elements.
|
JQueryElement |
JQueryElement.toggle(AnimateOptions options)
Display or hide the matched elements.
|
JQueryElement |
JQueryElement.toggle(boolean display)
Display or hide the matched elements.
|
JQueryElement |
JQueryElement.toggle(double duration)
Display or hide the matched elements.
|
JQueryElement |
JQueryElement.toggle(double duration,
Functions.Func complete)
Display or hide the matched elements.
|
JQueryElement |
JQueryElement.toggle(double duration,
String easing)
Display or hide the matched elements.
|
JQueryElement |
JQueryElement.toggleClass(boolean state)
Add or remove one or more classes from each element in the set of matched elements,
depending on either the class's presence or the value of the state argument.
|
JQueryElement |
JQueryElement.toggleClass(Functions.FuncRet3<Integer,String,Boolean> function)
Add or remove one or more classes from each element in the set of matched elements,
depending on either the class's presence or the value of the state argument.
|
JQueryElement |
JQueryElement.toggleClass(Functions.FuncRet3<Integer,String,Boolean> function,
boolean state)
Add or remove one or more classes from each element in the set of matched elements,
depending on either the class's presence or the value of the state argument.
|
JQueryElement |
JQueryElement.toggleClass(String className)
Add or remove one or more classes from each element in the set of matched elements,
depending on either the class's presence or the value of the state argument.
|
JQueryElement |
JQueryElement.toggleClass(String className,
boolean state)
Add or remove one or more classes from each element in the set of matched elements,
depending on either the class's presence or the value of the state argument.
|
JQueryElement |
JQueryElement.trigger(Event event,
Object... extraParameters)
Execute all handlers and behaviors attached to the matched elements for
the given event type.
|
JQueryElement |
JQueryElement.trigger(String eventType,
Object extraParameters)
Execute all handlers and behaviors attached to the matched elements for
the given event type.
|
JQueryElement |
JQueryElement.trigger(String eventType,
Object[] extraParameters)
Execute all handlers and behaviors attached to the matched elements for
the given event type.
|
JQueryElement |
JQueryElement.unbind()
Remove a previously-attached event handler from the elements.
|
JQueryElement |
JQueryElement.unbind(Event event)
Remove a previously-attached event handler from the elements.
|
JQueryElement |
JQueryElement.unbind(String eventType)
Remove a previously-attached event handler from the elements.
|
JQueryElement |
JQueryElement.unbind(String eventType,
boolean falsed)
Remove a previously-attached event handler from the elements.
|
JQueryElement |
JQueryElement.unbind(String eventType,
Functions.EventFunc handler)
Remove a previously-attached event handler from the elements.
|
JQueryElement |
JQueryElement.unbind(String eventType,
Functions.EventFunc1 handler)
Remove a previously-attached event handler from the elements.
|
JQueryElement |
JQueryElement.unbind(String eventType,
Functions.EventFunc2 handler)
Remove a previously-attached event handler from the elements.
|
JQueryElement |
JQueryElement.unwrap()
Remove the parents of the set of matched elements from the DOM,
leaving the matched elements in their place.
|
JQueryElement |
JQueryElement.val(int value)
Set the value of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.val(String value)
Set the value of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.val(String[] value)
Set the value of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.width(Functions.FuncRet2<Integer,Integer> function)
Set the CSS width of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.width(int width)
Set the CSS width of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.width(String width)
Set the CSS width of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.wrap(com.google.gwt.dom.client.Element wrappingElement)
Wrap an HTML structure around each element in the set of matched elements.
|
JQueryElement |
JQueryElement.wrap(Functions.FuncRet1<Integer> function)
Wrap an HTML structure around each element in the set of matched elements.
|
JQueryElement |
JQueryElement.wrap(JQueryElement wrappingElement)
Wrap an HTML structure around each element in the set of matched elements.
|
JQueryElement |
JQueryElement.wrap(String wrappingElement)
Wrap an HTML structure around each element in the set of matched elements.
|
JQueryElement |
JQueryElement.wrapAll(com.google.gwt.dom.client.Element wrappingElement)
Wrap an HTML structure around all elements in the set of matched elements.
|
JQueryElement |
JQueryElement.wrapAll(Functions.FuncRet1<Integer> function)
Wrap an HTML structure around all elements in the set of matched elements.
|
JQueryElement |
JQueryElement.wrapAll(JQueryElement wrappingElement)
Wrap an HTML structure around all elements in the set of matched elements.
|
JQueryElement |
JQueryElement.wrapAll(String wrappingElement)
Wrap an HTML structure around all elements in the set of matched elements.
|
JQueryElement |
JQueryElement.wrapInner(com.google.gwt.dom.client.Element wrappingElement)
Wrap an HTML structure around the content of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.wrapInner(Functions.FuncRet1<Integer> function)
Wrap an HTML structure around the content of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.wrapInner(JQueryElement wrappingElement)
Wrap an HTML structure around the content of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.wrapInner(String wrappingElement)
Wrap an HTML structure around the content of each element in the set of matched elements.
|
| Modifier and Type | Method and Description |
|---|---|
static JQueryElement |
JQuery._data(JQueryElement element,
String key)
Get arbitrary data associated with the element.
|
static JQueryElement |
JQuery.$(com.google.gwt.dom.client.Element element,
JQueryElement context) |
static JQueryElement |
JQuery.$(JQueryElement element) |
static JQueryElement |
JQuery.$(JQueryElement element,
com.google.gwt.dom.client.Element context) |
static JQueryElement |
JQuery.$(JQueryElement element,
Element context) |
static JQueryElement |
JQuery.$(JQueryElement element,
JQueryElement context) |
static JQueryElement |
JQuery.$(JQueryElement element,
com.google.gwt.user.client.ui.UIObject context) |
static JQueryElement |
JQuery.$(com.google.gwt.dom.client.Node element,
JQueryElement context) |
static JQueryElement |
JQuery.$(Object plainObject,
JQueryElement context) |
static JQueryElement |
JQuery.$(String selector,
JQueryElement context) |
static <T extends com.google.gwt.user.client.ui.UIObject> |
JQuery.$(T uiObject,
JQueryElement context) |
JQueryElement |
JQueryElement.add(JQueryElement selection)
Create a new jQuery object with elements added to the set of matched elements.
|
JQueryElement |
JQueryElement.after(JQueryElement content)
Insert content, specified by the parameter, after each element in the
set of matched elements.
|
JQueryElement |
JQueryElement.append(JQueryElement element)
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.appendTo(JQueryElement element)
Insert every element in the set of matched elements to the end of the target.
|
JQueryElement |
JQueryElement.before(JQueryElement element)
Insert content, specified by the parameter, before each element in the set of matched elements.
|
JQueryElement |
JQueryElement.closest(JQueryElement selection)
For each element in the set, get the first element that matches the selector by testing the
element itself and traversing up through its ancestors in the DOM tree.
|
JQueryElement |
JQueryElement.filter(JQueryElement selection)
Reduce the set of matched elements to those that match the selector or pass the function's test.
|
JQueryElement |
JQueryElement.find(JQueryElement selection)
Get the descendants of each element in the current set of matched elements, filtered
by a selector, jQuery object, or element.
|
int |
JQueryElement.index(JQueryElement element)
Search for a given element from among the matched elements.
|
JQueryElement |
JQueryElement.insertAfter(JQueryElement element)
Insert every element in the set of matched elements after the target.
|
JQueryElement |
JQueryElement.insertBefore(JQueryElement element)
Insert every element in the set of matched elements before the target.
|
boolean |
JQueryElement.is(JQueryElement selection)
Check the current matched set of elements against a selector, element, or jQuery object
and return true if at least one of these elements matches the given arguments.
|
JQueryElement |
JQueryElement.nextUntil(JQueryElement element)
Get all following siblings of each element up to but not including the element matched by
the selector, DOM node, or jQuery object passed.
|
JQueryElement |
JQueryElement.nextUntil(JQueryElement element,
String filter)
Get all following siblings of each element up to but not including the element matched by
the selector, DOM node, or jQuery object passed.
|
JQueryElement |
JQueryElement.not(JQueryElement selection)
Remove elements from the set of matched elements.
|
static String |
JQuery.param(JQueryElement obj)
Create a serialized representation of an array, a plain object, or a jQuery object suitable
for use in a URL query string or Ajax request.
|
static String |
JQuery.param(JQueryElement obj,
boolean traditional)
Create a serialized representation of an array, a plain object, or a jQuery object suitable
for use in a URL query string or Ajax request.
|
JQueryElement |
JQueryElement.parentsUntil(JQueryElement element)
Get the ancestors of each element in the current set of matched elements, up to but not including
the element matched by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.parentsUntil(JQueryElement element,
String filter)
Get the ancestors of each element in the current set of matched elements, up to but not including
the element matched by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.prepend(JQueryElement element)
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
|
JQueryElement |
JQueryElement.prependTo(JQueryElement element)
Insert every element in the set of matched elements to the beginning of the target.
|
JQueryElement |
JQueryElement.prevUntil(JQueryElement element)
Get all preceding siblings of each element up to but not including the element matched
by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.prevUntil(JQueryElement element,
String filter)
Get all preceding siblings of each element up to but not including the element matched
by the selector, DOM node, or jQuery object.
|
JQueryElement |
JQueryElement.replaceAll(JQueryElement target)
Replace each target element with the set of matched elements.
|
JQueryElement |
JQueryElement.replaceWith(JQueryElement newContent)
Replace each element in the set of matched elements with the provided new content and
return the set of elements that was removed.
|
JQueryElement |
JQueryElement.wrap(JQueryElement wrappingElement)
Wrap an HTML structure around each element in the set of matched elements.
|
JQueryElement |
JQueryElement.wrapAll(JQueryElement wrappingElement)
Wrap an HTML structure around all elements in the set of matched elements.
|
JQueryElement |
JQueryElement.wrapInner(JQueryElement wrappingElement)
Wrap an HTML structure around the content of each element in the set of matched elements.
|
Copyright © 2017. All rights reserved.