| Modifier and Type | Method and Description | 
|---|---|
MenuModel | 
BreadCrumb.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BreadCrumb.setModel(MenuModel _model)  | 
| Modifier and Type | Method and Description | 
|---|---|
MenuModel | 
ContextMenu.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContextMenu.setModel(MenuModel _model)  | 
| Modifier and Type | Method and Description | 
|---|---|
MenuModel | 
Dock.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Dock.setModel(MenuModel _model)  | 
| Modifier and Type | Method and Description | 
|---|---|
MenuModel | 
MegaMenu.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MegaMenu.setModel(MenuModel _model)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract MenuModel | 
AbstractMenu.getModel()  | 
MenuModel | 
Menu.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Menu.setModel(MenuModel _model)  | 
| Modifier and Type | Method and Description | 
|---|---|
MenuModel | 
Menubar.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Menubar.setModel(MenuModel _model)  | 
| Modifier and Type | Method and Description | 
|---|---|
MenuModel | 
MenuButton.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MenuButton.setModel(MenuModel _model)  | 
| Modifier and Type | Method and Description | 
|---|---|
MenuModel | 
PanelMenu.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PanelMenu.setModel(MenuModel _model)  | 
| Modifier and Type | Method and Description | 
|---|---|
MenuModel | 
SlideMenu.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SlideMenu.setModel(MenuModel _model)  | 
| Modifier and Type | Method and Description | 
|---|---|
MenuModel | 
Stack.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Stack.setModel(MenuModel _model)  | 
| Modifier and Type | Method and Description | 
|---|---|
MenuModel | 
Steps.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Steps.setModel(MenuModel _model)  | 
| Modifier and Type | Method and Description | 
|---|---|
MenuModel | 
TabMenu.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TabMenu.setModel(MenuModel _model)  | 
| Modifier and Type | Method and Description | 
|---|---|
MenuModel | 
TieredMenu.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TieredMenu.setModel(MenuModel _model)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseMenuModel
Base implementation for model of a programmatic menu 
 | 
class  | 
DefaultMenuModel
Default implementation of a MenuModel optimized for static menus that do not change once built. 
 | 
class  | 
DynamicMenuModel
Default implementation of a MenuModel optimized for dynamic menus that may change after getting initialized. 
 | 
Copyright © 2016. All rights reserved.