Example usage for Java com.vaadin.server Page fields, constructors, methods, implement or subclass
The text is from its open source code.
Registration | addUriFragmentChangedListener(Page.UriFragmentChangedListener listener) Adds a listener that gets notified every time the URI fragment of this page is changed. |
int | getBrowserWindowHeight() Gets the last known height of the browser window in which this UI resides. |
int | getBrowserWindowWidth() Gets the last known width of the browser window in which this uI resides. |
Page | getCurrent() Gets the Page to which the current uI belongs. |
URI | getLocation() Returns the location URI of this page, as reported by the browser. |
String | getUriFragment() Gets the currently set URI fragment. |
WebBrowser | getWebBrowser() |
void | reload() Reloads the page in the browser. |
void | setLocation(String uri) Navigates this page to the given URI. |
void | setLocation(URI uri) Navigates this page to the given URI. |
void | setTitle(String title) Sets the page title. |
void | setUriFragment(String newUriFragment, boolean fireEvents) Sets the fragment part in the current location URI. |