sap.m.P13nDimMeasurePanel.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.m.P13nDimMeasurePanel 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.P13nPanel.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 |
Returns a metadata object for class sap.m.P13nDimMeasurePanel.
Returns:
Adds some availableChartType to the aggregation availableChartTypes
.
Parameters:
{sap.ui.core.Item} | oAvailableChartType | the availableChartType to add; if empty, nothing is inserted |
- Since:
- 1.34.0
Returns:
Adds some dimMeasureItem to the aggregation dimMeasureItems
.
Parameters:
- Since:
- 1.34.0
Returns:
Binds aggregation
dimMeasureItems
to model data.
See ManagedObject.bindAggregation for a detailed description of the possible properties of oBindingInfo
.
Parameters:
{object} | oBindingInfo | The binding information |
- Since:
- 1.34.0
Returns:
Destroys all the availableChartTypes in the aggregation availableChartTypes
.
- Since:
- 1.34.0
Returns:
Destroys all the dimMeasureItems in the aggregation dimMeasureItems
.
- Since:
- 1.34.0
Returns:
Gets content of aggregation
availableChartTypes
.
Specifies available chart types.
- Since:
- 1.34.0
Returns:
getChartTypeKey(): string
Gets current value of property
chartTypeKey
.
Specifies a chart type key.
Default value is
.
- Since:
- 1.34.0
Returns:
{string} | Value of property chartTypeKey |
Gets content of aggregation
dimMeasureItems
.
List of columns that has been changed.
- Since:
- 1.34.0
Returns:
indexOfAvailableChartType(oAvailableChartType): int
Checks for the provided sap.ui.core.Item
in the aggregation availableChartTypes
. and returns its index if found or -1 otherwise.
Parameters:
{sap.ui.core.Item} | oAvailableChartType | The availableChartType whose index is looked for |
- Since:
- 1.34.0
Returns:
{int} | The index of the provided control in the aggregation if found, or -1 otherwise |
indexOfDimMeasureItem(oDimMeasureItem): int
Checks for the provided sap.m.P13nDimMeasureItem
in the aggregation dimMeasureItems
. and returns its index if found or -1 otherwise.
Parameters:
- Since:
- 1.34.0
Returns:
{int} | The index of the provided control in the aggregation if found, or -1 otherwise |
Inserts a availableChartType into the aggregation availableChartTypes
.
Parameters:
{sap.ui.core.Item} | oAvailableChartType | the availableChartType to insert; if empty, nothing is inserted |
{int} | iIndex | the 0 -based index the availableChartType should be inserted at; for a negative value of iIndex , the availableChartType is inserted at position 0; for a value greater than the current size of the aggregation, the availableChartType is inserted at the last position |
- Since:
- 1.34.0
Returns:
Inserts a dimMeasureItem into the aggregation dimMeasureItems
.
Parameters:
{sap.m.P13nDimMeasureItem} | oDimMeasureItem | the dimMeasureItem to insert; if empty, nothing is inserted |
{int} | iIndex | the 0 -based index the dimMeasureItem should be inserted at; for a negative value of iIndex , the dimMeasureItem is inserted at position 0; for a value greater than the current size of the aggregation, the dimMeasureItem is inserted at the last position |
- Since:
- 1.34.0
Returns:
Removes all the controls from the aggregation
availableChartTypes
.
Additionally, it unregisters them from the hosting UIArea.
- Since:
- 1.34.0
Returns:
Removes all the controls from the aggregation
dimMeasureItems
.
Additionally, it unregisters them from the hosting UIArea.
- Since:
- 1.34.0
Returns:
Removes a availableChartType from the aggregation availableChartTypes
.
Parameters:
{int|string|sap.ui.core.Item} | vAvailableChartType | The availableChartTypeto remove or its index or id |
- Since:
- 1.34.0
Returns:
Removes a dimMeasureItem from the aggregation dimMeasureItems
.
Parameters:
- Since:
- 1.34.0
Returns:
Sets a new value for property
chartTypeKey
.
Specifies a chart type key.
When called with a value of null
or undefined
, the default value of the property will be restored.
Default value is
.
Parameters:
{string} | sChartTypeKey | New value for property chartTypeKey |
- Since:
- 1.34.0
Returns:
Unbinds aggregation dimMeasureItems
from model data.
- Since:
- 1.34.0
Returns: