Uses of Class
com.vaadin.ui.LegacyWindow

Packages that use LegacyWindow
com.vaadin.server   
 

Uses of LegacyWindow in com.vaadin.server
 

Methods in com.vaadin.server that return LegacyWindow
 LegacyWindow LegacyApplication.getMainWindow()
          Deprecated. Gets the mainWindow of the application.
 LegacyWindow LegacyApplication.getWindow(java.lang.String name)
          Deprecated.  Gets a UI by name.
 

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

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



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