Create ADF Table at runtime
852806Feb 7 2012 — edited Feb 7 2012Hi,
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