I am using GWT. I have a set of dragable widgets that can be placed on page as user wants. I need to get page region screenshot as a handler of some event and save it. Is any way to do this?
I am getting this error - [WARN] 404 - POST /gwtmaps/mapService (127.0.0.1) 1404 bytes Request headers
How can TH style name/s of a GWT CellTable\'s heading be looked up programatically? I have looked at the Client Bundle documentation but it isn\'t immediately obvious to me how it all fits toge开发者
I\'m trying to send a file from an applet to my server GWT. In another application, JSF, I would open an HTTP connection with my servlet.
I have a field in my dataset defined as: DataSourceDateTimeField dateField = new DataSourceDateTimeField(\"date\");
I have a GWT app and Im trying to put fb social plugin comment in side of my page. However I have the folowing problem.
I created a GWT Spring ROO project with the following entities: Facture and ItemFacture. ItemFacture contains a reference to a Facture.
Upgrading from GWT 2.3 to 2.4 caused a client-side exception in a class of mine that extends CellTable.There has been no loss of functionality, but the exception is a constant development annoyance.
In smartGWT it is possible to add another widget (seems to use an interface) to an HTML开发者_开发问答5-canvas, as you can see in this example.
When to use HyperLink and when to use Anchor? When using HyperLink how to handle clicks? com.google.gwt.user.client.ui.Hyperlink.addClickHandler(ClickHandler) is deprecated