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()
TreeNode
public TreeNode getTreeRoot()
TreeNode
getTreeRoot
in interface TreeNode
public TreeNode getTreeParent()
TreeNode
getTreeParent
in interface TreeNode
public java.util.Collection<MenuInfo<Category>> getChildren()
getChildren
in interface MenuInfo<Category>
public java.util.Collection<? extends TreeNode> getTreeChildren()
TreeNode
getTreeChildren
in interface TreeNode
public boolean isTreeNode()
TreeNode
isTreeNode
in interface TreeNode
public boolean isTreeLeaf()
TreeNode
isTreeLeaf
in interface TreeNode
public 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.