Uses of Class
com.vaadin.terminal.Page

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

Uses of Page in com.vaadin.navigator
 

Constructors in com.vaadin.navigator with parameters of type Page
Navigator.UriFragmentManager(Page page, Navigator navigator)
          Create a new URIFragmentManager and attach it to listen to URI fragment changes of a Page.
Navigator(Page page, ViewDisplay display)
          Create a navigator that is tracking the active view using URI fragments.
 

Uses of Page in com.vaadin.terminal
 

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

Constructors in com.vaadin.terminal with parameters of type Page
Page.BrowserWindowResizeEvent(Page source, int width, int height)
          Creates a new event
Page.FragmentChangedEvent(Page source, 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 Root.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.