Uses of Class
com.vaadin.flow.component.dialog.Dialog
-
-
Uses of Dialog in com.vaadin.flow.component.dialog
Method parameters in com.vaadin.flow.component.dialog with type arguments of type Dialog Modifier and Type Method Description com.vaadin.flow.shared.RegistrationDialog. addOpenedChangeListener(com.vaadin.flow.component.ComponentEventListener<GeneratedVaadinDialog.OpenedChangeEvent<Dialog>> listener)Add a lister for event fired by theopened-changedevents.Constructors in com.vaadin.flow.component.dialog with parameters of type Dialog Constructor Description DialogCloseActionEvent(Dialog source, boolean fromClient)DialogResizeEvent(Dialog source, boolean fromClient, String width, String height)
-