@sapui5/ts-types 1.92.2 → 1.93.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
- package/types/index.d.ts +2 -1
- package/types/sap.apf.d.ts +1 -44
- package/types/sap.ca.ui.d.ts +649 -651
- package/types/sap.chart.d.ts +49 -49
- package/types/sap.collaboration.d.ts +756 -762
- package/types/sap.esh.search.ui.d.ts +241 -0
- package/types/sap.f.d.ts +623 -468
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +101 -75
- package/types/sap.fe.macros.d.ts +55 -8
- package/types/sap.fe.navigation.d.ts +5 -14
- package/types/sap.fe.placeholder-1.93.1-d.ts +3 -0
- package/types/sap.fe.plugins.d.ts +2 -4
- package/types/sap.fe.templates.d.ts +1 -16
- package/types/sap.fe.test.d.ts +44 -115
- package/types/sap.fe.tools.d.ts +2 -4
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1321 -1191
- package/types/sap.landvisz.d.ts +345 -345
- package/types/sap.m.d.ts +5498 -4814
- package/types/sap.makit.d.ts +123 -123
- package/types/sap.me.d.ts +137 -153
- package/types/sap.ndc.d.ts +29 -29
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +170 -124
- package/types/sap.suite.ui.commons.d.ts +1593 -1612
- package/types/sap.suite.ui.generic.template.d.ts +285 -165
- package/types/sap.suite.ui.microchart.d.ts +742 -508
- package/types/sap.tnt.d.ts +149 -117
- package/types/sap.ui.codeeditor.d.ts +28 -28
- package/types/sap.ui.commons.d.ts +1387 -1387
- package/types/sap.ui.comp.d.ts +1013 -1013
- package/types/sap.ui.core.d.ts +3852 -3973
- package/types/sap.ui.dt.d.ts +2 -4
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +138 -147
- package/types/sap.ui.generic.template.d.ts +2 -4
- package/types/sap.ui.integration.d.ts +118 -112
- package/types/sap.ui.layout.d.ts +593 -586
- package/types/sap.ui.mdc.d.ts +7 -1
- package/types/sap.ui.richtexteditor.d.ts +30 -30
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +53 -53
- package/types/sap.ui.support.d.ts +6 -12
- package/types/sap.ui.table.d.ts +248 -248
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +853 -713
- package/types/sap.ui.ux3.d.ts +785 -793
- package/types/sap.ui.vbm.d.ts +784 -784
- package/types/sap.ui.vk.d.ts +3130 -2251
- package/types/sap.ui.vtm.d.ts +240 -240
- package/types/sap.uiext.inbox.d.ts +222 -222
- package/types/sap.ushell.d.ts +340 -377
- package/types/sap.ushell_abap.d.ts +127 -129
- package/types/sap.uxap.d.ts +384 -220
- package/types/sap.viz.d.ts +1527 -1527
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +188 -222
- package/types/sap.zen.crosstab.d.ts +15 -17
- package/types/sap.zen.dsh.d.ts +176 -211
- package/types/sap.fe.placeholder.d.ts +0 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.93.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace suite {
|
|
@@ -176,7 +176,7 @@ declare namespace sap {
|
|
|
176
176
|
/**
|
|
177
177
|
* The event is triggered when the chart is pressed.
|
|
178
178
|
*/
|
|
179
|
-
press?:
|
|
179
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
interface $AreaMicroChartItemSettings
|
|
@@ -413,7 +413,7 @@ declare namespace sap {
|
|
|
413
413
|
/**
|
|
414
414
|
* The event is triggered when the chart is pressed.
|
|
415
415
|
*/
|
|
416
|
-
press?:
|
|
416
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
417
417
|
}
|
|
418
418
|
|
|
419
419
|
interface $BulletMicroChartDataSettings
|
|
@@ -535,7 +535,7 @@ declare namespace sap {
|
|
|
535
535
|
/**
|
|
536
536
|
* The event is triggered when the chart is pressed.
|
|
537
537
|
*/
|
|
538
|
-
press?:
|
|
538
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
539
539
|
}
|
|
540
540
|
|
|
541
541
|
interface $ColumnMicroChartDataSettings
|
|
@@ -566,7 +566,7 @@ declare namespace sap {
|
|
|
566
566
|
/**
|
|
567
567
|
* The event is fired when the user chooses the column data.
|
|
568
568
|
*/
|
|
569
|
-
press?:
|
|
569
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
570
570
|
}
|
|
571
571
|
|
|
572
572
|
interface $ColumnMicroChartLabelSettings
|
|
@@ -686,7 +686,7 @@ declare namespace sap {
|
|
|
686
686
|
/**
|
|
687
687
|
* The event is triggered when the chart is pressed.
|
|
688
688
|
*/
|
|
689
|
-
press?:
|
|
689
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
690
690
|
}
|
|
691
691
|
|
|
692
692
|
interface $ComparisonMicroChartDataSettings
|
|
@@ -716,7 +716,7 @@ declare namespace sap {
|
|
|
716
716
|
/**
|
|
717
717
|
* The event is fired when the user chooses the comparison chart bar.
|
|
718
718
|
*/
|
|
719
|
-
press?:
|
|
719
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
720
720
|
}
|
|
721
721
|
|
|
722
722
|
interface $DeltaMicroChartSettings
|
|
@@ -828,7 +828,7 @@ declare namespace sap {
|
|
|
828
828
|
/**
|
|
829
829
|
* The event is triggered when the chart is pressed.
|
|
830
830
|
*/
|
|
831
|
-
press?:
|
|
831
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
832
832
|
}
|
|
833
833
|
|
|
834
834
|
interface $HarveyBallMicroChartSettings
|
|
@@ -948,7 +948,7 @@ declare namespace sap {
|
|
|
948
948
|
/**
|
|
949
949
|
* This event is fired when the chart is clicked or tapped.
|
|
950
950
|
*/
|
|
951
|
-
press?:
|
|
951
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
952
952
|
}
|
|
953
953
|
|
|
954
954
|
interface $HarveyBallMicroChartItemSettings
|
|
@@ -1026,6 +1026,23 @@ declare namespace sap {
|
|
|
1026
1026
|
*/
|
|
1027
1027
|
max?: float | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1028
1028
|
|
|
1029
|
+
/**
|
|
1030
|
+
* TRUE if error is present, FALSE otherwise
|
|
1031
|
+
*/
|
|
1032
|
+
showError?: boolean | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1033
|
+
|
|
1034
|
+
/**
|
|
1035
|
+
* error message title
|
|
1036
|
+
*/
|
|
1037
|
+
errorMessageTitle?:
|
|
1038
|
+
| string
|
|
1039
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1040
|
+
|
|
1041
|
+
/**
|
|
1042
|
+
* error message description
|
|
1043
|
+
*/
|
|
1044
|
+
errorMessage?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1045
|
+
|
|
1029
1046
|
/**
|
|
1030
1047
|
* Bars displayed on the chart.
|
|
1031
1048
|
*/
|
|
@@ -1042,13 +1059,13 @@ declare namespace sap {
|
|
|
1042
1059
|
/**
|
|
1043
1060
|
* Event is fired when user has selected or deselected a bar.
|
|
1044
1061
|
*/
|
|
1045
|
-
selectionChanged?:
|
|
1062
|
+
selectionChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1046
1063
|
|
|
1047
1064
|
/**
|
|
1048
1065
|
* The event is fired when the user presses the chart while its bars are not selectable in non-interactive
|
|
1049
1066
|
* mode. This is decided internally, depending on the size of the bars.
|
|
1050
1067
|
*/
|
|
1051
|
-
press?:
|
|
1068
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
1052
1069
|
}
|
|
1053
1070
|
|
|
1054
1071
|
interface $InteractiveBarChartBarSettings
|
|
@@ -1101,6 +1118,23 @@ declare namespace sap {
|
|
|
1101
1118
|
| boolean
|
|
1102
1119
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1103
1120
|
|
|
1121
|
+
/**
|
|
1122
|
+
* TRUE if error is present, FALSE otherwise
|
|
1123
|
+
*/
|
|
1124
|
+
showError?: boolean | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1125
|
+
|
|
1126
|
+
/**
|
|
1127
|
+
* error message title
|
|
1128
|
+
*/
|
|
1129
|
+
errorMessageTitle?:
|
|
1130
|
+
| string
|
|
1131
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1132
|
+
|
|
1133
|
+
/**
|
|
1134
|
+
* error message description
|
|
1135
|
+
*/
|
|
1136
|
+
errorMessage?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1137
|
+
|
|
1104
1138
|
/**
|
|
1105
1139
|
* Aggregation which contains all segments.
|
|
1106
1140
|
*/
|
|
@@ -1117,13 +1151,13 @@ declare namespace sap {
|
|
|
1117
1151
|
/**
|
|
1118
1152
|
* Event is fired when a user has selected or deselected a segment or a legend entry.
|
|
1119
1153
|
*/
|
|
1120
|
-
selectionChanged?:
|
|
1154
|
+
selectionChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1121
1155
|
|
|
1122
1156
|
/**
|
|
1123
1157
|
* The event is fired when the user presses the chart while its segments are not selectable in non-interactive
|
|
1124
1158
|
* mode. This is decided internally, depending on the size of the chart.
|
|
1125
1159
|
*/
|
|
1126
|
-
press?:
|
|
1160
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
1127
1161
|
}
|
|
1128
1162
|
|
|
1129
1163
|
interface $InteractiveDonutChartSegmentSettings
|
|
@@ -1190,6 +1224,23 @@ declare namespace sap {
|
|
|
1190
1224
|
| boolean
|
|
1191
1225
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1192
1226
|
|
|
1227
|
+
/**
|
|
1228
|
+
* TRUE if error is present, FALSE otherwise
|
|
1229
|
+
*/
|
|
1230
|
+
showError?: boolean | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1231
|
+
|
|
1232
|
+
/**
|
|
1233
|
+
* error message title
|
|
1234
|
+
*/
|
|
1235
|
+
errorMessageTitle?:
|
|
1236
|
+
| string
|
|
1237
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1238
|
+
|
|
1239
|
+
/**
|
|
1240
|
+
* error message description
|
|
1241
|
+
*/
|
|
1242
|
+
errorMessage?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1243
|
+
|
|
1193
1244
|
/**
|
|
1194
1245
|
* Points displayed in the chart.
|
|
1195
1246
|
*/
|
|
@@ -1206,14 +1257,14 @@ declare namespace sap {
|
|
|
1206
1257
|
/**
|
|
1207
1258
|
* Event is fired when a user has selected or deselected a point.
|
|
1208
1259
|
*/
|
|
1209
|
-
selectionChanged?:
|
|
1260
|
+
selectionChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1210
1261
|
|
|
1211
1262
|
/**
|
|
1212
1263
|
* The event is fired only in non-interactive mode when the user presses the chart; in this mode, the points
|
|
1213
1264
|
* and surrounding areas are not selectable. Non-interactive mode is decided upon internally, depending
|
|
1214
1265
|
* on the size of the areas surrounding the points.
|
|
1215
1266
|
*/
|
|
1216
|
-
press?:
|
|
1267
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
1217
1268
|
}
|
|
1218
1269
|
|
|
1219
1270
|
interface $InteractiveLineChartPointSettings
|
|
@@ -1437,7 +1488,7 @@ declare namespace sap {
|
|
|
1437
1488
|
/**
|
|
1438
1489
|
* The event is triggered when the chart is pressed.
|
|
1439
1490
|
*/
|
|
1440
|
-
press?:
|
|
1491
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
1441
1492
|
}
|
|
1442
1493
|
|
|
1443
1494
|
interface $LineMicroChartEmphasizedPointSettings
|
|
@@ -1601,7 +1652,7 @@ declare namespace sap {
|
|
|
1601
1652
|
/**
|
|
1602
1653
|
* The event is triggered when the chart is pressed.
|
|
1603
1654
|
*/
|
|
1604
|
-
press?:
|
|
1655
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
1605
1656
|
}
|
|
1606
1657
|
|
|
1607
1658
|
interface $StackedBarMicroChartSettings
|
|
@@ -1685,7 +1736,7 @@ declare namespace sap {
|
|
|
1685
1736
|
/**
|
|
1686
1737
|
* The event is fired when the user chooses the microchart.
|
|
1687
1738
|
*/
|
|
1688
|
-
press?:
|
|
1739
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
1689
1740
|
}
|
|
1690
1741
|
|
|
1691
1742
|
interface $StackedBarMicroChartBarSettings
|
|
@@ -1750,6 +1801,34 @@ declare namespace sap {
|
|
|
1750
1801
|
mSettings?: sap.suite.ui.microchart.$AreaMicroChartSettings
|
|
1751
1802
|
);
|
|
1752
1803
|
|
|
1804
|
+
/**
|
|
1805
|
+
* Creates a new subclass of class sap.suite.ui.microchart.AreaMicroChart with name `sClassName` and enriches
|
|
1806
|
+
* it with the information contained in `oClassInfo`.
|
|
1807
|
+
*
|
|
1808
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
1809
|
+
*/
|
|
1810
|
+
static extend<T extends Record<string, unknown>>(
|
|
1811
|
+
/**
|
|
1812
|
+
* Name of the class being created
|
|
1813
|
+
*/
|
|
1814
|
+
sClassName: string,
|
|
1815
|
+
/**
|
|
1816
|
+
* Object literal with information about the class
|
|
1817
|
+
*/
|
|
1818
|
+
oClassInfo?: sap.ClassInfo<
|
|
1819
|
+
T,
|
|
1820
|
+
sap.suite.ui.microchart.AreaMicroChart
|
|
1821
|
+
>,
|
|
1822
|
+
/**
|
|
1823
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
1824
|
+
* used by this class
|
|
1825
|
+
*/
|
|
1826
|
+
FNMetaImpl?: Function
|
|
1827
|
+
): Function;
|
|
1828
|
+
/**
|
|
1829
|
+
* Returns a metadata object for class sap.suite.ui.microchart.AreaMicroChart.
|
|
1830
|
+
*/
|
|
1831
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1753
1832
|
/**
|
|
1754
1833
|
* @SINCE 1.60.0
|
|
1755
1834
|
*
|
|
@@ -1925,30 +2004,6 @@ declare namespace sap {
|
|
|
1925
2004
|
*/
|
|
1926
2005
|
useIndex: boolean
|
|
1927
2006
|
): void;
|
|
1928
|
-
/**
|
|
1929
|
-
* Creates a new subclass of class sap.suite.ui.microchart.AreaMicroChart with name `sClassName` and enriches
|
|
1930
|
-
* it with the information contained in `oClassInfo`.
|
|
1931
|
-
*
|
|
1932
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
1933
|
-
*/
|
|
1934
|
-
static extend<T extends Record<string, unknown>>(
|
|
1935
|
-
/**
|
|
1936
|
-
* Name of the class being created
|
|
1937
|
-
*/
|
|
1938
|
-
sClassName: string,
|
|
1939
|
-
/**
|
|
1940
|
-
* Object literal with information about the class
|
|
1941
|
-
*/
|
|
1942
|
-
oClassInfo?: sap.ClassInfo<
|
|
1943
|
-
T,
|
|
1944
|
-
sap.suite.ui.microchart.AreaMicroChart
|
|
1945
|
-
>,
|
|
1946
|
-
/**
|
|
1947
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
1948
|
-
* used by this class
|
|
1949
|
-
*/
|
|
1950
|
-
FNMetaImpl?: Function
|
|
1951
|
-
): Function;
|
|
1952
2007
|
/**
|
|
1953
2008
|
* Fires event {@link #event:press press} to attached listeners.
|
|
1954
2009
|
*/
|
|
@@ -2082,10 +2137,6 @@ declare namespace sap {
|
|
|
2082
2137
|
* If this property is set it indicates the value X axis ends with.
|
|
2083
2138
|
*/
|
|
2084
2139
|
getMaxYValue(): float;
|
|
2085
|
-
/**
|
|
2086
|
-
* Returns a metadata object for class sap.suite.ui.microchart.AreaMicroChart.
|
|
2087
|
-
*/
|
|
2088
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2089
2140
|
/**
|
|
2090
2141
|
* Gets content of aggregation {@link #getMinLabel minLabel}.
|
|
2091
2142
|
*
|
|
@@ -2542,6 +2593,34 @@ declare namespace sap {
|
|
|
2542
2593
|
mSettings?: sap.suite.ui.microchart.$AreaMicroChartItemSettings
|
|
2543
2594
|
);
|
|
2544
2595
|
|
|
2596
|
+
/**
|
|
2597
|
+
* Creates a new subclass of class sap.suite.ui.microchart.AreaMicroChartItem with name `sClassName` and
|
|
2598
|
+
* enriches it with the information contained in `oClassInfo`.
|
|
2599
|
+
*
|
|
2600
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
2601
|
+
*/
|
|
2602
|
+
static extend<T extends Record<string, unknown>>(
|
|
2603
|
+
/**
|
|
2604
|
+
* Name of the class being created
|
|
2605
|
+
*/
|
|
2606
|
+
sClassName: string,
|
|
2607
|
+
/**
|
|
2608
|
+
* Object literal with information about the class
|
|
2609
|
+
*/
|
|
2610
|
+
oClassInfo?: sap.ClassInfo<
|
|
2611
|
+
T,
|
|
2612
|
+
sap.suite.ui.microchart.AreaMicroChartItem
|
|
2613
|
+
>,
|
|
2614
|
+
/**
|
|
2615
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
2616
|
+
* used by this class
|
|
2617
|
+
*/
|
|
2618
|
+
FNMetaImpl?: Function
|
|
2619
|
+
): Function;
|
|
2620
|
+
/**
|
|
2621
|
+
* Returns a metadata object for class sap.suite.ui.microchart.AreaMicroChartItem.
|
|
2622
|
+
*/
|
|
2623
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2545
2624
|
/**
|
|
2546
2625
|
* Adds some point to the aggregation {@link #getPoints points}.
|
|
2547
2626
|
*/
|
|
@@ -2567,30 +2646,6 @@ declare namespace sap {
|
|
|
2567
2646
|
* Destroys all the points in the aggregation {@link #getPoints points}.
|
|
2568
2647
|
*/
|
|
2569
2648
|
destroyPoints(): this;
|
|
2570
|
-
/**
|
|
2571
|
-
* Creates a new subclass of class sap.suite.ui.microchart.AreaMicroChartItem with name `sClassName` and
|
|
2572
|
-
* enriches it with the information contained in `oClassInfo`.
|
|
2573
|
-
*
|
|
2574
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
2575
|
-
*/
|
|
2576
|
-
static extend<T extends Record<string, unknown>>(
|
|
2577
|
-
/**
|
|
2578
|
-
* Name of the class being created
|
|
2579
|
-
*/
|
|
2580
|
-
sClassName: string,
|
|
2581
|
-
/**
|
|
2582
|
-
* Object literal with information about the class
|
|
2583
|
-
*/
|
|
2584
|
-
oClassInfo?: sap.ClassInfo<
|
|
2585
|
-
T,
|
|
2586
|
-
sap.suite.ui.microchart.AreaMicroChartItem
|
|
2587
|
-
>,
|
|
2588
|
-
/**
|
|
2589
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
2590
|
-
* used by this class
|
|
2591
|
-
*/
|
|
2592
|
-
FNMetaImpl?: Function
|
|
2593
|
-
): Function;
|
|
2594
2649
|
/**
|
|
2595
2650
|
* Gets current value of property {@link #getColor color}.
|
|
2596
2651
|
*
|
|
@@ -2599,10 +2654,6 @@ declare namespace sap {
|
|
|
2599
2654
|
* Default value is `"Neutral"`.
|
|
2600
2655
|
*/
|
|
2601
2656
|
getColor(): sap.m.ValueCSSColor;
|
|
2602
|
-
/**
|
|
2603
|
-
* Returns a metadata object for class sap.suite.ui.microchart.AreaMicroChartItem.
|
|
2604
|
-
*/
|
|
2605
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2606
2657
|
/**
|
|
2607
2658
|
* Gets content of aggregation {@link #getPoints points}.
|
|
2608
2659
|
*
|
|
@@ -2749,6 +2800,10 @@ declare namespace sap {
|
|
|
2749
2800
|
*/
|
|
2750
2801
|
FNMetaImpl?: Function
|
|
2751
2802
|
): Function;
|
|
2803
|
+
/**
|
|
2804
|
+
* Returns a metadata object for class sap.suite.ui.microchart.AreaMicroChartLabel.
|
|
2805
|
+
*/
|
|
2806
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2752
2807
|
/**
|
|
2753
2808
|
* Gets current value of property {@link #getColor color}.
|
|
2754
2809
|
*
|
|
@@ -2765,10 +2820,6 @@ declare namespace sap {
|
|
|
2765
2820
|
* Default value is `empty string`.
|
|
2766
2821
|
*/
|
|
2767
2822
|
getLabel(): string;
|
|
2768
|
-
/**
|
|
2769
|
-
* Returns a metadata object for class sap.suite.ui.microchart.AreaMicroChartLabel.
|
|
2770
|
-
*/
|
|
2771
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2772
2823
|
/**
|
|
2773
2824
|
* Sets a new value for property {@link #getColor color}.
|
|
2774
2825
|
*
|
|
@@ -2956,6 +3007,34 @@ declare namespace sap {
|
|
|
2956
3007
|
mSettings?: sap.suite.ui.microchart.$BulletMicroChartSettings
|
|
2957
3008
|
);
|
|
2958
3009
|
|
|
3010
|
+
/**
|
|
3011
|
+
* Creates a new subclass of class sap.suite.ui.microchart.BulletMicroChart with name `sClassName` and enriches
|
|
3012
|
+
* it with the information contained in `oClassInfo`.
|
|
3013
|
+
*
|
|
3014
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
3015
|
+
*/
|
|
3016
|
+
static extend<T extends Record<string, unknown>>(
|
|
3017
|
+
/**
|
|
3018
|
+
* Name of the class being created
|
|
3019
|
+
*/
|
|
3020
|
+
sClassName: string,
|
|
3021
|
+
/**
|
|
3022
|
+
* Object literal with information about the class
|
|
3023
|
+
*/
|
|
3024
|
+
oClassInfo?: sap.ClassInfo<
|
|
3025
|
+
T,
|
|
3026
|
+
sap.suite.ui.microchart.BulletMicroChart
|
|
3027
|
+
>,
|
|
3028
|
+
/**
|
|
3029
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
3030
|
+
* used by this class
|
|
3031
|
+
*/
|
|
3032
|
+
FNMetaImpl?: Function
|
|
3033
|
+
): Function;
|
|
3034
|
+
/**
|
|
3035
|
+
* Returns a metadata object for class sap.suite.ui.microchart.BulletMicroChart.
|
|
3036
|
+
*/
|
|
3037
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2959
3038
|
/**
|
|
2960
3039
|
* @SINCE 1.60.0
|
|
2961
3040
|
*
|
|
@@ -3066,30 +3145,6 @@ declare namespace sap {
|
|
|
3066
3145
|
*/
|
|
3067
3146
|
oListener?: object
|
|
3068
3147
|
): this;
|
|
3069
|
-
/**
|
|
3070
|
-
* Creates a new subclass of class sap.suite.ui.microchart.BulletMicroChart with name `sClassName` and enriches
|
|
3071
|
-
* it with the information contained in `oClassInfo`.
|
|
3072
|
-
*
|
|
3073
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
3074
|
-
*/
|
|
3075
|
-
static extend<T extends Record<string, unknown>>(
|
|
3076
|
-
/**
|
|
3077
|
-
* Name of the class being created
|
|
3078
|
-
*/
|
|
3079
|
-
sClassName: string,
|
|
3080
|
-
/**
|
|
3081
|
-
* Object literal with information about the class
|
|
3082
|
-
*/
|
|
3083
|
-
oClassInfo?: sap.ClassInfo<
|
|
3084
|
-
T,
|
|
3085
|
-
sap.suite.ui.microchart.BulletMicroChart
|
|
3086
|
-
>,
|
|
3087
|
-
/**
|
|
3088
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
3089
|
-
* used by this class
|
|
3090
|
-
*/
|
|
3091
|
-
FNMetaImpl?: Function
|
|
3092
|
-
): Function;
|
|
3093
3148
|
/**
|
|
3094
3149
|
* Fires event {@link #event:press press} to attached listeners.
|
|
3095
3150
|
*/
|
|
@@ -3170,10 +3225,6 @@ declare namespace sap {
|
|
|
3170
3225
|
* of this control.
|
|
3171
3226
|
*/
|
|
3172
3227
|
getMaxValue(): float;
|
|
3173
|
-
/**
|
|
3174
|
-
* Returns a metadata object for class sap.suite.ui.microchart.BulletMicroChart.
|
|
3175
|
-
*/
|
|
3176
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3177
3228
|
/**
|
|
3178
3229
|
* Gets current value of property {@link #getMinValue minValue}.
|
|
3179
3230
|
*
|
|
@@ -3775,6 +3826,10 @@ declare namespace sap {
|
|
|
3775
3826
|
*/
|
|
3776
3827
|
FNMetaImpl?: Function
|
|
3777
3828
|
): Function;
|
|
3829
|
+
/**
|
|
3830
|
+
* Returns a metadata object for class sap.suite.ui.microchart.BulletMicroChartData.
|
|
3831
|
+
*/
|
|
3832
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3778
3833
|
/**
|
|
3779
3834
|
* Gets current value of property {@link #getColor color}.
|
|
3780
3835
|
*
|
|
@@ -3783,10 +3838,6 @@ declare namespace sap {
|
|
|
3783
3838
|
* Default value is `"Neutral"`.
|
|
3784
3839
|
*/
|
|
3785
3840
|
getColor(): sap.m.ValueColor;
|
|
3786
|
-
/**
|
|
3787
|
-
* Returns a metadata object for class sap.suite.ui.microchart.BulletMicroChartData.
|
|
3788
|
-
*/
|
|
3789
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3790
3841
|
/**
|
|
3791
3842
|
* Gets current value of property {@link #getValue value}.
|
|
3792
3843
|
*
|
|
@@ -3869,6 +3920,34 @@ declare namespace sap {
|
|
|
3869
3920
|
mSettings?: sap.suite.ui.microchart.$ColumnMicroChartSettings
|
|
3870
3921
|
);
|
|
3871
3922
|
|
|
3923
|
+
/**
|
|
3924
|
+
* Creates a new subclass of class sap.suite.ui.microchart.ColumnMicroChart with name `sClassName` and enriches
|
|
3925
|
+
* it with the information contained in `oClassInfo`.
|
|
3926
|
+
*
|
|
3927
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
3928
|
+
*/
|
|
3929
|
+
static extend<T extends Record<string, unknown>>(
|
|
3930
|
+
/**
|
|
3931
|
+
* Name of the class being created
|
|
3932
|
+
*/
|
|
3933
|
+
sClassName: string,
|
|
3934
|
+
/**
|
|
3935
|
+
* Object literal with information about the class
|
|
3936
|
+
*/
|
|
3937
|
+
oClassInfo?: sap.ClassInfo<
|
|
3938
|
+
T,
|
|
3939
|
+
sap.suite.ui.microchart.ColumnMicroChart
|
|
3940
|
+
>,
|
|
3941
|
+
/**
|
|
3942
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
3943
|
+
* used by this class
|
|
3944
|
+
*/
|
|
3945
|
+
FNMetaImpl?: Function
|
|
3946
|
+
): Function;
|
|
3947
|
+
/**
|
|
3948
|
+
* Returns a metadata object for class sap.suite.ui.microchart.ColumnMicroChart.
|
|
3949
|
+
*/
|
|
3950
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3872
3951
|
/**
|
|
3873
3952
|
* @SINCE 1.60.0
|
|
3874
3953
|
*
|
|
@@ -3980,35 +4059,11 @@ declare namespace sap {
|
|
|
3980
4059
|
oListener?: object
|
|
3981
4060
|
): this;
|
|
3982
4061
|
/**
|
|
3983
|
-
*
|
|
3984
|
-
* it with the information contained in `oClassInfo`.
|
|
3985
|
-
*
|
|
3986
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
4062
|
+
* Fires event {@link #event:press press} to attached listeners.
|
|
3987
4063
|
*/
|
|
3988
|
-
|
|
4064
|
+
firePress(
|
|
3989
4065
|
/**
|
|
3990
|
-
*
|
|
3991
|
-
*/
|
|
3992
|
-
sClassName: string,
|
|
3993
|
-
/**
|
|
3994
|
-
* Object literal with information about the class
|
|
3995
|
-
*/
|
|
3996
|
-
oClassInfo?: sap.ClassInfo<
|
|
3997
|
-
T,
|
|
3998
|
-
sap.suite.ui.microchart.ColumnMicroChart
|
|
3999
|
-
>,
|
|
4000
|
-
/**
|
|
4001
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
4002
|
-
* used by this class
|
|
4003
|
-
*/
|
|
4004
|
-
FNMetaImpl?: Function
|
|
4005
|
-
): Function;
|
|
4006
|
-
/**
|
|
4007
|
-
* Fires event {@link #event:press press} to attached listeners.
|
|
4008
|
-
*/
|
|
4009
|
-
firePress(
|
|
4010
|
-
/**
|
|
4011
|
-
* Parameters to pass along with the event
|
|
4066
|
+
* Parameters to pass along with the event
|
|
4012
4067
|
*/
|
|
4013
4068
|
mParameters?: object
|
|
4014
4069
|
): this;
|
|
@@ -4074,10 +4129,6 @@ declare namespace sap {
|
|
|
4074
4129
|
* The label on the left top corner of the chart.
|
|
4075
4130
|
*/
|
|
4076
4131
|
getLeftTopLabel(): sap.suite.ui.microchart.ColumnMicroChartLabel;
|
|
4077
|
-
/**
|
|
4078
|
-
* Returns a metadata object for class sap.suite.ui.microchart.ColumnMicroChart.
|
|
4079
|
-
*/
|
|
4080
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4081
4132
|
/**
|
|
4082
4133
|
* Gets content of aggregation {@link #getRightBottomLabel rightBottomLabel}.
|
|
4083
4134
|
*
|
|
@@ -4378,6 +4429,34 @@ declare namespace sap {
|
|
|
4378
4429
|
mSettings?: sap.suite.ui.microchart.$ColumnMicroChartDataSettings
|
|
4379
4430
|
);
|
|
4380
4431
|
|
|
4432
|
+
/**
|
|
4433
|
+
* Creates a new subclass of class sap.suite.ui.microchart.ColumnMicroChartData with name `sClassName` and
|
|
4434
|
+
* enriches it with the information contained in `oClassInfo`.
|
|
4435
|
+
*
|
|
4436
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
4437
|
+
*/
|
|
4438
|
+
static extend<T extends Record<string, unknown>>(
|
|
4439
|
+
/**
|
|
4440
|
+
* Name of the class being created
|
|
4441
|
+
*/
|
|
4442
|
+
sClassName: string,
|
|
4443
|
+
/**
|
|
4444
|
+
* Object literal with information about the class
|
|
4445
|
+
*/
|
|
4446
|
+
oClassInfo?: sap.ClassInfo<
|
|
4447
|
+
T,
|
|
4448
|
+
sap.suite.ui.microchart.ColumnMicroChartData
|
|
4449
|
+
>,
|
|
4450
|
+
/**
|
|
4451
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
4452
|
+
* used by this class
|
|
4453
|
+
*/
|
|
4454
|
+
FNMetaImpl?: Function
|
|
4455
|
+
): Function;
|
|
4456
|
+
/**
|
|
4457
|
+
* Returns a metadata object for class sap.suite.ui.microchart.ColumnMicroChartData.
|
|
4458
|
+
*/
|
|
4459
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4381
4460
|
/**
|
|
4382
4461
|
* Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.suite.ui.microchart.ColumnMicroChartData`.
|
|
4383
4462
|
*
|
|
@@ -4436,30 +4515,6 @@ declare namespace sap {
|
|
|
4436
4515
|
*/
|
|
4437
4516
|
oListener?: object
|
|
4438
4517
|
): this;
|
|
4439
|
-
/**
|
|
4440
|
-
* Creates a new subclass of class sap.suite.ui.microchart.ColumnMicroChartData with name `sClassName` and
|
|
4441
|
-
* enriches it with the information contained in `oClassInfo`.
|
|
4442
|
-
*
|
|
4443
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
4444
|
-
*/
|
|
4445
|
-
static extend<T extends Record<string, unknown>>(
|
|
4446
|
-
/**
|
|
4447
|
-
* Name of the class being created
|
|
4448
|
-
*/
|
|
4449
|
-
sClassName: string,
|
|
4450
|
-
/**
|
|
4451
|
-
* Object literal with information about the class
|
|
4452
|
-
*/
|
|
4453
|
-
oClassInfo?: sap.ClassInfo<
|
|
4454
|
-
T,
|
|
4455
|
-
sap.suite.ui.microchart.ColumnMicroChartData
|
|
4456
|
-
>,
|
|
4457
|
-
/**
|
|
4458
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
4459
|
-
* used by this class
|
|
4460
|
-
*/
|
|
4461
|
-
FNMetaImpl?: Function
|
|
4462
|
-
): Function;
|
|
4463
4518
|
/**
|
|
4464
4519
|
* Fires event {@link #event:press press} to attached listeners.
|
|
4465
4520
|
*/
|
|
@@ -4492,10 +4547,6 @@ declare namespace sap {
|
|
|
4492
4547
|
* Default value is `empty string`.
|
|
4493
4548
|
*/
|
|
4494
4549
|
getLabel(): string;
|
|
4495
|
-
/**
|
|
4496
|
-
* Returns a metadata object for class sap.suite.ui.microchart.ColumnMicroChartData.
|
|
4497
|
-
*/
|
|
4498
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4499
4550
|
/**
|
|
4500
4551
|
* Gets current value of property {@link #getValue value}.
|
|
4501
4552
|
*
|
|
@@ -4621,6 +4672,10 @@ declare namespace sap {
|
|
|
4621
4672
|
*/
|
|
4622
4673
|
FNMetaImpl?: Function
|
|
4623
4674
|
): Function;
|
|
4675
|
+
/**
|
|
4676
|
+
* Returns a metadata object for class sap.suite.ui.microchart.ColumnMicroChartLabel.
|
|
4677
|
+
*/
|
|
4678
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4624
4679
|
/**
|
|
4625
4680
|
* Gets current value of property {@link #getColor color}.
|
|
4626
4681
|
*
|
|
@@ -4637,10 +4692,6 @@ declare namespace sap {
|
|
|
4637
4692
|
* Default value is `empty string`.
|
|
4638
4693
|
*/
|
|
4639
4694
|
getLabel(): string;
|
|
4640
|
-
/**
|
|
4641
|
-
* Returns a metadata object for class sap.suite.ui.microchart.ColumnMicroChartLabel.
|
|
4642
|
-
*/
|
|
4643
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4644
4695
|
/**
|
|
4645
4696
|
* Sets a new value for property {@link #getColor color}.
|
|
4646
4697
|
*
|
|
@@ -4715,6 +4766,34 @@ declare namespace sap {
|
|
|
4715
4766
|
mSettings?: sap.suite.ui.microchart.$ComparisonMicroChartSettings
|
|
4716
4767
|
);
|
|
4717
4768
|
|
|
4769
|
+
/**
|
|
4770
|
+
* Creates a new subclass of class sap.suite.ui.microchart.ComparisonMicroChart with name `sClassName` and
|
|
4771
|
+
* enriches it with the information contained in `oClassInfo`.
|
|
4772
|
+
*
|
|
4773
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
4774
|
+
*/
|
|
4775
|
+
static extend<T extends Record<string, unknown>>(
|
|
4776
|
+
/**
|
|
4777
|
+
* Name of the class being created
|
|
4778
|
+
*/
|
|
4779
|
+
sClassName: string,
|
|
4780
|
+
/**
|
|
4781
|
+
* Object literal with information about the class
|
|
4782
|
+
*/
|
|
4783
|
+
oClassInfo?: sap.ClassInfo<
|
|
4784
|
+
T,
|
|
4785
|
+
sap.suite.ui.microchart.ComparisonMicroChart
|
|
4786
|
+
>,
|
|
4787
|
+
/**
|
|
4788
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
4789
|
+
* used by this class
|
|
4790
|
+
*/
|
|
4791
|
+
FNMetaImpl?: Function
|
|
4792
|
+
): Function;
|
|
4793
|
+
/**
|
|
4794
|
+
* Returns a metadata object for class sap.suite.ui.microchart.ComparisonMicroChart.
|
|
4795
|
+
*/
|
|
4796
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4718
4797
|
/**
|
|
4719
4798
|
* @SINCE 1.60.0
|
|
4720
4799
|
*
|
|
@@ -4809,30 +4888,6 @@ declare namespace sap {
|
|
|
4809
4888
|
*/
|
|
4810
4889
|
oListener?: object
|
|
4811
4890
|
): this;
|
|
4812
|
-
/**
|
|
4813
|
-
* Creates a new subclass of class sap.suite.ui.microchart.ComparisonMicroChart with name `sClassName` and
|
|
4814
|
-
* enriches it with the information contained in `oClassInfo`.
|
|
4815
|
-
*
|
|
4816
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
4817
|
-
*/
|
|
4818
|
-
static extend<T extends Record<string, unknown>>(
|
|
4819
|
-
/**
|
|
4820
|
-
* Name of the class being created
|
|
4821
|
-
*/
|
|
4822
|
-
sClassName: string,
|
|
4823
|
-
/**
|
|
4824
|
-
* Object literal with information about the class
|
|
4825
|
-
*/
|
|
4826
|
-
oClassInfo?: sap.ClassInfo<
|
|
4827
|
-
T,
|
|
4828
|
-
sap.suite.ui.microchart.ComparisonMicroChart
|
|
4829
|
-
>,
|
|
4830
|
-
/**
|
|
4831
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
4832
|
-
* used by this class
|
|
4833
|
-
*/
|
|
4834
|
-
FNMetaImpl?: Function
|
|
4835
|
-
): Function;
|
|
4836
4891
|
/**
|
|
4837
4892
|
* Fires event {@link #event:press press} to attached listeners.
|
|
4838
4893
|
*/
|
|
@@ -4902,10 +4957,6 @@ declare namespace sap {
|
|
|
4902
4957
|
* values.
|
|
4903
4958
|
*/
|
|
4904
4959
|
getMaxValue(): float;
|
|
4905
|
-
/**
|
|
4906
|
-
* Returns a metadata object for class sap.suite.ui.microchart.ComparisonMicroChart.
|
|
4907
|
-
*/
|
|
4908
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4909
4960
|
/**
|
|
4910
4961
|
* @SINCE 1.42.0
|
|
4911
4962
|
*
|
|
@@ -5228,6 +5279,34 @@ declare namespace sap {
|
|
|
5228
5279
|
mSettings?: sap.suite.ui.microchart.$ComparisonMicroChartDataSettings
|
|
5229
5280
|
);
|
|
5230
5281
|
|
|
5282
|
+
/**
|
|
5283
|
+
* Creates a new subclass of class sap.suite.ui.microchart.ComparisonMicroChartData with name `sClassName`
|
|
5284
|
+
* and enriches it with the information contained in `oClassInfo`.
|
|
5285
|
+
*
|
|
5286
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
5287
|
+
*/
|
|
5288
|
+
static extend<T extends Record<string, unknown>>(
|
|
5289
|
+
/**
|
|
5290
|
+
* Name of the class being created
|
|
5291
|
+
*/
|
|
5292
|
+
sClassName: string,
|
|
5293
|
+
/**
|
|
5294
|
+
* Object literal with information about the class
|
|
5295
|
+
*/
|
|
5296
|
+
oClassInfo?: sap.ClassInfo<
|
|
5297
|
+
T,
|
|
5298
|
+
sap.suite.ui.microchart.ComparisonMicroChartData
|
|
5299
|
+
>,
|
|
5300
|
+
/**
|
|
5301
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
5302
|
+
* used by this class
|
|
5303
|
+
*/
|
|
5304
|
+
FNMetaImpl?: Function
|
|
5305
|
+
): Function;
|
|
5306
|
+
/**
|
|
5307
|
+
* Returns a metadata object for class sap.suite.ui.microchart.ComparisonMicroChartData.
|
|
5308
|
+
*/
|
|
5309
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5231
5310
|
/**
|
|
5232
5311
|
* Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.suite.ui.microchart.ComparisonMicroChartData`.
|
|
5233
5312
|
*
|
|
@@ -5286,30 +5365,6 @@ declare namespace sap {
|
|
|
5286
5365
|
*/
|
|
5287
5366
|
oListener?: object
|
|
5288
5367
|
): this;
|
|
5289
|
-
/**
|
|
5290
|
-
* Creates a new subclass of class sap.suite.ui.microchart.ComparisonMicroChartData with name `sClassName`
|
|
5291
|
-
* and enriches it with the information contained in `oClassInfo`.
|
|
5292
|
-
*
|
|
5293
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
5294
|
-
*/
|
|
5295
|
-
static extend<T extends Record<string, unknown>>(
|
|
5296
|
-
/**
|
|
5297
|
-
* Name of the class being created
|
|
5298
|
-
*/
|
|
5299
|
-
sClassName: string,
|
|
5300
|
-
/**
|
|
5301
|
-
* Object literal with information about the class
|
|
5302
|
-
*/
|
|
5303
|
-
oClassInfo?: sap.ClassInfo<
|
|
5304
|
-
T,
|
|
5305
|
-
sap.suite.ui.microchart.ComparisonMicroChartData
|
|
5306
|
-
>,
|
|
5307
|
-
/**
|
|
5308
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
5309
|
-
* used by this class
|
|
5310
|
-
*/
|
|
5311
|
-
FNMetaImpl?: Function
|
|
5312
|
-
): Function;
|
|
5313
5368
|
/**
|
|
5314
5369
|
* Fires event {@link #event:press press} to attached listeners.
|
|
5315
5370
|
*/
|
|
@@ -5335,10 +5390,6 @@ declare namespace sap {
|
|
|
5335
5390
|
* Default value is `empty string`.
|
|
5336
5391
|
*/
|
|
5337
5392
|
getDisplayValue(): string;
|
|
5338
|
-
/**
|
|
5339
|
-
* Returns a metadata object for class sap.suite.ui.microchart.ComparisonMicroChartData.
|
|
5340
|
-
*/
|
|
5341
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5342
5393
|
/**
|
|
5343
5394
|
* Gets current value of property {@link #getTitle title}.
|
|
5344
5395
|
*
|
|
@@ -5458,6 +5509,34 @@ declare namespace sap {
|
|
|
5458
5509
|
mSettings?: sap.suite.ui.microchart.$DeltaMicroChartSettings
|
|
5459
5510
|
);
|
|
5460
5511
|
|
|
5512
|
+
/**
|
|
5513
|
+
* Creates a new subclass of class sap.suite.ui.microchart.DeltaMicroChart with name `sClassName` and enriches
|
|
5514
|
+
* it with the information contained in `oClassInfo`.
|
|
5515
|
+
*
|
|
5516
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
5517
|
+
*/
|
|
5518
|
+
static extend<T extends Record<string, unknown>>(
|
|
5519
|
+
/**
|
|
5520
|
+
* Name of the class being created
|
|
5521
|
+
*/
|
|
5522
|
+
sClassName: string,
|
|
5523
|
+
/**
|
|
5524
|
+
* Object literal with information about the class
|
|
5525
|
+
*/
|
|
5526
|
+
oClassInfo?: sap.ClassInfo<
|
|
5527
|
+
T,
|
|
5528
|
+
sap.suite.ui.microchart.DeltaMicroChart
|
|
5529
|
+
>,
|
|
5530
|
+
/**
|
|
5531
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
5532
|
+
* used by this class
|
|
5533
|
+
*/
|
|
5534
|
+
FNMetaImpl?: Function
|
|
5535
|
+
): Function;
|
|
5536
|
+
/**
|
|
5537
|
+
* Returns a metadata object for class sap.suite.ui.microchart.DeltaMicroChart.
|
|
5538
|
+
*/
|
|
5539
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5461
5540
|
/**
|
|
5462
5541
|
* @SINCE 1.60.0
|
|
5463
5542
|
*
|
|
@@ -5527,30 +5606,6 @@ declare namespace sap {
|
|
|
5527
5606
|
*/
|
|
5528
5607
|
oListener?: object
|
|
5529
5608
|
): this;
|
|
5530
|
-
/**
|
|
5531
|
-
* Creates a new subclass of class sap.suite.ui.microchart.DeltaMicroChart with name `sClassName` and enriches
|
|
5532
|
-
* it with the information contained in `oClassInfo`.
|
|
5533
|
-
*
|
|
5534
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
5535
|
-
*/
|
|
5536
|
-
static extend<T extends Record<string, unknown>>(
|
|
5537
|
-
/**
|
|
5538
|
-
* Name of the class being created
|
|
5539
|
-
*/
|
|
5540
|
-
sClassName: string,
|
|
5541
|
-
/**
|
|
5542
|
-
* Object literal with information about the class
|
|
5543
|
-
*/
|
|
5544
|
-
oClassInfo?: sap.ClassInfo<
|
|
5545
|
-
T,
|
|
5546
|
-
sap.suite.ui.microchart.DeltaMicroChart
|
|
5547
|
-
>,
|
|
5548
|
-
/**
|
|
5549
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
5550
|
-
* used by this class
|
|
5551
|
-
*/
|
|
5552
|
-
FNMetaImpl?: Function
|
|
5553
|
-
): Function;
|
|
5554
5609
|
/**
|
|
5555
5610
|
* Fires event {@link #event:press press} to attached listeners.
|
|
5556
5611
|
*/
|
|
@@ -5621,10 +5676,6 @@ declare namespace sap {
|
|
|
5621
5676
|
* Default value is `false`.
|
|
5622
5677
|
*/
|
|
5623
5678
|
getIsResponsive(): boolean;
|
|
5624
|
-
/**
|
|
5625
|
-
* Returns a metadata object for class sap.suite.ui.microchart.DeltaMicroChart.
|
|
5626
|
-
*/
|
|
5627
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5628
5679
|
/**
|
|
5629
5680
|
* Gets current value of property {@link #getSize size}.
|
|
5630
5681
|
*
|
|
@@ -5940,7 +5991,35 @@ declare namespace sap {
|
|
|
5940
5991
|
);
|
|
5941
5992
|
|
|
5942
5993
|
/**
|
|
5943
|
-
*
|
|
5994
|
+
* Creates a new subclass of class sap.suite.ui.microchart.HarveyBallMicroChart with name `sClassName` and
|
|
5995
|
+
* enriches it with the information contained in `oClassInfo`.
|
|
5996
|
+
*
|
|
5997
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
5998
|
+
*/
|
|
5999
|
+
static extend<T extends Record<string, unknown>>(
|
|
6000
|
+
/**
|
|
6001
|
+
* Name of the class being created
|
|
6002
|
+
*/
|
|
6003
|
+
sClassName: string,
|
|
6004
|
+
/**
|
|
6005
|
+
* Object literal with information about the class
|
|
6006
|
+
*/
|
|
6007
|
+
oClassInfo?: sap.ClassInfo<
|
|
6008
|
+
T,
|
|
6009
|
+
sap.suite.ui.microchart.HarveyBallMicroChart
|
|
6010
|
+
>,
|
|
6011
|
+
/**
|
|
6012
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
6013
|
+
* used by this class
|
|
6014
|
+
*/
|
|
6015
|
+
FNMetaImpl?: Function
|
|
6016
|
+
): Function;
|
|
6017
|
+
/**
|
|
6018
|
+
* Returns a metadata object for class sap.suite.ui.microchart.HarveyBallMicroChart.
|
|
6019
|
+
*/
|
|
6020
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6021
|
+
/**
|
|
6022
|
+
* @SINCE 1.60.0
|
|
5944
6023
|
*
|
|
5945
6024
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
5946
6025
|
*/
|
|
@@ -6033,30 +6112,6 @@ declare namespace sap {
|
|
|
6033
6112
|
*/
|
|
6034
6113
|
oListener?: object
|
|
6035
6114
|
): this;
|
|
6036
|
-
/**
|
|
6037
|
-
* Creates a new subclass of class sap.suite.ui.microchart.HarveyBallMicroChart with name `sClassName` and
|
|
6038
|
-
* enriches it with the information contained in `oClassInfo`.
|
|
6039
|
-
*
|
|
6040
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
6041
|
-
*/
|
|
6042
|
-
static extend<T extends Record<string, unknown>>(
|
|
6043
|
-
/**
|
|
6044
|
-
* Name of the class being created
|
|
6045
|
-
*/
|
|
6046
|
-
sClassName: string,
|
|
6047
|
-
/**
|
|
6048
|
-
* Object literal with information about the class
|
|
6049
|
-
*/
|
|
6050
|
-
oClassInfo?: sap.ClassInfo<
|
|
6051
|
-
T,
|
|
6052
|
-
sap.suite.ui.microchart.HarveyBallMicroChart
|
|
6053
|
-
>,
|
|
6054
|
-
/**
|
|
6055
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
6056
|
-
* used by this class
|
|
6057
|
-
*/
|
|
6058
|
-
FNMetaImpl?: Function
|
|
6059
|
-
): Function;
|
|
6060
6115
|
/**
|
|
6061
6116
|
* Fires event {@link #event:press press} to attached listeners.
|
|
6062
6117
|
*/
|
|
@@ -6141,10 +6196,6 @@ declare namespace sap {
|
|
|
6141
6196
|
* The set of items. Currently only a single item is supported.
|
|
6142
6197
|
*/
|
|
6143
6198
|
getItems(): sap.suite.ui.microchart.HarveyBallMicroChartItem[];
|
|
6144
|
-
/**
|
|
6145
|
-
* Returns a metadata object for class sap.suite.ui.microchart.HarveyBallMicroChart.
|
|
6146
|
-
*/
|
|
6147
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6148
6199
|
/**
|
|
6149
6200
|
* Gets current value of property {@link #getShowFractions showFractions}.
|
|
6150
6201
|
*
|
|
@@ -6520,6 +6571,10 @@ declare namespace sap {
|
|
|
6520
6571
|
*/
|
|
6521
6572
|
FNMetaImpl?: Function
|
|
6522
6573
|
): Function;
|
|
6574
|
+
/**
|
|
6575
|
+
* Returns a metadata object for class sap.suite.ui.microchart.HarveyBallMicroChartItem.
|
|
6576
|
+
*/
|
|
6577
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6523
6578
|
/**
|
|
6524
6579
|
* Gets current value of property {@link #getColor color}.
|
|
6525
6580
|
*
|
|
@@ -6563,10 +6618,6 @@ declare namespace sap {
|
|
|
6563
6618
|
* The scaling factor that is displayed after the fraction value.
|
|
6564
6619
|
*/
|
|
6565
6620
|
getFractionScale(): string;
|
|
6566
|
-
/**
|
|
6567
|
-
* Returns a metadata object for class sap.suite.ui.microchart.HarveyBallMicroChartItem.
|
|
6568
|
-
*/
|
|
6569
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6570
6621
|
/**
|
|
6571
6622
|
* Sets a new value for property {@link #getColor color}.
|
|
6572
6623
|
*
|
|
@@ -6685,6 +6736,34 @@ declare namespace sap {
|
|
|
6685
6736
|
mSettings?: sap.suite.ui.microchart.$InteractiveBarChartSettings
|
|
6686
6737
|
);
|
|
6687
6738
|
|
|
6739
|
+
/**
|
|
6740
|
+
* Creates a new subclass of class sap.suite.ui.microchart.InteractiveBarChart with name `sClassName` and
|
|
6741
|
+
* enriches it with the information contained in `oClassInfo`.
|
|
6742
|
+
*
|
|
6743
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
6744
|
+
*/
|
|
6745
|
+
static extend<T extends Record<string, unknown>>(
|
|
6746
|
+
/**
|
|
6747
|
+
* Name of the class being created
|
|
6748
|
+
*/
|
|
6749
|
+
sClassName: string,
|
|
6750
|
+
/**
|
|
6751
|
+
* Object literal with information about the class
|
|
6752
|
+
*/
|
|
6753
|
+
oClassInfo?: sap.ClassInfo<
|
|
6754
|
+
T,
|
|
6755
|
+
sap.suite.ui.microchart.InteractiveBarChart
|
|
6756
|
+
>,
|
|
6757
|
+
/**
|
|
6758
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
6759
|
+
* used by this class
|
|
6760
|
+
*/
|
|
6761
|
+
FNMetaImpl?: Function
|
|
6762
|
+
): Function;
|
|
6763
|
+
/**
|
|
6764
|
+
* Returns a metadata object for class sap.suite.ui.microchart.InteractiveBarChart.
|
|
6765
|
+
*/
|
|
6766
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6688
6767
|
/**
|
|
6689
6768
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
6690
6769
|
*/
|
|
@@ -6840,30 +6919,6 @@ declare namespace sap {
|
|
|
6840
6919
|
*/
|
|
6841
6920
|
oListener?: object
|
|
6842
6921
|
): this;
|
|
6843
|
-
/**
|
|
6844
|
-
* Creates a new subclass of class sap.suite.ui.microchart.InteractiveBarChart with name `sClassName` and
|
|
6845
|
-
* enriches it with the information contained in `oClassInfo`.
|
|
6846
|
-
*
|
|
6847
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
6848
|
-
*/
|
|
6849
|
-
static extend<T extends Record<string, unknown>>(
|
|
6850
|
-
/**
|
|
6851
|
-
* Name of the class being created
|
|
6852
|
-
*/
|
|
6853
|
-
sClassName: string,
|
|
6854
|
-
/**
|
|
6855
|
-
* Object literal with information about the class
|
|
6856
|
-
*/
|
|
6857
|
-
oClassInfo?: sap.ClassInfo<
|
|
6858
|
-
T,
|
|
6859
|
-
sap.suite.ui.microchart.InteractiveBarChart
|
|
6860
|
-
>,
|
|
6861
|
-
/**
|
|
6862
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
6863
|
-
* used by this class
|
|
6864
|
-
*/
|
|
6865
|
-
FNMetaImpl?: Function
|
|
6866
|
-
): Function;
|
|
6867
6922
|
/**
|
|
6868
6923
|
* Fires event {@link #event:press press} to attached listeners.
|
|
6869
6924
|
*/
|
|
@@ -6914,6 +6969,18 @@ declare namespace sap {
|
|
|
6914
6969
|
* Default value is `3`.
|
|
6915
6970
|
*/
|
|
6916
6971
|
getDisplayedBars(): int;
|
|
6972
|
+
/**
|
|
6973
|
+
* Gets current value of property {@link #getErrorMessage errorMessage}.
|
|
6974
|
+
*
|
|
6975
|
+
* error message description
|
|
6976
|
+
*/
|
|
6977
|
+
getErrorMessage(): string;
|
|
6978
|
+
/**
|
|
6979
|
+
* Gets current value of property {@link #getErrorMessageTitle errorMessageTitle}.
|
|
6980
|
+
*
|
|
6981
|
+
* error message title
|
|
6982
|
+
*/
|
|
6983
|
+
getErrorMessageTitle(): string;
|
|
6917
6984
|
/**
|
|
6918
6985
|
* Gets current value of property {@link #getLabelWidth labelWidth}.
|
|
6919
6986
|
*
|
|
@@ -6929,10 +6996,6 @@ declare namespace sap {
|
|
|
6929
6996
|
* End of displayed scale.
|
|
6930
6997
|
*/
|
|
6931
6998
|
getMax(): float;
|
|
6932
|
-
/**
|
|
6933
|
-
* Returns a metadata object for class sap.suite.ui.microchart.InteractiveBarChart.
|
|
6934
|
-
*/
|
|
6935
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6936
6999
|
/**
|
|
6937
7000
|
* Gets current value of property {@link #getMin min}.
|
|
6938
7001
|
*
|
|
@@ -6951,6 +7014,14 @@ declare namespace sap {
|
|
|
6951
7014
|
* Default value is `true`.
|
|
6952
7015
|
*/
|
|
6953
7016
|
getSelectionEnabled(): boolean;
|
|
7017
|
+
/**
|
|
7018
|
+
* Gets current value of property {@link #getShowError showError}.
|
|
7019
|
+
*
|
|
7020
|
+
* TRUE if error is present, FALSE otherwise
|
|
7021
|
+
*
|
|
7022
|
+
* Default value is `false`.
|
|
7023
|
+
*/
|
|
7024
|
+
getShowError(): boolean;
|
|
6954
7025
|
/**
|
|
6955
7026
|
* Checks for the provided `sap.suite.ui.microchart.InteractiveBarChartBar` in the aggregation {@link #getBars
|
|
6956
7027
|
* bars}. and returns its index if found or -1 otherwise.
|
|
@@ -7019,6 +7090,32 @@ declare namespace sap {
|
|
|
7019
7090
|
*/
|
|
7020
7091
|
iDisplayedBars?: int
|
|
7021
7092
|
): this;
|
|
7093
|
+
/**
|
|
7094
|
+
* Sets a new value for property {@link #getErrorMessage errorMessage}.
|
|
7095
|
+
*
|
|
7096
|
+
* error message description
|
|
7097
|
+
*
|
|
7098
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
7099
|
+
*/
|
|
7100
|
+
setErrorMessage(
|
|
7101
|
+
/**
|
|
7102
|
+
* New value for property `errorMessage`
|
|
7103
|
+
*/
|
|
7104
|
+
sErrorMessage: string
|
|
7105
|
+
): this;
|
|
7106
|
+
/**
|
|
7107
|
+
* Sets a new value for property {@link #getErrorMessageTitle errorMessageTitle}.
|
|
7108
|
+
*
|
|
7109
|
+
* error message title
|
|
7110
|
+
*
|
|
7111
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
7112
|
+
*/
|
|
7113
|
+
setErrorMessageTitle(
|
|
7114
|
+
/**
|
|
7115
|
+
* New value for property `errorMessageTitle`
|
|
7116
|
+
*/
|
|
7117
|
+
sErrorMessageTitle: string
|
|
7118
|
+
): this;
|
|
7022
7119
|
/**
|
|
7023
7120
|
* Sets a new value for property {@link #getLabelWidth labelWidth}.
|
|
7024
7121
|
*
|
|
@@ -7088,6 +7185,21 @@ declare namespace sap {
|
|
|
7088
7185
|
*/
|
|
7089
7186
|
bSelectionEnabled?: boolean
|
|
7090
7187
|
): this;
|
|
7188
|
+
/**
|
|
7189
|
+
* Sets a new value for property {@link #getShowError showError}.
|
|
7190
|
+
*
|
|
7191
|
+
* TRUE if error is present, FALSE otherwise
|
|
7192
|
+
*
|
|
7193
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
7194
|
+
*
|
|
7195
|
+
* Default value is `false`.
|
|
7196
|
+
*/
|
|
7197
|
+
setShowError(
|
|
7198
|
+
/**
|
|
7199
|
+
* New value for property `showError`
|
|
7200
|
+
*/
|
|
7201
|
+
bShowError?: boolean
|
|
7202
|
+
): this;
|
|
7091
7203
|
/**
|
|
7092
7204
|
* Unbinds aggregation {@link #getBars bars} from model data.
|
|
7093
7205
|
*/
|
|
@@ -7154,6 +7266,10 @@ declare namespace sap {
|
|
|
7154
7266
|
*/
|
|
7155
7267
|
FNMetaImpl?: Function
|
|
7156
7268
|
): Function;
|
|
7269
|
+
/**
|
|
7270
|
+
* Returns a metadata object for class sap.suite.ui.microchart.InteractiveBarChartBar.
|
|
7271
|
+
*/
|
|
7272
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7157
7273
|
/**
|
|
7158
7274
|
* @SINCE 1.50.0
|
|
7159
7275
|
*
|
|
@@ -7176,10 +7292,6 @@ declare namespace sap {
|
|
|
7176
7292
|
* The label for the chart bar.
|
|
7177
7293
|
*/
|
|
7178
7294
|
getLabel(): string;
|
|
7179
|
-
/**
|
|
7180
|
-
* Returns a metadata object for class sap.suite.ui.microchart.InteractiveBarChartBar.
|
|
7181
|
-
*/
|
|
7182
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7183
7295
|
/**
|
|
7184
7296
|
* Gets current value of property {@link #getSelected selected}.
|
|
7185
7297
|
*
|
|
@@ -7305,6 +7417,34 @@ declare namespace sap {
|
|
|
7305
7417
|
mSettings?: sap.suite.ui.microchart.$InteractiveDonutChartSettings
|
|
7306
7418
|
);
|
|
7307
7419
|
|
|
7420
|
+
/**
|
|
7421
|
+
* Creates a new subclass of class sap.suite.ui.microchart.InteractiveDonutChart with name `sClassName`
|
|
7422
|
+
* and enriches it with the information contained in `oClassInfo`.
|
|
7423
|
+
*
|
|
7424
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
7425
|
+
*/
|
|
7426
|
+
static extend<T extends Record<string, unknown>>(
|
|
7427
|
+
/**
|
|
7428
|
+
* Name of the class being created
|
|
7429
|
+
*/
|
|
7430
|
+
sClassName: string,
|
|
7431
|
+
/**
|
|
7432
|
+
* Object literal with information about the class
|
|
7433
|
+
*/
|
|
7434
|
+
oClassInfo?: sap.ClassInfo<
|
|
7435
|
+
T,
|
|
7436
|
+
sap.suite.ui.microchart.InteractiveDonutChart
|
|
7437
|
+
>,
|
|
7438
|
+
/**
|
|
7439
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
7440
|
+
* used by this class
|
|
7441
|
+
*/
|
|
7442
|
+
FNMetaImpl?: Function
|
|
7443
|
+
): Function;
|
|
7444
|
+
/**
|
|
7445
|
+
* Returns a metadata object for class sap.suite.ui.microchart.InteractiveDonutChart.
|
|
7446
|
+
*/
|
|
7447
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7308
7448
|
/**
|
|
7309
7449
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
7310
7450
|
*/
|
|
@@ -7460,30 +7600,6 @@ declare namespace sap {
|
|
|
7460
7600
|
*/
|
|
7461
7601
|
oListener?: object
|
|
7462
7602
|
): this;
|
|
7463
|
-
/**
|
|
7464
|
-
* Creates a new subclass of class sap.suite.ui.microchart.InteractiveDonutChart with name `sClassName`
|
|
7465
|
-
* and enriches it with the information contained in `oClassInfo`.
|
|
7466
|
-
*
|
|
7467
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
7468
|
-
*/
|
|
7469
|
-
static extend<T extends Record<string, unknown>>(
|
|
7470
|
-
/**
|
|
7471
|
-
* Name of the class being created
|
|
7472
|
-
*/
|
|
7473
|
-
sClassName: string,
|
|
7474
|
-
/**
|
|
7475
|
-
* Object literal with information about the class
|
|
7476
|
-
*/
|
|
7477
|
-
oClassInfo?: sap.ClassInfo<
|
|
7478
|
-
T,
|
|
7479
|
-
sap.suite.ui.microchart.InteractiveDonutChart
|
|
7480
|
-
>,
|
|
7481
|
-
/**
|
|
7482
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
7483
|
-
* used by this class
|
|
7484
|
-
*/
|
|
7485
|
-
FNMetaImpl?: Function
|
|
7486
|
-
): Function;
|
|
7487
7603
|
/**
|
|
7488
7604
|
* Fires event {@link #event:press press} to attached listeners.
|
|
7489
7605
|
*/
|
|
@@ -7529,9 +7645,17 @@ declare namespace sap {
|
|
|
7529
7645
|
*/
|
|
7530
7646
|
getDisplayedSegments(): int;
|
|
7531
7647
|
/**
|
|
7532
|
-
*
|
|
7648
|
+
* Gets current value of property {@link #getErrorMessage errorMessage}.
|
|
7649
|
+
*
|
|
7650
|
+
* error message description
|
|
7533
7651
|
*/
|
|
7534
|
-
|
|
7652
|
+
getErrorMessage(): string;
|
|
7653
|
+
/**
|
|
7654
|
+
* Gets current value of property {@link #getErrorMessageTitle errorMessageTitle}.
|
|
7655
|
+
*
|
|
7656
|
+
* error message title
|
|
7657
|
+
*/
|
|
7658
|
+
getErrorMessageTitle(): string;
|
|
7535
7659
|
/**
|
|
7536
7660
|
* Gets content of aggregation {@link #getSegments segments}.
|
|
7537
7661
|
*
|
|
@@ -7550,6 +7674,14 @@ declare namespace sap {
|
|
|
7550
7674
|
* Default value is `true`.
|
|
7551
7675
|
*/
|
|
7552
7676
|
getSelectionEnabled(): boolean;
|
|
7677
|
+
/**
|
|
7678
|
+
* Gets current value of property {@link #getShowError showError}.
|
|
7679
|
+
*
|
|
7680
|
+
* TRUE if error is present, FALSE otherwise
|
|
7681
|
+
*
|
|
7682
|
+
* Default value is `false`.
|
|
7683
|
+
*/
|
|
7684
|
+
getShowError(): boolean;
|
|
7553
7685
|
/**
|
|
7554
7686
|
* Checks for the provided `sap.suite.ui.microchart.InteractiveDonutChartSegment` in the aggregation {@link
|
|
7555
7687
|
* #getSegments segments}. and returns its index if found or -1 otherwise.
|
|
@@ -7621,6 +7753,32 @@ declare namespace sap {
|
|
|
7621
7753
|
*/
|
|
7622
7754
|
iDisplayedSegments?: int
|
|
7623
7755
|
): this;
|
|
7756
|
+
/**
|
|
7757
|
+
* Sets a new value for property {@link #getErrorMessage errorMessage}.
|
|
7758
|
+
*
|
|
7759
|
+
* error message description
|
|
7760
|
+
*
|
|
7761
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
7762
|
+
*/
|
|
7763
|
+
setErrorMessage(
|
|
7764
|
+
/**
|
|
7765
|
+
* New value for property `errorMessage`
|
|
7766
|
+
*/
|
|
7767
|
+
sErrorMessage: string
|
|
7768
|
+
): this;
|
|
7769
|
+
/**
|
|
7770
|
+
* Sets a new value for property {@link #getErrorMessageTitle errorMessageTitle}.
|
|
7771
|
+
*
|
|
7772
|
+
* error message title
|
|
7773
|
+
*
|
|
7774
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
7775
|
+
*/
|
|
7776
|
+
setErrorMessageTitle(
|
|
7777
|
+
/**
|
|
7778
|
+
* New value for property `errorMessageTitle`
|
|
7779
|
+
*/
|
|
7780
|
+
sErrorMessageTitle: string
|
|
7781
|
+
): this;
|
|
7624
7782
|
/**
|
|
7625
7783
|
* Already selected segments will be unselected and members of selectedSegments attribute which are part
|
|
7626
7784
|
* of the segments aggregation will be set to selected state.
|
|
@@ -7648,6 +7806,21 @@ declare namespace sap {
|
|
|
7648
7806
|
*/
|
|
7649
7807
|
bSelectionEnabled?: boolean
|
|
7650
7808
|
): this;
|
|
7809
|
+
/**
|
|
7810
|
+
* Sets a new value for property {@link #getShowError showError}.
|
|
7811
|
+
*
|
|
7812
|
+
* TRUE if error is present, FALSE otherwise
|
|
7813
|
+
*
|
|
7814
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
7815
|
+
*
|
|
7816
|
+
* Default value is `false`.
|
|
7817
|
+
*/
|
|
7818
|
+
setShowError(
|
|
7819
|
+
/**
|
|
7820
|
+
* New value for property `showError`
|
|
7821
|
+
*/
|
|
7822
|
+
bShowError?: boolean
|
|
7823
|
+
): this;
|
|
7651
7824
|
/**
|
|
7652
7825
|
* Unbinds aggregation {@link #getSegments segments} from model data.
|
|
7653
7826
|
*/
|
|
@@ -7714,6 +7887,10 @@ declare namespace sap {
|
|
|
7714
7887
|
*/
|
|
7715
7888
|
FNMetaImpl?: Function
|
|
7716
7889
|
): Function;
|
|
7890
|
+
/**
|
|
7891
|
+
* Returns a metadata object for class sap.suite.ui.microchart.InteractiveDonutChartSegment.
|
|
7892
|
+
*/
|
|
7893
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7717
7894
|
/**
|
|
7718
7895
|
* @SINCE 1.50.0
|
|
7719
7896
|
*
|
|
@@ -7736,10 +7913,6 @@ declare namespace sap {
|
|
|
7736
7913
|
* Displayed text for the segment.
|
|
7737
7914
|
*/
|
|
7738
7915
|
getLabel(): string;
|
|
7739
|
-
/**
|
|
7740
|
-
* Returns a metadata object for class sap.suite.ui.microchart.InteractiveDonutChartSegment.
|
|
7741
|
-
*/
|
|
7742
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7743
7916
|
/**
|
|
7744
7917
|
* Gets current value of property {@link #getSelected selected}.
|
|
7745
7918
|
*
|
|
@@ -7864,6 +8037,34 @@ declare namespace sap {
|
|
|
7864
8037
|
mSettings?: sap.suite.ui.microchart.$InteractiveLineChartSettings
|
|
7865
8038
|
);
|
|
7866
8039
|
|
|
8040
|
+
/**
|
|
8041
|
+
* Creates a new subclass of class sap.suite.ui.microchart.InteractiveLineChart with name `sClassName` and
|
|
8042
|
+
* enriches it with the information contained in `oClassInfo`.
|
|
8043
|
+
*
|
|
8044
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
8045
|
+
*/
|
|
8046
|
+
static extend<T extends Record<string, unknown>>(
|
|
8047
|
+
/**
|
|
8048
|
+
* Name of the class being created
|
|
8049
|
+
*/
|
|
8050
|
+
sClassName: string,
|
|
8051
|
+
/**
|
|
8052
|
+
* Object literal with information about the class
|
|
8053
|
+
*/
|
|
8054
|
+
oClassInfo?: sap.ClassInfo<
|
|
8055
|
+
T,
|
|
8056
|
+
sap.suite.ui.microchart.InteractiveLineChart
|
|
8057
|
+
>,
|
|
8058
|
+
/**
|
|
8059
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
8060
|
+
* used by this class
|
|
8061
|
+
*/
|
|
8062
|
+
FNMetaImpl?: Function
|
|
8063
|
+
): Function;
|
|
8064
|
+
/**
|
|
8065
|
+
* Returns a metadata object for class sap.suite.ui.microchart.InteractiveLineChart.
|
|
8066
|
+
*/
|
|
8067
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7867
8068
|
/**
|
|
7868
8069
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
7869
8070
|
*/
|
|
@@ -8021,30 +8222,6 @@ declare namespace sap {
|
|
|
8021
8222
|
*/
|
|
8022
8223
|
oListener?: object
|
|
8023
8224
|
): this;
|
|
8024
|
-
/**
|
|
8025
|
-
* Creates a new subclass of class sap.suite.ui.microchart.InteractiveLineChart with name `sClassName` and
|
|
8026
|
-
* enriches it with the information contained in `oClassInfo`.
|
|
8027
|
-
*
|
|
8028
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
8029
|
-
*/
|
|
8030
|
-
static extend<T extends Record<string, unknown>>(
|
|
8031
|
-
/**
|
|
8032
|
-
* Name of the class being created
|
|
8033
|
-
*/
|
|
8034
|
-
sClassName: string,
|
|
8035
|
-
/**
|
|
8036
|
-
* Object literal with information about the class
|
|
8037
|
-
*/
|
|
8038
|
-
oClassInfo?: sap.ClassInfo<
|
|
8039
|
-
T,
|
|
8040
|
-
sap.suite.ui.microchart.InteractiveLineChart
|
|
8041
|
-
>,
|
|
8042
|
-
/**
|
|
8043
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
8044
|
-
* used by this class
|
|
8045
|
-
*/
|
|
8046
|
-
FNMetaImpl?: Function
|
|
8047
|
-
): Function;
|
|
8048
8225
|
/**
|
|
8049
8226
|
* Fires event {@link #event:press press} to attached listeners.
|
|
8050
8227
|
*/
|
|
@@ -8090,9 +8267,17 @@ declare namespace sap {
|
|
|
8090
8267
|
*/
|
|
8091
8268
|
getDisplayedPoints(): int;
|
|
8092
8269
|
/**
|
|
8093
|
-
*
|
|
8270
|
+
* Gets current value of property {@link #getErrorMessage errorMessage}.
|
|
8271
|
+
*
|
|
8272
|
+
* error message description
|
|
8094
8273
|
*/
|
|
8095
|
-
|
|
8274
|
+
getErrorMessage(): string;
|
|
8275
|
+
/**
|
|
8276
|
+
* Gets current value of property {@link #getErrorMessageTitle errorMessageTitle}.
|
|
8277
|
+
*
|
|
8278
|
+
* error message title
|
|
8279
|
+
*/
|
|
8280
|
+
getErrorMessageTitle(): string;
|
|
8096
8281
|
/**
|
|
8097
8282
|
* Gets content of aggregation {@link #getPoints points}.
|
|
8098
8283
|
*
|
|
@@ -8120,6 +8305,14 @@ declare namespace sap {
|
|
|
8120
8305
|
* Default value is `true`.
|
|
8121
8306
|
*/
|
|
8122
8307
|
getSelectionEnabled(): boolean;
|
|
8308
|
+
/**
|
|
8309
|
+
* Gets current value of property {@link #getShowError showError}.
|
|
8310
|
+
*
|
|
8311
|
+
* TRUE if error is present, FALSE otherwise
|
|
8312
|
+
*
|
|
8313
|
+
* Default value is `false`.
|
|
8314
|
+
*/
|
|
8315
|
+
getShowError(): boolean;
|
|
8123
8316
|
/**
|
|
8124
8317
|
* Gets current value of property {@link #getSucceedingPoint succeedingPoint}.
|
|
8125
8318
|
*
|
|
@@ -8200,6 +8393,32 @@ declare namespace sap {
|
|
|
8200
8393
|
*/
|
|
8201
8394
|
iDisplayedPoints?: int
|
|
8202
8395
|
): this;
|
|
8396
|
+
/**
|
|
8397
|
+
* Sets a new value for property {@link #getErrorMessage errorMessage}.
|
|
8398
|
+
*
|
|
8399
|
+
* error message description
|
|
8400
|
+
*
|
|
8401
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8402
|
+
*/
|
|
8403
|
+
setErrorMessage(
|
|
8404
|
+
/**
|
|
8405
|
+
* New value for property `errorMessage`
|
|
8406
|
+
*/
|
|
8407
|
+
sErrorMessage: string
|
|
8408
|
+
): this;
|
|
8409
|
+
/**
|
|
8410
|
+
* Sets a new value for property {@link #getErrorMessageTitle errorMessageTitle}.
|
|
8411
|
+
*
|
|
8412
|
+
* error message title
|
|
8413
|
+
*
|
|
8414
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8415
|
+
*/
|
|
8416
|
+
setErrorMessageTitle(
|
|
8417
|
+
/**
|
|
8418
|
+
* New value for property `errorMessageTitle`
|
|
8419
|
+
*/
|
|
8420
|
+
sErrorMessageTitle: string
|
|
8421
|
+
): this;
|
|
8203
8422
|
/**
|
|
8204
8423
|
* Sets a new value for property {@link #getPrecedingPoint precedingPoint}.
|
|
8205
8424
|
*
|
|
@@ -8229,19 +8448,34 @@ declare namespace sap {
|
|
|
8229
8448
|
| sap.suite.ui.microchart.InteractiveLineChartPoint[]
|
|
8230
8449
|
): this;
|
|
8231
8450
|
/**
|
|
8232
|
-
* Sets a new value for property {@link #getSelectionEnabled selectionEnabled}.
|
|
8451
|
+
* Sets a new value for property {@link #getSelectionEnabled selectionEnabled}.
|
|
8452
|
+
*
|
|
8453
|
+
* If this property is set to true, one or multiple points are selectable.
|
|
8454
|
+
*
|
|
8455
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8456
|
+
*
|
|
8457
|
+
* Default value is `true`.
|
|
8458
|
+
*/
|
|
8459
|
+
setSelectionEnabled(
|
|
8460
|
+
/**
|
|
8461
|
+
* New value for property `selectionEnabled`
|
|
8462
|
+
*/
|
|
8463
|
+
bSelectionEnabled?: boolean
|
|
8464
|
+
): this;
|
|
8465
|
+
/**
|
|
8466
|
+
* Sets a new value for property {@link #getShowError showError}.
|
|
8233
8467
|
*
|
|
8234
|
-
*
|
|
8468
|
+
* TRUE if error is present, FALSE otherwise
|
|
8235
8469
|
*
|
|
8236
8470
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8237
8471
|
*
|
|
8238
|
-
* Default value is `
|
|
8472
|
+
* Default value is `false`.
|
|
8239
8473
|
*/
|
|
8240
|
-
|
|
8474
|
+
setShowError(
|
|
8241
8475
|
/**
|
|
8242
|
-
* New value for property `
|
|
8476
|
+
* New value for property `showError`
|
|
8243
8477
|
*/
|
|
8244
|
-
|
|
8478
|
+
bShowError?: boolean
|
|
8245
8479
|
): this;
|
|
8246
8480
|
/**
|
|
8247
8481
|
* Sets a new value for property {@link #getSucceedingPoint succeedingPoint}.
|
|
@@ -8325,6 +8559,10 @@ declare namespace sap {
|
|
|
8325
8559
|
*/
|
|
8326
8560
|
FNMetaImpl?: Function
|
|
8327
8561
|
): Function;
|
|
8562
|
+
/**
|
|
8563
|
+
* Returns a metadata object for class sap.suite.ui.microchart.InteractiveLineChartPoint.
|
|
8564
|
+
*/
|
|
8565
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8328
8566
|
/**
|
|
8329
8567
|
* @SINCE 1.50.0
|
|
8330
8568
|
*
|
|
@@ -8347,10 +8585,6 @@ declare namespace sap {
|
|
|
8347
8585
|
* The bottom label for the chart point.
|
|
8348
8586
|
*/
|
|
8349
8587
|
getLabel(): string;
|
|
8350
|
-
/**
|
|
8351
|
-
* Returns a metadata object for class sap.suite.ui.microchart.InteractiveLineChartPoint.
|
|
8352
|
-
*/
|
|
8353
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8354
8588
|
/**
|
|
8355
8589
|
* Gets current value of property {@link #getSecondaryLabel secondaryLabel}.
|
|
8356
8590
|
*
|
|
@@ -8498,6 +8732,34 @@ declare namespace sap {
|
|
|
8498
8732
|
mSettings?: sap.suite.ui.microchart.$LineMicroChartSettings
|
|
8499
8733
|
);
|
|
8500
8734
|
|
|
8735
|
+
/**
|
|
8736
|
+
* Creates a new subclass of class sap.suite.ui.microchart.LineMicroChart with name `sClassName` and enriches
|
|
8737
|
+
* it with the information contained in `oClassInfo`.
|
|
8738
|
+
*
|
|
8739
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
8740
|
+
*/
|
|
8741
|
+
static extend<T extends Record<string, unknown>>(
|
|
8742
|
+
/**
|
|
8743
|
+
* Name of the class being created
|
|
8744
|
+
*/
|
|
8745
|
+
sClassName: string,
|
|
8746
|
+
/**
|
|
8747
|
+
* Object literal with information about the class
|
|
8748
|
+
*/
|
|
8749
|
+
oClassInfo?: sap.ClassInfo<
|
|
8750
|
+
T,
|
|
8751
|
+
sap.suite.ui.microchart.LineMicroChart
|
|
8752
|
+
>,
|
|
8753
|
+
/**
|
|
8754
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
8755
|
+
* used by this class
|
|
8756
|
+
*/
|
|
8757
|
+
FNMetaImpl?: Function
|
|
8758
|
+
): Function;
|
|
8759
|
+
/**
|
|
8760
|
+
* Returns a metadata object for class sap.suite.ui.microchart.LineMicroChart.
|
|
8761
|
+
*/
|
|
8762
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8501
8763
|
/**
|
|
8502
8764
|
* @SINCE 1.60.0
|
|
8503
8765
|
*
|
|
@@ -8617,30 +8879,6 @@ declare namespace sap {
|
|
|
8617
8879
|
*/
|
|
8618
8880
|
oListener?: object
|
|
8619
8881
|
): this;
|
|
8620
|
-
/**
|
|
8621
|
-
* Creates a new subclass of class sap.suite.ui.microchart.LineMicroChart with name `sClassName` and enriches
|
|
8622
|
-
* it with the information contained in `oClassInfo`.
|
|
8623
|
-
*
|
|
8624
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
8625
|
-
*/
|
|
8626
|
-
static extend<T extends Record<string, unknown>>(
|
|
8627
|
-
/**
|
|
8628
|
-
* Name of the class being created
|
|
8629
|
-
*/
|
|
8630
|
-
sClassName: string,
|
|
8631
|
-
/**
|
|
8632
|
-
* Object literal with information about the class
|
|
8633
|
-
*/
|
|
8634
|
-
oClassInfo?: sap.ClassInfo<
|
|
8635
|
-
T,
|
|
8636
|
-
sap.suite.ui.microchart.LineMicroChart
|
|
8637
|
-
>,
|
|
8638
|
-
/**
|
|
8639
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
8640
|
-
* used by this class
|
|
8641
|
-
*/
|
|
8642
|
-
FNMetaImpl?: Function
|
|
8643
|
-
): Function;
|
|
8644
8882
|
/**
|
|
8645
8883
|
* Fires event {@link #event:press press} to attached listeners.
|
|
8646
8884
|
*/
|
|
@@ -8723,10 +8961,6 @@ declare namespace sap {
|
|
|
8723
8961
|
* If this property is set, it indicates the value the Y-axis ends with.
|
|
8724
8962
|
*/
|
|
8725
8963
|
getMaxYValue(): float;
|
|
8726
|
-
/**
|
|
8727
|
-
* Returns a metadata object for class sap.suite.ui.microchart.LineMicroChart.
|
|
8728
|
-
*/
|
|
8729
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8730
8964
|
/**
|
|
8731
8965
|
* Gets current value of property {@link #getMinXValue minXValue}.
|
|
8732
8966
|
*
|
|
@@ -9314,6 +9548,10 @@ declare namespace sap {
|
|
|
9314
9548
|
*/
|
|
9315
9549
|
FNMetaImpl?: Function
|
|
9316
9550
|
): Function;
|
|
9551
|
+
/**
|
|
9552
|
+
* Returns a metadata object for class sap.suite.ui.microchart.LineMicroChartEmphasizedPoint.
|
|
9553
|
+
*/
|
|
9554
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
9317
9555
|
/**
|
|
9318
9556
|
* Gets current value of property {@link #getColor color}.
|
|
9319
9557
|
*
|
|
@@ -9324,10 +9562,6 @@ declare namespace sap {
|
|
|
9324
9562
|
* Default value is `"Neutral"`.
|
|
9325
9563
|
*/
|
|
9326
9564
|
getColor(): sap.m.ValueCSSColor;
|
|
9327
|
-
/**
|
|
9328
|
-
* Returns a metadata object for class sap.suite.ui.microchart.LineMicroChartEmphasizedPoint.
|
|
9329
|
-
*/
|
|
9330
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
9331
9565
|
/**
|
|
9332
9566
|
* Gets current value of property {@link #getShow show}.
|
|
9333
9567
|
*
|
|
@@ -9406,6 +9640,34 @@ declare namespace sap {
|
|
|
9406
9640
|
mSettings?: sap.suite.ui.microchart.$LineMicroChartLineSettings
|
|
9407
9641
|
);
|
|
9408
9642
|
|
|
9643
|
+
/**
|
|
9644
|
+
* Creates a new subclass of class sap.suite.ui.microchart.LineMicroChartLine with name `sClassName` and
|
|
9645
|
+
* enriches it with the information contained in `oClassInfo`.
|
|
9646
|
+
*
|
|
9647
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
9648
|
+
*/
|
|
9649
|
+
static extend<T extends Record<string, unknown>>(
|
|
9650
|
+
/**
|
|
9651
|
+
* Name of the class being created
|
|
9652
|
+
*/
|
|
9653
|
+
sClassName: string,
|
|
9654
|
+
/**
|
|
9655
|
+
* Object literal with information about the class
|
|
9656
|
+
*/
|
|
9657
|
+
oClassInfo?: sap.ClassInfo<
|
|
9658
|
+
T,
|
|
9659
|
+
sap.suite.ui.microchart.LineMicroChartLine
|
|
9660
|
+
>,
|
|
9661
|
+
/**
|
|
9662
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
9663
|
+
* used by this class
|
|
9664
|
+
*/
|
|
9665
|
+
FNMetaImpl?: Function
|
|
9666
|
+
): Function;
|
|
9667
|
+
/**
|
|
9668
|
+
* Returns a metadata object for class sap.suite.ui.microchart.LineMicroChartLine.
|
|
9669
|
+
*/
|
|
9670
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
9409
9671
|
/**
|
|
9410
9672
|
* Adds some point to the aggregation {@link #getPoints points}.
|
|
9411
9673
|
*/
|
|
@@ -9431,30 +9693,6 @@ declare namespace sap {
|
|
|
9431
9693
|
* Destroys all the points in the aggregation {@link #getPoints points}.
|
|
9432
9694
|
*/
|
|
9433
9695
|
destroyPoints(): this;
|
|
9434
|
-
/**
|
|
9435
|
-
* Creates a new subclass of class sap.suite.ui.microchart.LineMicroChartLine with name `sClassName` and
|
|
9436
|
-
* enriches it with the information contained in `oClassInfo`.
|
|
9437
|
-
*
|
|
9438
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
9439
|
-
*/
|
|
9440
|
-
static extend<T extends Record<string, unknown>>(
|
|
9441
|
-
/**
|
|
9442
|
-
* Name of the class being created
|
|
9443
|
-
*/
|
|
9444
|
-
sClassName: string,
|
|
9445
|
-
/**
|
|
9446
|
-
* Object literal with information about the class
|
|
9447
|
-
*/
|
|
9448
|
-
oClassInfo?: sap.ClassInfo<
|
|
9449
|
-
T,
|
|
9450
|
-
sap.suite.ui.microchart.LineMicroChartLine
|
|
9451
|
-
>,
|
|
9452
|
-
/**
|
|
9453
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
9454
|
-
* used by this class
|
|
9455
|
-
*/
|
|
9456
|
-
FNMetaImpl?: Function
|
|
9457
|
-
): Function;
|
|
9458
9696
|
/**
|
|
9459
9697
|
* Gets current value of property {@link #getColor color}.
|
|
9460
9698
|
*
|
|
@@ -9470,10 +9708,6 @@ declare namespace sap {
|
|
|
9470
9708
|
* is used instead.
|
|
9471
9709
|
*/
|
|
9472
9710
|
getColor(): any;
|
|
9473
|
-
/**
|
|
9474
|
-
* Returns a metadata object for class sap.suite.ui.microchart.LineMicroChartLine.
|
|
9475
|
-
*/
|
|
9476
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
9477
9711
|
/**
|
|
9478
9712
|
* Gets content of aggregation {@link #getPoints points}.
|
|
9479
9713
|
*
|
|
@@ -9746,6 +9980,34 @@ declare namespace sap {
|
|
|
9746
9980
|
*/
|
|
9747
9981
|
constructor();
|
|
9748
9982
|
|
|
9983
|
+
/**
|
|
9984
|
+
* Creates a new subclass of class sap.suite.ui.microchart.RadialMicroChart with name `sClassName` and enriches
|
|
9985
|
+
* it with the information contained in `oClassInfo`.
|
|
9986
|
+
*
|
|
9987
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
9988
|
+
*/
|
|
9989
|
+
static extend<T extends Record<string, unknown>>(
|
|
9990
|
+
/**
|
|
9991
|
+
* Name of the class being created
|
|
9992
|
+
*/
|
|
9993
|
+
sClassName: string,
|
|
9994
|
+
/**
|
|
9995
|
+
* Object literal with information about the class
|
|
9996
|
+
*/
|
|
9997
|
+
oClassInfo?: sap.ClassInfo<
|
|
9998
|
+
T,
|
|
9999
|
+
sap.suite.ui.microchart.RadialMicroChart
|
|
10000
|
+
>,
|
|
10001
|
+
/**
|
|
10002
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
10003
|
+
* used by this class
|
|
10004
|
+
*/
|
|
10005
|
+
FNMetaImpl?: Function
|
|
10006
|
+
): Function;
|
|
10007
|
+
/**
|
|
10008
|
+
* Returns a metadata object for class sap.suite.ui.microchart.RadialMicroChart.
|
|
10009
|
+
*/
|
|
10010
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
9749
10011
|
/**
|
|
9750
10012
|
* @SINCE 1.60.0
|
|
9751
10013
|
*
|
|
@@ -9815,30 +10077,6 @@ declare namespace sap {
|
|
|
9815
10077
|
*/
|
|
9816
10078
|
oListener?: object
|
|
9817
10079
|
): this;
|
|
9818
|
-
/**
|
|
9819
|
-
* Creates a new subclass of class sap.suite.ui.microchart.RadialMicroChart with name `sClassName` and enriches
|
|
9820
|
-
* it with the information contained in `oClassInfo`.
|
|
9821
|
-
*
|
|
9822
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
9823
|
-
*/
|
|
9824
|
-
static extend<T extends Record<string, unknown>>(
|
|
9825
|
-
/**
|
|
9826
|
-
* Name of the class being created
|
|
9827
|
-
*/
|
|
9828
|
-
sClassName: string,
|
|
9829
|
-
/**
|
|
9830
|
-
* Object literal with information about the class
|
|
9831
|
-
*/
|
|
9832
|
-
oClassInfo?: sap.ClassInfo<
|
|
9833
|
-
T,
|
|
9834
|
-
sap.suite.ui.microchart.RadialMicroChart
|
|
9835
|
-
>,
|
|
9836
|
-
/**
|
|
9837
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
9838
|
-
* used by this class
|
|
9839
|
-
*/
|
|
9840
|
-
FNMetaImpl?: Function
|
|
9841
|
-
): Function;
|
|
9842
10080
|
/**
|
|
9843
10081
|
* Fires event {@link #event:press press} to attached listeners.
|
|
9844
10082
|
*/
|
|
@@ -9889,10 +10127,6 @@ declare namespace sap {
|
|
|
9889
10127
|
* Default value is `false`.
|
|
9890
10128
|
*/
|
|
9891
10129
|
getHideOnNoData(): boolean;
|
|
9892
|
-
/**
|
|
9893
|
-
* Returns a metadata object for class sap.suite.ui.microchart.RadialMicroChart.
|
|
9894
|
-
*/
|
|
9895
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
9896
10130
|
/**
|
|
9897
10131
|
* Gets current value of property {@link #getPercentage percentage}.
|
|
9898
10132
|
*
|
|
@@ -10127,6 +10361,34 @@ declare namespace sap {
|
|
|
10127
10361
|
mSettings?: sap.suite.ui.microchart.$StackedBarMicroChartSettings
|
|
10128
10362
|
);
|
|
10129
10363
|
|
|
10364
|
+
/**
|
|
10365
|
+
* Creates a new subclass of class sap.suite.ui.microchart.StackedBarMicroChart with name `sClassName` and
|
|
10366
|
+
* enriches it with the information contained in `oClassInfo`.
|
|
10367
|
+
*
|
|
10368
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
10369
|
+
*/
|
|
10370
|
+
static extend<T extends Record<string, unknown>>(
|
|
10371
|
+
/**
|
|
10372
|
+
* Name of the class being created
|
|
10373
|
+
*/
|
|
10374
|
+
sClassName: string,
|
|
10375
|
+
/**
|
|
10376
|
+
* Object literal with information about the class
|
|
10377
|
+
*/
|
|
10378
|
+
oClassInfo?: sap.ClassInfo<
|
|
10379
|
+
T,
|
|
10380
|
+
sap.suite.ui.microchart.StackedBarMicroChart
|
|
10381
|
+
>,
|
|
10382
|
+
/**
|
|
10383
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
10384
|
+
* used by this class
|
|
10385
|
+
*/
|
|
10386
|
+
FNMetaImpl?: Function
|
|
10387
|
+
): Function;
|
|
10388
|
+
/**
|
|
10389
|
+
* Returns a metadata object for class sap.suite.ui.microchart.StackedBarMicroChart.
|
|
10390
|
+
*/
|
|
10391
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
10130
10392
|
/**
|
|
10131
10393
|
* @SINCE 1.60.0
|
|
10132
10394
|
*
|
|
@@ -10221,30 +10483,6 @@ declare namespace sap {
|
|
|
10221
10483
|
*/
|
|
10222
10484
|
oListener?: object
|
|
10223
10485
|
): this;
|
|
10224
|
-
/**
|
|
10225
|
-
* Creates a new subclass of class sap.suite.ui.microchart.StackedBarMicroChart with name `sClassName` and
|
|
10226
|
-
* enriches it with the information contained in `oClassInfo`.
|
|
10227
|
-
*
|
|
10228
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
10229
|
-
*/
|
|
10230
|
-
static extend<T extends Record<string, unknown>>(
|
|
10231
|
-
/**
|
|
10232
|
-
* Name of the class being created
|
|
10233
|
-
*/
|
|
10234
|
-
sClassName: string,
|
|
10235
|
-
/**
|
|
10236
|
-
* Object literal with information about the class
|
|
10237
|
-
*/
|
|
10238
|
-
oClassInfo?: sap.ClassInfo<
|
|
10239
|
-
T,
|
|
10240
|
-
sap.suite.ui.microchart.StackedBarMicroChart
|
|
10241
|
-
>,
|
|
10242
|
-
/**
|
|
10243
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
10244
|
-
* used by this class
|
|
10245
|
-
*/
|
|
10246
|
-
FNMetaImpl?: Function
|
|
10247
|
-
): Function;
|
|
10248
10486
|
/**
|
|
10249
10487
|
* Fires event {@link #event:press press} to attached listeners.
|
|
10250
10488
|
*/
|
|
@@ -10305,10 +10543,6 @@ declare namespace sap {
|
|
|
10305
10543
|
* as invisible bar, thus e.g. different StackedBarMicroChart instances can be compared.
|
|
10306
10544
|
*/
|
|
10307
10545
|
getMaxValue(): float;
|
|
10308
|
-
/**
|
|
10309
|
-
* Returns a metadata object for class sap.suite.ui.microchart.StackedBarMicroChart.
|
|
10310
|
-
*/
|
|
10311
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
10312
10546
|
/**
|
|
10313
10547
|
* Gets current value of property {@link #getPrecision precision}.
|
|
10314
10548
|
*
|
|
@@ -10592,16 +10826,16 @@ declare namespace sap {
|
|
|
10592
10826
|
*/
|
|
10593
10827
|
FNMetaImpl?: Function
|
|
10594
10828
|
): Function;
|
|
10829
|
+
/**
|
|
10830
|
+
* Returns a metadata object for class sap.suite.ui.microchart.StackedBarMicroChartBar.
|
|
10831
|
+
*/
|
|
10832
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
10595
10833
|
/**
|
|
10596
10834
|
* Gets current value of property {@link #getDisplayValue displayValue}.
|
|
10597
10835
|
*
|
|
10598
10836
|
* If this property is set, then it will be displayed instead of value.
|
|
10599
10837
|
*/
|
|
10600
10838
|
getDisplayValue(): string;
|
|
10601
|
-
/**
|
|
10602
|
-
* Returns a metadata object for class sap.suite.ui.microchart.StackedBarMicroChartBar.
|
|
10603
|
-
*/
|
|
10604
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
10605
10839
|
/**
|
|
10606
10840
|
* Gets current value of property {@link #getValue value}.
|
|
10607
10841
|
*
|