Uses of Class
com.vaadin.flow.component.dialog.GeneratedVaadinDialog.OpenedChangeEvent
-
-
Uses of GeneratedVaadinDialog.OpenedChangeEvent in com.vaadin.flow.component.dialog
Method parameters in com.vaadin.flow.component.dialog with type arguments of type GeneratedVaadinDialog.OpenedChangeEvent 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.protected com.vaadin.flow.shared.RegistrationGeneratedVaadinDialog. addOpenedChangeListener(com.vaadin.flow.component.ComponentEventListener<GeneratedVaadinDialog.OpenedChangeEvent<R>> listener)Adds a listener foropened-changedevents fired by the webcomponent.
-