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