| Package | Description | 
|---|---|
| com.vaadin.flow.component.combobox | 
| Modifier and Type | Method and Description | 
|---|---|
Registration | 
ComboBox.addCustomValueSetListener(ComponentEventListener<GeneratedVaadinComboBox.CustomValueSetEvent<ComboBox<T>>> listener)
Adds a listener for CustomValueSetEvent which is fired when user types in
 a value that don't already exist in the ComboBox. 
 | 
protected Registration | 
GeneratedVaadinComboBox.addCustomValueSetListener(ComponentEventListener<GeneratedVaadinComboBox.CustomValueSetEvent<R>> listener)
Adds a listener for  
custom-value-set events fired by the
 webcomponent. | 
Copyright © 2019. All rights reserved.