Package org.hippoecm.frontend.behaviors
Interface IContextMenuManager
- All Known Implementing Classes:
Home
public interface IContextMenuManager
Marker interface for IContextMenuManager
Component
s. All IContextMenu
s
that are contained in the component hierarchy will be closed when the context menu
manager is notified. Other context menu managers (and their sub-trees) are excluded
from the hierarchical search.
The interface can be set on a Component
or one of it's Behavior
s.
When an ancestor context menu manager searches for context menu's, it
-
Method Summary
-
Method Details
-
showContextMenu
-
collapseAllContextMenus
void collapseAllContextMenus()
-