| Package | Description |
|---|---|
| com.helger.photon.basic.app | |
| com.helger.photon.basic.app.menu | |
| com.helger.photon.basic.app.request |
| Modifier and Type | Method and Description |
|---|---|
IMenuItemPage |
PhotonSessionState.getSelectedMenuItem(String sApplicationID) |
static IMenuItemPage |
PhotonSessionState.getSelectedMenuItemOfCurrentSession(String sApplicationID) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhotonSessionState.setSelectedMenuItem(String sApplicationID,
IMenuItemPage aMenuItem) |
| Modifier and Type | Class and Description |
|---|---|
class |
MenuItemPage
Default implementation of the
IMenuItemPage interface. |
| Modifier and Type | Method and Description |
|---|---|
default IMenuItemPage |
IMenuOperations.createItem(IMenuItem aParent,
IPage aPage)
Append a new menu item below the specified parent.
|
default 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.
|
default 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(IMenuObjectFilter aDisplayFilter)
Set a new display filter for this menu object.
|
default IMenuItemPage |
IMenuItemPage.setTarget(com.helger.html.hc.html.HC_Target aTarget) |
IMenuItemPage |
IMenuItemPage.setTarget(String sTarget) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.ext.ICommonsList<IMenuItemPage> |
MenuTree.getAllDefaultMenuItems() |
com.helger.commons.collection.ext.ICommonsList<IMenuItemPage> |
IMenuOperations.getAllDefaultMenuItems()
Get the default menu item objects in the correct order.
|
| Modifier and Type | Method and Description |
|---|---|
IMenuItemPage |
PhotonRequestParameters.getMenuItem() |
IMenuItemPage |
RequestParameterManager.getRequestMenuItem() |
IMenuItemPage |
IRequestParameterManager.getRequestMenuItem()
Resolve the request parameter for the menu item to an
IMenuItem
object. |
IMenuItemPage |
RequestParameterManager.getSessionMenuItem() |
IMenuItemPage |
IRequestParameterManager.getSessionMenuItem() |
IMenuItemPage |
PhotonRequestParameters.setMenuItemFromString(String sMenuItemID) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhotonRequestParameters.setMenuItem(IMenuItemPage aMenuItem) |
Copyright © 2014–2017 Philip Helger. All rights reserved.