Interface NavigationEntryConverterRegistry

All Known Implementing Classes:
DefaultNavigationEntryConverterRegistry

public interface NavigationEntryConverterRegistry
Registry that stores a collection of NavigationEntryItemModelConverter.
  • Method Details

    • getNavigationEntryItemModelConverter

      Optional<NavigationEntryItemModelConverter> getNavigationEntryItemModelConverter(String itemType)
      Get a specific NavigationEntryItemModelConverter by its itemType.
      Parameters:
      itemType - the itemType AbstractItemModel.getItemtype() of the element to retrieve from the registry
      Returns:
      an Optional element matching the itemType
    • getSupportedItemTypes

      @Deprecated(since="1811", forRemoval=true) Optional<List<String>> getSupportedItemTypes()
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 1811.
      Get a list of supported navigation entry item types.
      Returns:
      an Optional list of item types supported by this registry.