| Package | Description |
|---|---|
| net.java.html.lib | |
| net.java.html.lib.dom | |
| net.java.html.lib.jquery |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function> |
IArguments.callee |
| Modifier and Type | Method and Description |
|---|---|
static Function |
Function.$as(Object obj)
Casts given object to this class.
|
Function |
IArguments.callee() |
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.
|
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 <A,B,C> Function |
Function.newFunction(Function.A3<? super A,? super B,? super C,? extends Object> fn,
Class<A> argTypeA,
Class<B> argTypeB,
Class<C> argTypeC)
Factory method that wraps provided function interface into JavaScript
function object.
|
static <A,B,C,D> Function |
Function.newFunction(Function.A4<? super A,? super B,? super C,? super D,? extends Object> fn,
Class<A> argTypeA,
Class<B> argTypeB,
Class<C> argTypeC,
Class<D> argTypeD)
Factory method that wraps provided function interface into JavaScript
function object.
|
static Function |
Function.newFunction(Function.A5<? extends Object,? extends Object,? extends Object,? extends Object,? extends Object,? extends Object> fn)
Factory method that wraps provided function interface into JavaScript
function object.
|
static Function |
Function.newFunction(Function.A5<? extends Object,? extends Object,? extends Object,? extends Object,? extends Object,? extends Object> fn,
Class[] argTypes)
Factory method that wraps provided function interface into JavaScript
function object.
|
static <A,B,C,D,E> |
Function.newFunction(Function.A5<? super A,? super B,? super C,? super D,? super E,? extends Object> fn,
Class<A> argTypeA,
Class<B> argTypeB,
Class<C> argTypeC,
Class<D> argTypeD,
Class<E> argTypeE)
Factory method that wraps provided function interface into JavaScript
function object.
|
static Function |
Function.newFunction(String... args)
Calls the
constructor. |
| Modifier and Type | Method and Description |
|---|---|
void |
PerfWidgetExternal.addEventListener(String eventType,
Function callback) |
void |
PerfWidgetExternal.removeEventListener(String eventType,
Function callback) |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function> |
JQueryAnimationOptions.complete
A function to call once the animation is complete.
|
| Modifier and Type | Method and Description |
|---|---|
Function |
JQueryAnimationOptions.complete() |
| Modifier and Type | Method and Description |
|---|---|
JQueryCallback |
JQueryCallback.add(Function callbacks)
Add a callback or a collection of callbacks to a callback list.
|
JQueryCallback |
JQueryCallback.add(Function[] callbacks)
Add a callback or a collection of callbacks to a callback list.
|
JQuery |
JQuery.animate(Objs properties,
double duration,
Function complete)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
double duration,
String easing,
Function complete)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
String duration,
Function complete)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.animate(Objs properties,
String duration,
String easing,
Function complete)
Perform a custom animation of a set of CSS properties.
|
JQuery |
JQuery.fadeIn(double duration,
Function complete)
Display the matched elements by fading them to opaque.
|
JQuery |
JQuery.fadeIn(double duration,
String easing,
Function complete)
Display the matched elements by fading them to opaque.
|
JQuery |
JQuery.fadeIn(String duration,
Function complete)
Display the matched elements by fading them to opaque.
|
JQuery |
JQuery.fadeIn(String duration,
String easing,
Function complete)
Display the matched elements by fading them to opaque.
|
JQuery |
JQuery.fadeOut(double duration,
Function complete)
Hide the matched elements by fading them to transparent.
|
JQuery |
JQuery.fadeOut(double duration,
String easing,
Function complete)
Hide the matched elements by fading them to transparent.
|
JQuery |
JQuery.fadeOut(String duration,
Function complete)
Hide the matched elements by fading them to transparent.
|
JQuery |
JQuery.fadeOut(String duration,
String easing,
Function complete)
Hide the matched elements by fading them to transparent.
|
JQuery |
JQuery.fadeTo(double duration,
double opacity,
Function complete)
Adjust the opacity of the matched elements.
|
JQuery |
JQuery.fadeTo(double duration,
double opacity,
String easing,
Function complete)
Adjust the opacity of the matched elements.
|
JQuery |
JQuery.fadeTo(String duration,
double opacity,
Function complete)
Adjust the opacity of the matched elements.
|
JQuery |
JQuery.fadeTo(String duration,
double opacity,
String easing,
Function complete)
Adjust the opacity of the matched elements.
|
JQuery |
JQuery.fadeToggle(double duration,
Function complete)
Display or hide the matched elements by animating their opacity.
|
JQuery |
JQuery.fadeToggle(double duration,
String easing,
Function complete)
Display or hide the matched elements by animating their opacity.
|
JQuery |
JQuery.fadeToggle(String duration,
Function complete)
Display or hide the matched elements by animating their opacity.
|
JQuery |
JQuery.fadeToggle(String duration,
String easing,
Function complete)
Display or hide the matched elements by animating their opacity.
|
Boolean |
JQueryCallback.has(Function callback)
Determine whether a supplied callback is in a list
|
JQuery |
JQuery.hide(double duration,
Function complete)
Hide the matched elements.
|
JQuery |
JQuery.hide(double duration,
String easing,
Function complete)
Hide the matched elements.
|
JQuery |
JQuery.hide(String duration,
Function complete)
Hide the matched elements.
|
JQuery |
JQuery.hide(String duration,
String easing,
Function complete)
Hide the matched elements.
|
JQuery |
JQueryStatic.queue(Element element,
String queueName,
Function callback)
Manipulate the queue of functions to be executed on the matched element.
|
JQuery |
JQueryStatic.queue(Element element,
String queueName,
Function[] newQueue)
Manipulate the queue of functions to be executed on the matched element.
|
JQuery |
JQuery.queue(Function callback)
Manipulate the queue of functions to be executed, once for each matched element.
|
JQuery |
JQuery.queue(Function[] newQueue)
Manipulate the queue of functions to be executed, once for each matched element.
|
JQuery |
JQuery.queue(String queueName,
Function callback)
Manipulate the queue of functions to be executed, once for each matched element.
|
JQuery |
JQuery.queue(String queueName,
Function[] newQueue)
Manipulate the queue of functions to be executed, once for each matched element.
|
JQueryCallback |
JQueryCallback.remove(Function callbacks)
Remove a callback or a collection of callbacks from a callback list.
|
JQueryCallback |
JQueryCallback.remove(Function[] callbacks)
Remove a callback or a collection of callbacks from a callback list.
|
JQuery |
JQuery.show(double duration,
Function complete)
Display the matched elements.
|
JQuery |
JQuery.show(double duration,
String easing,
Function complete)
Display the matched elements.
|
JQuery |
JQuery.show(String duration,
Function complete)
Display the matched elements.
|
JQuery |
JQuery.show(String duration,
String easing,
Function complete)
Display the matched elements.
|
JQuery |
JQuery.slideDown(double duration,
Function complete)
Display the matched elements with a sliding motion.
|
JQuery |
JQuery.slideDown(double duration,
String easing,
Function complete)
Display the matched elements with a sliding motion.
|
JQuery |
JQuery.slideDown(String duration,
Function complete)
Display the matched elements with a sliding motion.
|
JQuery |
JQuery.slideDown(String duration,
String easing,
Function complete)
Display the matched elements with a sliding motion.
|
JQuery |
JQuery.slideToggle(double duration,
Function complete)
Display or hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideToggle(double duration,
String easing,
Function complete)
Display or hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideToggle(String duration,
Function complete)
Display or hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideToggle(String duration,
String easing,
Function complete)
Display or hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideUp(double duration,
Function complete)
Hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideUp(double duration,
String easing,
Function complete)
Hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideUp(String duration,
Function complete)
Hide the matched elements with a sliding motion.
|
JQuery |
JQuery.slideUp(String duration,
String easing,
Function complete)
Hide the matched elements with a sliding motion.
|
JQuery |
JQuery.toggle(double duration,
Function complete)
Display or hide the matched elements.
|
JQuery |
JQuery.toggle(double duration,
String easing,
Function complete)
Display or hide the matched elements.
|
JQuery |
JQuery.toggle(String duration,
Function complete)
Display or hide the matched elements.
|
JQuery |
JQuery.toggle(String duration,
String easing,
Function complete)
Display or hide the matched elements.
|
Copyright © 2016. All rights reserved.