public interface IMenuItem
extends org.apache.wicket.util.io.IClusterable
MenuAbstractMenuItem| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIcon()
Gets the icon css class being displayed in the
Menu |
java.lang.String |
getId()
Gets the menu-item markup id
|
java.util.List<IMenuItem> |
getItems()
Gets the
List of submenu-items |
org.apache.wicket.model.IModel<java.lang.String> |
getTitle()
Gets the menu-item title
|
boolean |
isEnabled()
Indicates whether the menu-item is enabled
|
void |
onClick(org.apache.wicket.ajax.AjaxRequestTarget target)
Triggered when the menu-item is clicked
|
java.lang.String getId()
org.apache.wicket.model.IModel<java.lang.String> getTitle()
java.lang.String getIcon()
Menuboolean isEnabled()
java.util.List<IMenuItem> getItems()
List of submenu-itemsList of submenu-itemsvoid onClick(org.apache.wicket.ajax.AjaxRequestTarget target)
target - the AjaxRequestTargetCopyright © 2014 7thWeb. All Rights Reserved.