Package de.uplanet.lucy.server.menu.rt
Klasse ApplicationMenuItem
java.lang.Object
de.uplanet.lucy.server.menu.rt.AbstractMenuItem
de.uplanet.lucy.server.menu.rt.ApplicationMenuItem
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungchildren()Get the children of this menu item.clone()intGet the number of children of this node.getDescendantOrSelf(String p_strId) Get the menu item with the specified unique identifier from this subtree.booleanCheck if this menu item has children.booleanIndicates if this menu item is an application menu item.booleanVon Klasse geerbte Methoden de.uplanet.lucy.server.menu.rt.AbstractMenuItem
getGuid, getLevel, getLevelRelative, getName, getNames, getNextSibling, getParent, getPreviousSibling, getProperties, getProperty, hasName, hasParent, hasProperty, isCmsMenuItem, isContainerMenuItem, isFirstChild, isLastChild, isLinkMenuItem, isRootMenuItem, isSeparatorMenuItem, isTopLevelGroupMenuItem
-
Konstruktordetails
-
ApplicationMenuItem
-
-
Methodendetails
-
clone
- Angegeben von:
clonein KlasseAbstractMenuItem
-
isApplicationMenuItem
public boolean isApplicationMenuItem()Beschreibung aus Schnittstelle kopiert:IMenuItemIndicates if this menu item is an application menu item.- Angegeben von:
isApplicationMenuItemin SchnittstelleIMenuItem- Setzt außer Kraft:
isApplicationMenuItemin KlasseAbstractMenuItem- Gibt zurück:
- Always
true.
-
getApplicationGuid
-
getPageGuid
-
isOpenNewWindow
public boolean isOpenNewWindow() -
hasChildren
public boolean hasChildren()Beschreibung aus Schnittstelle kopiert:IMenuItemCheck if this menu item has children.- Gibt zurück:
- Always
false.
-
getChildrenCount
public int getChildrenCount()Beschreibung aus Schnittstelle kopiert:IMenuItemGet the number of children of this node.- Gibt zurück:
- Always
0.
-
children
Beschreibung aus Schnittstelle kopiert:IMenuItemGet the children of this menu item. If the menu item has no children, an empty array is returned.- Gibt zurück:
- Always an empty array.
-
getDescendantOrSelf
Beschreibung aus Schnittstelle kopiert:IMenuItemGet the menu item with the specified unique identifier from this subtree.- Parameter:
p_strId- The menu item's unique identifier.- Gibt zurück:
- The menu item with the given unique identifier, or
nullif the menu item does not exist in this subtree.
-