Uses of Interface
com.googlecode.wicket.jquery.ui.widget.menu.IMenuItem
-
Packages that use IMenuItem Package Description com.googlecode.wicket.jquery.ui.form.button com.googlecode.wicket.jquery.ui.widget.menu -
-
Uses of IMenuItem in com.googlecode.wicket.jquery.ui.form.button
Methods in com.googlecode.wicket.jquery.ui.form.button with parameters of type IMenuItem Modifier and Type Method Description protected voidAjaxSplitButton. onSubmit(org.apache.wicket.ajax.AjaxRequestTarget target, IMenuItem item)Triggered when the form is submitted, and the validation succeedprotected voidSplitButton. onSubmit(IMenuItem item)Triggered when the form is submitted, and the validation succeedConstructor parameters in com.googlecode.wicket.jquery.ui.form.button with type arguments of type IMenuItem Constructor Description AbstractSplitButton(String id, List<IMenuItem> items)ConstructorAbstractSplitButton(String id, org.apache.wicket.model.IModel<List<IMenuItem>> items)ConstructorAjaxSplitButton(String id, List<IMenuItem> items)ConstructorAjaxSplitButton(String id, org.apache.wicket.model.IModel<List<IMenuItem>> items)ConstructorSplitButton(String id, List<IMenuItem> items)ConstructorSplitButton(String id, org.apache.wicket.model.IModel<List<IMenuItem>> items)Constructor -
Uses of IMenuItem in com.googlecode.wicket.jquery.ui.widget.menu
Classes in com.googlecode.wicket.jquery.ui.widget.menu that implement IMenuItem Modifier and Type Class Description classAbstractMenuItemBase class forMenuitemclassMenuItemProvides a standard menu-item that supports sub-menusMethods in com.googlecode.wicket.jquery.ui.widget.menu that return types with arguments of type IMenuItem Modifier and Type Method Description List<IMenuItem>Menu. getItemList()Gets the menu-item listList<IMenuItem>AbstractMenuItem. getItems()List<IMenuItem>IMenuItem. getItems()Gets theListof submenu-itemsList<IMenuItem>MenuItem. getItems()protected abstract Map<String,IMenuItem>MenuBehavior. getMenuItemMap()Gets the reference map of hash/menu-item.Methods in com.googlecode.wicket.jquery.ui.widget.menu with parameters of type IMenuItem Modifier and Type Method Description booleanMenuItem. addItem(IMenuItem item)Adds a menu-item as child of this menu-itemprotected voidMenu. addMenuItem(org.apache.wicket.markup.html.list.ListItem<IMenuItem> item, IMenuItem menuItem)Adds the needed Wicket components to render the givenIMenuItemprotected booleanMenu. hasSubMenus(IMenuItem item)Checks whether a menu item has sub menu itemsvoidIMenuListener. onClick(org.apache.wicket.ajax.AjaxRequestTarget target, IMenuItem item)Triggered when a menu-item is clickedvoidMenu. onClick(org.apache.wicket.ajax.AjaxRequestTarget target, IMenuItem item)Method parameters in com.googlecode.wicket.jquery.ui.widget.menu with type arguments of type IMenuItem Modifier and Type Method Description protected voidMenu. addMenuItem(org.apache.wicket.markup.html.list.ListItem<IMenuItem> item, IMenuItem menuItem)Adds the needed Wicket components to render the givenIMenuItemConstructor parameters in com.googlecode.wicket.jquery.ui.widget.menu with type arguments of type IMenuItem Constructor Description ContextMenu(String id, List<IMenuItem> items)ConstructorContextMenu(String id, List<IMenuItem> items, com.googlecode.wicket.jquery.core.Options options)ConstructorMenu(String id, List<IMenuItem> items)ConstructorMenu(String id, List<IMenuItem> items, com.googlecode.wicket.jquery.core.Options options)ConstructorMenuItem(String title, String icon, List<IMenuItem> items)ConstructorMenuItem(String title, List<IMenuItem> items)ConstructorMenuItem(org.apache.wicket.model.IModel<String> title, String icon, List<IMenuItem> items)ConstructorMenuItem(org.apache.wicket.model.IModel<String> title, List<IMenuItem> items)Constructor
-