Class SfMenuBehavior

java.lang.Object
org.apache.wicket.behavior.Behavior
com.googlecode.wicket.jquery.core.JQueryAbstractBehavior
com.googlecode.wicket.jquery.core.JQueryBehavior
com.googlecode.wicket.jquery.ui.plugins.sfmenu.SfMenuBehavior
All Implemented Interfaces:
Serializable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable

public class SfMenuBehavior extends com.googlecode.wicket.jquery.core.JQueryBehavior
Provides the Superfish menu plugin behavior
Since:
6.12.0
Author:
Ludger Kluitmann - JavaLuigi
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class com.googlecode.wicket.jquery.core.JQueryBehavior

    method, options, selector
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor
    SfMenuBehavior(String selector, com.googlecode.wicket.jquery.core.Options options, Boolean isVertical)
    Constructor
  • Method Summary

    Methods inherited from class com.googlecode.wicket.jquery.core.JQueryBehavior

    $, $, $, $, beforeRender, detach, getMethod, getOption, getOptions, getSelector, off, on, on, onConfigure, register, remove, renderHead, setOption, setOption, setOption, setOptions, setSelector

    Methods inherited from class com.googlecode.wicket.jquery.core.JQueryAbstractBehavior

    add, getJQueryLibrarySettings, renderOnDomReadyScript, renderPriorityHeaderItem, toString

    Methods inherited from class org.apache.wicket.behavior.Behavior

    afterRender, bind, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onEvent, onException, onRemove, onTag, unbind

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • SfMenuBehavior

      public SfMenuBehavior(String selector)
      Constructor
      Parameters:
      selector - the html selector (ie: "#myId")
    • SfMenuBehavior

      public SfMenuBehavior(String selector, com.googlecode.wicket.jquery.core.Options options, Boolean isVertical)
      Constructor
      Parameters:
      selector - the html selector (ie: "#myId")
      options - the Options
      isVertical - indicates whether the menu is a vertical menu