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 |
ComboBoxDataView<T>
Implementation of generic data view for ComboBox.
|
class |
ComboBoxLazyDataView<T>
Data view implementation for ComboBox with lazy data fetching.
|
class |
ComboBoxListDataView<T>
Data view implementation for ComboBox 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 |
ListBoxDataView<T>
Implementation of generic data view for ListBox.
|
class |
ListBoxListDataView<T>
Data view implementation for ListBox with in-memory list data.
|
Modifier and Type | Class and Description |
---|---|
class |
RadioButtonGroupDataView<T>
Implementation of generic data view for RadioButtonGroup.
|
class |
RadioButtonGroupListDataView<T>
Data view implementation for RadioButtonGroup 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 © 2021. All rights reserved.