Attributes | Name and Description |
---|---|
|
caplin.presenter.control.ControlAdaptorFactory()
|
Attributes | Name and Description |
---|---|
|
void
registerConfiguredControlAdaptor(String sName, Function fControlAdaptorConstructor, Object mConfigOptions)
Registers a presenter control caplin.presenter.control.ControlAdaptor. |
►
caplin.presenter.control.ControlAdaptorFactory()
►
void
registerConfiguredControlAdaptor(String sName, Function fControlAdaptorConstructor, Object mConfigOptions)
Registers a presenter control caplin.presenter.control.ControlAdaptor.
String | sName | The name the control is referred to in the HTML binding attribute. |
Function | fControlAdaptorConstructor | The constructor function of the class that implements the control. |
Object | mConfigOptions | A Map of options used to configure the control. |