| Package | Description |
|---|---|
| com.vaadin.navigator | |
| com.vaadin.server | |
| com.vaadin.ui |
| Constructor and Description |
|---|
UriFragmentManager(Page page)
Creates a new URIFragmentManager and attach it to listen to URI
fragment changes of a
Page. |
| Modifier and Type | Method and Description |
|---|---|
static Page |
Page.getCurrent()
Gets the Page to which the current uI belongs.
|
Page |
Page.UriFragmentChangedEvent.getPage()
Gets the page in which the fragment has changed.
|
Page |
Page.PopStateEvent.getPage()
Gets the page in which the uri has changed.
|
Page |
Page.BrowserWindowResizeEvent.getSource() |
| Constructor and Description |
|---|
BrowserWindowResizeEvent(Page source,
int width,
int height)
Creates a new event
|
PopStateEvent(Page source,
String uri)
Creates a new instance of PopstateEvent.
|
UriFragmentChangedEvent(Page source,
String uriFragment)
Creates a new instance of UriFragmentReader change event.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
UI.getPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
Notification.show(Page page)
Shows this notification on a Page.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.