public static class Page.PopStateEvent extends EventObject
Page changes (aka HTML 5
popstate event) on the client side due to browsers back/forward
functionality.Page.addPopStateListener(PopStateListener),
Serialized Formsource| Constructor and Description |
|---|
PopStateEvent(Page source,
String uri)
Creates a new instance of PopstateEvent.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
getPage()
Gets the page in which the uri has changed.
|
String |
getUri()
Get the new URI.
|
getSource, toStringCopyright © 2021 Vaadin Ltd. All rights reserved.