New Sample Demonstrating the Traversing of Tree Bindings
- by Duncan Mills
A technique that I seem to use a fair amount, particularly
in the construction of dynamic UIs is the use of a ADF Tree Binding to encode a
multi-level master-detail relationship
which is then expressed in the UI in some kind of looping form – usually a
series of nested af:iterators, rather than the conventional tree or treetable.
This technique…