public class DirectoryTreeNode extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PARENT_FIELD_ID |
Constructor and Description |
---|
DirectoryTreeNode(int level,
DirectoryTreeDescriptor config,
String identifier,
String description,
String path,
DirectoryService directoryService) |
Modifier and Type | Method and Description |
---|---|
int |
getChildCount() |
List<DirectoryTreeNode> |
getChildren() |
String |
getDescription() |
String |
getIdentifier() |
String |
getPath() |
String |
getType() |
boolean |
isLeaf() |
boolean |
isOpen() |
boolean |
isOpened()
Deprecated.
since 6.0, use
isOpen() instead |
boolean |
isSelected() |
void |
pathProcessing() |
String |
selectNode() |
void |
setDescription(String description) |
void |
setIdentifier(String identifier) |
void |
setLeaf(boolean leaf) |
void |
setOpen(boolean open) |
void |
setType(String type) |
public static final String PARENT_FIELD_ID
public DirectoryTreeNode(int level, DirectoryTreeDescriptor config, String identifier, String description, String path, DirectoryService directoryService)
public String selectNode() throws ClientException
ClientException
public boolean isSelected() throws ClientException
ClientException
public int getChildCount()
public List<DirectoryTreeNode> getChildren()
public String getDescription()
public String getIdentifier()
public String getPath()
public String getType()
public boolean isLeaf()
public void setDescription(String description)
public void setIdentifier(String identifier)
public void setLeaf(boolean leaf)
public void setType(String type)
public void pathProcessing() throws DirectoryException
DirectoryException
@Deprecated public boolean isOpened()
isOpen()
insteadpublic boolean isOpen()
public void setOpen(boolean open)
Copyright © 2015 Nuxeo SA. All rights reserved.