public interface 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
Modifier and Type | Method and Description |
---|---|
void |
collapseAllContextMenus() |
void |
showContextMenu(IContextMenu active) |
void showContextMenu(IContextMenu active)
void collapseAllContextMenus()
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.