T - item typepublic class SelectDataView<T>
extends com.vaadin.flow.data.provider.AbstractDataView<T>
Select.| Constructor and Description |
|---|
SelectDataView(com.vaadin.flow.function.SerializableSupplier<com.vaadin.flow.data.provider.DataProvider<T,?>> dataProviderSupplier,
Select<T> select)
Constructs a new DataView.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getItem(int index) |
protected Class<?> |
getSupportedDataProviderType() |
Copyright © 2020. All rights reserved.