Class sap.viz.ui5.controls.common.feeds.AnalysisObjectModule: sap/viz/ui5/controls/common/feeds/AnalysisObject
AnalysisObject 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 |
dataType. Data type of an analysis object. Enumeration: string, number, date
| {string} | Value of property dataType |
name. Name of an analysis object.
| {string} | Value of property name |
type. Type of an analysis object. Enumeration: Measure, Dimension
| {string} | Value of property type |
uid. Uid of analysis object
| {string} | Value of property uid |
dataType. Data type of an analysis object. Enumeration: string, number, date
When called with a value of null or undefined, the default value of the property will be restored.
| {string} | sDataType | New value for property dataType |
| {sap.viz.ui5.controls.common.feeds.AnalysisObject} | Reference to this in order to allow method chaining |
name. Name of an analysis object.
When called with a value of null or undefined, the default value of the property will be restored.
| {string} | sName | New value for property name |
| {sap.viz.ui5.controls.common.feeds.AnalysisObject} | Reference to this in order to allow method chaining |
type. Type of an analysis object. 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.AnalysisObject} | Reference to this in order to allow method chaining |
uid. Uid of analysis object
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.AnalysisObject} | Reference to this in order to allow method chaining |