Interface ConfigStepMenu.Menu

All Superinterfaces:
ConfigStepMenu.Item
Enclosing interface:
ConfigStepMenu

public static interface ConfigStepMenu.Menu extends ConfigStepMenu.Item
A menu that can contain other menus or menu items. XML tag: "menu"
  • Method Details

    • getTitle

      String getTitle()
      The title of the menu. XML tag: "title"
      Returns:
      The title of the menu.
    • setTitle

      void setTitle(String title)
    • setItems

      void setItems(List<ConfigStepMenu.Item> items)
      The items in the menu.
      Parameters:
      items - The menu items.
    • getItems