Class sap.suite.ui.commons.FeedItemModule: sap/suite/ui/commons/FeedItem

extends Element

This element represents a news feed item.

Deprecated API:Since version 1.32. Deprecated. Generic Tile should be used instead.

Constructor Summary
new sap.suite.ui.commons.FeedItem(sId?, mSettings?)Constructor for a new FeedItem.
Method Summary
sap.suite.ui.commons.FeedItem.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.suite.ui.commons.FeedItem with name sClassName and enriches it with the information contained in oClassInfo.
sap.suite.ui.commons.FeedItem.getMetadata()Returns a metadata object for class sap.suite.ui.commons.FeedItem.
getImage()Getter for property image.
getLink()Getter for property link.
getPublicationDate()Getter for property publicationDate.
getSource()Getter for property source.
getTitle()Getter for property title.
setImage(oImage)validate the url first and then set the image property
setLink(sLink)validate the url first and then set the link property
setPublicationDate(oPublicationDate)Setter for property publicationDate.
setSource(sSource)Setter for property source.
setTitle(sTitle)Setter for property title.
Constructor Detail
new sap.suite.ui.commons.FeedItem(sId?, mSettings?)
Constructor for a new FeedItem.

Accepts an object literal mSettings that defines initial property values, aggregated and associated objects as well as event handlers.

If the name of a setting is ambiguous (e.g. a property has the same name as an event), then the framework assumes property, aggregation, association, event in that order. To override this automatic resolution, one of the prefixes "aggregation:", "association:" or "event:" can be added to the name of the setting (such a prefixed name must be enclosed in single or double quotes).

The supported settings are:

In addition, all settings applicable to the base type sap.ui.core.Element can be used as well.

Parameters:
{string}sId? id for the new control, generated automatically if no id is given
{object}mSettings? initial settings for the new control
Deprecated:
Since version 1.32. Deprecated. Generic Tile should be used instead.
Method Detail
sap.suite.ui.commons.FeedItem.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.suite.ui.commons.FeedItem with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of informations as described in Element.extend.

Parameters:
{string}sClassName name of the class to be created
{object}oClassInfo? object literal with informations about the class
{function}FNMetaImpl? constructor function for the metadata object. If not given, it defaults to sap.ui.core.ElementMetadata.
Returns:
{function} the created class / constructor function
sap.suite.ui.commons.FeedItem.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.suite.ui.commons.FeedItem.
Returns:
{sap.ui.base.Metadata} Metadata object describing this class
getImage(): sap.ui.core.URI
Getter for property image. The background image for the feed item.

Default value is empty/undefined

Returns:
{sap.ui.core.URI} the value of property image
getLink(): sap.ui.core.URI
Getter for property link. The target location of the feed item.

Default value is empty/undefined

Returns:
{sap.ui.core.URI} the value of property link
getPublicationDate(): object
Getter for property publicationDate. The date the feed was published.

Default value is empty/undefined

Returns:
{object} the value of property publicationDate
getSource(): string
Getter for property source. The source of the feed item.

Default value is empty/undefined

Returns:
{string} the value of property source
getTitle(): string
Getter for property title. The title of the feed item.

Default value is empty/undefined

Returns:
{string} the value of property title
setImage(oImage)
validate the url first and then set the image property
Parameters:
{object}oImage
setLink(sLink)
validate the url first and then set the link property
Parameters:
{string}sLink
setPublicationDate(oPublicationDate): sap.suite.ui.commons.FeedItem
Setter for property publicationDate.

Default value is empty/undefined

Parameters:
{object}oPublicationDate new value for property publicationDate
Returns:
{sap.suite.ui.commons.FeedItem}this to allow method chaining
setSource(sSource): sap.suite.ui.commons.FeedItem
Setter for property source.

Default value is empty/undefined

Parameters:
{string}sSource new value for property source
Returns:
{sap.suite.ui.commons.FeedItem}this to allow method chaining
Setter for property title.

Default value is empty/undefined

Parameters:
{string}sTitle new value for property title
Returns:
{sap.suite.ui.commons.FeedItem}this to allow method chaining