ProtectedoptionsProtectedresourcesProtectedrootProtectedwindowAdd a child component.
Child component options.
ProtectedcallCall 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.
ProtecteddisposeCore dispose function. Any component derived should override this to add clean-up after itself.
Get the child with the given identifier.
The child identifier.
ProtectedgetGet the document reference.
ProtectedgetGet the options data.
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
Remove a child component.
The child component identifier.
The root component to host the rest of the components. There is not limitation right no but ideally there should only be one of these on a page.