public class KnockoutStatic extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier | Constructor and Description |
---|---|
protected |
KnockoutStatic(Objs.Constructor<?> c,
Object js) |
$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, valueOf
public Objs.Property<KnockoutUtils> utils
public Objs.Property<KnockoutMemoization> memoization
public Objs.Property<KnockoutBindingHandlers> bindingHandlers
public Objs.Property<KnockoutVirtualElements> virtualElements
public Objs.Property<KnockoutExtenders> extenders
public Objs.Property<KnockoutSubscribableStatic> subscribable
public Objs.Property<KnockoutObservableStatic> observable
public Objs.Property<KnockoutComputedStatic> computed
public Objs.Property<KnockoutObservableArrayStatic> observableArray
public Objs.Property<KnockoutComputedContext> computedContext
public Objs.Property<KnockoutTemplateSources> templateSources
public Objs.Property<Objs> templateEngine
public Objs.Property<Objs> templateRewriting
public Objs.Property<Objs> nativeTemplateEngine
public Objs.Property<Objs> jqueryTmplTemplateEngine
public Objs.Property<Objs> expressionRewriting
public Objs.Property<Objs> bindingProvider
public Objs.Property<Objs> selectExtensions
public Objs.Property<KnockoutComponents> components
protected KnockoutStatic(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(Function.A0<? extends T> func, Object context, Object options)
public <T> KnockoutComputed<T> computed(Function.A0<? extends T> func)
public <T> KnockoutComputed<T> computed(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(Node node, Function.A2<? super KnockoutBindingContext,? super Node,? extends Objs> bindings, Object viewModel)
public void applyBindingAccessorsToNode(Node node, Function.A2<? super KnockoutBindingContext,? super Node,? extends Objs> bindings, KnockoutBindingContext bindingContext)
public void applyBindingAccessorsToNode(Node node, Objs bindings, Object viewModel)
public void applyBindingAccessorsToNode(Node node, Objs bindings, KnockoutBindingContext bindingContext)
public void applyBindings()
public void applyBindings(Object viewModelOrBindingContext)
public void applyBindingsToDescendants(Object viewModelOrBindingContext, Object rootNode)
public Object applyBindingsToNode(Node node, Object bindings, Object viewModelOrBindingContext)
public KnockoutBindingHandler getBindingHandler(String handler)
public <T> KnockoutComputed<T> pureComputed(Function.A0<? extends T> evaluatorFunction, Object context)
public <T> KnockoutComputed<T> pureComputed(Function.A0<? extends T> evaluatorFunction)
public <T> KnockoutComputed<T> pureComputed(KnockoutComputedDefine<T> options, Object context)
public <T> KnockoutComputed<T> pureComputed(KnockoutComputedDefine<T> options)
public void removeNode(Element node)
public Object renderTemplate(Object template, Object dataOrBindingContext, Objs options, Node targetNodeOrNodeArray, String renderMode)
public Object renderTemplate(Object template, Object dataOrBindingContext, Objs options, Node[] targetNodeOrNodeArray, String renderMode)
public Object renderTemplate(Object template, KnockoutBindingContext dataOrBindingContext, Objs options, Node targetNodeOrNodeArray, String renderMode)
public Object renderTemplate(Object template, KnockoutBindingContext dataOrBindingContext, Objs options, 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(Function template, Object viewModel, Object options, Object target, Object renderMode)
public Object renderTemplate(Function template, Object viewModel, Object options, Object target)
public Object renderTemplate(Function template, Object dataOrBindingContext, Objs options, Node targetNodeOrNodeArray, String renderMode)
public Object renderTemplate(Function template, Object dataOrBindingContext, Objs options, Node[] targetNodeOrNodeArray, String renderMode)
public Object renderTemplate(Function template, KnockoutBindingContext dataOrBindingContext, Objs options, Node targetNodeOrNodeArray, String renderMode)
public Object renderTemplate(Function template, KnockoutBindingContext dataOrBindingContext, Objs options, Node[] targetNodeOrNodeArray, String renderMode)
public Object renderTemplateForEach(Object template, Object[] arrayOrObservableArray, Objs options, Node targetNode, KnockoutBindingContext parentBindingContext)
public Object renderTemplateForEach(Object template, KnockoutObservable<Object> arrayOrObservableArray, Objs options, Node targetNode, KnockoutBindingContext parentBindingContext)
public Object renderTemplateForEach(Function template, Object[] arrayOrObservableArray, Objs options, Node targetNode, KnockoutBindingContext parentBindingContext)
public Object renderTemplateForEach(Function template, KnockoutObservable<Object> arrayOrObservableArray, Objs options, Node targetNode, KnockoutBindingContext parentBindingContext)
public void setTemplateEngine(KnockoutNativeTemplateEngine templateEngine)
public <T> T unwrap(KnockoutObservable<T> value)
public <T> T unwrap(T value)
Copyright © 2018. All rights reserved.