| Package | Description |
|---|---|
| de.alpharogroup.wicket.components.menu.suckerfish |
| Modifier and Type | Method and Description |
|---|---|
MenuItem |
MenuItem.addMenu(MenuItem menu)
Adds the given menu item to this menu item.
|
static MenuItem |
MenuItemFactory.newMenuItem(Class<? extends org.apache.wicket.Page> pageClass,
String resourceModelKey,
org.apache.wicket.Component component)
Creates the menu item.
|
static MenuItem |
MenuItemFactory.newMenuItem(Class<? extends org.apache.wicket.Page> pageClass,
String resourceModelKey,
org.apache.wicket.Component component,
org.apache.wicket.request.mapper.parameter.PageParameters parameters)
Creates the menu item.
|
static MenuItem |
MenuItemFactory.newMenuItem(org.apache.wicket.model.IModel<String> labelModel)
Creates the menu item.
|
MenuItem |
MenuItem.setMenuItems(List<MenuItem> menuItems)
Add all menus at once.
|
| Modifier and Type | Method and Description |
|---|---|
MenuItem |
MenuItem.addMenu(MenuItem menu)
Adds the given menu item to this menu item.
|
void |
MenuPanel.addMenu(MenuItem menu)
Add one menu item.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SubMenuListView.populateItem(org.apache.wicket.markup.html.list.ListItem<MenuItem> item) |
MenuItem |
MenuItem.setMenuItems(List<MenuItem> menuItems)
Add all menus at once.
|
void |
MenuPanel.setMenuItems(List<MenuItem> menuItems)
Add all menus at once.
|
| Constructor and Description |
|---|
MenuItemFragment(MenuItem menuItem,
org.apache.wicket.MarkupContainer markupProvider)
Instantiates a new
MenuItemFragment. |
| Constructor and Description |
|---|
SubMenuListView(String id,
org.apache.wicket.model.IModel<List<MenuItem>> model,
org.apache.wicket.MarkupContainer markupProvider)
Instantiates a new
SubMenuListView. |
SubMenuListView(String id,
List<MenuItem> list,
org.apache.wicket.MarkupContainer markupProvider)
Instantiates a new sub menu list view.
|
Copyright © 2010–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.