Class ContextMenuBehavior

    • Field Detail

      • INVOKER_CSS_CLASS

        public static final String INVOKER_CSS_CLASS
        CSS class used to identify the component that invoke the context menu, in order to avoid events conflict (with the registered click in ContextMenu)
        See Also:
        Constant Field Values
    • Constructor Detail

      • ContextMenuBehavior

        public ContextMenuBehavior​(ContextMenu menu)
        Constructor
        Parameters:
        menu - the ContextMenu that should be displayed
    • Method Detail

      • $

        protected String $()
        Specified by:
        $ in class com.googlecode.wicket.jquery.core.JQueryAbstractBehavior
      • onAjax

        public void onAjax​(AjaxRequestTarget target,
                           com.googlecode.wicket.jquery.core.JQueryEvent event)
        Specified by:
        onAjax in interface com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware