All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vaadin.polymer.elemental.Document Maven / Gradle / Ivy

There is a newer version: 1.9.3.1
Show newest version
package com.vaadin.polymer.elemental;

import com.google.gwt.core.client.js.JsProperty;
import com.google.gwt.core.client.js.JsType;

@JsType
public interface Document extends Node {
    EventTarget getElementById(String id);
     T createElement(String tag);
    @JsProperty HTMLElement getHead();
    @JsProperty HTMLElement getBody();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy