Constructor and Description |
---|
ComboBoxDataView(DataCommunicator<T> dataCommunicator,
ComboBox<T> comboBox)
Creates a new generic data view for ComboBox and verifies the passed data
provider is compatible with this data view implementation.
|
ComboBoxLazyDataView(DataCommunicator<T> dataCommunicator,
Component component)
Creates a new lazy data view for ComboBox and verifies the passed data
provider is compatible with this data view implementation.
|
ComboBoxListDataView(DataCommunicator<T> dataCommunicator,
ComboBox<T> comboBox,
SerializableBiConsumer<SerializablePredicate<T>,SerializableComparator<T>> filterOrSortingChangedCallback)
Creates a new instance of ComboBox in-memory data view and verifies the
passed data provider is compatible with this data view implementation.
|
Modifier and Type | Method and Description |
---|---|
protected DataCommunicator<T> |
Grid.DataCommunicatorBuilder.build(Element element,
CompositeDataGenerator<T> dataGenerator,
U arrayUpdater,
SerializableSupplier<ValueProvider<T,String>> uniqueKeyProviderSupplier)
Build a new
DataCommunicator object for the given Grid
instance. |
DataCommunicator<T> |
Grid.getDataCommunicator()
Returns the data communicator of this Grid.
|
Constructor and Description |
---|
GridDataView(DataCommunicator<T> dataCommunicator,
Grid<T> grid) |
GridLazyDataView(DataCommunicator<T> dataCommunicator,
Grid<T> component)
Creates a new lazy data view for grid and verifies the passed data
provider is compatible with this data view implementation.
|
GridListDataView(DataCommunicator<T> dataCommunicator,
Grid<T> grid,
SerializableBiConsumer<SerializablePredicate<T>,SerializableComparator<T>> filterOrSortingChangedCallback)
Creates a new instance of Grid in-memory data view and verifies the
passed data provider is compatible with this data view implementation.
|
Modifier and Type | Method and Description |
---|---|
DataCommunicator<T> |
IronList.getDataCommunicator()
Deprecated.
Returns the data communicator of this list.
|
Modifier and Type | Class and Description |
---|---|
class |
PagelessDataCommunicator<T>
DataCommunicator implementation which disables the paging and does not allow
the user to set up the page for IronList.
|
Modifier and Type | Method and Description |
---|---|
DataCommunicator<T> |
VirtualList.getDataCommunicator()
Returns the data communicator of this list.
|
Modifier and Type | Method and Description |
---|---|
protected DataCommunicator<T> |
AbstractLazyDataView.getDataCommunicator()
Returns the data communicator for the component and checks that the data
provider is of the correct type.
|
Constructor and Description |
---|
AbstractLazyDataView(DataCommunicator<T> dataCommunicator,
Component component)
Creates a new instance and verifies the passed data provider is
compatible with this data view implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalDataCommunicator<T>
Data communicator that handles requesting hierarchical data from
HierarchicalDataProvider and sending it to client side. |
Copyright © 2022. All rights reserved.