Uses of Class
com.vaadin.ui.Root.LegacyWindow

Packages that use Root.LegacyWindow
com.vaadin The Vaadin base package. 
 

Uses of Root.LegacyWindow in com.vaadin
 

Methods in com.vaadin that return Root.LegacyWindow
 Root.LegacyWindow Application.LegacyApplication.getMainWindow()
          Deprecated. Gets the mainWindow of the application.
 Root.LegacyWindow Application.LegacyApplication.getRoot(WrappedRequest request)
          Deprecated. This implementation simulates the way of finding a window for a request by extracting a window name from the requested path and passes that name to Application.LegacyApplication.getWindow(String).
 Root.LegacyWindow Application.LegacyApplication.getWindow(String name)
          Deprecated.  Gets a root by name.
 

Methods in com.vaadin that return types with arguments of type Root.LegacyWindow
 Collection<Root.LegacyWindow> Application.LegacyApplication.getWindows()
          Deprecated. Gets the set of windows contained by the application.
 

Methods in com.vaadin with parameters of type Root.LegacyWindow
 void Application.LegacyApplication.addWindow(Root.LegacyWindow root)
          Deprecated. Adds a new browser level window to this application.
 void Application.LegacyApplication.removeWindow(Root.LegacyWindow root)
          Deprecated. Removes the specified window from the application.
 void Application.LegacyApplication.setMainWindow(Root.LegacyWindow mainWindow)
          Deprecated. Sets the main window of this application.
 



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