| Package | Description |
|---|---|
| com.vaadin.server |
| Modifier and Type | Method and Description |
|---|---|
LegacyWindow |
LegacyApplication.getMainWindow()
Deprecated.
Gets the mainWindow of the application.
|
LegacyWindow |
LegacyApplication.getWindow(String name)
Deprecated.
Gets a UI by name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<LegacyWindow> |
LegacyApplication.getWindows()
Deprecated.
Gets the set of windows contained by the application.
|
| Modifier and Type | Method and 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.
|
Copyright © 2016 Vaadin Ltd. All rights reserved.