public class KnockoutBindingContext
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<Object> |
$component |
net.java.html.lib.Objs.Property<net.java.html.lib.dom.Node[]> |
$componentTemplateNodes |
net.java.html.lib.Objs.Property<Object> |
$data |
net.java.html.lib.Objs.Property<KnockoutObservable<Number>> |
$index |
net.java.html.lib.Objs.Property<Object> |
$parent |
net.java.html.lib.Objs.Property<KnockoutBindingContext> |
$parentContext |
net.java.html.lib.Objs.Property<Object[]> |
$parents |
net.java.html.lib.Objs.Property<net.java.html.lib.Union.A2<Object,KnockoutObservable<Object>>> |
$rawData |
net.java.html.lib.Objs.Property<Object> |
$root |
| Modifier | Constructor and Description |
|---|---|
protected |
KnockoutBindingContext(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static KnockoutBindingContext |
$as(Object obj) |
net.java.html.lib.dom.Node[] |
$componentTemplateNodes() |
net.java.html.lib.Objs |
$index() |
void |
$index(net.java.html.lib.Objs value) |
KnockoutBindingContext |
$parentContext() |
Object |
createChildContext(Object dataItemOrAccessor) |
Object |
createChildContext(Object dataItemOrAccessor,
Object dataItemAlias) |
Object |
createChildContext(Object dataItemOrAccessor,
Object dataItemAlias,
net.java.html.lib.Function extendCallback) |
Object |
extend(Object properties) |
$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<Object> $parent
public net.java.html.lib.Objs.Property<Object[]> $parents
public net.java.html.lib.Objs.Property<Object> $root
public net.java.html.lib.Objs.Property<Object> $data
public net.java.html.lib.Objs.Property<net.java.html.lib.Union.A2<Object,KnockoutObservable<Object>>> $rawData
public net.java.html.lib.Objs.Property<KnockoutObservable<Number>> $index
public net.java.html.lib.Objs.Property<KnockoutBindingContext> $parentContext
public net.java.html.lib.Objs.Property<Object> $component
public net.java.html.lib.Objs.Property<net.java.html.lib.dom.Node[]> $componentTemplateNodes
protected KnockoutBindingContext(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static KnockoutBindingContext $as(Object obj)
public net.java.html.lib.Objs $index()
public void $index(net.java.html.lib.Objs value)
public KnockoutBindingContext $parentContext()
public net.java.html.lib.dom.Node[] $componentTemplateNodes()
public Object createChildContext(Object dataItemOrAccessor, Object dataItemAlias, net.java.html.lib.Function extendCallback)
public Object createChildContext(Object dataItemOrAccessor, Object dataItemAlias)
Copyright © 2016. All rights reserved.