| 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 |
|---|---|
default IMenuItem |
IMenuItem.setTarget(com.helger.html.hc.html.HC_Target aTarget)
Set the (HTML) target of the link.
|
IMenuItem |
IMenuItem.setTarget(String sTarget)
Set the (HTML) target of the link.
|
| Modifier and Type | Method and Description |
|---|---|
default IMenuItemPage |
IMenuOperations.createItem(IMenuItem aParent,
IPage aPage)
Append a new menu item below the specified parent.
|
default IMenuItemExternal |
IMenuOperations.createItem(IMenuItem aParent,
String sItemID,
com.helger.commons.url.IHasSimpleURL aURL,
com.helger.commons.text.display.IHasDisplayText aName)
Append a new menu item below the specified parent.
|
default IMenuItemExternal |
IMenuOperations.createItem(IMenuItem aParent,
String sItemID,
com.helger.commons.url.ISimpleURL aURL,
com.helger.commons.text.display.IHasDisplayText aName)
Append a new menu item below the specified parent.
|
default IMenuSeparator |
IMenuOperations.createSeparator(IMenuItem aParent)
Append a new menu item separator as a child of the passed menu item
|
Copyright © 2014–2017 Philip Helger. All rights reserved.