|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UI.LegacyWindow | |
---|---|
com.vaadin | The Vaadin base package. |
Uses of UI.LegacyWindow in com.vaadin |
---|
Methods in com.vaadin that return UI.LegacyWindow | |
---|---|
UI.LegacyWindow |
LegacyApplication.getMainWindow()
Deprecated. Gets the mainWindow of the application. |
UI.LegacyWindow |
LegacyApplication.getWindow(java.lang.String name)
Deprecated. Gets a UI by name. |
Methods in com.vaadin that return types with arguments of type UI.LegacyWindow | |
---|---|
java.util.Collection<UI.LegacyWindow> |
LegacyApplication.getWindows()
Deprecated. Gets the set of windows contained by the application. |
Methods in com.vaadin with parameters of type UI.LegacyWindow | |
---|---|
void |
LegacyApplication.addWindow(UI.LegacyWindow uI)
Deprecated. Adds a new browser level window to this application. |
void |
LegacyApplication.removeWindow(UI.LegacyWindow uI)
Deprecated. Removes the specified window from the application. |
void |
LegacyApplication.setMainWindow(UI.LegacyWindow mainWindow)
Deprecated. Sets the main window of this application. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |