@JsType(isNative=true,
name="Object",
namespace="<global>")
public class JsObject
extends Object
| Constructor and Description |
|---|
JsObject() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
getOwnPropertyNames(Object object) |
boolean |
hasOwnProperty(String name) |
static <T extends JsObject> |
observe(T model,
Function<Changed<T>[],Void> fn) |
public JsObject()
@JsMethod public static <T extends JsObject> void observe(T model, Function<Changed<T>[],Void> fn)
public static String[] getOwnPropertyNames(Object object)
public boolean hasOwnProperty(String name)
Copyright © 2017. All rights reserved.