Interface IMenuListener

  • All Superinterfaces:
    org.apache.wicket.util.io.IClusterable, Serializable
    All Known Implementing Classes:
    ContextMenu, Menu

    public interface IMenuListener
    extends org.apache.wicket.util.io.IClusterable
    Event listener shared by the Menu widget and the MenuBehavior
    Author:
    Sebastien Briquet - sebfz1
    • Method Detail

      • onClick

        void onClick​(org.apache.wicket.ajax.AjaxRequestTarget target,
                     IMenuItem item)
        Triggered when a menu-item is clicked
        Parameters:
        target - the AjaxRequestTarget
        item - the IMenuItem