| Modifier and Type | Interface and Description |
|---|---|
interface |
Menu
Menu is an interface for an ordered list of MenuItems.
|
| Modifier and Type | Method and Description |
|---|---|
MenuItem |
Menu.add(MenuItem item)
Add a menu item to the bar.
|
MenuItem |
MenuItem.getItem(int index)
Access one sub-items of the item.
|
| Modifier and Type | Method and Description |
|---|---|
List<MenuItem> |
MenuItem.getItems()
Access the sub-items of the item.
|
| Modifier and Type | Method and Description |
|---|---|
MenuItem |
Menu.add(MenuItem item)
Add a menu item to the bar.
|
Copyright © 2006–2019 The Sakai Foundation. All rights reserved.