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.ui.
Class AbstractSelect.DefaultNewItemHandler
- java.lang.Object
-
- com.vaadin.ui.AbstractSelect.DefaultNewItemHandler
-
All Implemented Interfaces:
Enclosing class:
public class AbstractSelect.DefaultNewItemHandler extends Object implements AbstractSelect.NewItemHandler
TODO refine doc This is a default class that handles adding new items that are typed by user to selects container. By extending this class one may implement some logic on new item addition like database inserts.
See Also:
-
-
Constructor Summary
Constructors Constructor Description DefaultNewItemHandler()
-
-
-
Method Detail
-
addNewItem
public void addNewItem​(String newItemCaption)
Specified by:
addNewItem
in interfaceAbstractSelect.NewItemHandler
-
-