public class DirectoryTreeNode extends Object
Modifier and Type | Field and Description |
---|---|
protected List<DirectoryTreeNode> |
children |
protected DocumentModelList |
childrenEntries |
protected DirectoryTreeDescriptor |
config |
protected ContentView |
contentView |
protected String |
description |
protected DirectoryService |
directoryService |
protected String |
identifier |
protected boolean |
leaf |
protected int |
level |
protected Boolean |
open |
static String |
PARENT_FIELD_ID |
protected String |
path |
protected String |
type |
Constructor and Description |
---|
DirectoryTreeNode(int level,
DirectoryTreeDescriptor config,
String identifier,
String description,
String path,
DirectoryService directoryService) |
public static final String PARENT_FIELD_ID
protected final int level
protected final DirectoryTreeDescriptor config
protected String identifier
protected String description
protected boolean leaf
protected DirectoryService directoryService
protected ContentView contentView
protected DocumentModelList childrenEntries
protected List<DirectoryTreeNode> children
public DirectoryTreeNode(int level, DirectoryTreeDescriptor config, String identifier, String description, String path, DirectoryService directoryService)
protected List<String> processSelectedValuesOnMultiSelect(String value, List<String> values)
public String selectNode()
public boolean isSelected()
public int getChildCount()
public List<DirectoryTreeNode> getChildren()
protected DocumentModelList getChildrenEntries()
public String getDescription()
public String getIdentifier()
public boolean isLeaf()
public void setDescription(String description)
public void setIdentifier(String identifier)
public void setLeaf(boolean leaf)
protected DirectoryService getDirectoryService()
protected String getDirectoryName()
protected String getDirectorySchema()
protected Session getDirectorySession()
protected void lookupContentView()
protected DocumentModel getContentViewSearchDocumentModel()
protected boolean isLastLevel()
public void pathProcessing() throws DirectoryException
DirectoryException
@Deprecated public boolean isOpened()
isOpen()
insteadpublic boolean isOpen()
public void setOpen(boolean open)
Copyright © 2017 Nuxeo. All rights reserved.