mw.widgets.RowWidget.prototype.setIndex = function ( index ) {
    this.model.setIndex( index );
};