Package | Description |
---|---|
net.java.html.lib | |
net.java.html.lib.knockout | |
net.java.html.lib.snapsvg.Snap |
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.
|
static interface |
Function.A2<P1,P2,R>
Java function with two arguments.
|
static interface |
Function.A3<P1,P2,P3,R>
Java function with three arguments.
|
static interface |
Function.A4<P1,P2,P3,P4,R>
Java function with four arguments.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
Objs.Property<Function.A5<? super Object,? super Function.A0<? extends Object>,? super KnockoutAllBindingsAccessor,? super Object,? super KnockoutBindingContext,? extends Union.A2<Void,Objs>>> |
KnockoutBindingHandler.init |
Objs.Property<Function.A5<? super Object,? super Function.A0<? extends Object>,? super KnockoutAllBindingsAccessor,? super Object,? super KnockoutBindingContext,? extends Void>> |
KnockoutBindingHandler.update |
Modifier and Type | Method and Description |
---|---|
Function.A5<? super Object,? super Function.A0<? extends Object>,? super KnockoutAllBindingsAccessor,? super Object,? super KnockoutBindingContext,? extends Union.A2<Void,Objs>> |
KnockoutBindingHandler.init() |
Function.A5<? super Object,? super Function.A0<? extends Object>,? super KnockoutAllBindingsAccessor,? super Object,? super KnockoutBindingContext,? extends Void> |
KnockoutBindingHandler.update() |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2018. All rights reserved.