Class sap.m.IconTabSeparatorModule: sap/m/IconTabSeparator
Represents an Icon used to separate 2 tab filters.
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
- icon : sap.ui.core.URI (default: )
- iconDensityAware : boolean (default: true)
In addition, all settings applicable to the base type sap.ui.core.Element 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.ui.core.Element.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 |
icon
. The icon to display for this separator. If no icon is given, a separator line is used instead.
Default value is .
{sap.ui.core.URI} | Value of property icon |
iconDensityAware
. If set to true, it sends one or more requests, trying to get the density perfect version of the image if this version of the image doesn't exist on the server. Default value is set to true.
If bandwidth is key for the application, set this value to false.
Default value is true
.
{boolean} | Value of property iconDensityAware |
icon
. The icon to display for this separator. If no icon is given, a separator line is used instead.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is .
{sap.ui.core.URI} | sIcon | New value for property icon |
{sap.m.IconTabSeparator} | Reference to this in order to allow method chaining |
iconDensityAware
. If set to true, it sends one or more requests, trying to get the density perfect version of the image if this version of the image doesn't exist on the server. Default value is set to true.
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.IconTabSeparator} | Reference to this in order to allow method chaining |