Class GeneratedVaadinComboBox
- java.lang.Object
-
- com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
- All Implemented Interfaces:
Serializable
@Deprecated public abstract class GeneratedVaadinComboBox extends Object implements Serializable
Deprecated.This class is not used in any API, and will be removed in a future major version.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeneratedVaadinComboBox.CustomValueSetEvent<TComponent extends ComboBoxBase<TComponent,?,?>>Deprecated.UseComboBoxBase.CustomValueSetEventinstead.static classGeneratedVaadinComboBox.FilterChangeEvent<R extends ComboBoxBase<R,?,?>>Deprecated.This class is not used in any API, and will be removed in a future major version.static classGeneratedVaadinComboBox.InvalidChangeEvent<R extends ComboBoxBase<R,?,?>>Deprecated.This class is not used in any API, and will be removed in a future major version.static classGeneratedVaadinComboBox.OpenedChangeEvent<TComponent extends ComboBoxBase<TComponent,?,?>>Deprecated.This class is not used in any API, and will be removed in a future major version.static classGeneratedVaadinComboBox.SelectedItemChangeEvent<TComponent extends ComboBoxBase<TComponent,?,?>>Deprecated.This class is not used in any API, and will be removed in a future major version.
-
Constructor Summary
Constructors Constructor Description GeneratedVaadinComboBox()Deprecated.
-