I have a tree structure that needs to be composed from four separate views in a unique orientation. This prevents me from using the Default model used in Jdeveloper.
Is it possible to create the tree structure manually and then use the JUCtrlHierBindings to connect to the JClient Iterators?
Tree Structure Eg.
Company
|_LocationView
| |_ DepartMentView
| |_ DepartMentView
| | |_ EmployeeView
| |_ EmployeeView
|
|_LocationView
|_ DepartmentView
|_ Employee
The relationship between the department and the employee is linked by a many-to-many relationship using a third table.
Thank you for any possible ideas.
Is it possible to create the tree structure manually and then use the JUCtrlHierBindings to connect to the JClient Iterators?
Tree Structure Eg.
Company
|_LocationView
| |_ DepartMentView
| |_ DepartMentView
| | |_ EmployeeView
| |_ EmployeeView
|
|_LocationView
|_ DepartmentView
|_ Employee
The relationship between the department and the employee is linked by a many-to-many relationship using a third table.
Thank you for any possible ideas.