Package de.uplanet.lucy.server.menu.rt
Class LinkMenuItem
java.lang.Object
de.uplanet.lucy.server.menu.rt.AbstractMenuItem
de.uplanet.lucy.server.menu.rt.LinkMenuItem
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionchildren()
Get the children of this menu item.clone()
int
Get the number of children of this node.getDescendantOrSelf
(String p_strId) Get the menu item with the specified unique identifier from this subtree.getLink()
boolean
Check if this menu item has children.boolean
Indicates if this menu item is a link menu item.boolean
Methods inherited from class de.uplanet.lucy.server.menu.rt.AbstractMenuItem
getGuid, getLevel, getLevelRelative, getName, getNames, getNextSibling, getParent, getPreviousSibling, getProperties, getProperty, hasName, hasParent, hasProperty, isApplicationMenuItem, isCmsMenuItem, isContainerMenuItem, isFirstChild, isLastChild, isRootMenuItem, isSeparatorMenuItem, isTopLevelGroupMenuItem
-
Constructor Details
-
LinkMenuItem
-
-
Method Details
-
clone
- Specified by:
clone
in classAbstractMenuItem
-
isLinkMenuItem
public boolean isLinkMenuItem()Description copied from interface:IMenuItem
Indicates if this menu item is a link menu item.- Specified by:
isLinkMenuItem
in interfaceIMenuItem
- Overrides:
isLinkMenuItem
in classAbstractMenuItem
- Returns:
- Always
true
.
-
getApplicationGuid
-
getLink
-
isOpenNewWindow
public boolean isOpenNewWindow() -
hasChildren
public boolean hasChildren()Description copied from interface:IMenuItem
Check if this menu item has children.- Returns:
- Always
false
.
-
getChildrenCount
public int getChildrenCount()Description copied from interface:IMenuItem
Get the number of children of this node.- Returns:
- Always
0
.
-
children
Description copied from interface:IMenuItem
Get the children of this menu item. If the menu item has no children, an empty array is returned.- Returns:
- Always an empty array.
-
getDescendantOrSelf
Description copied from interface:IMenuItem
Get the menu item with the specified unique identifier from this subtree.- Parameters:
p_strId
- The menu item's unique identifier.- Returns:
- The menu item with the given unique identifier, or
null
if the menu item does not exist in this subtree.
-