Uses of Class
com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.OpenedChangeEvent
-
Packages that use GeneratedVaadinSelect.OpenedChangeEvent Package Description com.vaadin.flow.component.select.generated -
-
Uses of GeneratedVaadinSelect.OpenedChangeEvent in com.vaadin.flow.component.select.generated
Method parameters in com.vaadin.flow.component.select.generated with type arguments of type GeneratedVaadinSelect.OpenedChangeEvent Modifier and Type Method Description protected Registration
GeneratedVaadinSelect. addOpenedChangeListener(ComponentEventListener<GeneratedVaadinSelect.OpenedChangeEvent<R>> listener)
Adds a listener foropened-changed
events fired by the webcomponent.
-