@DomEvent(value="popup-open-changed") public static class Popup.PopupOpenChangedEvent extends com.vaadin.flow.component.ComponentEvent<Popup>
source| Constructor and Description |
|---|
PopupOpenChangedEvent(Popup source,
boolean fromClient,
boolean opened) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOpened() |
getSource, isFromClient, unregisterListenertoStringpublic PopupOpenChangedEvent(Popup source, boolean fromClient, @EventData(value="event.detail.opened") boolean opened)
Copyright © 2019–2025 Vaadin Ltd. All rights reserved.