T - the data typepublic static class DataChangeEvent.DataRefreshEvent<T> extends DataChangeEvent<T>
DataProvider has been
updated.DataChangeEvent.DataRefreshEvent<T>source| Constructor and Description |
|---|
DataRefreshEvent(DataProvider<T,?> source,
T item)
Creates a new data refresh event originating from the given data
provider.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getItem()
Gets the refreshed item.
|
getSourcetoStringpublic DataRefreshEvent(DataProvider<T,?> source, T item)
source - the data provider, not nullitem - the updated item, not nullpublic T getItem()
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.