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
Subclasses of GeneratedVaadinComboBox.CustomValueSetEvent in com.vaadin.flow.component.combobox Modifier and Type Class Description static class
ComboBoxBase.CustomValueSetEvent<TComponent extends ComboBoxBase<TComponent,?,?>>
Event that is dispatched from a combo box component, if the component allows setting custom values, and the user has entered a non-empty value that does not match any of the existing items
-