| Package | Description |
|---|---|
| net.java.html.lib | |
| net.java.html.lib.dom | |
| net.java.html.lib.knockout |
| 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 |
|---|---|
Object |
KnockoutBindingContext.createChildContext(Object dataItemOrAccessor,
Object dataItemAlias,
Function extendCallback) |
void |
KnockoutUtils.registerEventHandler(Object element,
Object eventType,
Function handler) |
Object |
KnockoutStatic.renderTemplate(Function template,
KnockoutBindingContext dataOrBindingContext,
Objs options,
Node[] targetNodeOrNodeArray,
String renderMode) |
Object |
KnockoutStatic.renderTemplate(Function template,
KnockoutBindingContext dataOrBindingContext,
Objs options,
Node targetNodeOrNodeArray,
String renderMode) |
Object |
KnockoutStatic.renderTemplate(Function template,
Object viewModel) |
Object |
KnockoutStatic.renderTemplate(Function template,
Object viewModel,
Object options) |
Object |
KnockoutStatic.renderTemplate(Function template,
Object viewModel,
Object options,
Object target) |
Object |
KnockoutStatic.renderTemplate(Function template,
Object viewModel,
Object options,
Object target,
Object renderMode) |
Object |
KnockoutStatic.renderTemplate(Function template,
Object dataOrBindingContext,
Objs options,
Node[] targetNodeOrNodeArray,
String renderMode) |
Object |
KnockoutStatic.renderTemplate(Function template,
Object dataOrBindingContext,
Objs options,
Node targetNodeOrNodeArray,
String renderMode) |
Object |
KnockoutStatic.renderTemplateForEach(Function template,
KnockoutObservable<Object> arrayOrObservableArray,
Objs options,
Node targetNode,
KnockoutBindingContext parentBindingContext) |
Object |
KnockoutStatic.renderTemplateForEach(Function template,
Object[] arrayOrObservableArray,
Objs options,
Node targetNode,
KnockoutBindingContext parentBindingContext) |
void |
KnockoutTemplateEngine.rewriteTemplate(Object template,
Function rewriterCallback,
Document templateDocument) |
String |
KnockoutUtils.stringifyJson(Object data,
Function replacer) |
String |
KnockoutUtils.stringifyJson(Object data,
Function replacer,
String space) |
String |
KnockoutStatic.toJSON(Object viewModel,
Function replacer) |
String |
KnockoutStatic.toJSON(Object viewModel,
Function replacer,
Object space) |
Copyright © 2016. All rights reserved.