public class CmsCategoryTreeEntry extends CmsCategoryBean
BIG_ICON_CLASSES, SMALL_ICON_CLASSES| Modifier | Constructor and Description |
|---|---|
protected |
CmsCategoryTreeEntry()
Constructor for serialization.
|
|
CmsCategoryTreeEntry(CmsCategory category)
Clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(CmsCategoryTreeEntry child)
Adds a child entry.
|
java.util.List<CmsCategoryTreeEntry> |
getChildren()
Returns the children.
|
java.lang.Object |
getTitleOrName()
Gets the title of the category, or the name if the title is not set.
|
void |
setChildren(java.util.List<CmsCategoryTreeEntry> children)
Sets the children.
|
getBasePath, getBigIconClasses, getDescription, getId, getPath, getRootPath, getSitePath, getSmallIconClasses, getTitle, matchesFilter, setDescription, setPath, setSitePath, setTitlepublic CmsCategoryTreeEntry(CmsCategory category)
category - the category to cloneprotected CmsCategoryTreeEntry()
public void addChild(CmsCategoryTreeEntry child)
child - the child to addpublic java.util.List<CmsCategoryTreeEntry> getChildren()
public java.lang.Object getTitleOrName()
public void setChildren(java.util.List<CmsCategoryTreeEntry> children)
children - the children to set