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
Modifier and TypeMethodDescriptionvoid
collapse
(org.apache.wicket.ajax.AjaxRequestTarget target) Close the contextmenu
-
Method Details
-
collapse
void collapse(org.apache.wicket.ajax.AjaxRequestTarget target) Close the contextmenu- Parameters:
target
-
-