call subview method

Hi, guys. I created such a carousel and added a subview:

this.$$("carousel").addView({
          $subview: SliderView,
          name: name
        });

It is done in the for loop. I want to parse a data into the SliderView’s datatable.
Can I do it when I create like above object. I do not want to call it like this: ```
this.getSubView(“PreviousView” + i).updateValues(data);