Package com.vaadin.ui
Interface AbstractSelect.NewItemHandler
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractSelect.DefaultNewItemHandler
- Enclosing class:
- AbstractSelect
public static interface AbstractSelect.NewItemHandler extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addNewItem(String newItemCaption)
-
-
-
Method Detail
-
addNewItem
void addNewItem(String newItemCaption)
-
-