Questions tagged [gwt-places]

GWT 2.1 introduced a built-in framework for browser history management. The Places and Activities framework allows you to create bookmarkable URLs within your application, thus allowing the browser's back button and bookmarks to work as users expect.

GWT 2.1 introduced a built-in framework for browser history management. The Places and Activities framework allows you to create bookmarkable URLs within your application, thus allowing the browser's back button and bookmarks to work as users expect.

49 questions
0
votes
1 answer

How to inject GWT Activity#start with a specific Widget?

I have the following parent container: public class ParentContainer extends Composite { // Contains a bunch of TextButtons (RedButton, GreenButton, etc.). private LayoutPanel buttonPanel; // When user clicks a TextButton inside the…
user1768830
0
votes
1 answer

GWT Codesplitting Integration: MVP and Activites/Places

Let's say you have a "display region" (AcceptsOneWidget) that contains a tabbed pane. Clicking a different tab (i.e., going from "fantastico" to "profile") results with totally new content being displayed inside the pane. This seems like a perfect…
Bantha Fodder
  • 1,242
  • 1
  • 11
  • 19
0
votes
1 answer

Can one avoid injecting Places when using RequestFactory's stableId() as state information?

My Gin-injected GWT application uses RequestFactory together with Activities and Places. To tokenize RequestFactory's stableId() inside Places, I inject the RequestFactory. That gives the class access to getProxyId(token) and…
Felix Lechner
  • 468
  • 5
  • 11
-4
votes
2 answers

Find the token in GWT

Interestingly one of the developer of application is on leave and there is no way I can reach him. We have a GWT application and we are trying to load a page temporarily with passing a token to a place. But since he has forgotten to document the URL…
Sam
  • 2,352
  • 4
  • 32
  • 45
1 2 3
4