Class sap.m.MessagePopoverItemModule: sap/m/MessagePopoverItem
Items provide information about Error Messages in the page.
Since: 1.28.
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
- type : sap.ui.core.MessageType (default: Error)
- title : string (default: )
- description : string (default: )
- markupDescription : boolean (default: false)
- longtextUrl : sap.ui.core.URI
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 |
description
. Specifies detailed description of the message
Default value is .
{string} | Value of property description |
longtextUrl
. Specifies long text description location URL
{sap.ui.core.URI} | Value of property longtextUrl |
markupDescription
. Specifies if description should be interpreted as markup
Default value is false
.
{boolean} | Value of property markupDescription |
title
. Specifies the title of the message
Default value is .
{string} | Value of property title |
type
. Specifies the type of the message
Default value is Error
.
{sap.ui.core.MessageType} | Value of property type |
description
. Specifies detailed description of the message
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is .
{string} | sDescription | New value for property description |
{sap.m.MessagePopoverItem} | Reference to this in order to allow method chaining |
longtextUrl
. Specifies long text description location URL
When called with a value of null
or undefined
, the default value of the property will be restored.
{sap.ui.core.URI} | sLongtextUrl | New value for property longtextUrl |
{sap.m.MessagePopoverItem} | Reference to this in order to allow method chaining |
markupDescription
. Specifies if description should be interpreted as markup
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is false
.
{boolean} | bMarkupDescription | New value for property markupDescription |
{sap.m.MessagePopoverItem} | Reference to this in order to allow method chaining |
title
. Specifies the title of the message
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is .
{string} | sTitle | New value for property title |
{sap.m.MessagePopoverItem} | Reference to this in order to allow method chaining |
type
. Specifies the type of the message
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is Error
.
{sap.ui.core.MessageType} | sType | New value for property type |
{sap.m.MessagePopoverItem} | Reference to this in order to allow method chaining |