Here are
64 public repositories
matching this topic...
Java to Closure JavaScript transpiler
Updated
Aug 17, 2021
Java
Builder API and other goodies for Elemental2
Updated
Nov 30, 2020
Java
Generates Java annotated with JsInterop from JavaScript extern sources
Updated
Feb 27, 2021
Java
Routing based application framework for GWT 2, GWT 3 & J2CL
Updated
Aug 10, 2021
Java
J2CL and GWT Charts library based on CHART.JS
Updated
Aug 18, 2021
Java
Protocol Buffers implementation for J2CL
Updated
Feb 4, 2021
Kotlin
JsInterop java annotations for J2CL and GWT
Updated
Feb 27, 2021
Java
A port of Artur Mkrtchyan's iban4j project so that it will work with Java, GWT or J2CL. A library for generation and validation of the International Bank Account Numbers IBAN (ISO_13616) and Business Identifier Codes BIC (ISO_9362).
A GWT JsInterop wrapper for collection of plugins for using d3.js with Leaflet
Updated
Oct 27, 2019
Java
Updated
Mar 26, 2021
Java
Java to javascript maven plugin that uses several Google java/javascript compilers and tools
Building a web based spreadsheet application server & rich web app
Updated
Aug 18, 2021
Java
A minimalist J2cl implementation of some of the classes within java.net
Updated
Apr 13, 2021
Java
Java annotation processor to generate closure js externs definitions from jsinterop-annotated classes/interfaces.
Updated
Apr 26, 2021
Java
A j2cl compatible subset of the many classes belonging to the java.text package.
Updated
Apr 13, 2021
Java
GWT Injectors (style & script, not DI)
Updated
Apr 25, 2018
Java
This project provides most of the core java.time classes by forking threetenbp.
Updated
Apr 13, 2021
Java
An more complete emulated java.util.Currency for use in a j2cl environment
Updated
Apr 13, 2021
Java
An j2cl compatible apache 2 implementation of java.util.Base64
Updated
Apr 13, 2021
Java
Apache 2 licensed, pure java implementation of java.util.Calendar
Updated
Apr 13, 2021
Java
A base project that extracts common aspects for a project that uses J2CL
A j2cl compatible java.util.StringTokenizer
Updated
Apr 13, 2021
Java
Additional java.io package classes that can be transpiled into javascript by j2cl
Updated
Apr 13, 2021
Java
A j2cl compatible implementation of java.net.http that uses ajax
Updated
Jan 23, 2021
Java
An annotation processor that generates a TextResource implementation for a class marked with @TextResourceAware
Improve this page
Add a description, image, and links to the
j2cl
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
j2cl
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I'm trying to access the document from a elemental2.dom.HTMLIFrameElement but noticed that elemental2.dom.Window (via HTMLIFrameElement.contentWindow) has no document variable.
There is no chance to access an iframe document via elemental2.
This should be possible. Please see more details in the example at https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/contentWindow
I n