src/core/widget-facade/widget-facade-factory.ts
A service that provides easy access to widget facades
Methods |
constructor(widgetFormat: WidgetFormatService, colorMap: ColorTableService, smartServiceAdapter: SmartServiceAdapter)
|
||||||||||||
Parameters :
|
deregisterInput | ||||||
deregisterInput(inputId: string)
|
||||||
Deregisters an input from the facade factory. For internal use.
Parameters :
Returns :
void
|
Async GetFacade | ||||||
GetFacade(inputId: string)
|
||||||
Creates a widget facade for the input that has the given HTML id.
Parameters :
Returns :
Promise<IWidgetFacade>
|
GetFacadeReference | ||||||
GetFacadeReference(inputId: string)
|
||||||
Parameters :
Returns :
IWidgetFacade
IWidgetFacade |
registerInput | ||||||||||||
registerInput(inputDirective: InputFacadeDirective, input: HTMLInputElement)
|
||||||||||||
Registers a HTML input with the facade factory. For internal use. param input
Parameters :
Returns :
void
|