public class CmsGalleryFilteredNavTreeBuilder.NavigationNode extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsGalleryFilteredNavTreeBuilder.NavigationNode> |
getChildren()
Gets the children of this node.
|
CmsJspNavElement |
getNavElement()
Gets the navigation element for this node.
|
boolean |
isLeaf()
Returns true if this is a leaf in the original unfiltered navigation tree.
|
boolean |
isMatch()
Returns true if this node has previously matched the filter string.
|
void |
removeFromParent()
Removes the node from its parent.
|
void |
setIsLeaf(boolean isLeaf)
Marks this node as a leaf.
|
java.lang.String |
toString() |
public java.util.List<CmsGalleryFilteredNavTreeBuilder.NavigationNode> getChildren()
public CmsJspNavElement getNavElement()
public boolean isLeaf()
public boolean isMatch()
public void removeFromParent()
public void setIsLeaf(boolean isLeaf)
isLeaf - true if this should be marked as a leafpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()