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
Modifier and TypeMethodDescriptionGet the elements to build the treegetId()
Get the extension unique idGet the tool role for the UI tool factory
-
Method Details
-
getId
Get the extension unique id- Returns:
- The extension id
-
getUIToolRole
Get the tool role for the UI tool factory- Returns:
- The js role
-
getElements
Get the elements to build the tree- Returns:
- The elements. Can not be null.
-