if (CoreUtils.isString(domTarget)) {
        this._dom = document.getElementById(domTarget);
      } else {
        this._dom = domTarget;
      }