public static class UI.WindowOrderUpdateEvent extends Component.Event
The other way to listen window position for specific window is
Window.addWindowOrderChangeListener(WindowOrderChangeListener)
Window.WindowOrderChangeEvent,
Serialized Formsource| Constructor and Description |
|---|
WindowOrderUpdateEvent(Component source,
Collection<Window> windows) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Window> |
getWindows()
Gets the windows in the order they appear in the UI: top most window
is first, bottom one last.
|
getComponentgetConnectorgetSource, toStringpublic WindowOrderUpdateEvent(Component source, Collection<Window> windows)
public Collection<Window> getWindows()
Copyright © 2020 Vaadin Ltd. All rights reserved.