How to manage browser history

Hi,

I have found no documentation of how to manage the history of navigation to use the previous and next button of the browser.
On GWT, I used the class History couple with the ValueChangeHandler interface.
Is there any implementation on Vaadin to do this?

Thanks

Yes there is. It’s called URIFragmentUtility. I’m not sure how well it’s documented currently in the Book of Vaadin or elsewhere, but you can see the Sampler source code for reference at least :confused:

There’s section
11.11. URI Fragment and History Management with UriFragmentUtility
.

There’s also an
on-line example
. Select the “Enable…” to include the history buttons in the popup window; in the minimal mode you can use them from the RMB menu.