|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vaadin.ui.AbstractSelect.DefaultNewItemHandler
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.
Constructor Summary | |
---|---|
AbstractSelect.DefaultNewItemHandler()
|
Method Summary | |
---|---|
void |
addNewItem(java.lang.String newItemCaption)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSelect.DefaultNewItemHandler()
Method Detail |
---|
public void addNewItem(java.lang.String newItemCaption)
addNewItem
in interface AbstractSelect.NewItemHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |