MENU_INFO_ATTR| Constructor and Description |
|---|
CategoryMenuInfo(Category category,
Category[] ctxCategories,
boolean navigatePortlet,
int maxDepthLevel,
int depthLevel,
MenuInfo<Category> parent,
MenuInfoFilter<Category> menuInfoFilter,
java.lang.String lang,
Member member,
javax.servlet.http.HttpServletRequest request) |
CategoryMenuInfo(CategoryMenuInfo menuInfo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MenuInfo<Category>> |
getChildren() |
int |
getDepthLevel() |
java.lang.String |
getHtmlAttributes() |
java.lang.String |
getIcon() |
java.lang.String |
getId()
Returns id of the current node
|
java.lang.String |
getLabel() |
java.lang.String |
getLink() |
int |
getMaxDepthLevel() |
Category |
getNode() |
MenuInfo<Category> |
getParent() |
java.util.Collection<? extends TreeNode> |
getTreeChildren()
Returns a Collection of TreeNode children
of the current node
|
TreeNode |
getTreeParent()
Returns parent of the current node
|
TreeNode |
getTreeRoot()
Returns the root of the current node
|
boolean |
isActive() |
boolean |
isTreeLeaf()
Returns boolean true if the TreeNode is a leaf
|
boolean |
isTreeNode()
Returns boolean true if the TreeNode is a node
|
public CategoryMenuInfo(CategoryMenuInfo menuInfo)
public java.lang.String getId()
TreeNodepublic TreeNode getTreeRoot()
TreeNodegetTreeRoot in interface TreeNodepublic TreeNode getTreeParent()
TreeNodegetTreeParent in interface TreeNodepublic java.util.Collection<MenuInfo<Category>> getChildren()
getChildren in interface MenuInfo<Category>public java.util.Collection<? extends TreeNode> getTreeChildren()
TreeNodegetTreeChildren in interface TreeNodepublic boolean isTreeNode()
TreeNodeisTreeNode in interface TreeNodepublic boolean isTreeLeaf()
TreeNodeisTreeLeaf in interface TreeNodepublic int getMaxDepthLevel()
getMaxDepthLevel in interface MenuInfo<Category>public int getDepthLevel()
getDepthLevel in interface MenuInfo<Category>public java.lang.String getHtmlAttributes()
getHtmlAttributes in interface MenuInfo<Category>Copyright © 2001-2016 Jalios SA. All Rights Reserved.