Package org.hippoecm.frontend.behaviors
Interface IContextMenu
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
- All Known Implementing Classes:
ContextMenuTree.ContextLink
,RightClickBehavior
public interface IContextMenu extends org.apache.wicket.util.io.IClusterable
Class that implements this interface should be able to do one thing: close a visible contextmenu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
collapse(org.apache.wicket.ajax.AjaxRequestTarget target)
Close the contextmenu
-