Uses of Class
com.vaadin.server.Page

Packages that use Page
com.vaadin.navigator   
com.vaadin.server   
com.vaadin.ui   
 

Uses of Page in com.vaadin.navigator
 

Constructors in com.vaadin.navigator with parameters of type Page
Navigator.UriFragmentManager(Page page)
          Creates a new URIFragmentManager and attach it to listen to URI fragment changes of a Page.
 

Uses of Page in com.vaadin.server
 

Methods in com.vaadin.server that return Page
static Page Page.getCurrent()
          Gets the Page to which the current uI belongs.
 Page Page.FragmentChangedEvent.getPage()
          Gets the uI in which the fragment has changed.
 Page Page.BrowserWindowResizeEvent.getSource()
           
 

Constructors in com.vaadin.server with parameters of type Page
Page.BrowserWindowResizeEvent(Page source, int width, int height)
          Creates a new event
Page.FragmentChangedEvent(Page source, java.lang.String fragment)
          Creates a new instance of UriFragmentReader change event.
 

Uses of Page in com.vaadin.ui
 

Methods in com.vaadin.ui that return Page
 Page UI.getPage()
           
 

Methods in com.vaadin.ui with parameters of type Page
 void Notification.show(Page page)
          Shows this notification on a Page.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.