| Package | Description |
|---|---|
| net.java.html.lib | |
| net.java.html.lib.dom | |
| net.java.html.lib.snapsvg | |
| net.java.html.lib.snapsvg.mina | |
| net.java.html.lib.snapsvg.Snap |
| 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 | Method and Description |
|---|---|
static AnimationDescriptor |
Exports.mina(double a,
double A,
double b,
double B,
Function get,
Function set) |
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> |
MinaAnimation.duration |
Objs.Property<Function> |
MinaAnimation.easing |
Objs.Property<Function> |
MinaAnimation.speed |
Objs.Property<Function> |
MinaAnimation.status |
Objs.Property<Function> |
MinaAnimation.stop |
| Modifier and Type | Method and Description |
|---|---|
Function |
MinaAnimation.duration() |
Function |
MinaAnimation.easing() |
Function |
MinaAnimation.speed() |
Function |
MinaAnimation.status() |
Function |
MinaAnimation.stop() |
| Modifier and Type | Method and Description |
|---|---|
static XMLHttpRequest |
Exports.ajax(String url,
Function callback) |
static XMLHttpRequest |
Exports.ajax(String url,
Function callback,
Objs scope) |
static XMLHttpRequest |
Exports.ajax(String url,
Objs postData,
Function callback) |
static XMLHttpRequest |
Exports.ajax(String url,
Objs postData,
Function callback,
Objs scope) |
static XMLHttpRequest |
Exports.ajax(String url,
String postData,
Function callback) |
static XMLHttpRequest |
Exports.ajax(String url,
String postData,
Function callback,
Objs scope) |
Set |
Set.bind(String attr,
Function callback) |
Set |
Set.forEach(Function callback) |
Set |
Set.forEach(Function callback,
Objs thisArg) |
static void |
Exports.load(String url,
Function callback) |
static void |
Exports.load(String url,
Function callback,
Objs scope) |
static void |
Exports.plugin(Function f) |
Copyright © 2018. All rights reserved.