class sap.m.MessagePopoverItem

Control sample: sap.m.MessagePopoverItem
Visiblity: public
UX Guidelines:
Implements:
Available since: N/A
Module: sap/m/MessagePopoverItem
Application Component: CA-UI5-CTR

Items provide information about Error Messages in the page.


Constructor

Constructor for a new MessagePopoverItem.

new sap.m.MessagePopoverItem(sId?, mSettings?)
Param Type Default Value Description
sId? string

id for the new control, generated automatically if no id is given

mSettings? object

initial settings for the new control

Borrowed Properties

Name Type Default Value Description
activeTitle boolean false

Defines whether the title of the item will be interactive.

Since: 1.58.

Visibility: public
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 property is not empty.

Visibility: public
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

Borrowed Aggregations

Name Cardinality Type Description

Methods Overview

Method Description
sap.m.MessagePopoverItem.extend

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.

sap.m.MessagePopoverItem.getMetadata

Returns a metadata object for class sap.m.MessagePopoverItem.

sap.m.MessagePopoverItem.extend

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

sap.m.MessagePopoverItem.getMetadata

Returns a metadata object for class sap.m.MessagePopoverItem.