Uses of Class
org.vaadin.addons.componentfactory.AbstractComboBox.SelectedItemChangeEvent
-
Uses of AbstractComboBox.SelectedItemChangeEvent in org.vaadin.addons.componentfactory
Method parameters in org.vaadin.addons.componentfactory with type arguments of type AbstractComboBox.SelectedItemChangeEventModifier and TypeMethodDescriptionprotected com.vaadin.flow.shared.RegistrationAbstractComboBox.addSelectedItemChangeListener(com.vaadin.flow.component.ComponentEventListener<AbstractComboBox.SelectedItemChangeEvent<R>> listener) Adds a listener forselected-item-changedevents fired by the webcomponent.