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 Detail

      • collapse

        void collapse​(org.apache.wicket.ajax.AjaxRequestTarget target)
        Close the contextmenu
        Parameters:
        target -