Class sap.m.P13nDimMeasureItemModule: sap/m/P13nDimMeasureItem

extends Item

Type for columnsItems aggregation in P13nDimMeasurePanel control.


Since: 1.34.0.
Constructor Summary
new sap.m.P13nDimMeasureItem(sId?, mSettings?)Constructor for a new P13nDimMeasureItem.
Method Summary
sap.m.P13nDimMeasureItem.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.m.P13nDimMeasureItem with name sClassName and enriches it with the information contained in oClassInfo.
sap.m.P13nDimMeasureItem.getMetadata()Returns a metadata object for class sap.m.P13nDimMeasureItem.
getColumnKey()Gets current value of property columnKey.
getIndex()Gets current value of property index.
getRole()Gets current value of property role.
getVisible()Gets current value of property visible.
setColumnKey(sColumnKey)Sets a new value for property columnKey.
setIndex(iIndex)Sets a new value for property index.
setRole(sRole)Sets a new value for property role.
setVisible(bVisible)Sets a new value for property visible.
Constructor Detail
new sap.m.P13nDimMeasureItem(sId?, mSettings?)
Constructor for a new P13nDimMeasureItem.

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.Item 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
Method Detail
sap.m.P13nDimMeasureItem.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.m.P13nDimMeasureItem with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.ui.core.Item.extend.

Parameters:
{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
Returns:
{function} Created class / constructor function
sap.m.P13nDimMeasureItem.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.m.P13nDimMeasureItem.
Returns:
{sap.ui.base.Metadata} Metadata object describing this class
getColumnKey(): string
Gets current value of property columnKey.

Specifies the unique chart column key. In this context a column refers to dimensions or measures of a chart.

Since:
1.34.0
Returns:
{string} Value of property columnKey
getIndex(): int
Gets current value of property index.

Specifies the order of visible dimensions or measures of a chart.

Default value is -1.

Since:
1.34.0
Returns:
{int} Value of property index
getRole(): string
Gets current value of property role.

Specifies the role of dimensions or measures. The role determines how dimensions and measures influence the chart.

Since:
1.34.0
Returns:
{string} Value of property role
getVisible(): boolean
Gets current value of property visible.

Specifies the visibility of dimensions or measures.

Since:
1.34.0
Returns:
{boolean} Value of property visible
setColumnKey(sColumnKey): sap.m.P13nDimMeasureItem
Sets a new value for property columnKey.

Specifies the unique chart column key. In this context a column refers to dimensions or measures of a chart.

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{string}sColumnKey New value for property columnKey
Since:
1.34.0
Returns:
{sap.m.P13nDimMeasureItem} Reference to this in order to allow method chaining
setIndex(iIndex): sap.m.P13nDimMeasureItem
Sets a new value for property index.

Specifies the order of visible dimensions or measures of a chart.

When called with a value of null or undefined, the default value of the property will be restored.

Default value is -1.

Parameters:
{int}iIndex New value for property index
Since:
1.34.0
Returns:
{sap.m.P13nDimMeasureItem} Reference to this in order to allow method chaining
setRole(sRole): sap.m.P13nDimMeasureItem
Sets a new value for property role.

Specifies the role of dimensions or measures. The role determines how dimensions and measures influence the chart.

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{string}sRole New value for property role
Since:
1.34.0
Returns:
{sap.m.P13nDimMeasureItem} Reference to this in order to allow method chaining
setVisible(bVisible): sap.m.P13nDimMeasureItem
Sets a new value for property visible.

Specifies the visibility of dimensions or measures.

When called with a value of null or undefined, the default value of the property will be restored.

Parameters:
{boolean}bVisible New value for property visible
Since:
1.34.0
Returns:
{sap.m.P13nDimMeasureItem} Reference to this in order to allow method chaining