Class SfMenu

    • Constructor Detail

      • SfMenu

        public SfMenu​(String id,
                      List<ISfMenuItem> items)
        Constructor
        Parameters:
        id - the markup id
        items - the menu-items
      • SfMenu

        public SfMenu​(String id,
                      List<ISfMenuItem> items,
                      Boolean isVertical)
        Constructor
        Parameters:
        id - the markup id
        items - the menu-items
        isVertical - Vertical Superfish Menu if true
      • SfMenu

        public SfMenu​(String id,
                      List<ISfMenuItem> items,
                      com.googlecode.wicket.jquery.core.Options options)
        Constructor
        Parameters:
        id - the markup id
        items - the menu-items
        options - the Options
      • SfMenu

        public SfMenu​(String id,
                      List<ISfMenuItem> items,
                      com.googlecode.wicket.jquery.core.Options options,
                      Boolean isVertical)
        Constructor
        Parameters:
        id - the markup id
        items - the menu-items
        options - the Options
        isVertical - Vertical Superfish Menu if true
    • Method Detail

      • getItemList

        public List<ISfMenuItem> getItemList()
        Gets the menu-item list
        Returns:
        the menu-item List
      • newWidgetBehavior

        public com.googlecode.wicket.jquery.core.JQueryBehavior newWidgetBehavior​(String selector)