Interface Item.Viewer

Interface implemented by viewer classes capable of using an Item as a data source.

Synopsis

Inheritance Path.  com.itmill.toolkit.data.Item.Viewer

getItemDataSource()

Parameters

return

data source Item

Gets the Item serving as the data source of the viewer.

setItemDataSource(Item)

Parameters

newDataSource

The new data source Item

Sets the Item that serves as the data source of the viewer.