| Package | Description |
|---|---|
| net.java.html.lib | |
| net.java.html.lib.dom | |
| net.java.html.lib.snapsvg | |
| net.java.html.lib.snapsvg.Snap |
| 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 |
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 |
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 | Method and Description |
|---|---|
static AnimationDescriptor |
Exports.mina(double a,
double A,
double b,
double B,
Function get,
Function set,
Function.A1<? super Number,? extends Number> easing) |
| Modifier and Type | Field and Description |
|---|---|
Objs.Property<Function.A1<? super Number,? extends Number>> |
Animation.easing |
| Modifier and Type | Method and Description |
|---|---|
Function.A1<? super Number,? extends Number> |
Animation.easing() |
| Modifier and Type | Method and Description |
|---|---|
static MinaAnimation |
Exports.animate(double[] from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration) |
static MinaAnimation |
Exports.animate(double[] from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
Exports.animate(double[] from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
Exports.animate(double[] from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double[] from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double[] from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration) |
static MinaAnimation |
Exports.animate(double[] from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
Exports.animate(double[] from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
Exports.animate(double[] from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double[] from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration) |
static MinaAnimation |
Exports.animate(double from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
Exports.animate(double from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
Exports.animate(double from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double from,
double[] to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration) |
static MinaAnimation |
Exports.animate(double from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
Exports.animate(double from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static MinaAnimation |
Exports.animate(double from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static MinaAnimation |
Exports.animate(double from,
double to,
Function.A1<? super Number,? extends Void> updater,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
Element |
Set.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing) |
Element |
Element.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing) |
Element |
Set.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
Element |
Element.animate(Objs attrs,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
static Animation |
Exports.animation(Objs attr,
double duration,
Function.A1<? super Number,? extends Number> easing) |
static Animation |
Exports.animation(Objs attr,
double duration,
Function.A1<? super Number,? extends Number> easing,
Function.A0<? extends Void> callback) |
Element |
Element.click(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.click(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.dblclick(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.dblclick(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.drag(Function.A5<? super Number,? super Number,? super Number,? super Number,? super MouseEvent,? extends Void> onMove,
Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onStart,
Function.A1<? super MouseEvent,? extends Void> onEnd) |
Element |
Element.drag(Function.A5<? super Number,? super Number,? super Number,? super Number,? super MouseEvent,? extends Void> onMove,
Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onStart,
Function.A1<? super MouseEvent,? extends Void> onEnd,
Object moveThisArg) |
Element |
Element.drag(Function.A5<? super Number,? super Number,? super Number,? super Number,? super MouseEvent,? extends Void> onMove,
Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onStart,
Function.A1<? super MouseEvent,? extends Void> onEnd,
Object moveThisArg,
Object startThisArg) |
Element |
Element.drag(Function.A5<? super Number,? super Number,? super Number,? super Number,? super MouseEvent,? extends Void> onMove,
Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onStart,
Function.A1<? super MouseEvent,? extends Void> onEnd,
Object moveThisArg,
Object startThisArg,
Object endThisArg) |
Element |
Element.hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler) |
Element |
Element.hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler) |
Element |
Element.hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler,
Object thisArg) |
Element |
Element.hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler,
Object thisArg) |
Element |
Element.hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler,
Object inThisArg,
Object outThisArg) |
Element |
Element.hover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler,
Object inThisArg,
Object outThisArg) |
Element |
Element.mousedown(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.mousedown(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.mousemove(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.mousemove(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.mouseout(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.mouseout(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.mouseover(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.mouseover(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.mouseup(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.mouseup(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.touchcancel(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.touchcancel(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.touchend(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.touchend(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.touchmove(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.touchmove(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.touchstart(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.touchstart(Function.A1<? super MouseEvent,? extends Void> handler,
Object thisArg) |
Element |
Element.unclick(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.undblclick(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.undrag(Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onMove,
Function.A3<? super Number,? super Number,? super MouseEvent,? extends Void> onStart,
Function.A1<? super MouseEvent,? extends Void> onEnd) |
Element |
Element.unhover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler) |
Element |
Element.unhover(Function.A1<? super MouseEvent,? extends Void> hoverInHandler,
Function.A1<? super MouseEvent,? extends Void> hoverOutHandler) |
Element |
Element.unmousedown(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.unmousemove(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.unmouseout(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.unmouseover(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.unmouseup(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.untouchcancel(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.untouchend(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.untouchmove(Function.A1<? super MouseEvent,? extends Void> handler) |
Element |
Element.untouchstart(Function.A1<? super MouseEvent,? extends Void> handler) |
Copyright © 2016. All rights reserved.