| Package | Description |
|---|---|
| com.helger.photon.basic.app.menu | |
| com.helger.photon.basic.app.page |
| Modifier and Type | Method and Description |
|---|---|
IPage |
MenuItemPage.getPage() |
IPage |
IMenuItemPage.getPage() |
| 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.replaceMenuItem(IPage aNewPage) |
IMenuItemPage |
IMenuOperations.replaceMenuItem(IPage aNewPage)
Replace an eventually existing menu item with the new one.
|
| Constructor and Description |
|---|
MenuItemPage(String sItemID,
IPage aPage) |
MenuItemPage(String sItemID,
IPage aPage,
com.helger.commons.text.display.IHasDisplayText aDisplayText) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPage
Abstract base implementation for
IPage. |
Copyright © 2014–2017 Philip Helger. All rights reserved.