Class sap.ui.core.LocalBusyIndicatorModule: sap/ui/core/LocalBusyIndicator
The LocalBusyIndicator is a special version of the BusyIndicator. This one doesn't block the whole screen - it just blocks the corresponding control and puts a local animation over the control. To use the functionality of this control the corresponding control needs to be enabled via the 'LocalBusyIndicatorSupport' accordingly to the ListBox control (see the init-function of the ListBox).
Deprecated API:Since version 1.14.2. The LocalBusyIndicator Control is not needed anymore by the new implementation of the LBI. Hence, it is not used anymore.
Since: 1.11.0.
sClassName
and enriches it with the information contained in oClassInfo
. Accepts an object literal mSettings
that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject for a general description of the syntax of the settings object.
The supported settings are:
- Properties
In addition, all settings applicable to the base type sap.ui.core.Control can be used as well.
{string} | sId? | id for the new control, generated automatically if no id is given |
{object} | mSettings? | initial settings for the new control |
- Deprecated:
- Since version 1.14.2. The LocalBusyIndicator Control is not needed anymore by the new implementation of the LBI. Hence, it is not used anymore.
sClassName
and enriches it with the information contained in oClassInfo
. oClassInfo
might contain the same kind of information as described in sap.ui.core.Control.extend.
{string} | sClassName | Name of the class being created |
{object} | oClassInfo? | Object literal with information about the class |
{function} | FNMetaImpl? | Constructor function for the metadata object; if not given, it defaults to sap.ui.core.ElementMetadata |
{function} | Created class / constructor function |
{sap.ui.base.Metadata} | Metadata object describing this class |
height
. This property is the height of the control that has to be covered. With this height the position of the animation can be properly set.
Default value is 100px
.
{sap.ui.core.CSSSize} | Value of property height |
width
. This property is the width of the control that has to be covered. With this width the position of the animation can be properly set.
Default value is 100px
.
{sap.ui.core.CSSSize} | Value of property width |
height
. This property is the height of the control that has to be covered. With this height the position of the animation can be properly set.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is 100px
.
{sap.ui.core.CSSSize} | sHeight | New value for property height |
{sap.ui.core.LocalBusyIndicator} | Reference to this in order to allow method chaining |
width
. This property is the width of the control that has to be covered. With this width the position of the animation can be properly set.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is 100px
.
{sap.ui.core.CSSSize} | sWidth | New value for property width |
{sap.ui.core.LocalBusyIndicator} | Reference to this in order to allow method chaining |