@FunctionalInterface public static interface UI.WindowOrderUpdateListener extends ConnectorEventListener
Window.WindowOrderChangeEvent| Modifier and Type | Field and Description |
|---|---|
static Method |
windowOrderUpdateMethod |
| Modifier and Type | Method and Description |
|---|---|
void |
windowOrderUpdated(UI.WindowOrderUpdateEvent event)
Called when the windows order positions are changed.
|
static final Method windowOrderUpdateMethod
void windowOrderUpdated(UI.WindowOrderUpdateEvent event)
UI.WindowOrderUpdateEvent.getWindows() to get a reference to the
Windows whose order positions are updated. Use
Window.getOrderPosition() to get window position for specific
window.event - Copyright © 2020 Vaadin Ltd. All rights reserved.