Class sap.m.StandardTileModule: sap/m/StandardTile
The StandardTile control is displayed in the tile container.
Since: 1.12.
sClassName
and enriches it with the information contained in oClassInfo
.ariaDescribedBy
.ariaDescribedBy
. 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
- title : string
- info : string
- icon : sap.ui.core.URI
- activeIcon : sap.ui.core.URI
- number : string
- numberUnit : string
- infoState : sap.ui.core.ValueState (default: None)
- type : sap.m.StandardTileType (default: None)
- iconDensityAware : boolean (default: true)
In addition, all settings applicable to the base type sap.m.Tile 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 |
sClassName
and enriches it with the information contained in oClassInfo
. oClassInfo
might contain the same kind of information as described in sap.m.Tile.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 |
ariaDescribedBy
. {string|sap.ui.core.Control} | vAriaDescribedBy | the ariaDescribedBy to add; if empty, nothing is inserted |
{sap.m.StandardTile} | Reference to this in order to allow method chaining |
activeIcon
. Defines the active icon of the StandardTile.
{sap.ui.core.URI} | Value of property activeIcon |
ariaDescribedBy
. {sap.ui.core.Control[]} |
iconDensityAware
. By default, this is set to true but then one or more requests are sent trying to get the density perfect version of image if this version of image doesn't exist on the server.
If bandwidth is key for the application, set this value to false.
Default value is true
.
{boolean} | Value of property iconDensityAware |
info
. Defines the description of the StandardTile.
{string} | Value of property info |
infoState
. Defines the color of the info text. Possible values are Error, Warning, Success and so on.
Default value is None
.
{sap.ui.core.ValueState} | Value of property infoState |
number
. Defines the number field of the StandardTile.
{string} | Value of property number |
numberUnit
. Defines the number units qualifier of the StandardTile.
{string} | Value of property numberUnit |
title
. Defines the title of the StandardTile.
{string} | Value of property title |
type
. Defines the type of the StandardTile.
Default value is None
.
{sap.m.StandardTileType} | Value of property type |
ariaDescribedBy
. {sap.ui.core.Control[]} | An array of the removed elements (might be empty) |
ariaDescribedBy
. {int|string|sap.ui.core.Control} | vAriaDescribedBy | The ariaDescribedByto be removed or its index or ID |
{sap.ui.core.Control} | the removed ariaDescribedBy or null |
activeIcon
. Defines the active icon of the StandardTile.
When called with a value of null
or undefined
, the default value of the property will be restored.
{sap.ui.core.URI} | sActiveIcon | New value for property activeIcon |
{sap.m.StandardTile} | Reference to this in order to allow method chaining |
icon
. Defines the icon of the StandardTile.
When called with a value of null
or undefined
, the default value of the property will be restored.
{sap.ui.core.URI} | sIcon | New value for property icon |
{sap.m.StandardTile} | Reference to this in order to allow method chaining |
iconDensityAware
. By default, this is set to true but then one or more requests are sent trying to get the density perfect version of image if this version of image doesn't exist on the server.
If bandwidth is key for the application, set this value to false.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is true
.
{boolean} | bIconDensityAware | New value for property iconDensityAware |
{sap.m.StandardTile} | Reference to this in order to allow method chaining |
info
. Defines the description of the StandardTile.
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sInfo | New value for property info |
{sap.m.StandardTile} | Reference to this in order to allow method chaining |
infoState
. Defines the color of the info text. Possible values are Error, Warning, Success and so on.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is None
.
{sap.ui.core.ValueState} | sInfoState | New value for property infoState |
{sap.m.StandardTile} | Reference to this in order to allow method chaining |
number
. Defines the number field of the StandardTile.
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sNumber | New value for property number |
{sap.m.StandardTile} | Reference to this in order to allow method chaining |
numberUnit
. Defines the number units qualifier of the StandardTile.
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sNumberUnit | New value for property numberUnit |
{sap.m.StandardTile} | Reference to this in order to allow method chaining |
title
. Defines the title of the StandardTile.
When called with a value of null
or undefined
, the default value of the property will be restored.
{string} | sTitle | New value for property title |
{sap.m.StandardTile} | Reference to this in order to allow method chaining |
type
. Defines the type of the StandardTile.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is None
.
{sap.m.StandardTileType} | sType | New value for property type |
{sap.m.StandardTile} | Reference to this in order to allow method chaining |