Registry / other / gwt-elemental

gwt-elemental

JSON →
library2.9.0javamavenunverified

Elemental library for GWT providing low-level DOM and browser API bindings.

<dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-elemental</artifactId> <version>2.9.0</version> </dependency>
INSTALL
IMPORT
SIG · GWT-ELEMENTAL
G
gwt-elemental
otherjavav2.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Element
elemental.dom.Element

Accesses the DOM body element using Elemental

import elemental.dom.Element; import elemental.html.Window; public class Example { public void run() { Window window = elemental.dom.Window.getWindow(); Element body = window.getDocument().getBody(); System.out.println("Body: " + body); } }
Debug
Known issues
breakingGWT Elemental is deprecated in favor of JsInterop in GWT 2.8+.
fix
Migrate to JsInterop-based APIs for better performance and compatibility.
affects: >=2.8.0
Upgrade
Version history
2.9.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Meta
1
Resources
gwt-elemental — mvn dependency:get gwt-elemental · libregistry