Re: Tree and TreeItem in standards mode

2018-01-03 Thread Colin Alworth
As far as I can tell, Tree/TreeItem work just fine in standards mode - what makes you think that they don't? http://samples.gwtproject.org/samples/Showcase/Showcase.html#!CwTree shows it being used in standards mode. In contrast, consider com.google.gwt.user.client.ui.TabPanel, which has

Re: Returning an array of objects to javascript via JsInterop - how?

2018-01-03 Thread Colin Alworth
Yes, that should work - a "java array" of js objects can be a js array. You could also use elemental2.core.JsArray instead if you wanted to be explicit in your Java code that you are dealing with a Java array. On Tuesday, January 2, 2018 at 3:28:34 PM UTC-6, Power Droid wrote: > > I have a

Re: GWT MVP Frameworks

2018-01-03 Thread Frank Hossfeld
I am one of the contributors of mvp4g. Yeah, that's right, mvp4g uses GIN. That's something I don't like, but trying to remove GIN is a breaking change. So we decided, as we startet with mvp4g2, to keep the numbers of dependencies small. mvp4g2 only uses Elemental 2 (Place management). It does