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 Container.Editor
-
All Superinterfaces:
Enclosing interface:
public static interface Container.Editor extends Container.Viewer, Serializable
Interface implemented by the editor classes supporting editing the Container. Implementing this interface means that the Container serving as the data source of the editor can be modified through it.
Note that not implementing the
Container.Editor
interface does not restrict the class from editing the Container contents internally.
-
-
Method Summary
-
Methods inherited from interface com.vaadin.data.Container.Viewer
getContainerDataSource, setContainerDataSource
-
-