org.exoplatform.wiki.tree
Class JsonNodeData
java.lang.Object
org.exoplatform.wiki.tree.JsonNodeData
public class JsonNodeData
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
path
protected String path
currentPath
protected String currentPath
hasChild
protected boolean hasChild
nodeType
protected TreeNodeType nodeType
isLastNode
protected boolean isLastNode
isSelectable
protected boolean isSelectable
isRetricted
protected boolean isRetricted
isExpanded
protected boolean isExpanded
isSelected
protected boolean isSelected
excerpt
protected String excerpt
CURRENT_PATH
public static final String CURRENT_PATH
- See Also:
- Constant Field Values
children
public List<JsonNodeData> children
JsonNodeData
public JsonNodeData(TreeNode treeNode,
boolean isLastNode,
boolean isSelectable,
String currentPath,
String excerpt,
HashMap<String,Object> context)
throws Exception
- Throws:
Exception
getName
public String getName()
setName
public void setName(String name)
getPath
public String getPath()
setPath
public void setPath(String path)
isHasChild
public boolean isHasChild()
setHasChild
public void setHasChild(boolean hasChild)
getNodeType
public TreeNodeType getNodeType()
setNodeType
public void setNodeType(TreeNodeType nodeType)
isLastNode
public boolean isLastNode()
setLastNode
public void setLastNode(boolean isLastNode)
isSelectable
public boolean isSelectable()
setSelectable
public void setSelectable(boolean isSelectable)
isRetricted
public boolean isRetricted()
setRetricted
public void setRetricted(boolean isRetricted)
getCurrentPath
public String getCurrentPath()
setCurrentPath
public void setCurrentPath(String currentPath)
isExpanded
public boolean isExpanded()
setExpanded
public void setExpanded(boolean isExpanded)
isSelected
public boolean isSelected()
setSelected
public void setSelected(boolean isSelected)
getExcerpt
public String getExcerpt()
setExcerpt
public void setExcerpt(String excerpt)
getChildren
public List<JsonNodeData> getChildren()
setChildren
public void setChildren(List<JsonNodeData> children)
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.