_hasVisibleAttribute(attr) {
    let hasAttr = false

    if (this._hasVisibleAttributes())
      hasAttr = this.visible.indexOf(attr) >= 0