Uses of Class
com.vaadin.flow.data.provider.DataCommunicator
-
Packages that use DataCommunicator Package Description com.vaadin.flow.data.provider com.vaadin.flow.data.provider.hierarchy -
-
Uses of DataCommunicator in com.vaadin.flow.data.provider
Methods in com.vaadin.flow.data.provider that return DataCommunicator Modifier and Type Method Description protected DataCommunicator<T>AbstractLazyDataView. getDataCommunicator()Returns the data communicator for the component and checks that the data provider is of the correct type.Constructors in com.vaadin.flow.data.provider with parameters of type DataCommunicator Constructor Description AbstractLazyDataView(DataCommunicator<T> dataCommunicator, Component component)Creates a new instance and verifies the passed data provider is compatible with this data view implementation. -
Uses of DataCommunicator in com.vaadin.flow.data.provider.hierarchy
Subclasses of DataCommunicator in com.vaadin.flow.data.provider.hierarchy Modifier and Type Class Description classHierarchicalDataCommunicator<T>Data communicator that handles requesting hierarchical data fromHierarchicalDataProviderand sending it to client side.
-