Constructor.
The window reference.
The child options.
he root component facade.
ProtectedoptionsProtectedresourcesProtectedrootProtectedwindowProtectedcallCall the global error handler.
The error object
ProtectedcallCall a specific event handler.
The type of handler to call.
Optionaldata: unknownMethod invoked to dispose of the component.
Protecteddispose@@inheritdoc
ProtectedgetGet the communication handler.
ProtectedgetCore method to get the communication handler. All derived classes need to implement this to return the correct handler implementation.
ProtectedgetGet the document reference.
ProtectedgetGet the CrossWindowChildComponentOptions
ProtectedgetGet the window reference.
Method invoked to initialize the component. It should create the root element and any base dependencies.
ProtectedinitializeCore initialization function. Any component derived should override this to add extra functionality.
ProtectedloadLoad the resources required by the component.
ProtectedlogLogging method.
Optionalmessage: unknownThe message.
Optional parameters.
Method invoked to mount the actual content of the component.
Protectedmount@@inheritdoc
Send data.
The data to send.
Cross Window Child Component.