jsni
GWT: working with JsDate and Java Date
In my overlays I wrap a JavaScript Date object in a JsDate: public final native JsDate getDueDate() /*-{[详细]
2023-02-10 10:10 分类:问答Creating New Array with Class Object in GWT
I would like to create a new array with a given type from a class object in GWT. What I mean is I would like to emulate the functionality of[详细]
2023-02-09 20:13 分类:问答Call Java Function using JSNI from servlet
I have created JSNI methods i am registering \'createCallbackFunction\' method from another method using[详细]
2023-02-06 01:38 分类:问答Using phonegap audio api in gwt
I am wanting to use the phonegap audio api in GWT using JSNI.I cannot figure out how to code the methods in JSNI.[详细]
2023-01-30 17:40 分类:问答Finding out when a GWT module has loaded
I am exporting a GWT method to native javascript in the following manner: public class FaceBookGalleryEntryPoint implements EntryPoint {[详细]
2023-01-26 04:06 分类:问答Is there any way to automatically bridge a Javascript library to GWT?
I need to bridge a fairly procedural Javascript library consisting of some .js files containing functions to call from GWT.[详细]
2023-01-24 11:40 分类:问答problem related JSNI
pls use this http://code.google.com/p/google-web-toolkit-doc-1-6开发者_如何学Go/wiki/DevGuideJavaFromJavaScript[详细]
2023-01-20 06:05 分类:问答Does GWT JSNI support callbacks?
I am building a GWT app 开发者_Python百科that uses Web SQL Local Storage ( http://dev.w3.org/html5/webdatabase/ ).[详细]
2023-01-09 01:43 分类:问答In GWT how to know all the styles applied to a given element (by id or class name)
I have the following problem : in my GWT project there is a \"main\" css file for the application, inline css in the DOM that come from the application computation and a css file that is bundled in an[详细]
2023-01-06 06:03 分类:问答GWT : print button
I am trying to create a button that prints the current browser window. This is my current code, that uses (or at least it tries to use) JSNI:[详细]
2023-01-06 01:07 分类:问答