Uses of Interface
com.googlecode.wicket.jquery.ui.plugins.sfmenu.ISfMenuItem
Packages that use ISfMenuItem
-
Uses of ISfMenuItem in com.googlecode.wicket.jquery.ui.plugins.sfmenu
Classes in com.googlecode.wicket.jquery.ui.plugins.sfmenu that implement ISfMenuItemModifier and TypeClassDescriptionclassBase class forSfMenuItemitem, adapted for SuperfishclassProvides a standard menu-item that supports sub-menus, adapted for SuperfishMethods in com.googlecode.wicket.jquery.ui.plugins.sfmenu that return types with arguments of type ISfMenuItemModifier and TypeMethodDescriptionSfMenu.getItemList()Gets the menu-item listAbstractSfMenuItem.getItems()ISfMenuItem.getItems()Gets theListof submenu-itemsSfMenuItem.getItems()Methods in com.googlecode.wicket.jquery.ui.plugins.sfmenu with parameters of type ISfMenuItemModifier and TypeMethodDescriptionbooleanSfMenuItem.addItem(ISfMenuItem item) Adds an menu-item as child of this menu-itemConstructor parameters in com.googlecode.wicket.jquery.ui.plugins.sfmenu with type arguments of type ISfMenuItemModifierConstructorDescriptionSfMenu(String id, List<ISfMenuItem> items) ConstructorSfMenu(String id, List<ISfMenuItem> items, com.googlecode.wicket.jquery.core.Options options) ConstructorSfMenu(String id, List<ISfMenuItem> items, com.googlecode.wicket.jquery.core.Options options, Boolean isVertical) ConstructorSfMenu(String id, List<ISfMenuItem> items, Boolean isVertical) ConstructorSfMenuItem(String title, Class<? extends org.apache.wicket.Page> pageClass, List<ISfMenuItem> items) ConstructorSfMenuItem(String title, List<ISfMenuItem> items) ConstructorSfMenuItem(org.apache.wicket.model.IModel<String> title, Class<? extends org.apache.wicket.Page> pageClass, List<ISfMenuItem> items) ConstructorSfMenuItem(org.apache.wicket.model.IModel<String> title, List<ISfMenuItem> items) Constructor