Package org.ametys.plugins.contentstree
Interface TreeConfiguration
-
- All Known Implementing Classes:
StaticTreeConfiguration
public interface TreeConfiguration
This interface describe the configuration for a contents tree.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<TreeConfigurationElements>
getElements()
Get the elements to build the treeString
getId()
Get the extension unique idString
getUIToolRole()
Get the tool role for the UI tool factory
-
-
-
Method Detail
-
getUIToolRole
String getUIToolRole()
Get the tool role for the UI tool factory- Returns:
- The js role
-
getElements
Set<TreeConfigurationElements> getElements()
Get the elements to build the tree- Returns:
- The elements. Can not be null.
-
-