public class KnockoutSubscribableFunctions<T> extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier | Constructor and Description |
---|---|
protected |
KnockoutSubscribableFunctions(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static KnockoutSubscribableFunctions |
$as(Object obj) |
KnockoutBindingHandler |
$get(String key) |
void |
notifySubscribers() |
void |
notifySubscribers(T valueToWrite) |
void |
notifySubscribers(T valueToWrite,
String event) |
$as, $cast, $delete, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
protected KnockoutSubscribableFunctions(Objs.Constructor<?> c, Object js)
public static KnockoutSubscribableFunctions $as(Object obj)
public KnockoutBindingHandler $get(String key)
public void notifySubscribers()
public void notifySubscribers(T valueToWrite)
Copyright © 2018. All rights reserved.