> May be I can use the History.newItem(String historyToken, boolean 
> issueEvent) function with issueEvent set to false... but it seems to be a 
> little tricky to do that for all views


History.newItem() is used for navigation inside the app, e.g. you want to 
go from the person menu item to the companies menu item. Its not about 
storing UI state, its about storing navigation state. Also instead of using 
the History class directly you could take a look at GWT's Activities and 
Places article: 
http://www.gwtproject.org/doc/latest/DevGuideMvpActivitiesAndPlaces.html 
(you can use Place without Activities)

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to