Package org.opencms.ui.components
Interface CmsAutoItemCreatingComboBox.I_NewValueHandler
- All Known Implementing Classes:
CmsSiteSelectorNewValueHandler
- Enclosing class:
- CmsAutoItemCreatingComboBox
public static interface CmsAutoItemCreatingComboBox.I_NewValueHandler
Handles automatic creation of new values.
-
Method Summary
Modifier and TypeMethodDescriptionensureItem
(com.vaadin.v7.data.Container cnt, Object id) Ensure that an item with the given id or a suitable replacement id exists.
-
Method Details
-
ensureItem
Ensure that an item with the given id or a suitable replacement id exists.- Parameters:
cnt
- the containerid
- the id- Returns:
- the id actually used for the item
-