| Package | Description |
|---|---|
| to.etc.domui.component.menu |
| Modifier and Type | Class and Description |
|---|---|
class |
MenuItemImpl
A single item in the menu, as defined by the *code*.
|
class |
MenuItemProxy
Proxy to an actual MenuItem which can be used to override a menu with a different order, tree structure.
|
| Modifier and Type | Field and Description |
|---|---|
static Comparator<IMenuItem> |
MenuManager.C_BY_ORDER_AND_CHILDREN |
| Modifier and Type | Method and Description |
|---|---|
IMenuItem |
MenuItemProxy.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<IMenuItem> |
MenuManager.createUserMenu(IMenuItemFilter filter)
Creates a filtered and possibly reordered user menu.
|
List<IMenuItem> |
MenuItemProxy.getChildren() |
List<IMenuItem> |
MenuItemImpl.getChildren() |
List<IMenuItem> |
IMenuItem.getChildren() |
List<IMenuItem> |
MenuManager.getRootMenu()
Return the global central menu.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MenuItemProxy.setParent(IMenuItem parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
MenuGenerator2.generate(Writer pw,
List<IMenuItem> list)
Generate the menu as a JSON structure.
|
void |
MenuItemProxy.setChildren(List<IMenuItem> children) |
void |
MenuItemImpl.setChildren(List<IMenuItem> children) |
| Constructor and Description |
|---|
MenuItemProxy(IMenuItem actual) |
Copyright © 2017 etc.to. All rights reserved.