| Package | Description |
|---|---|
| net.java.html.lib | |
| net.java.html.lib.dom | |
| net.java.html.lib.jquery |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Function.A0<R>
Java function with no arguments.
|
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function.A1<? super T,? extends Void>> |
TypedPropertyDescriptor.set |
| Modifier and Type | Method and Description |
|---|---|
Function.A1<? super T,? extends Void> |
TypedPropertyDescriptor.set() |
| Modifier and Type | Method and Description |
|---|---|
double |
Uint8ClampedArray.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint16Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int8Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int16Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float64Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8ClampedArray.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint8Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Uint16Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int8Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Int16Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float64Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
double |
Float32Array.findIndex(Function.A1<? super Number,? extends Boolean> predicate,
Object thisArg)
Returns the index of the first element in the array where predicate is true, and undefined
otherwise.
|
static <A> Function |
Function.newFunction(Function.A1<? super A,? extends Object> fn,
Class<A> argTypeA)
Factory method that wraps provided function interface into JavaScript
function object.
|
<TResult> PromiseLike<TResult> |
PromiseLike.then(Function.A1<? super T,? extends Union.A2<TResult,PromiseLike<TResult>>> onfulfilled) |
<TResult> PromiseLike<TResult> |
PromiseLike.then(Function.A1<? super T,? extends Union.A2<TResult,PromiseLike<TResult>>> onfulfilled,
Function.A1<? super Object,? extends Void> onrejected) |
<TResult> PromiseLike<TResult> |
PromiseLike.then(Function.A1<? super T,? extends Union.A2<TResult,PromiseLike<TResult>>> onfulfilled,
Function.A1<? super Object,? extends Void> onrejected) |
| Modifier and Type | Field and Description |
|---|---|
static Function.A1<? super Event,? extends Object> |
Exports.onabort |
static Function.A1<? super Event,? extends Object> |
Exports.onafterprint |
static Function.A1<? super Event,? extends Object> |
Exports.onbeforeprint |
static Function.A1<? super BeforeUnloadEvent,? extends Object> |
Exports.onbeforeunload |
static Function.A1<? super FocusEvent,? extends Object> |
Exports.onblur |
static Function.A1<? super Event,? extends Object> |
Exports.oncanplay |
static Function.A1<? super Event,? extends Object> |
Exports.oncanplaythrough |
static Function.A1<? super Event,? extends Object> |
Exports.onchange |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onclick |
static Function.A1<? super Event,? extends Object> |
Exports.oncompassneedscalibration |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.oncontextmenu |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.ondblclick |
static Function.A1<? super DeviceMotionEvent,? extends Object> |
Exports.ondevicemotion |
static Function.A1<? super DeviceOrientationEvent,? extends Object> |
Exports.ondeviceorientation |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondrag |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondragend |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondragenter |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondragleave |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondragover |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondragstart |
static Function.A1<? super DragEvent,? extends Object> |
Exports.ondrop |
static Function.A1<? super Event,? extends Object> |
Exports.ondurationchange |
static Function.A1<? super Event,? extends Object> |
Exports.onemptied |
static Function.A1<? super Event,? extends Object> |
Exports.onended |
static Function.A1<? super FocusEvent,? extends Object> |
Exports.onfocus |
static Function.A1<? super HashChangeEvent,? extends Object> |
Exports.onhashchange |
static Function.A1<? super Event,? extends Object> |
Exports.oninput |
static Function.A1<? super KeyboardEvent,? extends Object> |
Exports.onkeydown |
static Function.A1<? super KeyboardEvent,? extends Object> |
Exports.onkeypress |
static Function.A1<? super KeyboardEvent,? extends Object> |
Exports.onkeyup |
static Function.A1<? super Event,? extends Object> |
Exports.onload |
static Function.A1<? super Event,? extends Object> |
Exports.onloadeddata |
static Function.A1<? super Event,? extends Object> |
Exports.onloadedmetadata |
static Function.A1<? super Event,? extends Object> |
Exports.onloadstart |
static Function.A1<? super MessageEvent,? extends Object> |
Exports.onmessage |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmousedown |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmouseenter |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmouseleave |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmousemove |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmouseout |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmouseover |
static Function.A1<? super MouseEvent,? extends Object> |
Exports.onmouseup |
static Function.A1<? super MouseWheelEvent,? extends Object> |
Exports.onmousewheel |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgesturechange |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgesturedoubletap |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgestureend |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgesturehold |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgesturestart |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsgesturetap |
static Function.A1<? super MSGestureEvent,? extends Object> |
Exports.onmsinertiastart |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointercancel |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerdown |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerenter |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerleave |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointermove |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerout |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerover |
static Function.A1<? super MSPointerEvent,? extends Object> |
Exports.onmspointerup |
static Function.A1<? super Event,? extends Object> |
Exports.onoffline |
static Function.A1<? super Event,? extends Object> |
Exports.ononline |
static Function.A1<? super Event,? extends Object> |
Exports.onorientationchange |
static Function.A1<? super PageTransitionEvent,? extends Object> |
Exports.onpagehide |
static Function.A1<? super PageTransitionEvent,? extends Object> |
Exports.onpageshow |
static Function.A1<? super Event,? extends Object> |
Exports.onpause |
static Function.A1<? super Event,? extends Object> |
Exports.onplay |
static Function.A1<? super Event,? extends Object> |
Exports.onplaying |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointercancel |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerdown |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerenter |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerleave |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointermove |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerout |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerover |
static Function.A1<? super PointerEvent,? extends Object> |
Exports.onpointerup |
static Function.A1<? super PopStateEvent,? extends Object> |
Exports.onpopstate |
static Function.A1<? super ProgressEvent,? extends Object> |
Exports.onprogress |
static Function.A1<? super Event,? extends Object> |
Exports.onratechange |
static Function.A1<? super ProgressEvent,? extends Object> |
Exports.onreadystatechange |
static Function.A1<? super Event,? extends Object> |
Exports.onreset |
static Function.A1<? super UIEvent,? extends Object> |
Exports.onresize |
static Function.A1<? super UIEvent,? extends Object> |
Exports.onscroll |
static Function.A1<? super Event,? extends Object> |
Exports.onseeked |
static Function.A1<? super Event,? extends Object> |
Exports.onseeking |
static Function.A1<? super UIEvent,? extends Object> |
Exports.onselect |
static Function.A1<? super Event,? extends Object> |
Exports.onstalled |
static Function.A1<? super StorageEvent,? extends Object> |
Exports.onstorage |
static Function.A1<? super Event,? extends Object> |
Exports.onsubmit |
static Function.A1<? super Event,? extends Object> |
Exports.onsuspend |
static Function.A1<? super Event,? extends Object> |
Exports.ontimeupdate |
static Function.A1<? super Event,? extends Object> |
Exports.onunload |
static Function.A1<? super Event,? extends Object> |
Exports.onvolumechange |
static Function.A1<? super Event,? extends Object> |
Exports.onwaiting |
static Function.A1<? super WheelEvent,? extends Object> |
Exports.onwheel |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptProcessorNode.addEventListener(Void type,
Function.A1<? super AudioProcessingEvent,? extends Object> listener) |
void |
ScriptProcessorNode.addEventListener(Void type,
Function.A1<? super AudioProcessingEvent,? extends Object> listener,
Boolean useCapture) |
void |
MSWebViewAsyncOperation.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener) |
void |
MSAppAsyncOperation.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener) |
void |
IDBTransaction.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener) |
void |
IDBDatabase.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener) |
void |
AbstractWorker.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener) |
void |
MSWebViewAsyncOperation.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener,
Boolean useCapture) |
void |
MSAppAsyncOperation.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener,
Boolean useCapture) |
void |
IDBTransaction.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener,
Boolean useCapture) |
void |
IDBDatabase.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener,
Boolean useCapture) |
void |
AbstractWorker.addEventListener(Void type,
Function.A1<? super ErrorEvent,? extends Object> listener,
Boolean useCapture) |
void |
WebSocket.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
TextTrackCue.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
TextTrack.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
Screen.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
OscillatorNode.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
OfflineAudioContext.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
MSInputMethodContext.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
IDBRequest.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
AudioBufferSourceNode.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
ApplicationCache.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener) |
void |
WebSocket.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
TextTrackCue.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
TextTrack.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
Screen.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
OscillatorNode.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
OfflineAudioContext.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
MSInputMethodContext.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
IDBRequest.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
AudioBufferSourceNode.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
ApplicationCache.addEventListener(Void type,
Function.A1<? super Event,? extends Object> listener,
Boolean useCapture) |
void |
Worker.addEventListener(Void type,
Function.A1<? super MessageEvent,? extends Object> listener) |
void |
MessagePort.addEventListener(Void type,
Function.A1<? super MessageEvent,? extends Object> listener) |
void |
Worker.addEventListener(Void type,
Function.A1<? super MessageEvent,? extends Object> listener,
Boolean useCapture) |
void |
MessagePort.addEventListener(Void type,
Function.A1<? super MessageEvent,? extends Object> listener,
Boolean useCapture) |
void |
XMLHttpRequestEventTarget.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener) |
void |
XMLHttpRequest.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener) |
void |
MSBaseReader.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener) |
void |
XMLHttpRequestEventTarget.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener,
Boolean useCapture) |
void |
XMLHttpRequest.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener,
Boolean useCapture) |
void |
MSBaseReader.addEventListener(Void type,
Function.A1<? super ProgressEvent,? extends Object> listener,
Boolean useCapture) |
void |
VideoTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener) |
void |
TextTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener) |
void |
AudioTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener) |
void |
VideoTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener,
Boolean useCapture) |
void |
TextTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener,
Boolean useCapture) |
void |
AudioTrackList.addEventListener(Void type,
Function.A1<? super TrackEvent,? extends Object> listener,
Boolean useCapture) |
void |
Window.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
SVGSVGElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
SVGElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLVideoElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLMediaElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLMarqueeElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLIFrameElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLFrameSetElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLFrameElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
HTMLBodyElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
GlobalEventHandlers.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
static void |
Exports.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
Element.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
Document.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
Window.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
SVGSVGElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
SVGElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLVideoElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLMediaElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLMarqueeElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLIFrameElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLFrameSetElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLFrameElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
HTMLBodyElement.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
GlobalEventHandlers.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
static void |
Exports.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
Element.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
void |
Document.addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function.A1<? super JQueryPromise<Object>,? extends Object>> |
JQueryAnimationOptions.start
A function to call when the animation begins.
|
| Modifier and Type | Method and Description |
|---|---|
Function.A1<? super JQueryPromise<Object>,? extends Object> |
JQueryAnimationOptions.start() |
| Modifier and Type | Method and Description |
|---|---|
static JQuery |
Exports.$(Function.A1<? super JQueryStatic,? extends Object> callback) |
JQuery |
JQueryStatic.$apply(Function.A1<? super JQueryStatic,? extends Object> callback) |
JQuery |
JQuery.bind(String eventType,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.bind(String eventType,
Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.blur(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "blur" JavaScript event
|
JQuery |
JQuery.blur(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "blur" JavaScript event
|
JQuery |
JQuery.change(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "change" JavaScript event
|
JQuery |
JQuery.change(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "change" JavaScript event
|
JQuery |
JQuery.click(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "click" JavaScript event
|
JQuery |
JQuery.click(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "click" JavaScript event
|
JQuery |
JQuery.dblclick(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "dblclick" JavaScript event
|
JQuery |
JQuery.dblclick(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "dblclick" JavaScript event
|
<T> JQueryDeferred<T> |
JQueryStatic.Deferred(Function.A1<? super JQueryDeferred<T>,? extends Object> beforeStart)
A constructor function that returns a chainable utility object with methods to register multiple callbacks into callback queues, invoke callback queues, and relay the success or failure state of any synchronous or asynchronous function.
|
JQuery |
JQuery.delegate(Object selector,
String eventType,
Function.A1<? super JQueryEventObject,? extends Object> handler) |
JQuery |
JQuery.delegate(Object selector,
String eventType,
Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler) |
JQuery |
JQuery.error(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "error" JavaScript event.
|
JQuery |
JQuery.error(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "error" JavaScript event.
|
JQuery |
JQuery.focus(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focus" JavaScript event
|
JQuery |
JQuery.focus(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focus" JavaScript event
|
JQuery |
JQuery.focusin(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focusin" JavaScript event
|
JQuery |
JQuery.focusin(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focusin" JavaScript event
|
JQuery |
JQuery.focusout(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focusout" JavaScript event
|
JQuery |
JQuery.focusout(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "focusout" JavaScript event
|
JQuery |
JQuery.hover(Function.A1<? super JQueryEventObject,? extends Object> handlerInOut)
Bind a single handler to the matched elements, to be executed when the mouse pointer enters or leaves the elements.
|
JQuery |
JQuery.hover(Function.A1<? super JQueryEventObject,? extends Object> handlerIn,
Function.A1<? super JQueryEventObject,? extends Object> handlerOut)
Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
|
JQuery |
JQuery.hover(Function.A1<? super JQueryEventObject,? extends Object> handlerIn,
Function.A1<? super JQueryEventObject,? extends Object> handlerOut)
Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
|
static JQuery |
Exports.jQuery(Function.A1<? super JQueryStatic,? extends Object> callback) |
JQuery |
JQuery.keydown(Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keydown" JavaScript event
|
JQuery |
JQuery.keydown(Object eventData,
Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keydown" JavaScript event
|
JQuery |
JQuery.keypress(Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keypress" JavaScript event
|
JQuery |
JQuery.keypress(Object eventData,
Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keypress" JavaScript event
|
JQuery |
JQuery.keyup(Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keyup" JavaScript event
|
JQuery |
JQuery.keyup(Object eventData,
Function.A1<? super JQueryKeyEventObject,? extends Object> handler)
Bind an event handler to the "keyup" JavaScript event
|
JQuery |
JQuery.load(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "load" JavaScript event.
|
JQuery |
JQuery.load(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "load" JavaScript event.
|
JQuery |
JQuery.mousedown(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mousedown" JavaScript event.
|
JQuery |
JQuery.mousedown(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mousedown" JavaScript event.
|
JQuery |
JQuery.mouseenter(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to be fired when the mouse enters an element.
|
JQuery |
JQuery.mouseenter(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to be fired when the mouse enters an element.
|
JQuery |
JQuery.mouseleave(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to be fired when the mouse leaves an element.
|
JQuery |
JQuery.mouseleave(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to be fired when the mouse leaves an element.
|
JQuery |
JQuery.mousemove(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mousemove" JavaScript event.
|
JQuery |
JQuery.mousemove(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mousemove" JavaScript event.
|
JQuery |
JQuery.mouseout(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseout" JavaScript event.
|
JQuery |
JQuery.mouseout(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseout" JavaScript event.
|
JQuery |
JQuery.mouseover(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseover" JavaScript event.
|
JQuery |
JQuery.mouseover(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseover" JavaScript event.
|
JQuery |
JQuery.mouseup(Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseup" JavaScript event.
|
JQuery |
JQuery.mouseup(Objs eventData,
Function.A1<? super JQueryMouseEventObject,? extends Object> handler)
Bind an event handler to the "mouseup" JavaScript event.
|
JQuery |
JQuery.off(String events,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Remove an event handler.
|
JQuery |
JQuery.off(String events,
String selector,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Remove an event handler.
|
JQuery |
JQuery.one(String events,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(String events,
Objs data,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(String events,
String selector,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQuery |
JQuery.one(String events,
String selector,
Object data,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Attach a handler to an event for the elements.
|
JQueryPromise<Object> |
JQueryDeferred.pipe(Function.A1<? super Object,? extends Object> doneFilter) |
JQueryPromise<Object> |
JQueryPromise.pipe(Function.A1<? super Object,? extends Object> doneFilter) |
JQueryPromise<Object> |
JQueryDeferred.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter) |
JQueryPromise<Object> |
JQueryDeferred.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter) |
JQueryPromise<Object> |
JQueryPromise.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter) |
JQueryPromise<Object> |
JQueryPromise.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter) |
JQueryPromise<Object> |
JQueryDeferred.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter,
Function.A1<? super Object,? extends Object> progressFilter) |
JQueryPromise<Object> |
JQueryDeferred.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter,
Function.A1<? super Object,? extends Object> progressFilter) |
JQueryPromise<Object> |
JQueryDeferred.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter,
Function.A1<? super Object,? extends Object> progressFilter) |
JQueryPromise<Object> |
JQueryPromise.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter,
Function.A1<? super Object,? extends Object> progressFilter) |
JQueryPromise<Object> |
JQueryPromise.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter,
Function.A1<? super Object,? extends Object> progressFilter) |
JQueryPromise<Object> |
JQueryPromise.pipe(Function.A1<? super Object,? extends Object> doneFilter,
Function.A1<? super Object,? extends Object> failFilter,
Function.A1<? super Object,? extends Object> progressFilter) |
Object |
JQueryStatic.proxy(Function.A1<? super Array<Object>,? extends Object> fnction,
Objs context,
Object... additionalArguments)
Takes a function and returns a new one that will always have a particular context.
|
JQuery |
JQuery.ready(Function.A1<? super JQueryStatic,? extends Object> handler)
Specify a function to execute when the DOM is fully loaded.
|
JQuery |
JQuery.resize(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "resize" JavaScript event.
|
JQuery |
JQuery.resize(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "resize" JavaScript event.
|
JQuery |
JQuery.scroll(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "scroll" JavaScript event.
|
JQuery |
JQuery.scroll(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "scroll" JavaScript event.
|
JQuery |
JQuery.select(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "select" JavaScript event.
|
JQuery |
JQuery.select(Objs eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "select" JavaScript event.
|
JQuery |
JQuery.submit(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "submit" JavaScript event
|
JQuery |
JQuery.submit(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "submit" JavaScript event
|
JQueryPromise<Void> |
JQueryGenericPromise.then(Function.A2<? super T,? super Array<Object>,? extends Void> doneFilter,
Function.A1<? super Array<Object>,? extends Object> failFilter)
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
|
JQueryPromise<Void> |
JQueryGenericPromise.then(Function.A2<? super T,? super Array<Object>,? extends Void> doneFilter,
Function.A1<? super Array<Object>,? extends Object> failFilter,
Function.A1<? super Array<Object>,? extends Object> progressFilter)
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
|
JQueryPromise<Void> |
JQueryGenericPromise.then(Function.A2<? super T,? super Array<Object>,? extends Void> doneFilter,
Function.A1<? super Array<Object>,? extends Object> failFilter,
Function.A1<? super Array<Object>,? extends Object> progressFilter)
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
|
JQuery |
JQuery.unbind(String eventType,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Remove a previously-attached event handler from the elements.
|
JQuery |
JQuery.undelegate(String selector,
String eventType,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
|
JQuery |
JQuery.unload(Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "unload" JavaScript event.
|
JQuery |
JQuery.unload(Object eventData,
Function.A1<? super JQueryEventObject,? extends Object> handler)
Bind an event handler to the "unload" JavaScript event.
|
JQuery |
JQuery.wrap(Function.A1<? super Number,? extends Union.A2<String,JQuery>> func)
Wrap an HTML structure around each element in the set of matched elements.
|
JQuery |
JQuery.wrapAll(Function.A1<? super Number,? extends String> func) |
JQuery |
JQuery.wrapInner(Function.A1<? super Number,? extends String> func)
Wrap an HTML structure around the content of each element in the set of matched elements.
|
Copyright © 2016. All rights reserved.