Package com.vaadin.server
Class Page.PopStateEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.server.Page.PopStateEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Page
public static class Page.PopStateEvent extends EventObject
Event fired when the URI of aPage
changes (aka HTML 5 popstate event) on the client side due to browsers back/forward functionality.- Since:
- 8.0
- See Also:
Page.addPopStateListener(PopStateListener)
, Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description PopStateEvent(Page source, String uri)
Creates a new instance of PopstateEvent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Page
getPage()
Gets the page in which the uri has changed.String
getUri()
Get the new URI.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-