if (this.hostname.getValue() !== "" && this.username.getValue() !== "" && this.password.getValue() !== "" &&
            this.databaseName.getValue() !== "")
        {

            Ext.ComponentQuery.query('#nextBtn')[0].enable();