Package org.dwcj.interfaces
Interface HasPopupMenu
- All Known Implementing Classes:
PopupMenu
public interface HasPopupMenu
On applicable controls, helps facilitate underlying BBj popup menu
behavior to facilitate implementation of methods
to interact with this behavior.
==TODO==
-
Method Summary
Modifier and TypeMethodDescriptionaddPopupMenu(int id, String title) removePopupMenu(int id, String title)
-
Method Details
-
addPopupMenu
-
removePopupMenu
-