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

com.gwidgets.api.leaflet.elemental.Node Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.gwidgets.api.leaflet.elemental;

import static jsinterop.annotations.JsPackage.GLOBAL;

import jsinterop.annotations.JsMethod;
import jsinterop.annotations.JsType;

@JsType(isNative=true, namespace = GLOBAL)
public class Node {
	
	@JsMethod
	public native void appendChild(Object child);
	
	@JsMethod
	public native void removeChild(Object child);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy