Package | Description |
---|---|
com.vaadin.flow.component.checkbox.dataview | |
com.vaadin.flow.component.grid.dataview | |
com.vaadin.flow.component.select.data | |
com.vaadin.flow.data.provider |
Modifier and Type | Class and Description |
---|---|
class |
CheckboxGroupDataView<T>
Implementation of generic data view for checkbox group.
|
class |
CheckboxGroupListDataView<T>
Data view implementation for Checkbox Group with in-memory list data.
|
Modifier and Type | Class and Description |
---|---|
class |
GridDataView<T>
Implementation of generic data view for grid.
|
class |
GridLazyDataView<T>
Data view implementation for Grid with lazy data fetching.
|
class |
GridListDataView<T>
Data view implementation for Grid with in-memory list data.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectDataView<T>
Implementation of generic data view for
Select . |
class |
SelectListDataView<T>
Data view implementation for
Select with in-memory list data. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLazyDataView<T>
Abstract lazy data view implementation which handles the interaction with a
data communicator.
|
class |
AbstractListDataView<T>
Abstract list data view implementation which provides common methods for
fetching, filtering and sorting in-memory data to all
ListDataView
subclasses. |
Copyright © 2020. All rights reserved.