Interface ConfigStepMenu.Menu
- All Superinterfaces:
ConfigStepMenu.Item
- Enclosing interface:
- ConfigStepMenu
A menu that can contain other menus or menu items.
XML tag: "menu"
-
Method Summary
Modifier and TypeMethodDescriptiongetItems()
getTitle()
The title of the menu.void
setItems
(List<ConfigStepMenu.Item> items) The items in the menu.void
-
Method Details
-
getTitle
String getTitle()The title of the menu. XML tag: "title"- Returns:
- The title of the menu.
-
setTitle
-
setItems
The items in the menu.- Parameters:
items
- The menu items.
-
getItems
List<ConfigStepMenu.Item> getItems()
-