Configuring a Tree Layout

The framework provides the capability to render a Siebel Tree Applet using a functional Presentation Model (PM) that interfaces with the Oracle JET (oj-tree-view) component. The framework provided PM handles the dynamic data binding and event handling for Oracle JET Tree component and support expand / collapse operation as well as selection capabilities in line with Siebel.

SiebelAppFacade.TreeModelViewPM is the base JavaScript PM class for Siebel Tree Applet to be used with Oracle JET Component. Any custom PM must extend from SiebelAppFacade.TreeModelViewPM and declare dependency on "siebel/treemodelviewpm" as part of Define statement.

Detail documentation to configure the chart applet can be access here. Simply configure "siebel/treemodelviewpm" as PM for the corresponding Tree Applet and it can render the Tree using oj-tree-view component. More component-based customization capabilities are not available with this release.