Modifier and Type | Method | Description |
---|---|---|
MenuModel |
BreadCrumb.getModel() |
Modifier and Type | Method | Description |
---|---|---|
void |
BreadCrumb.setModel(MenuModel _model) |
Modifier and Type | Method | Description |
---|---|---|
MenuModel |
ContextMenu.getModel() |
Modifier and Type | Method | Description |
---|---|---|
void |
ContextMenu.setModel(MenuModel _model) |
Modifier and Type | Method | Description |
---|---|---|
MenuModel |
Dock.getModel() |
Modifier and Type | Method | Description |
---|---|---|
void |
Dock.setModel(MenuModel _model) |
Modifier and Type | Method | Description |
---|---|---|
MenuModel |
MegaMenu.getModel() |
Modifier and Type | Method | Description |
---|---|---|
void |
MegaMenu.setModel(MenuModel _model) |
Modifier and Type | Method | Description |
---|---|---|
abstract MenuModel |
AbstractMenu.getModel() |
|
MenuModel |
Menu.getModel() |
Modifier and Type | Method | Description |
---|---|---|
void |
Menu.setModel(MenuModel _model) |
Modifier and Type | Method | Description |
---|---|---|
MenuModel |
Menubar.getModel() |
Modifier and Type | Method | Description |
---|---|---|
void |
Menubar.setModel(MenuModel _model) |
Modifier and Type | Method | Description |
---|---|---|
MenuModel |
MenuButton.getModel() |
Modifier and Type | Method | Description |
---|---|---|
void |
MenuButton.setModel(MenuModel _model) |
Modifier and Type | Method | Description |
---|---|---|
MenuModel |
PanelMenu.getModel() |
Modifier and Type | Method | Description |
---|---|---|
void |
PanelMenu.setModel(MenuModel _model) |
Modifier and Type | Method | Description |
---|---|---|
MenuModel |
SlideMenu.getModel() |
Modifier and Type | Method | Description |
---|---|---|
void |
SlideMenu.setModel(MenuModel _model) |
Modifier and Type | Method | Description |
---|---|---|
MenuModel |
Stack.getModel() |
Modifier and Type | Method | Description |
---|---|---|
void |
Stack.setModel(MenuModel _model) |
Modifier and Type | Method | Description |
---|---|---|
MenuModel |
Steps.getModel() |
Modifier and Type | Method | Description |
---|---|---|
void |
Steps.setModel(MenuModel _model) |
Modifier and Type | Method | Description |
---|---|---|
MenuModel |
TabMenu.getModel() |
Modifier and Type | Method | Description |
---|---|---|
void |
TabMenu.setModel(MenuModel _model) |
Modifier and Type | Method | Description |
---|---|---|
MenuModel |
TieredMenu.getModel() |
Modifier and Type | Method | Description |
---|---|---|
void |
TieredMenu.setModel(MenuModel _model) |
Modifier and Type | Class | 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 © 2018. All rights reserved.