@DomEvent(value="resize") public static class Dialog.DialogResizeEvent extends com.vaadin.flow.component.ComponentEvent<Dialog>
source| Constructor and Description |
|---|
DialogResizeEvent(Dialog source,
boolean fromClient,
String width,
String height) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeight()
Gets the height of the overlay after resize is done
|
String |
getWidth()
Gets the width of the overlay after resize is done
|
getSource, isFromClient, unregisterListenertoStringCopyright © 2025. All rights reserved.