| Package | Description |
|---|---|
| org.dmd.mvw.client.mvwmenus.base | |
| org.dmd.mvw.client.mvwmenus.extended.controllers |
| Modifier and Type | Class and Description |
|---|---|
class |
MvwBackgroundMenu |
class |
MvwPopupMenu |
class |
MvwSubMenu |
| Modifier and Type | Method and Description |
|---|---|
abstract MvwMenu |
MvwMenuFactory.createMenu(String menuType,
String menuName)
This method should be overloaded to instantiate the type of menu specified.
|
abstract MvwMenu |
MvwMenuFactory.createSubMenu(String menuType,
String itemName,
String menuOrder,
String addToMenu,
boolean dynamic,
String label,
com.google.gwt.resources.client.ImageResource image)
This method should be overloaded to instantiate the type of submenu specified.
|
| Modifier and Type | Method and Description |
|---|---|
MvwMenu |
MenuController.getBackgroundMenu(String name)
Return the specified background menu.
|
MvwMenu |
MenuController.getMenu(String name) |
MvwMenu |
MenuController.getPopupMenuForObject(org.dmd.dmc.DmcObject obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
MenuController.addMenu(MvwMenu mi) |
Copyright © 2019. All rights reserved.