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