public class MutationObserverInit
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<String[]> |
attributeFilter |
net.java.html.lib.Objs.Property<Boolean> |
attributeOldValue |
net.java.html.lib.Objs.Property<Boolean> |
attributes |
net.java.html.lib.Objs.Property<Boolean> |
characterData |
net.java.html.lib.Objs.Property<Boolean> |
characterDataOldValue |
net.java.html.lib.Objs.Property<Boolean> |
childList |
net.java.html.lib.Objs.Property<Boolean> |
subtree |
| Modifier | Constructor and Description |
|---|---|
protected |
MutationObserverInit(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static MutationObserverInit |
$as(Object obj) |
String[] |
attributeFilter() |
Boolean |
attributeOldValue() |
Boolean |
attributes() |
Boolean |
characterData() |
Boolean |
characterDataOldValue() |
Boolean |
childList() |
Boolean |
subtree() |
$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<Boolean> childList
public net.java.html.lib.Objs.Property<Boolean> attributes
public net.java.html.lib.Objs.Property<Boolean> characterData
public net.java.html.lib.Objs.Property<Boolean> subtree
public net.java.html.lib.Objs.Property<Boolean> attributeOldValue
public net.java.html.lib.Objs.Property<Boolean> characterDataOldValue
public net.java.html.lib.Objs.Property<String[]> attributeFilter
protected MutationObserverInit(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static MutationObserverInit $as(Object obj)
public Boolean childList()
public Boolean attributes()
public Boolean characterData()
public Boolean subtree()
public Boolean attributeOldValue()
public Boolean characterDataOldValue()
public String[] attributeFilter()
Copyright © 2021. All rights reserved.