public interface DirectoryTreeManager extends Serializable
Modifier and Type | Method and Description |
---|---|
DirectoryTreeNode |
get(String treeName) |
List<String> |
getDirectoryTreeNames() |
List<DirectoryTreeNode> |
getDirectoryTrees() |
String |
getLabelFor(String directoryTreeName,
String fullPath)
Returns the internationalized label for a given path of the specified Directory tree.
|
String |
getLabelFor(String directoryTreeName,
String fullPath,
boolean includeDirectoryTreeLabel)
Returns the internationalized label for a given path of the specified Directory tree, including or not the
Directory tree label.
|
DirectoryTreeNode |
getSelectedTree() |
String |
getSelectedTreeName() |
boolean |
isInitialized() |
void |
setSelectedTreeName(String treeName) |
DirectoryTreeNode get(String treeName)
DirectoryTreeNode getSelectedTree()
List<DirectoryTreeNode> getDirectoryTrees()
List<String> getDirectoryTreeNames()
String getSelectedTreeName()
void setSelectedTreeName(String treeName)
boolean isInitialized()
String getLabelFor(String directoryTreeName, String fullPath)
String getLabelFor(String directoryTreeName, String fullPath, boolean includeDirectoryTreeLabel)
Copyright © 2016 Nuxeo SA. All rights reserved.