| Package | Description |
|---|---|
| com.helger.photon.basic.app.menu |
| Modifier and Type | Class and Description |
|---|---|
class |
MenuItemExternal
Default implementation of the
IMenuItemExternal interface. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
IMenuItemExternal |
MenuTree.createItem(String sParentID,
String sItemID,
com.helger.commons.url.ISimpleURL aURL,
com.helger.commons.name.IHasDisplayText aName) |
IMenuItemExternal |
IMenuOperations.createItem(String sParentID,
String sItemID,
com.helger.commons.url.ISimpleURL aURL,
com.helger.commons.name.IHasDisplayText aName)
Append a new menu item below the specified parent.
|
IMenuItemExternal |
MenuTree.createRootItem(String sItemID,
com.helger.commons.url.ISimpleURL aURL,
com.helger.commons.name.IHasDisplayText aName) |
IMenuItemExternal |
IMenuOperations.createRootItem(String sItemID,
com.helger.commons.url.ISimpleURL aURL,
com.helger.commons.name.IHasDisplayText aName)
Append a new menu item at root level.
|
IMenuItemExternal |
IMenuItemExternal.setDisplayFilter(com.helger.commons.filter.IFilter<IMenuObject> aDisplayFilter)
Set a new display filter for this menu object.
|
IMenuItemExternal |
IMenuItemExternal.setTarget(com.helger.html.hc.html.HC_Target eTarget)
Set the (HTML) target of the link.
|
IMenuItemExternal |
IMenuItemExternal.setTarget(String sTarget)
Set the (HTML) target of the link.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.