jsni
How to build an Object array out of JSON array using Javascript overlay types?
My JSON response is an array of Object (Folder for example). I would like to generate an array of Folder objects using Javascript overlay types.[详细]
2023-04-09 18:04 分类:问答How to add google maps object from GWT code?
I would like to use google maps in my GW开发者_运维百科T application. The thing is that the gwt-maps API only supports Google Maps API version 2, and the regular maps api is version 3. So basically wh[详细]
2023-04-07 15:29 分类:问答Storing Javascript objects in Java
I have a Java object, and in it exists a spatial shape defined by a String of \"well-known text\".On mouseover of this object in my GWT UI, my code passes this String to Javascript through JSNI, which[详细]
2023-04-07 00:34 分类:问答Using mozImageSmoothingEnabled by the help of JSNI in GWT
Gecko 1.9.2 introduced the mozImageSmoothingEnabled property to the canvas element; if this Boolean value is false, images won\'t be smoothed when scaled. This propert开发者_开发百科y is true by defau[详细]
2023-04-05 01:09 分类:问答Which is the difference between $doc.getElementById("id") and document.getElementById("id") in JSNI
I\'m working in a native function inside a GWT app开发者_如何学JAVAlication and I\'ve tried this two methods: document.getElementById(\"id\") returns null but $doc.getElementById() returns a valid ele[详细]
2023-04-02 07:10 分类:问答Calling jquery from GWT JSNI
I am a GWT person with zero jquery experience. Sorry about that. Unfortunately, I am encountering some jquery features which I have to use in my GWT project.[详细]
2023-04-01 02:58 分类:问答How to convert gwt Date to javascript Date?
How to convert gwt Date to javascript Date ? public native String converToJSDate(Date date)/*-{ alert(date instanceof Date开发者_StackOverflow);// i get \"false\"[详细]
2023-03-31 13:30 分类:问答Passing a GWT Widget to a js function
I want to pass a complex widget with many click handlers to a js function, via jsni, so that it is included in a div开发者_开发问答 element of my js code (in fact it\'s for the infoWindow content of t[详细]
2023-03-25 19:34 分类:问答GWT: add Widget to new Window browser
I have a GWT application with links to services by clicking on a link,a blank window is opened which I have to insert a progressBar (widget I created myself) until generation of service return url so[详细]
2023-03-25 02:54 分类:问答Gwt using JSNI to manipulate window.location.hash
What I am want to do is really simple.I have an gwt app with just one button, everytime I click the button, I want my window.location.hash changed.[详细]
2023-03-20 22:34 分类:问答