| Package | Description |
|---|---|
| net.java.html.lib | |
| net.java.html.lib.jquery |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Function.A0<R>
Java function with no arguments.
|
static interface |
Function.A1<P1,R>
Java function with one argument.
|
| Modifier and Type | Method and Description |
|---|---|
static Uint8ClampedArray |
Uint8ClampedArray.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Uint8Array |
Uint8Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Uint32Array |
Uint32Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Uint16Array |
Uint16Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Int8Array |
Int8Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Int32Array |
Int32Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Int16Array |
Int16Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Float64Array |
Float64Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Float32Array |
Float32Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn)
Creates an array from an array-like or iterable object.
|
static Uint8ClampedArray |
Uint8ClampedArray.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static Uint8Array |
Uint8Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static Uint32Array |
Uint32Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static Uint16Array |
Uint16Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static Int8Array |
Int8Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static Int32Array |
Int32Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static Int16Array |
Int16Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static Float64Array |
Float64Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static Float32Array |
Float32Array.from(ArrayLike<Number> arrayLike,
Function.A2<? super Number,? super Number,? extends Number> mapfn,
Object thisArg)
Creates an array from an array-like or iterable object.
|
static <A,B> Function |
Function.newFunction(Function.A2<? super A,? super B,? extends Object> fn,
Class<A> argTypeA,
Class<B> argTypeB)
Factory method that wraps provided function interface into JavaScript
function object.
|
static Object |
JSON.parse(String text,
Function.A2<? super Object,? super Object,? extends Object> reviver)
Converts a JavaScript Object Notation (JSON) string into an object.
|
Uint8ClampedArray |
Uint8ClampedArray.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Uint8Array |
Uint8Array.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Uint32Array |
Uint32Array.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Uint16Array |
Uint16Array.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Int8Array |
Int8Array.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Int32Array |
Int32Array.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Int16Array |
Int16Array.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Float64Array |
Float64Array.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Float32Array |
Float32Array.sort(Function.A2<? super Number,? super Number,? extends Number> compareFn)
Sorts an array.
|
Array<T> |
Array.sort(Function.A2<? super T,? super T,? extends Number> compareFn)
Sorts an array.
|
static String |
JSON.stringify(Object value,
Function.A2<? super String,? super Object,? extends Object> replacer)
Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
|
static String |
JSON.stringify(Object value,
Function.A2<? super String,? super Object,? extends Object> replacer,
double space)
Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
|
static String |
JSON.stringify(Object value,
Function.A2<? super String,? super Object,? extends Object> replacer,
String space)
Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
|
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function.A2<? super JQueryPromise<Object>,? super Boolean,? extends Object>> |
JQueryAnimationOptions.always
A function to be called when the animation completes or stops without completing (its Promise object is either resolved or rejected).
|
Objs.Property<Function.A2<? super JQueryPromise<Object>,? super Boolean,? extends Object>> |
JQueryAnimationOptions.done
A function to be called when the animation completes (its Promise object is resolved).
|
Objs.Property<Function.A2<? super JQueryPromise<Object>,? super Boolean,? extends Object>> |
JQueryAnimationOptions.fail
A function to be called when the animation fails to complete (its Promise object is rejected).
|
Objs.Property<Function.A2<? super Number,? super Object,? extends Object>> |
JQueryAnimationOptions.step
A function to be called for each animated property of each animated element.
|
| Modifier and Type | Method and Description |
|---|---|
Function.A2<? super JQueryPromise<Object>,? super Boolean,? extends Object> |
JQueryAnimationOptions.always() |
Function.A2<? super JQueryPromise<Object>,? super Boolean,? extends Object> |
JQueryAnimationOptions.done() |
Function.A2<? super JQueryPromise<Object>,? super Boolean,? extends Object> |
JQueryAnimationOptions.fail() |
Function.A2<? super Number,? super Object,? extends Object> |
JQueryAnimationOptions.step() |
| Modifier and Type | Method and Description |
|---|---|
JQuery |
JQuery.addClass(Function.A2<? super Number,? super String,? extends String> func)
Adds the specified class(es) to each of the set of matched elements.
|
JQuery |
JQuery.after(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, after each element in the set of matched elements.
|
JQuery |
JQuery.append(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
|
JQuery |
JQuery.attr(String attributeName,
Function.A2<? super Number,? super String,? extends Union.A2<String,Number>> func)
Set one or more attributes for the set of matched elements.
|
JQuery |
JQuery.before(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, before each element in the set of matched elements.
|
JQuery |
JQuery.css(String propertyName,
Function.A2<? super Number,? super String,? extends Union.A2<String,Number>> value)
Set one or more CSS properties for the set of matched elements.
|
JQuery |
JQuery.each(Function.A2<? super Number,? super Element,? extends Object> func)
Iterate over a jQuery object, executing a function for each matched element.
|
Object |
JQueryStatic.each(Object collection,
Function.A2<? super Object,? super Object,? extends Object> callback)
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays.
|
<T> Object |
JQueryStatic.each(T[] collection,
Function.A2<? super Number,? super T,? extends Object> callback)
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays.
|
JQuery |
JQuery.filter(Function.A2<? super Number,? super Element,? extends Object> func)
Reduce the set of matched elements to those that match the selector or pass the function's test.
|
<T> Array<T> |
JQueryStatic.grep(T[] array,
Function.A2<? super T,? super Number,? extends Boolean> func)
Finds the elements of an array which satisfy a filter function.
|
<T> Array<T> |
JQueryStatic.grep(T[] array,
Function.A2<? super T,? super Number,? extends Boolean> func,
Boolean invert)
Finds the elements of an array which satisfy a filter function.
|
JQuery |
JQuery.height(Function.A2<? super Number,? super Number,? extends Union.A2<Number,String>> func)
Set the CSS height of every matched element.
|
JQuery |
JQuery.html(Function.A2<? super Number,? super String,? extends String> func)
Set the HTML contents of each element in the set of matched elements.
|
Boolean |
JQuery.is(Function.A2<? super Number,? super Element,? extends Boolean> func)
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.
|
JQuery |
JQuery.map(Function.A2<? super Number,? super Element,? extends Object> callback)
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
|
Object |
JQueryStatic.map(Object arrayOrObject,
Function.A2<? super Object,? super Object,? extends Object> callback)
Translate all items in an array or object to new array of items.
|
<T,U> Array<U> |
JQueryStatic.map(T[] array,
Function.A2<? super T,? super Number,? extends U> callback)
Translate all items in an array or object to new array of items.
|
JQuery |
JQuery.not(Function.A2<? super Number,? super Element,? extends Boolean> func)
Remove elements from the set of matched elements.
|
JQuery |
JQuery.off(String events,
Function.A2<? super JQueryEventObject,? super Array<Object>,? extends Object> handler)
Remove an event handler.
|
JQuery |
JQuery.offset(Function.A2<? super Number,? super JQueryCoordinates,? extends JQueryCoordinates> func)
An object containing the properties top and left, which are integers indicating the new top and left coordinates for the elements.
|
JQuery |
JQuery.on(String events,
Function.A2<? super JQueryEventObject,? super Array<Object>,? extends Object> handler)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(String events,
Object data,
Function.A2<? super JQueryEventObject,? super Array<Object>,? extends Object> handler)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(String events,
String selector,
Function.A2<? super JQueryEventObject,? super Array<Object>,? extends Object> handler)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.on(String events,
String selector,
Object data,
Function.A2<? super JQueryEventObject,? super Array<Object>,? extends Object> handler)
Attach an event handler function for one or more events to the selected elements.
|
JQuery |
JQuery.prepend(Function.A2<? super Number,? super String,? extends Union.A3<String,Element,JQuery>> func)
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
|
JQuery |
JQuery.prop(String propertyName,
Function.A2<? super Number,? super Object,? extends Object> func)
Set one or more properties for the set of matched elements.
|
JQuery |
JQuery.removeClass(Function.A2<? super Number,? super String,? extends String> func)
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
|
JQuery |
JQuery.text(Function.A2<? super Number,? super String,? extends String> func)
Set the content of each element in the set of matched elements to the specified text.
|
JQueryPromise<Void> |
JQueryGenericPromise.then(Function.A2<? super T,? super Array<Object>,? extends Void> doneFilter)
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)
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.val(Function.A2<? super Number,? super String,? extends String> func)
Set the value of each element in the set of matched elements.
|
JQuery |
JQuery.width(Function.A2<? super Number,? super Number,? extends Union.A2<Number,String>> func)
Set the CSS width of each element in the set of matched elements.
|
Copyright © 2016. All rights reserved.