Uses of Class
com.vaadin.flow.component.details.Details.OpenedChangeEvent
-
Packages that use Details.OpenedChangeEvent Package Description com.vaadin.flow.component.details -
-
Uses of Details.OpenedChangeEvent in com.vaadin.flow.component.details
Method parameters in com.vaadin.flow.component.details with type arguments of type Details.OpenedChangeEvent Modifier and Type Method Description Registration
Details. addOpenedChangeListener(ComponentEventListener<Details.OpenedChangeEvent> listener)
Adds a listener to get notified when the opened state of the component changes.
-