Name | Description | |
---|---|---|
![]() | init | Initializes the DataConnectorDialog. Called during construction. |
Name | Description | |
---|---|---|
![]() | applyDefaultsToUI | Calling this will apply the defaults from the data connector to the UI. |
![]() | close | Closes the dialog. Inherited from dundas.controls.DialogBase. |
![]() | fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. |
![]() | getDataConnectorId | Gets the data connector ID, if any. |
![]() | getDialogElement | Gets the dialog element. Inherited from dundas.controls.DialogBase. |
![]() | getGatewayId | Gets the gateway provider ID, if any. |
![]() | getParameterValuesFromUI | Calling this will scan the UI and get the values back as parameter values. |
![]() | onGatewayChanged | Allows UI writers to execute code after the gateway has been changed. |
![]() | onProviderValuesLoaded | Allows UI writers to execute code after the provider values have been loaded. |
![]() | onResize | This method should be called when the window re-sizes. Inherited from dundas.controls.DialogBase. |
![]() | show | Tells the dialog to show itself. Those overriding can call this._super() to get a deferred object created for them. Inherited from dundas.controls.DialogBase. |
![]() | toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |