Uses of Class
com.vaadin.ui.LegacyWindow
-
Packages that use LegacyWindow Package Description com.vaadin.server -
-
Uses of LegacyWindow in com.vaadin.server
Methods in com.vaadin.server that return LegacyWindow Modifier and Type Method Description LegacyWindow
LegacyApplication. getMainWindow()
Deprecated.Gets the mainWindow of the application.LegacyWindow
LegacyApplication. getWindow(String name)
Deprecated.Gets a UI by name.Methods in com.vaadin.server that return types with arguments of type LegacyWindow Modifier and Type Method Description Collection<LegacyWindow>
LegacyApplication. getWindows()
Deprecated.Gets the set of windows contained by the application.Methods in com.vaadin.server with parameters of type LegacyWindow Modifier and Type Method Description 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.
-