| Package | Description |
|---|---|
| com.helger.photon.basic.app.menu |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMenuItemExternal
Base interface for a single menu item referencing an arbitrary URL.
|
interface |
IMenuItemPage
Base interface for a single menu item referencing an internal page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MenuItemExternal
Default implementation of the
IMenuItemExternal interface. |
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.
|
IMenuItemExternal |
MenuTree.createItem(IMenuItem aParent,
String sItemID,
com.helger.commons.url.ISimpleURL aURL,
com.helger.commons.name.IHasDisplayText aName) |
IMenuItemExternal |
IMenuOperations.createItem(IMenuItem aParent,
String sItemID,
com.helger.commons.url.ISimpleURL aURL,
com.helger.commons.name.IHasDisplayText aName)
Append a new menu item below the specified parent.
|
IMenuSeparator |
MenuTree.createSeparator(IMenuItem aParent) |
IMenuSeparator |
IMenuOperations.createSeparator(IMenuItem aParent)
Append a new menu item separator as a child of the passed menu item
|
Copyright © 2014–2015 Philip Helger. All rights reserved.