Package org.hippoecm.frontend.behaviors
Interface IContextMenuManager
-
- All Known Implementing Classes:
Home
public interface IContextMenuManager
Marker interface for IContextMenuManagerComponent
s. AllIContextMenu
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'sBehavior
s. When an ancestor context menu manager searches for context menu's, it
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
collapseAllContextMenus()
void
showContextMenu(IContextMenu active)
-
-
-
Method Detail
-
showContextMenu
void showContextMenu(IContextMenu active)
-
collapseAllContextMenus
void collapseAllContextMenus()
-
-