| Modifier and Type | Method and Description |
|---|---|
MenuItem |
MenuItem.add(MenuItem... items)
Adds the given menu items as children of this component.
|
MenuItem |
MenuItem.setLabel(String label) |
MenuItem |
MenuItem.setTitle(String title) |
| Modifier and Type | Method and Description |
|---|---|
MenuItem |
MenuItem.add(MenuItem... items)
Adds the given menu items as children of this component.
|
void |
AppLayout.setMenuItems(MenuItem... menuitems) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppDrawer.setMenuItems(Collection<MenuItem> menuItems) |
Copyright © 2018–2019 Flowing Code. All rights reserved.