Items provide information about Error Messages in the page.
Name | Type | Default Value | Description |
---|---|---|---|
activeTitle | boolean | false | Defines whether the title of the item will be interactive. |
counter | int | Defines the number of messages for a given message. Visibility: public |
|
description | string | empty string | Specifies detailed description of the message Visibility: public |
groupName | string | empty string | Name of a message group the current item belongs to. Visibility: public |
longtextUrl | sap.ui.core.URI | Specifies long text description location URL Visibility: public |
|
markupDescription | boolean | false | Specifies if description should be interpreted as markup Visibility: public |
subtitle | string | Specifies the subtitle of the message Note: This is only visible when the |
|
title | string | empty string | Specifies the title of the message Visibility: public |
type | sap.ui.core.MessageType | Error | Specifies the type of the message Visibility: public |
Name | Cardinality | Type | Description |
---|---|---|---|
link | 0..1 | sap.m.Link |
Adds an sap.m.Link control which will be displayed at the end of the description of a message. |
Method | Description |
---|---|
sap.m.MessagePopoverItem.extend |
Creates a new subclass of class sap.m.MessagePopoverItem with name
|
sap.m.MessagePopoverItem.getMetadata |
Returns a metadata object for class sap.m.MessagePopoverItem. |
Creates a new subclass of class sap.m.MessagePopoverItem with name sClassName
and enriches it with the information contained in oClassInfo
.
oClassInfo
might contain the same kind of information as described in sap.m.MessageItem.extend.
Param | Type | DefaultValue | Description |
---|---|---|---|
sClassName | string |
Name of the class being created |
|
oClassInfo | object |
Object literal with information about the class |
|
FNMetaImpl | function |
Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class |