Interface CmsAutoItemCreatingComboBox.I_NewValueHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object ensureItem​(com.vaadin.v7.data.Container cnt, java.lang.Object id)
      Ensure that an item with the given id or a suitable replacement id exists.
    • Method Detail

      • ensureItem

        java.lang.Object ensureItem​(com.vaadin.v7.data.Container cnt,
                                    java.lang.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