Class sap.ui.core.EnabledPropagatorModule: sap/ui/core/EnabledPropagator
Helper Class for enhancement of a Control with propagation of enabled property.
This constructor should be applied to the prototype of a control
Example: sap.ui.core.EnabledPropagator.call(Some-Control.prototype, Default-value, ...);
e.g. sap.ui.core.EnabledPropagator.call(sap.ui.commons.Button.prototype);
Constructor Summary
new sap.ui.core.EnabledPropagator(bDefault?, bLegacy?)