Uses of Class
com.vaadin.data.provider.DataCommunicator
-
Packages that use DataCommunicator Package Description com.vaadin.data.provider com.vaadin.ui -
-
Uses of DataCommunicator in com.vaadin.data.provider
Subclasses of DataCommunicator in com.vaadin.data.provider Modifier and Type Class Description classHierarchicalDataCommunicator<T>Data communicator that handles requesting hierarchical data fromHierarchicalDataProviderand sending it to client side. -
Uses of DataCommunicator in com.vaadin.ui
Methods in com.vaadin.ui that return DataCommunicator Modifier and Type Method Description DataCommunicator<T>AbstractListing. getDataCommunicator()Returns the data communicator of this listing.Constructors in com.vaadin.ui with parameters of type DataCommunicator Constructor Description AbstractListing(DataCommunicator<T> dataCommunicator)Creates a newAbstractListingwith the given custom data communicator.AbstractSingleSelect(DataCommunicator<T> dataCommunicator)Creates a newAbstractSingleSelectwith the given custom data communicator.ComboBox(DataCommunicator<T> dataCommunicator)Constructs and initializes an empty combo box.Grid(PropertySet<T> propertySet, DataCommunicator<T> dataCommunicator)Creates a grid using a customPropertySetimplementation and custom data communicator.Grid(DataCommunicator<T> dataCommunicator)Creates a new grid with the given data communicator and without support for creating columns based on property names.Grid(Class<T> beanType, DataCommunicator<T> dataCommunicator)Creates a new grid that uses custom data communicator and provided bean type It uses reflection of the provided bean type to automatically set up an initial set of columns.
-