ManualMdxTransform.onLoaded Method
Called when the adapter is loaded and set up.
The control should be set up by the adapter now and added to the DOM (container property).
Implementers of this method must call this._super() at the end if they want actions
and events to be automatically set up.