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 Registration
ComboBox. addCustomValueSetListener(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 Registration
GeneratedVaadinComboBox. addCustomValueSetListener(ComponentEventListener<GeneratedVaadinComboBox.CustomValueSetEvent<R>> listener)
Adds a listener forcustom-value-set
events fired by the webcomponent.
-