We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.
Interface Item.Editor
All Superinterfaces:
All Known Implementing Classes:
Enclosing interface:
- extends Item.Viewer, Serializable
public static interface Item.Editor
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 |