Abstract
Protected
constructorOptional
methods: UiConfigMethodsProtected
_refreshProtected
Optional
_rootReadonly
configReadonly
methodsProtected
_createProtected
Abstract
_refreshAdds a listener to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Optional
config: UiObjectConfig<any, string, any>Fire an event type.
Disposes the UI associated with a config, doesn't makes change to the object or its parent.
Optional
config: UiObjectConfig<any, string, any>Checks if listener is added to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Removes a listener from an event type.
The type of the listener that gets removed.
The listener function that gets removed.
Abstract
render
A simple event dispatcher with typed event types, see IEventDispatcher.