# MultiModuleTreeItemRenderer

This component extends the BaseBeanTreeItemRenderer which is the default item renderer used in the layout multi_module_tree.

It extends the functionality of the BaseBeanTreeItemRenderer to be able to show the object image or an icon (dependent on the module of the current BaseBean).

Tag: cm4ap-multi-module-tree-item-renderer

# Parameter

Layout Parameter Name Description
iconName Is ignored by this class. Use iconNameMultiModule.
showObjectImage Is ignored by this class. Use showObjectImageMultiModule.
icons Is ignored by this class. No replacement.
dragAndDropOptions Is ignored by this class. No replacement.
showObjectImageMultiModule A map of booleans. Each module whose object image is to be displayed should have the boolean value set to true.
iconNameMultiModule A map of string. Each module that is to be represented by an icon should have the string value set. The final icon name will be the defined icon name plus postfix -OPENED or -CLOSED, depending on the open state of the node.
Request missing documentation