|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.gwt.shared.CmsCategoryBean
org.opencms.gwt.shared.CmsCategoryTreeEntry
public class CmsCategoryTreeEntry
Recursive category tree entry.
| Constructor Summary | |
|---|---|
protected |
CmsCategoryTreeEntry()
Constructor for serialization. |
|
CmsCategoryTreeEntry(CmsCategory category)
Clone constructor. |
| Method Summary | |
|---|---|
void |
addChild(CmsCategoryTreeEntry child)
Adds a child entry. |
java.util.List<CmsCategoryTreeEntry> |
getChildren()
Returns the children. |
void |
setChildren(java.util.List<CmsCategoryTreeEntry> children)
Sets the children. |
| Methods inherited from class org.opencms.gwt.shared.CmsCategoryBean |
|---|
getBasePath, getDescription, getId, getPath, getRootPath, getSitePath, getTitle, matchesFilter, setDescription, setPath, setSitePath, setTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsCategoryTreeEntry(CmsCategory category)
throws java.lang.Exception
category - the category to clone
java.lang.Exception - will never happenprotected CmsCategoryTreeEntry()
| Method Detail |
|---|
public void addChild(CmsCategoryTreeEntry child)
child - the child to addpublic java.util.List<CmsCategoryTreeEntry> getChildren()
public void setChildren(java.util.List<CmsCategoryTreeEntry> children)
children - the children to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||