I am using a gwt grid and Im tryi开发者_JAVA技巧ng to get the cell that had the onDoubleClick event on it. So if I was doing onClickEvent I would use getCellForEvent(ClickEvent) and that returns a cel
I am using GWT 2.4 with the editor and request factory frameworks. I have a model, Trip, which has an Address \'origin\' and an Address \'destination\'. When creating a Trip via the UI, the two addres
I am attempt to use the Blobstore api for appengine usingGWT... I promise you! I had it working for months and suddenly I started
I have this code HorizontalPanel hp = new HorizontalPanel(); hp.setWith(\"100%\"); hp.setHorizontalAlignment(HasHorizontalAlignme开发者_运维技巧nt.ALIGN_LEFT);
I have been working with GWT projects, and the scenario with GWT is that it is compiled then deployed to a web server (like Tomcat), however I want to try out PhoneGap, so I can develop a Android / Ip
I have a question regarding the event handling on client side in GWT. In our application we have a quite complex structure of different modules and pages which are communicating via the gwt eventbus
I\'m trying to rewrite a GWT application I\'ve written months ago. That applications view logic is outdated though and I\'ve other reasons to rewrite it.
I\'m trying to build a gwt widget with separated model, view and presenter. I\'m using just one class for all of these components so far:
I am using gwt 2.3 with uibinder. In this I used a text box, On which I want to add keypress haldler. Here below is my code. for ui.xml
I\'ve trying to do something with GWT-Platform, but, following the examples in this page: http://code.google.com/p/gwt-platform/wiki/GettingStarted?tm=6 simple doesn\'t work.