Uses of Interface
com.vaadin.client.data.DataChangeHandler
-
Packages that use DataChangeHandler Package Description com.vaadin.client.data com.vaadin.client.widget.grid.datasources -
-
Uses of DataChangeHandler in com.vaadin.client.data
Subinterfaces of DataChangeHandler in com.vaadin.client.data Modifier and Type Interface Description interfaceHierarchicalDataChangeHandlerFOR INTERNAL USE ONLY.Classes in com.vaadin.client.data that implement DataChangeHandler Modifier and Type Class Description classSimpleDataChangeHandlerHelper class for creating aDataChangeHandlerfor a Widget that does not support lazy loading.Methods in com.vaadin.client.data with parameters of type DataChangeHandler Modifier and Type Method Description RegistrationAbstractRemoteDataSource. addDataChangeHandler(DataChangeHandler dataChangeHandler)RegistrationDataSource. addDataChangeHandler(DataChangeHandler dataChangeHandler)Sets a data change handler to inform when data is updated, added or removed. -
Uses of DataChangeHandler in com.vaadin.client.widget.grid.datasources
Methods in com.vaadin.client.widget.grid.datasources with parameters of type DataChangeHandler Modifier and Type Method Description RegistrationListDataSource. addDataChangeHandler(DataChangeHandler dataChangeHandler)
-