Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create ADF Table at runtime

852806Feb 7 2012 — edited Feb 7 2012
Hi,

I am trying to create ADF table at run time. Initially I tried to include all the tables at design time. Then I turned the setVisible property to false. Then , based on the condition, I turned it to true at runTime, so that to give the effect of the table getting created at run time.

But now, I would like to know , is there any option to extract the table component from the ViewObject or from the iterator, at run time.

say,
I have my ViewObject like this.

DCIteratorBinding dcIter=(DCIteratorBinding)bindings.getControlBinding("Table1View1Iterator");
ViewObject vo=dcIter.getViewObject();


Now, I have a panel, 'pb1'. I am able to add input boxes at run time. Now I want to add the table that corresponds to the above View also at run time.

Could someone pls give me the suggestion..


Thanks,
Sabarisri. N

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 6 2012
Added on Feb 7 2012
7 comments
1,247 views