Interface CmsAutoItemCreatingComboBox.I_NewValueHandler

All Known Implementing Classes:
CmsSiteSelectorNewValueHandler
Enclosing class:
CmsAutoItemCreatingComboBox

Handles automatic creation of new values.

  • Method Summary

    Modifier and Type
    Method
    Description
    ensureItem(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

      Object ensureItem(com.vaadin.v7.data.Container cnt, Object id)
      Ensure that an item with the given id or a suitable replacement id exists.

      Parameters:
      cnt - the container
      id - the id
      Returns:
      the id actually used for the item