Class sap.viz.ui5.controls.common.feeds.FeedItemModule: sap/viz/ui5/controls/common/feeds/FeedItem
FeedItem Class
Since: 1.21.0.
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:
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 |
type. Type of a feed item. Enumeration: Measure, Dimension
| {string} | Value of property type |
uid. Uid of a feed item. Please reference to bindings section in VIZDOCS to get the exact sUid string for each chart type.
For example: Bar chart > bindings > categoryAxis ; color ; valueAxis. The 'categoryAxis' should be the sUid for x axis feeding for bar chart.
| {string} | Value of property uid |
values. Value of a feed item.
| {string[]} | Value of property values |
type. Type of a feed item. Enumeration: Measure, Dimension
When called with a value of null or undefined, the default value of the property will be restored.
| {string} | sType | New value for property type |
| {sap.viz.ui5.controls.common.feeds.FeedItem} | Reference to this in order to allow method chaining |
uid. Uid of a feed item. Please reference to bindings section in VIZDOCS to get the exact sUid string for each chart type.
For example: Bar chart > bindings > categoryAxis ; color ; valueAxis. The 'categoryAxis' should be the sUid for x axis feeding for bar chart.
When called with a value of null or undefined, the default value of the property will be restored.
| {string} | sUid | New value for property uid |
| {sap.viz.ui5.controls.common.feeds.FeedItem} | Reference to this in order to allow method chaining |
values. Value of a feed item.
When called with a value of null or undefined, the default value of the property will be restored.
| {string[]} | sValues | New value for property values |
| {sap.viz.ui5.controls.common.feeds.FeedItem} | Reference to this in order to allow method chaining |