com.vaadin.flow.component.combobox.dataview.

Class ComboBoxListDataView<T>

java.lang.Object
com.vaadin.flow.data.provider.AbstractDataView<T>
com.vaadin.flow.data.provider.AbstractListDataView<T>
com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView<T>

Type Parameters:

T - the type of the items in ComboBox

All Implemented Interfaces:

DataView<T>, ListDataView<T,AbstractListDataView<T>>, Serializable

public class ComboBoxListDataView<T> extends AbstractListDataView<T>

Data view implementation for ComboBox with in-memory list data. Provides information on the data and allows operations on it.

See Also: