gwt
GWT persistent URLs
I have a开发者_开发问答 web-app built with GWT, Request Factory and Places/Activities. I\'m curious whether history tokens I use are persistent or not. The task is basically just about having URLs tha[详细]
2023-04-12 19:23 分类:问答What module do I need to import to use Anchor class in GWT?
I find that when I add开发者_StackOverflow the following line to my custom GWT widget @UiField Anchor header;[详细]
2023-04-12 17:57 分类:问答GWT RequestFactory + CellTable
Does anyone know for an example of GWT\'s CellTable using RequestFactory and that table is being edited? I would like to list objects in a table (each row is one object and each column is one property[详细]
2023-04-12 17:44 分类:问答How to generate an error that cause little box show up in GWT application?
I want to test does my gwt-log module works as expected in my application. I want to generate some error on client so the little box with error notification show up (it also contains the button \"Show[详细]
2023-04-12 17:29 分类:问答Why doesn't GWT let us add key event handlers on document element?
I know there\'s FocusPanel on which I can attach such handlers, but in my experience this component does not behave that well. So I\'d like to avoid it as much as possible.[详细]
2023-04-12 16:17 分类:问答Requestfactory Validation on Multi-Project Setup
I tried changing to the release version of gwt2.4 and run into a problem. I use multiple projects in my setup. I have a project with serversidecode, one project with shared code, that can be used in d[详细]
2023-04-12 15:02 分类:问答GWT CELLTABLE : How to add column in celltable which is combination of non-editable text + hyperlink
I want to add link in my celltable\'s column i.e\"validationStatus\" some values are \"valid\" as well as \"invalid\"[详细]
2023-04-12 14:31 分类:问答How do I catch Spring errors when starting up a Tomcat webapp?
I have a webapp running in Tomcat which uses Spring for dependency injection. (It\'s a GWT application, but I don\'t think that makes much of a difference to the solution I\'m looking for.)[详细]
2023-04-12 13:48 分类:问答Unable to get a proper background image in an panel inside a fullscreen scrollview in GWT
I\'m having trouble with setting the main background image for a page. I\'ve got a full screen scrollview, in which I have a centered ~1000px wide flowpanel. The issue is that I want the flowpanel to[详细]
2023-04-12 11:20 分类:问答Java: Is this enough to delete objects?
I have a HashMap that keeps references to my applications modules. HashMap<String, Module> modules;[详细]
2023-04-12 10:33 分类:问答