public class KnockoutStatic
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<KnockoutBindingHandlers> |
bindingHandlers |
net.java.html.lib.Objs.Property<net.java.html.lib.Objs> |
bindingProvider |
net.java.html.lib.Objs.Property<KnockoutComponents> |
components |
net.java.html.lib.Objs.Property<KnockoutComputedStatic> |
computed |
net.java.html.lib.Objs.Property<KnockoutComputedContext> |
computedContext |
net.java.html.lib.Objs.Property<net.java.html.lib.Objs> |
expressionRewriting |
net.java.html.lib.Objs.Property<KnockoutExtenders> |
extenders |
net.java.html.lib.Objs.Property<net.java.html.lib.Objs> |
jqueryTmplTemplateEngine |
net.java.html.lib.Objs.Property<KnockoutMemoization> |
memoization |
net.java.html.lib.Objs.Property<net.java.html.lib.Objs> |
nativeTemplateEngine |
net.java.html.lib.Objs.Property<KnockoutObservableStatic> |
observable |
net.java.html.lib.Objs.Property<KnockoutObservableArrayStatic> |
observableArray |
net.java.html.lib.Objs.Property<net.java.html.lib.Objs> |
selectExtensions |
net.java.html.lib.Objs.Property<KnockoutSubscribableStatic> |
subscribable |
net.java.html.lib.Objs.Property<net.java.html.lib.Objs> |
templateEngine |
net.java.html.lib.Objs.Property<net.java.html.lib.Objs> |
templateRewriting |
net.java.html.lib.Objs.Property<KnockoutTemplateSources> |
templateSources |
net.java.html.lib.Objs.Property<KnockoutUtils> |
utils |
net.java.html.lib.Objs.Property<KnockoutVirtualElements> |
virtualElements |
| Modifier | Constructor and Description |
|---|---|
protected |
KnockoutStatic(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static KnockoutStatic |
$as(Object obj) |
void |
applyBindingAccessorsToNode(net.java.html.lib.dom.Node node,
net.java.html.lib.Function.A2<? super KnockoutBindingContext,? super net.java.html.lib.dom.Node,? extends net.java.html.lib.Objs> bindings,
KnockoutBindingContext bindingContext) |
void |
applyBindingAccessorsToNode(net.java.html.lib.dom.Node node,
net.java.html.lib.Function.A2<? super KnockoutBindingContext,? super net.java.html.lib.dom.Node,? extends net.java.html.lib.Objs> bindings,
Object viewModel) |
void |
applyBindingAccessorsToNode(net.java.html.lib.dom.Node node,
net.java.html.lib.Objs bindings,
KnockoutBindingContext bindingContext) |
void |
applyBindingAccessorsToNode(net.java.html.lib.dom.Node node,
net.java.html.lib.Objs bindings,
Object viewModel) |
void |
applyBindings() |
void |
applyBindings(Object viewModelOrBindingContext) |
void |
applyBindings(Object viewModelOrBindingContext,
Object rootNode) |
void |
applyBindingsToDescendants(Object viewModelOrBindingContext,
Object rootNode) |
Object |
applyBindingsToNode(net.java.html.lib.dom.Node node,
Object bindings) |
Object |
applyBindingsToNode(net.java.html.lib.dom.Node node,
Object bindings,
Object viewModelOrBindingContext) |
KnockoutBindingHandlers |
bindingHandlers() |
net.java.html.lib.dom.Element |
cleanNode(net.java.html.lib.dom.Element node) |
KnockoutComponents |
components() |
<T> KnockoutComputed<T> |
computed() |
<T> KnockoutComputed<T> |
computed(net.java.html.lib.Function.A0<? extends T> func) |
<T> KnockoutComputed<T> |
computed(net.java.html.lib.Function.A0<? extends T> func,
Object context) |
<T> KnockoutComputed<T> |
computed(net.java.html.lib.Function.A0<? extends T> func,
Object context,
Object options) |
<T> KnockoutComputed<T> |
computed(KnockoutComputedDefine<T> def) |
<T> KnockoutComputed<T> |
computed(KnockoutComputedDefine<T> def,
Object context) |
KnockoutComputedContext |
computedContext() |
Object |
contextFor(Object node) |
Object |
dataFor(Object node) |
KnockoutExtenders |
extenders() |
KnockoutBindingHandler |
getBindingHandler(String handler) |
Boolean |
isComputed(Object instance) |
Boolean |
isObservable(Object instance) |
Boolean |
isSubscribable(Object instance) |
Boolean |
isWriteableObservable(Object instance) |
KnockoutMemoization |
memoization() |
<T> KnockoutObservable<T> |
observable() |
<T> KnockoutObservable<T> |
observable(T value) |
<T> KnockoutObservableArray<T> |
observableArray() |
<T> KnockoutObservableArray<T> |
observableArray(T[] value) |
<T> KnockoutComputed<T> |
pureComputed(net.java.html.lib.Function.A0<? extends T> evaluatorFunction) |
<T> KnockoutComputed<T> |
pureComputed(net.java.html.lib.Function.A0<? extends T> evaluatorFunction,
Object context) |
<T> KnockoutComputed<T> |
pureComputed(KnockoutComputedDefine<T> options) |
<T> KnockoutComputed<T> |
pureComputed(KnockoutComputedDefine<T> options,
Object context) |
void |
removeNode(net.java.html.lib.dom.Element node) |
Object |
renderTemplate(net.java.html.lib.Function template,
KnockoutBindingContext dataOrBindingContext,
net.java.html.lib.Objs options,
net.java.html.lib.dom.Node[] targetNodeOrNodeArray,
String renderMode) |
Object |
renderTemplate(net.java.html.lib.Function template,
KnockoutBindingContext dataOrBindingContext,
net.java.html.lib.Objs options,
net.java.html.lib.dom.Node targetNodeOrNodeArray,
String renderMode) |
Object |
renderTemplate(net.java.html.lib.Function template,
Object viewModel) |
Object |
renderTemplate(net.java.html.lib.Function template,
Object viewModel,
Object options) |
Object |
renderTemplate(net.java.html.lib.Function template,
Object viewModel,
Object options,
Object target) |
Object |
renderTemplate(net.java.html.lib.Function template,
Object viewModel,
Object options,
Object target,
Object renderMode) |
Object |
renderTemplate(net.java.html.lib.Function template,
Object dataOrBindingContext,
net.java.html.lib.Objs options,
net.java.html.lib.dom.Node[] targetNodeOrNodeArray,
String renderMode) |
Object |
renderTemplate(net.java.html.lib.Function template,
Object dataOrBindingContext,
net.java.html.lib.Objs options,
net.java.html.lib.dom.Node targetNodeOrNodeArray,
String renderMode) |
Object |
renderTemplate(Object template,
KnockoutBindingContext dataOrBindingContext,
net.java.html.lib.Objs options,
net.java.html.lib.dom.Node[] targetNodeOrNodeArray,
String renderMode) |
Object |
renderTemplate(Object template,
KnockoutBindingContext dataOrBindingContext,
net.java.html.lib.Objs options,
net.java.html.lib.dom.Node targetNodeOrNodeArray,
String renderMode) |
Object |
renderTemplate(Object template,
Object dataOrBindingContext,
net.java.html.lib.Objs options,
net.java.html.lib.dom.Node[] targetNodeOrNodeArray,
String renderMode) |
Object |
renderTemplate(Object template,
Object dataOrBindingContext,
net.java.html.lib.Objs options,
net.java.html.lib.dom.Node targetNodeOrNodeArray,
String renderMode) |
Object |
renderTemplate(String template,
Object viewModel) |
Object |
renderTemplate(String template,
Object viewModel,
Object options) |
Object |
renderTemplate(String template,
Object viewModel,
Object options,
Object target) |
Object |
renderTemplate(String template,
Object viewModel,
Object options,
Object target,
Object renderMode) |
Object |
renderTemplateForEach(net.java.html.lib.Function template,
KnockoutObservable<Object> arrayOrObservableArray,
net.java.html.lib.Objs options,
net.java.html.lib.dom.Node targetNode,
KnockoutBindingContext parentBindingContext) |
Object |
renderTemplateForEach(net.java.html.lib.Function template,
Object[] arrayOrObservableArray,
net.java.html.lib.Objs options,
net.java.html.lib.dom.Node targetNode,
KnockoutBindingContext parentBindingContext) |
Object |
renderTemplateForEach(Object template,
KnockoutObservable<Object> arrayOrObservableArray,
net.java.html.lib.Objs options,
net.java.html.lib.dom.Node targetNode,
KnockoutBindingContext parentBindingContext) |
Object |
renderTemplateForEach(Object template,
Object[] arrayOrObservableArray,
net.java.html.lib.Objs options,
net.java.html.lib.dom.Node targetNode,
KnockoutBindingContext parentBindingContext) |
void |
setTemplateEngine(KnockoutNativeTemplateEngine templateEngine) |
KnockoutSubscribableStatic |
subscribable() |
KnockoutTemplateSources |
templateSources() |
Object |
toJS(Object viewModel) |
String |
toJSON(Object viewModel) |
String |
toJSON(Object viewModel,
net.java.html.lib.Function replacer) |
String |
toJSON(Object viewModel,
net.java.html.lib.Function replacer,
Object space) |
<T> T |
unwrap(KnockoutObservable<T> value) |
<T> T |
unwrap(T value) |
KnockoutUtils |
utils() |
KnockoutVirtualElements |
virtualElements() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<KnockoutUtils> utils
public net.java.html.lib.Objs.Property<KnockoutMemoization> memoization
public net.java.html.lib.Objs.Property<KnockoutBindingHandlers> bindingHandlers
public net.java.html.lib.Objs.Property<KnockoutVirtualElements> virtualElements
public net.java.html.lib.Objs.Property<KnockoutExtenders> extenders
public net.java.html.lib.Objs.Property<KnockoutSubscribableStatic> subscribable
public net.java.html.lib.Objs.Property<KnockoutObservableStatic> observable
public net.java.html.lib.Objs.Property<KnockoutComputedStatic> computed
public net.java.html.lib.Objs.Property<KnockoutObservableArrayStatic> observableArray
public net.java.html.lib.Objs.Property<KnockoutComputedContext> computedContext
public net.java.html.lib.Objs.Property<KnockoutTemplateSources> templateSources
public net.java.html.lib.Objs.Property<net.java.html.lib.Objs> templateEngine
public net.java.html.lib.Objs.Property<net.java.html.lib.Objs> templateRewriting
public net.java.html.lib.Objs.Property<net.java.html.lib.Objs> nativeTemplateEngine
public net.java.html.lib.Objs.Property<net.java.html.lib.Objs> jqueryTmplTemplateEngine
public net.java.html.lib.Objs.Property<net.java.html.lib.Objs> expressionRewriting
public net.java.html.lib.Objs.Property<net.java.html.lib.Objs> bindingProvider
public net.java.html.lib.Objs.Property<net.java.html.lib.Objs> selectExtensions
public net.java.html.lib.Objs.Property<KnockoutComponents> components
protected KnockoutStatic(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static KnockoutStatic $as(Object obj)
public KnockoutUtils utils()
public KnockoutMemoization memoization()
public KnockoutBindingHandlers bindingHandlers()
public KnockoutVirtualElements virtualElements()
public KnockoutExtenders extenders()
public KnockoutSubscribableStatic subscribable()
public <T> KnockoutObservable<T> observable(T value)
public <T> KnockoutObservable<T> observable()
public <T> KnockoutComputed<T> computed(KnockoutComputedDefine<T> def, Object context)
public <T> KnockoutComputed<T> computed(KnockoutComputedDefine<T> def)
public <T> KnockoutComputed<T> computed()
public <T> KnockoutComputed<T> computed(net.java.html.lib.Function.A0<? extends T> func, Object context, Object options)
public <T> KnockoutComputed<T> computed(net.java.html.lib.Function.A0<? extends T> func)
public <T> KnockoutComputed<T> computed(net.java.html.lib.Function.A0<? extends T> func, Object context)
public <T> KnockoutObservableArray<T> observableArray(T[] value)
public <T> KnockoutObservableArray<T> observableArray()
public KnockoutComputedContext computedContext()
public KnockoutTemplateSources templateSources()
public KnockoutComponents components()
public void applyBindingAccessorsToNode(net.java.html.lib.dom.Node node,
net.java.html.lib.Function.A2<? super KnockoutBindingContext,? super net.java.html.lib.dom.Node,? extends net.java.html.lib.Objs> bindings,
KnockoutBindingContext bindingContext)
public void applyBindingAccessorsToNode(net.java.html.lib.dom.Node node,
net.java.html.lib.Function.A2<? super KnockoutBindingContext,? super net.java.html.lib.dom.Node,? extends net.java.html.lib.Objs> bindings,
Object viewModel)
public void applyBindingAccessorsToNode(net.java.html.lib.dom.Node node,
net.java.html.lib.Objs bindings,
KnockoutBindingContext bindingContext)
public void applyBindingAccessorsToNode(net.java.html.lib.dom.Node node,
net.java.html.lib.Objs bindings,
Object viewModel)
public void applyBindings()
public void applyBindings(Object viewModelOrBindingContext)
public void applyBindingsToDescendants(Object viewModelOrBindingContext, Object rootNode)
public Object applyBindingsToNode(net.java.html.lib.dom.Node node, Object bindings, Object viewModelOrBindingContext)
public Object applyBindingsToNode(net.java.html.lib.dom.Node node, Object bindings)
public net.java.html.lib.dom.Element cleanNode(net.java.html.lib.dom.Element node)
public KnockoutBindingHandler getBindingHandler(String handler)
public <T> KnockoutComputed<T> pureComputed(KnockoutComputedDefine<T> options, Object context)
public <T> KnockoutComputed<T> pureComputed(KnockoutComputedDefine<T> options)
public <T> KnockoutComputed<T> pureComputed(net.java.html.lib.Function.A0<? extends T> evaluatorFunction, Object context)
public <T> KnockoutComputed<T> pureComputed(net.java.html.lib.Function.A0<? extends T> evaluatorFunction)
public void removeNode(net.java.html.lib.dom.Element node)
public Object renderTemplate(Object template, KnockoutBindingContext dataOrBindingContext, net.java.html.lib.Objs options, net.java.html.lib.dom.Node targetNodeOrNodeArray, String renderMode)
public Object renderTemplate(Object template, KnockoutBindingContext dataOrBindingContext, net.java.html.lib.Objs options, net.java.html.lib.dom.Node[] targetNodeOrNodeArray, String renderMode)
public Object renderTemplate(Object template, Object dataOrBindingContext, net.java.html.lib.Objs options, net.java.html.lib.dom.Node targetNodeOrNodeArray, String renderMode)
public Object renderTemplate(Object template, Object dataOrBindingContext, net.java.html.lib.Objs options, net.java.html.lib.dom.Node[] targetNodeOrNodeArray, String renderMode)
public Object renderTemplate(String template, Object viewModel, Object options, Object target, Object renderMode)
public Object renderTemplate(String template, Object viewModel, Object options, Object target)
public Object renderTemplate(net.java.html.lib.Function template, KnockoutBindingContext dataOrBindingContext, net.java.html.lib.Objs options, net.java.html.lib.dom.Node targetNodeOrNodeArray, String renderMode)
public Object renderTemplate(net.java.html.lib.Function template, KnockoutBindingContext dataOrBindingContext, net.java.html.lib.Objs options, net.java.html.lib.dom.Node[] targetNodeOrNodeArray, String renderMode)
public Object renderTemplate(net.java.html.lib.Function template, Object viewModel, Object options, Object target, Object renderMode)
public Object renderTemplate(net.java.html.lib.Function template, Object viewModel, Object options)
public Object renderTemplate(net.java.html.lib.Function template, Object viewModel, Object options, Object target)
public Object renderTemplate(net.java.html.lib.Function template, Object dataOrBindingContext, net.java.html.lib.Objs options, net.java.html.lib.dom.Node targetNodeOrNodeArray, String renderMode)
public Object renderTemplate(net.java.html.lib.Function template, Object dataOrBindingContext, net.java.html.lib.Objs options, net.java.html.lib.dom.Node[] targetNodeOrNodeArray, String renderMode)
public Object renderTemplateForEach(Object template, KnockoutObservable<Object> arrayOrObservableArray, net.java.html.lib.Objs options, net.java.html.lib.dom.Node targetNode, KnockoutBindingContext parentBindingContext)
public Object renderTemplateForEach(Object template, Object[] arrayOrObservableArray, net.java.html.lib.Objs options, net.java.html.lib.dom.Node targetNode, KnockoutBindingContext parentBindingContext)
public Object renderTemplateForEach(net.java.html.lib.Function template, KnockoutObservable<Object> arrayOrObservableArray, net.java.html.lib.Objs options, net.java.html.lib.dom.Node targetNode, KnockoutBindingContext parentBindingContext)
public Object renderTemplateForEach(net.java.html.lib.Function template, Object[] arrayOrObservableArray, net.java.html.lib.Objs options, net.java.html.lib.dom.Node targetNode, KnockoutBindingContext parentBindingContext)
public void setTemplateEngine(KnockoutNativeTemplateEngine templateEngine)
public <T> T unwrap(KnockoutObservable<T> value)
public <T> T unwrap(T value)
Copyright © 2016. All rights reserved.