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