public interface DocumentTreeNode extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
void | 
fetchChildren()  | 
List<DocumentTreeNode> | 
getChildren()  | 
DocumentModel | 
getDocument()
Returns the document corresponding to this node 
 | 
String | 
getId()  | 
String | 
getPath()  | 
QuotaStats | 
getQuotaStats()
Returns the  
QuotaStats adapter for the underlying document of this DocumentTreeNode. | 
boolean | 
isExpanded()  | 
boolean | 
isSelected(DocumentModel currentDocument)
Returns true if node represents current document, or if it's the direct parent of a non-folderish document that
 is not be represented in the tree. 
 | 
void | 
resetChildren()  | 
void | 
setExpanded(boolean expanded)  | 
List<DocumentTreeNode> getChildren()
QuotaStats getQuotaStats()
QuotaStats adapter for the underlying document of this DocumentTreeNode.boolean isSelected(DocumentModel currentDocument)
currentDocument - DocumentModel getDocument()
void resetChildren()
void fetchChildren()
void setExpanded(boolean expanded)
boolean isExpanded()
Copyright © 2019 Nuxeo. All rights reserved.