| Modifier and Type | Class and Description |
|---|---|
class |
CheckboxGroupListDataView<T>
Data view implementation for Checkbox Group with in-memory list data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComboBoxListDataView<T>
Data view implementation for ComboBox with in-memory list data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridListDataView<T>
Data view implementation for Grid with in-memory list data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListBoxListDataView<T>
Data view implementation for ListBox with in-memory list data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RadioButtonGroupListDataView<T>
Data view implementation for RadioButtonGroup with in-memory list data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SelectListDataView<T>
Data view implementation for
Select with in-memory list data. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasListDataView<T,V extends ListDataView<T,?>>
An interface for components that accept setting items in-memory and returns a
ListDataView that provides information and allows operations on the
items. |
interface |
ListDataView<T,V extends ListDataView<T,?>>
DataView for a in-memory list data that provides information on the data and
allows operations on it.
|
| Modifier and Type | Class and Description |
|---|---|
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 © 2021. All rights reserved.