Java com.vaadin.server Page fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.server Page fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.server Page.

The text is from its open source code.

Method

RegistrationaddUriFragmentChangedListener(Page.UriFragmentChangedListener listener)
Adds a listener that gets notified every time the URI fragment of this page is changed.
intgetBrowserWindowHeight()
Gets the last known height of the browser window in which this UI resides.
intgetBrowserWindowWidth()
Gets the last known width of the browser window in which this uI resides.
PagegetCurrent()
Gets the Page to which the current uI belongs.
URIgetLocation()
Returns the location URI of this page, as reported by the browser.
StringgetUriFragment()
Gets the currently set URI fragment.
WebBrowsergetWebBrowser()
voidreload()
Reloads the page in the browser.
voidsetLocation(String uri)
Navigates this page to the given URI.
voidsetLocation(URI uri)
Navigates this page to the given URI.
voidsetTitle(String title)
Sets the page title.
voidsetUriFragment(String newUriFragment, boolean fireEvents)
Sets the fragment part in the current location URI.