public class KnockoutVirtualElements extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Objs> |
allowedBindings |
Modifier | Constructor and Description |
---|---|
protected |
KnockoutVirtualElements(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static KnockoutVirtualElements |
$as(Object obj) |
void |
emptyNode(KnockoutVirtualElement node) |
KnockoutVirtualElement |
firstChild(KnockoutVirtualElement node) |
Array<Node> |
childNodes(KnockoutVirtualElement node) |
void |
insertAfter(KnockoutVirtualElement container,
Node nodeToInsert,
Node insertAfter) |
Node |
nextSibling(KnockoutVirtualElement node) |
void |
prepend(KnockoutVirtualElement node,
Node toInsert) |
void |
setDomNodeChildren(KnockoutVirtualElement node,
Objs newChildren) |
$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<Objs> allowedBindings
protected KnockoutVirtualElements(Objs.Constructor<?> c, Object js)
public static KnockoutVirtualElements $as(Object obj)
public Array<Node> childNodes(KnockoutVirtualElement node)
public void emptyNode(KnockoutVirtualElement node)
public KnockoutVirtualElement firstChild(KnockoutVirtualElement node)
public void insertAfter(KnockoutVirtualElement container, Node nodeToInsert, Node insertAfter)
public Node nextSibling(KnockoutVirtualElement node)
public void prepend(KnockoutVirtualElement node, Node toInsert)
public void setDomNodeChildren(KnockoutVirtualElement node, Objs newChildren)
Copyright © 2018. All rights reserved.