public interface TreeBuilder
| Modifier and Type | Method and Description |
|---|---|
default <T extends org.qubership.automation.itf.core.model.common.Storable> |
addSubElements(UITreeElement currentFolder,
Collection<T> objects)
This method will convert all
objects to UITreeElement and add it to currentFolder. |
UITreeData |
buildTree(org.qubership.automation.itf.core.model.common.Storable node) |
default void |
configureObject(UITreeElement treeElement,
org.qubership.automation.itf.core.model.common.Storable storable) |
UITreeData buildTree(org.qubership.automation.itf.core.model.common.Storable node)
default void configureObject(UITreeElement treeElement, org.qubership.automation.itf.core.model.common.Storable storable)
default <T extends org.qubership.automation.itf.core.model.common.Storable> void addSubElements(UITreeElement currentFolder, Collection<T> objects)
objects to UITreeElement and add it to currentFolder.T - - all types which extends StorablecurrentFolder - - the folder where will be added converted objectsobjects - - objects to convert and add to UITreeElementCopyright © 2025. All rights reserved.