Package react4j.dom.events
Class Document
java.lang.Object
react4j.dom.events.EventTarget
react4j.dom.events.Document
@JsType(isNative=true,
namespace="<global>",
name="Document")
public class Document
extends EventTarget
Opaque binding for a browser
Document.
Use Js.uncheckedCast(document) to convert this value to the document type supplied by
the browser JsInterop library used by the application.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Document
protected Document()
-