get attached object

Hi,

If we attach grid’s or tabbar to each tab of tabbar. Is it possible to get the attached grid from tabbar object?

tabbar.cells(id).attachGrid();
tabbar.cells(id).attachTabbar();

Above method returns tabbar or grid objects. How can we retrieve them when required?
Do we need to store them in specific variables and use them?

Thanks
Praveen

Above method returns tabbar or grid objects. How can we retrieve them when required?

var grid_obj= tabbar.cells(id).attachGrid(); var tabbar_obj=tabbar.cells(id).attachTabbar();