public static interface Item.Viewer extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Item |
getItemDataSource()
Gets the Item serving as the data source of the viewer.
|
void |
setItemDataSource(Item newDataSource)
Sets the Item that serves as the data source of the viewer.
|
void setItemDataSource(Item newDataSource)
newDataSource - The new data source ItemItem getItemDataSource()
Copyright © 2016 Vaadin Ltd. All rights reserved.