@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
Window
s whose order positions are updated. Use
Window.getOrderPosition()
to get window position for specific
window.event
- Copyright © 2017 Vaadin Ltd. All rights reserved.