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:
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
-
-