Constructor
new module:br/presenter/control/ControlAdaptorFactoryClass()
Methods
-
registerConfiguredControlAdaptor(sName, fControlAdaptorConstructor, mConfigOptions)
-
Registers a presenter control
module:br/presenter/control/ControlAdaptor.Parameters:
Name Type Description sNameString The name the control is referred to in the HTML binding attribute. fControlAdaptorConstructorfunction The constructor function of the class that implements the control. mConfigOptionsObject A Map of options used to configure the control.