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:
- extends Object
- implements AbstractSelect.NewItemHandler
public class AbstractSelect.DefaultNewItemHandler
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 | |
---|---|
AbstractSelect.DefaultNewItemHandler()
|
Method Summary | |
---|---|
void |
addNewItem(String newItemCaption)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
AbstractSelect.DefaultNewItemHandler
public AbstractSelect.DefaultNewItemHandler()
Method Detail |
---|
addNewItem
public void addNewItem(String newItemCaption)
- Specified by:
addNewItem
in interfaceAbstractSelect.NewItemHandler