public interface MenuSubItemIF
| Modifier and Type | Method and Description |
|---|---|
String |
getAddToMenu() |
String |
getMenuOrder() |
String |
getName() |
com.google.gwt.user.client.ui.Widget |
getWidget() |
void |
initialize()
Implementing classes must overload this method to initialize their Component.
|
boolean |
isDynamic() |
String getName()
String getAddToMenu()
String getMenuOrder()
void initialize()
com.google.gwt.user.client.ui.Widget getWidget()
boolean isDynamic()
Copyright © 2019. All rights reserved.