Schnittstelle IItemMenuSearcher

Alle bekannten Implementierungsklassen:
ItemMenuSearcher

public interface IItemMenuSearcher
Version:
2025-02-10
Autor:
Silvan Wyss
  • Methodendetails

    • getStoredBlankItem

      IItemMenuItem<?> getStoredBlankItem(IItemMenu<?,?> itemMenu)
      Parameter:
      itemMenu -
      Gibt zurück:
      the blank item of the given itemMenu.
      Löst aus:
      RuntimeException - if the given itemMenu does not contain a blank item.
    • getStoredFirstItem

      IItemMenuItem<?> getStoredFirstItem(IItemMenu<?,?> itemMenu)
      Parameter:
      itemMenu -
      Gibt zurück:
      the first item of the given itemMenu.
      Löst aus:
      RuntimeException - if the given itemMenu dies not contain an item.
    • getStoredItemById

      IItemMenuItem<?> getStoredItemById(IItemMenu<?,?> itemMenu, String id)
      Parameter:
      itemMenu -
      id -
      Gibt zurück:
      the item with the given id from the given itemMenu.
      Löst aus:
      RuntimeException - if the given itemMenu does not contain an item with the given id.
    • getStoredItemByText

      IItemMenuItem<?> getStoredItemByText(IItemMenu<?,?> itemMenu, String text)
      Parameter:
      itemMenu -
      text -
      Gibt zurück:
      the item with the given text from the given itemMenu.
      Löst aus:
      RuntimeException - if the given itemMenu does not contain an item with the given text.