You can end a master-detail relationship between two view object
instances in a data model by calling remove()
on the view
link instance joining them. The detail view object instance will become
an independent instance.
To remove a view link instance at runtime:
ApplicationModule.findViewLink()
:
ViewLink toBeRemoved = myAM.findViewLink("CustOrdLink");
remove()
on the view link:
toBeRemoved.remove();
Ways to Change View Object
Relationships at Runtime
About
Oracle ADF View Links
About Oracle
ADF View Objects
About Oracle ADF
Application Modules
About View
Object and View Link Instances
Copyright © 1997, 2004, Oracle. All rights reserved.