if ( this.model.getRowProperties().isDeletable ) {
        this.deleteButton.connect( this, {
            click: 'onDeleteButtonClick'
        } );
    }