| Package | Description |
|---|---|
| com.helger.photon.basic.app.menu | |
| com.helger.photon.basic.app.request |
| Modifier and Type | Class and Description |
|---|---|
class |
MenuItemPage
Default implementation of the
IMenuItemPage interface. |
| Modifier and Type | Method and Description |
|---|---|
IMenuItemPage |
MenuTree.createItem(IMenuItem aParent,
IPage aPage) |
IMenuItemPage |
IMenuOperations.createItem(IMenuItem aParent,
IPage aPage)
Append a new menu item below the specified parent.
|
IMenuItemPage |
MenuTree.createItem(String sParentID,
IPage aPage) |
IMenuItemPage |
IMenuOperations.createItem(String sParentID,
IPage aPage)
Append a new menu item below the specified parent.
|
IMenuItemPage |
MenuTree.createItem(String sParentID,
String sItemID,
IPage aPage) |
IMenuItemPage |
IMenuOperations.createItem(String sParentID,
String sItemID,
IPage aPage)
Append a new menu item below the specified parent.
|
IMenuItemPage |
MenuTree.createRootItem(IPage aPage) |
IMenuItemPage |
IMenuOperations.createRootItem(IPage aPage)
Append a new menu item at root level.
|
IMenuItemPage |
MenuTree.createRootItem(String sItemID,
IPage aPage) |
IMenuItemPage |
IMenuOperations.createRootItem(String sItemID,
IPage aPage)
Append a new menu item at root level.
|
IMenuItemPage |
MenuTree.getDefaultMenuItem() |
IMenuItemPage |
IMenuOperations.getDefaultMenuItem()
Get the default menu item object.
|
IMenuItemPage |
MenuTree.replaceMenuItem(IPage aNewPage) |
IMenuItemPage |
IMenuOperations.replaceMenuItem(IPage aNewPage)
Replace an eventually existing menu item with the new one.
|
IMenuItemPage |
IMenuItemPage.setDisplayFilter(com.helger.commons.filter.IFilter<IMenuObject> aDisplayFilter)
Set a new display filter for this menu object.
|
| Modifier and Type | Method and Description |
|---|---|
List<IMenuItemPage> |
MenuTree.getAllDefaultMenuItems() |
List<IMenuItemPage> |
IMenuOperations.getAllDefaultMenuItems()
Get the default menu item objects in the correct order.
|
| Modifier and Type | Method and Description |
|---|---|
IMenuItemPage |
RequestManager.getRequestMenuItem() |
IMenuItemPage |
IRequestManager.getRequestMenuItem()
Resolve the request parameter for the menu item to an
IMenuItem
object. |
IMenuItemPage |
RequestManager.getSessionMenuItem() |
IMenuItemPage |
IRequestManager.getSessionMenuItem() |
Copyright © 2014–2015 Philip Helger. All rights reserved.