apiCheckValid: function ( shouldSuppressErrors ) {
                var widget = this;
                return this.getValidity().then( function () {
                    return $.Deferred().resolve( true ).promise();
                }, function () {