AbstractConstructor
The reference to the window object
The component options
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.
ProtecteddisposeCore dispose function. Any component derived should override this to add clean-up after itself.
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.
ProtectedmountCore mount function. Any component derived should override this to add extra functionality.
Base class for all components.