com.vaadin.data
Interface Item.Editor

All Superinterfaces:
Item.Viewer, Serializable
All Known Implementing Classes:
Form
Enclosing interface:
Item

public static interface Item.Editor
extends Item.Viewer, Serializable

Interface implemented by the Editor classes capable of editing the Item. Implementing this interface means that the Item serving as the data source of the editor can be modified through it.

Note : Not implementing the Item.Editor interface does not restrict the class from editing the contents of an internally.


Method Summary
 
Methods inherited from interface com.vaadin.data.Item.Viewer
getItemDataSource, setItemDataSource
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.