Uses of Class
com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.CustomValueSetEvent
-
Packages that use GeneratedVaadinComboBox.CustomValueSetEvent Package Description com.vaadin.flow.component.combobox -
-
Uses of GeneratedVaadinComboBox.CustomValueSetEvent in com.vaadin.flow.component.combobox
Method parameters in com.vaadin.flow.component.combobox with type arguments of type GeneratedVaadinComboBox.CustomValueSetEvent Modifier and Type Method Description com.vaadin.flow.shared.RegistrationComboBox. addCustomValueSetListener(com.vaadin.flow.component.ComponentEventListener<GeneratedVaadinComboBox.CustomValueSetEvent<ComboBox<T>>> listener)Adds a listener for the event which is fired when user inputs a string value that does not match any existing items and commits it eg.protected com.vaadin.flow.shared.RegistrationGeneratedVaadinComboBox. addCustomValueSetListener(com.vaadin.flow.component.ComponentEventListener<GeneratedVaadinComboBox.CustomValueSetEvent<R>> listener)Adds a listener forcustom-value-setevents fired by the webcomponent.
-