public abstract class MvwItem extends Object implements MenuSubItemIF
| Modifier | Constructor and Description |
|---|---|
protected |
MvwItem(String itemName,
String menuOrder,
String addToMenu,
boolean dynamic)
Constructs a new menu item.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddToMenu() |
String |
getMenuOrder() |
String |
getName() |
boolean |
isDynamic() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetWidget, initializeprotected Action action
public String getName()
getName in interface MenuSubItemIFpublic String getMenuOrder()
getMenuOrder in interface MenuSubItemIFpublic String getAddToMenu()
getAddToMenu in interface MenuSubItemIFpublic boolean isDynamic()
isDynamic in interface MenuSubItemIFCopyright © 2019. All rights reserved.