@sapui5/ts-types 1.92.1 → 1.93.2
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 +2 -29
- 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 +7 -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.0-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 +1011 -1011
- 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 +334 -380
- 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
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.93.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -1222,6 +1222,10 @@ declare namespace sap {
|
|
|
1222
1222
|
*/
|
|
1223
1223
|
FNMetaImpl?: Function
|
|
1224
1224
|
): Function;
|
|
1225
|
+
/**
|
|
1226
|
+
* Returns a metadata object for class sap.gantt.config.BirdEyeGroup.
|
|
1227
|
+
*/
|
|
1228
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1225
1229
|
/**
|
|
1226
1230
|
* Gets current value of property {@link #getBirdEyeRange birdEyeRange}.
|
|
1227
1231
|
*
|
|
@@ -1230,10 +1234,6 @@ declare namespace sap {
|
|
|
1230
1234
|
* `sap.gantt.config.BirdEyeRange.AllRows`
|
|
1231
1235
|
*/
|
|
1232
1236
|
getBirdEyeRange(): string;
|
|
1233
|
-
/**
|
|
1234
|
-
* Returns a metadata object for class sap.gantt.config.BirdEyeGroup.
|
|
1235
|
-
*/
|
|
1236
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1237
1237
|
/**
|
|
1238
1238
|
* Sets a new value for property {@link #getBirdEyeRange birdEyeRange}.
|
|
1239
1239
|
*
|
|
@@ -1309,6 +1309,10 @@ declare namespace sap {
|
|
|
1309
1309
|
*/
|
|
1310
1310
|
FNMetaImpl?: Function
|
|
1311
1311
|
): Function;
|
|
1312
|
+
/**
|
|
1313
|
+
* Returns a metadata object for class sap.gantt.config.ChartScheme.
|
|
1314
|
+
*/
|
|
1315
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1312
1316
|
/**
|
|
1313
1317
|
* Gets current value of property {@link #getBackgroundClass backgroundClass}.
|
|
1314
1318
|
*
|
|
@@ -1335,10 +1339,6 @@ declare namespace sap {
|
|
|
1335
1339
|
* Unique key of the Chart scheme
|
|
1336
1340
|
*/
|
|
1337
1341
|
getKey(): string;
|
|
1338
|
-
/**
|
|
1339
|
-
* Returns a metadata object for class sap.gantt.config.ChartScheme.
|
|
1340
|
-
*/
|
|
1341
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1342
1342
|
/**
|
|
1343
1343
|
* Gets current value of property {@link #getModeKey modeKey}.
|
|
1344
1344
|
*
|
|
@@ -1563,16 +1563,16 @@ declare namespace sap {
|
|
|
1563
1563
|
*/
|
|
1564
1564
|
FNMetaImpl?: Function
|
|
1565
1565
|
): Function;
|
|
1566
|
+
/**
|
|
1567
|
+
* Returns a metadata object for class sap.gantt.config.ColumnAttribute.
|
|
1568
|
+
*/
|
|
1569
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1566
1570
|
/**
|
|
1567
1571
|
* Gets current value of property {@link #getAttribute attribute}.
|
|
1568
1572
|
*
|
|
1569
1573
|
* Attribute name of the column
|
|
1570
1574
|
*/
|
|
1571
1575
|
getAttribute(): string;
|
|
1572
|
-
/**
|
|
1573
|
-
* Returns a metadata object for class sap.gantt.config.ColumnAttribute.
|
|
1574
|
-
*/
|
|
1575
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1576
1576
|
/**
|
|
1577
1577
|
* Gets current value of property {@link #getObjectTypeKey objectTypeKey}.
|
|
1578
1578
|
*
|
|
@@ -1663,6 +1663,10 @@ declare namespace sap {
|
|
|
1663
1663
|
*/
|
|
1664
1664
|
FNMetaImpl?: Function
|
|
1665
1665
|
): Function;
|
|
1666
|
+
/**
|
|
1667
|
+
* Returns a metadata object for class sap.gantt.config.ContainerLayout.
|
|
1668
|
+
*/
|
|
1669
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1666
1670
|
/**
|
|
1667
1671
|
* Gets current value of property {@link #getActiveModeKey activeModeKey}.
|
|
1668
1672
|
*
|
|
@@ -1689,10 +1693,6 @@ declare namespace sap {
|
|
|
1689
1693
|
* Default value is `sap.gantt.config.DEFAULT_CONTAINER_SINGLE_LAYOUT_KEY`.
|
|
1690
1694
|
*/
|
|
1691
1695
|
getKey(): string;
|
|
1692
|
-
/**
|
|
1693
|
-
* Returns a metadata object for class sap.gantt.config.ContainerLayout.
|
|
1694
|
-
*/
|
|
1695
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1696
1696
|
/**
|
|
1697
1697
|
* Gets current value of property {@link #getOrientation orientation}.
|
|
1698
1698
|
*
|
|
@@ -1885,6 +1885,10 @@ declare namespace sap {
|
|
|
1885
1885
|
*/
|
|
1886
1886
|
FNMetaImpl?: Function
|
|
1887
1887
|
): Function;
|
|
1888
|
+
/**
|
|
1889
|
+
* Returns a metadata object for class sap.gantt.config.ExpandChart.
|
|
1890
|
+
*/
|
|
1891
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1888
1892
|
/**
|
|
1889
1893
|
* Gets current value of property {@link #getChartSchemeKeys chartSchemeKeys}.
|
|
1890
1894
|
*
|
|
@@ -1905,10 +1909,6 @@ declare namespace sap {
|
|
|
1905
1909
|
* Specifies whether the action is to expand or to collapse a row in the chart.
|
|
1906
1910
|
*/
|
|
1907
1911
|
getIsExpand(): boolean;
|
|
1908
|
-
/**
|
|
1909
|
-
* Returns a metadata object for class sap.gantt.config.ExpandChart.
|
|
1910
|
-
*/
|
|
1911
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1912
1912
|
/**
|
|
1913
1913
|
* Sets a new value for property {@link #getChartSchemeKeys chartSchemeKeys}.
|
|
1914
1914
|
*
|
|
@@ -2008,6 +2008,10 @@ declare namespace sap {
|
|
|
2008
2008
|
*/
|
|
2009
2009
|
FNMetaImpl?: Function
|
|
2010
2010
|
): Function;
|
|
2011
|
+
/**
|
|
2012
|
+
* Returns a metadata object for class sap.gantt.config.ExpandChartGroup.
|
|
2013
|
+
*/
|
|
2014
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2011
2015
|
/**
|
|
2012
2016
|
* Gets current value of property {@link #getEnableRichType enableRichType}.
|
|
2013
2017
|
*
|
|
@@ -2023,10 +2027,6 @@ declare namespace sap {
|
|
|
2023
2027
|
* Default value is `[]`.
|
|
2024
2028
|
*/
|
|
2025
2029
|
getExpandCharts(): object[];
|
|
2026
|
-
/**
|
|
2027
|
-
* Returns a metadata object for class sap.gantt.config.ExpandChartGroup.
|
|
2028
|
-
*/
|
|
2029
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2030
2030
|
/**
|
|
2031
2031
|
* Gets current value of property {@link #getShowArrowText showArrowText}.
|
|
2032
2032
|
*
|
|
@@ -2133,6 +2133,10 @@ declare namespace sap {
|
|
|
2133
2133
|
*/
|
|
2134
2134
|
FNMetaImpl?: Function
|
|
2135
2135
|
): Function;
|
|
2136
|
+
/**
|
|
2137
|
+
* Returns a metadata object for class sap.gantt.config.GanttChartLayout.
|
|
2138
|
+
*/
|
|
2139
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2136
2140
|
/**
|
|
2137
2141
|
* Gets current value of property {@link #getActiveModeKey activeModeKey}.
|
|
2138
2142
|
*
|
|
@@ -2155,10 +2159,6 @@ declare namespace sap {
|
|
|
2155
2159
|
* Default value is `sap.gantt.config.DEFAULT_HIERARCHY_KEY`.
|
|
2156
2160
|
*/
|
|
2157
2161
|
getHierarchyKey(): string;
|
|
2158
|
-
/**
|
|
2159
|
-
* Returns a metadata object for class sap.gantt.config.GanttChartLayout.
|
|
2160
|
-
*/
|
|
2161
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2162
2162
|
/**
|
|
2163
2163
|
* Sets a new value for property {@link #getActiveModeKey activeModeKey}.
|
|
2164
2164
|
*
|
|
@@ -2260,6 +2260,10 @@ declare namespace sap {
|
|
|
2260
2260
|
*/
|
|
2261
2261
|
FNMetaImpl?: Function
|
|
2262
2262
|
): Function;
|
|
2263
|
+
/**
|
|
2264
|
+
* Returns a metadata object for class sap.gantt.config.Hierarchy.
|
|
2265
|
+
*/
|
|
2266
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2263
2267
|
/**
|
|
2264
2268
|
* Gets current value of property {@link #getActiveModeKey activeModeKey}.
|
|
2265
2269
|
*
|
|
@@ -2298,10 +2302,6 @@ declare namespace sap {
|
|
|
2298
2302
|
* Default value is `sap.gantt.config.DEFAULT_HIERARCHY_KEY`.
|
|
2299
2303
|
*/
|
|
2300
2304
|
getKey(): string;
|
|
2301
|
-
/**
|
|
2302
|
-
* Returns a metadata object for class sap.gantt.config.Hierarchy.
|
|
2303
|
-
*/
|
|
2304
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2305
2305
|
/**
|
|
2306
2306
|
* Gets current value of property {@link #getText text}.
|
|
2307
2307
|
*
|
|
@@ -2471,6 +2471,10 @@ declare namespace sap {
|
|
|
2471
2471
|
*/
|
|
2472
2472
|
FNMetaImpl?: Function
|
|
2473
2473
|
): Function;
|
|
2474
|
+
/**
|
|
2475
|
+
* Returns a metadata object for class sap.gantt.config.HierarchyColumn.
|
|
2476
|
+
*/
|
|
2477
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2474
2478
|
/**
|
|
2475
2479
|
* Gets current value of property {@link #getAttribute attribute}.
|
|
2476
2480
|
*
|
|
@@ -2504,10 +2508,6 @@ declare namespace sap {
|
|
|
2504
2508
|
* Unique key of the hierarchy column
|
|
2505
2509
|
*/
|
|
2506
2510
|
getKey(): string;
|
|
2507
|
-
/**
|
|
2508
|
-
* Returns a metadata object for class sap.gantt.config.HierarchyColumn.
|
|
2509
|
-
*/
|
|
2510
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2511
2511
|
/**
|
|
2512
2512
|
* Gets current value of property {@link #getSortAttribute sortAttribute}.
|
|
2513
2513
|
*
|
|
@@ -2690,6 +2690,10 @@ declare namespace sap {
|
|
|
2690
2690
|
*/
|
|
2691
2691
|
FNMetaImpl?: Function
|
|
2692
2692
|
): Function;
|
|
2693
|
+
/**
|
|
2694
|
+
* Returns a metadata object for class sap.gantt.config.LayoutGroup.
|
|
2695
|
+
*/
|
|
2696
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2693
2697
|
/**
|
|
2694
2698
|
* @deprecated (since 1.50)
|
|
2695
2699
|
*
|
|
@@ -2701,10 +2705,6 @@ declare namespace sap {
|
|
|
2701
2705
|
* Default value is `true`.
|
|
2702
2706
|
*/
|
|
2703
2707
|
getEnableRichStyle(): boolean;
|
|
2704
|
-
/**
|
|
2705
|
-
* Returns a metadata object for class sap.gantt.config.LayoutGroup.
|
|
2706
|
-
*/
|
|
2707
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2708
2708
|
/**
|
|
2709
2709
|
* @deprecated (since 1.50)
|
|
2710
2710
|
*
|
|
@@ -2780,6 +2780,10 @@ declare namespace sap {
|
|
|
2780
2780
|
*/
|
|
2781
2781
|
FNMetaImpl?: Function
|
|
2782
2782
|
): Function;
|
|
2783
|
+
/**
|
|
2784
|
+
* Returns a metadata object for class sap.gantt.config.Locale.
|
|
2785
|
+
*/
|
|
2786
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2783
2787
|
/**
|
|
2784
2788
|
* Gets current value of property {@link #getDstHorizons dstHorizons}.
|
|
2785
2789
|
*
|
|
@@ -2789,10 +2793,6 @@ declare namespace sap {
|
|
|
2789
2793
|
* Default value is `[]`.
|
|
2790
2794
|
*/
|
|
2791
2795
|
getDstHorizons(): object[];
|
|
2792
|
-
/**
|
|
2793
|
-
* Returns a metadata object for class sap.gantt.config.Locale.
|
|
2794
|
-
*/
|
|
2795
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2796
2796
|
/**
|
|
2797
2797
|
* Gets current value of property {@link #getTimeZone timeZone}.
|
|
2798
2798
|
*
|
|
@@ -2936,6 +2936,10 @@ declare namespace sap {
|
|
|
2936
2936
|
*/
|
|
2937
2937
|
FNMetaImpl?: Function
|
|
2938
2938
|
): Function;
|
|
2939
|
+
/**
|
|
2940
|
+
* Returns a metadata object for class sap.gantt.config.Mode.
|
|
2941
|
+
*/
|
|
2942
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2939
2943
|
/**
|
|
2940
2944
|
* Gets current value of property {@link #getActiveIcon activeIcon}.
|
|
2941
2945
|
*
|
|
@@ -2954,10 +2958,6 @@ declare namespace sap {
|
|
|
2954
2958
|
* Unique key of the mode
|
|
2955
2959
|
*/
|
|
2956
2960
|
getKey(): string;
|
|
2957
|
-
/**
|
|
2958
|
-
* Returns a metadata object for class sap.gantt.config.Mode.
|
|
2959
|
-
*/
|
|
2960
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2961
2961
|
/**
|
|
2962
2962
|
* Gets current value of property {@link #getText text}.
|
|
2963
2963
|
*
|
|
@@ -3157,6 +3157,10 @@ declare namespace sap {
|
|
|
3157
3157
|
*/
|
|
3158
3158
|
FNMetaImpl?: Function
|
|
3159
3159
|
): Function;
|
|
3160
|
+
/**
|
|
3161
|
+
* Returns a metadata object for class sap.gantt.config.ObjectType.
|
|
3162
|
+
*/
|
|
3163
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3160
3164
|
/**
|
|
3161
3165
|
* Gets current value of property {@link #getDescription description}.
|
|
3162
3166
|
*
|
|
@@ -3186,10 +3190,6 @@ declare namespace sap {
|
|
|
3186
3190
|
* Default value is `sap.gantt.config.DEFAULT_MAIN_CHART_SCHEME_KEY`.
|
|
3187
3191
|
*/
|
|
3188
3192
|
getMainChartSchemeKey(): string;
|
|
3189
|
-
/**
|
|
3190
|
-
* Returns a metadata object for class sap.gantt.config.ObjectType.
|
|
3191
|
-
*/
|
|
3192
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3193
3193
|
/**
|
|
3194
3194
|
* Sets a new value for property {@link #getDescription description}.
|
|
3195
3195
|
*
|
|
@@ -3305,6 +3305,10 @@ declare namespace sap {
|
|
|
3305
3305
|
*/
|
|
3306
3306
|
FNMetaImpl?: Function
|
|
3307
3307
|
): Function;
|
|
3308
|
+
/**
|
|
3309
|
+
* Returns a metadata object for class sap.gantt.config.SettingGroup.
|
|
3310
|
+
*/
|
|
3311
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3308
3312
|
/**
|
|
3309
3313
|
* Gets current value of property {@link #getItems items}.
|
|
3310
3314
|
*
|
|
@@ -3315,10 +3319,6 @@ declare namespace sap {
|
|
|
3315
3319
|
* Default value is `sap.gantt.config.DEFAULT_TOOLBAR_SETTING_ITEMS`.
|
|
3316
3320
|
*/
|
|
3317
3321
|
getItems(): object[];
|
|
3318
|
-
/**
|
|
3319
|
-
* Returns a metadata object for class sap.gantt.config.SettingGroup.
|
|
3320
|
-
*/
|
|
3321
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3322
3322
|
/**
|
|
3323
3323
|
* Sets a new value for property {@link #getItems items}.
|
|
3324
3324
|
*
|
|
@@ -3394,6 +3394,10 @@ declare namespace sap {
|
|
|
3394
3394
|
*/
|
|
3395
3395
|
FNMetaImpl?: Function
|
|
3396
3396
|
): Function;
|
|
3397
|
+
/**
|
|
3398
|
+
* Returns a metadata object for class sap.gantt.config.SettingItem.
|
|
3399
|
+
*/
|
|
3400
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3397
3401
|
/**
|
|
3398
3402
|
* Gets current value of property {@link #get_isStandard _isStandard}.
|
|
3399
3403
|
*
|
|
@@ -3422,10 +3426,6 @@ declare namespace sap {
|
|
|
3422
3426
|
* Identifier of an event when the checkbox is toggled
|
|
3423
3427
|
*/
|
|
3424
3428
|
getKey(): string;
|
|
3425
|
-
/**
|
|
3426
|
-
* Returns a metadata object for class sap.gantt.config.SettingItem.
|
|
3427
|
-
*/
|
|
3428
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3429
3429
|
/**
|
|
3430
3430
|
* Sets a new value for property {@link #get_isStandard _isStandard}.
|
|
3431
3431
|
*
|
|
@@ -3550,6 +3550,10 @@ declare namespace sap {
|
|
|
3550
3550
|
*/
|
|
3551
3551
|
FNMetaImpl?: Function
|
|
3552
3552
|
): Function;
|
|
3553
|
+
/**
|
|
3554
|
+
* Returns a metadata object for class sap.gantt.config.Shape.
|
|
3555
|
+
*/
|
|
3556
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3553
3557
|
/**
|
|
3554
3558
|
* Gets current value of property {@link #getClippathAggregation clippathAggregation}.
|
|
3555
3559
|
*
|
|
@@ -3589,10 +3593,6 @@ declare namespace sap {
|
|
|
3589
3593
|
* relevant to top shape configuration (non aggregated shape configuration).
|
|
3590
3594
|
*/
|
|
3591
3595
|
getLevel(): string;
|
|
3592
|
-
/**
|
|
3593
|
-
* Returns a metadata object for class sap.gantt.config.Shape.
|
|
3594
|
-
*/
|
|
3595
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3596
3596
|
/**
|
|
3597
3597
|
* Gets current value of property {@link #getModeKeys modeKeys}.
|
|
3598
3598
|
*
|
|
@@ -3905,6 +3905,10 @@ declare namespace sap {
|
|
|
3905
3905
|
*/
|
|
3906
3906
|
FNMetaImpl?: Function
|
|
3907
3907
|
): Function;
|
|
3908
|
+
/**
|
|
3909
|
+
* Returns a metadata object for class sap.gantt.config.TimeAxis.
|
|
3910
|
+
*/
|
|
3911
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3908
3912
|
/**
|
|
3909
3913
|
* Gets current value of property {@link #getCoarsestGranularity coarsestGranularity}.
|
|
3910
3914
|
*
|
|
@@ -3939,10 +3943,6 @@ declare namespace sap {
|
|
|
3939
3943
|
* Default value is `sap.gantt.config.DEFAULT_INIT_HORIZON`.
|
|
3940
3944
|
*/
|
|
3941
3945
|
getInitHorizon(): object;
|
|
3942
|
-
/**
|
|
3943
|
-
* Returns a metadata object for class sap.gantt.config.TimeAxis.
|
|
3944
|
-
*/
|
|
3945
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3946
3946
|
/**
|
|
3947
3947
|
* Gets current value of property {@link #getPlanHorizon planHorizon}.
|
|
3948
3948
|
*
|
|
@@ -4116,15 +4116,6 @@ declare namespace sap {
|
|
|
4116
4116
|
mSettings?: sap.gantt.config.$TimeHorizonSettings
|
|
4117
4117
|
);
|
|
4118
4118
|
|
|
4119
|
-
/**
|
|
4120
|
-
* Compares two time horizons.
|
|
4121
|
-
*/
|
|
4122
|
-
equals(
|
|
4123
|
-
/**
|
|
4124
|
-
* Time horizon to compare.
|
|
4125
|
-
*/
|
|
4126
|
-
oTimeHorizon: undefined
|
|
4127
|
-
): boolean;
|
|
4128
4119
|
/**
|
|
4129
4120
|
* Creates a new subclass of class sap.gantt.config.TimeHorizon with name `sClassName` and enriches it with
|
|
4130
4121
|
* the information contained in `oClassInfo`.
|
|
@@ -4146,6 +4137,19 @@ declare namespace sap {
|
|
|
4146
4137
|
*/
|
|
4147
4138
|
FNMetaImpl?: Function
|
|
4148
4139
|
): Function;
|
|
4140
|
+
/**
|
|
4141
|
+
* Returns a metadata object for class sap.gantt.config.TimeHorizon.
|
|
4142
|
+
*/
|
|
4143
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4144
|
+
/**
|
|
4145
|
+
* Compares two time horizons.
|
|
4146
|
+
*/
|
|
4147
|
+
equals(
|
|
4148
|
+
/**
|
|
4149
|
+
* Time horizon to compare.
|
|
4150
|
+
*/
|
|
4151
|
+
oTimeHorizon: undefined
|
|
4152
|
+
): boolean;
|
|
4149
4153
|
/**
|
|
4150
4154
|
* Gets current value of property {@link #getEndTime endTime}.
|
|
4151
4155
|
*
|
|
@@ -4155,10 +4159,6 @@ declare namespace sap {
|
|
|
4155
4159
|
* Default value is `undefined`.
|
|
4156
4160
|
*/
|
|
4157
4161
|
getEndTime(): string;
|
|
4158
|
-
/**
|
|
4159
|
-
* Returns a metadata object for class sap.gantt.config.TimeHorizon.
|
|
4160
|
-
*/
|
|
4161
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4162
4162
|
/**
|
|
4163
4163
|
* Gets current value of property {@link #getStartTime startTime}.
|
|
4164
4164
|
*
|
|
@@ -4257,6 +4257,10 @@ declare namespace sap {
|
|
|
4257
4257
|
*/
|
|
4258
4258
|
FNMetaImpl?: Function
|
|
4259
4259
|
): Function;
|
|
4260
|
+
/**
|
|
4261
|
+
* Returns a metadata object for class sap.gantt.config.TimeZoomGroup.
|
|
4262
|
+
*/
|
|
4263
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4260
4264
|
/**
|
|
4261
4265
|
* Gets current value of property {@link #getInfoOfSelectItems infoOfSelectItems}.
|
|
4262
4266
|
*
|
|
@@ -4264,10 +4268,6 @@ declare namespace sap {
|
|
|
4264
4268
|
* the items in the Select control when the zoom control type is sap.gantt.config.ZoomControlType.Select.
|
|
4265
4269
|
*/
|
|
4266
4270
|
getInfoOfSelectItems(): object[];
|
|
4267
|
-
/**
|
|
4268
|
-
* Returns a metadata object for class sap.gantt.config.TimeZoomGroup.
|
|
4269
|
-
*/
|
|
4270
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4271
4271
|
/**
|
|
4272
4272
|
* @deprecated (since 1.44) - replaced by zoomControlType
|
|
4273
4273
|
*
|
|
@@ -4440,6 +4440,10 @@ declare namespace sap {
|
|
|
4440
4440
|
*/
|
|
4441
4441
|
FNMetaImpl?: Function
|
|
4442
4442
|
): Function;
|
|
4443
|
+
/**
|
|
4444
|
+
* Returns a metadata object for class sap.gantt.config.ToolbarGroup.
|
|
4445
|
+
*/
|
|
4446
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4443
4447
|
/**
|
|
4444
4448
|
* Gets current value of property {@link #getButtonType buttonType}.
|
|
4445
4449
|
*
|
|
@@ -4448,10 +4452,6 @@ declare namespace sap {
|
|
|
4448
4452
|
* Default value is `Default`.
|
|
4449
4453
|
*/
|
|
4450
4454
|
getButtonType(): sap.m.ButtonType;
|
|
4451
|
-
/**
|
|
4452
|
-
* Returns a metadata object for class sap.gantt.config.ToolbarGroup.
|
|
4453
|
-
*/
|
|
4454
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4455
4455
|
/**
|
|
4456
4456
|
* Gets current value of property {@link #getOverflowPriority overflowPriority}.
|
|
4457
4457
|
*
|
|
@@ -4568,6 +4568,10 @@ declare namespace sap {
|
|
|
4568
4568
|
*/
|
|
4569
4569
|
FNMetaImpl?: Function
|
|
4570
4570
|
): Function;
|
|
4571
|
+
/**
|
|
4572
|
+
* Returns a metadata object for class sap.gantt.config.ToolbarScheme.
|
|
4573
|
+
*/
|
|
4574
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4571
4575
|
/**
|
|
4572
4576
|
* Gets current value of property {@link #getBirdEye birdEye}.
|
|
4573
4577
|
*
|
|
@@ -4616,10 +4620,6 @@ declare namespace sap {
|
|
|
4616
4620
|
* Otherwise some properties you set may not function properly.
|
|
4617
4621
|
*/
|
|
4618
4622
|
getLegend(): object;
|
|
4619
|
-
/**
|
|
4620
|
-
* Returns a metadata object for class sap.gantt.config.ToolbarScheme.
|
|
4621
|
-
*/
|
|
4622
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4623
4623
|
/**
|
|
4624
4624
|
* Gets current value of property {@link #getMode mode}.
|
|
4625
4625
|
*
|
|
@@ -5015,6 +5015,10 @@ declare namespace sap {
|
|
|
5015
5015
|
*/
|
|
5016
5016
|
FNMetaImpl?: Function
|
|
5017
5017
|
): Function;
|
|
5018
|
+
/**
|
|
5019
|
+
* Returns a metadata object for class sap.gantt.shape.cal.Calendar.
|
|
5020
|
+
*/
|
|
5021
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5018
5022
|
/**
|
|
5019
5023
|
* Gets the value of property `calendarName`.
|
|
5020
5024
|
*
|
|
@@ -5099,10 +5103,6 @@ declare namespace sap {
|
|
|
5099
5103
|
*/
|
|
5100
5104
|
oRowInfo: object
|
|
5101
5105
|
): boolean;
|
|
5102
|
-
/**
|
|
5103
|
-
* Returns a metadata object for class sap.gantt.shape.cal.Calendar.
|
|
5104
|
-
*/
|
|
5105
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5106
5106
|
/**
|
|
5107
5107
|
* Gets current value of property `width`.
|
|
5108
5108
|
*
|
|
@@ -5372,10 +5372,6 @@ declare namespace sap {
|
|
|
5372
5372
|
mSettings?: sap.gantt.shape.ext.rls.$RelationshipSettings
|
|
5373
5373
|
);
|
|
5374
5374
|
|
|
5375
|
-
/**
|
|
5376
|
-
* Destroys the selectedShape in the aggregation {@link #getSelectedShape selectedShape}.
|
|
5377
|
-
*/
|
|
5378
|
-
destroySelectedShape(): this;
|
|
5379
5375
|
/**
|
|
5380
5376
|
* Creates a new subclass of class sap.gantt.shape.ext.rls.Relationship with name `sClassName` and enriches
|
|
5381
5377
|
* it with the information contained in `oClassInfo`.
|
|
@@ -5400,6 +5396,14 @@ declare namespace sap {
|
|
|
5400
5396
|
*/
|
|
5401
5397
|
FNMetaImpl?: Function
|
|
5402
5398
|
): Function;
|
|
5399
|
+
/**
|
|
5400
|
+
* Returns a metadata object for class sap.gantt.shape.ext.rls.Relationship.
|
|
5401
|
+
*/
|
|
5402
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5403
|
+
/**
|
|
5404
|
+
* Destroys the selectedShape in the aggregation {@link #getSelectedShape selectedShape}.
|
|
5405
|
+
*/
|
|
5406
|
+
destroySelectedShape(): this;
|
|
5403
5407
|
/**
|
|
5404
5408
|
* Gets current value of property {@link #getArrowSideLength arrowSideLength}.
|
|
5405
5409
|
*
|
|
@@ -5494,10 +5498,6 @@ declare namespace sap {
|
|
|
5494
5498
|
*/
|
|
5495
5499
|
oData: object
|
|
5496
5500
|
): boolean;
|
|
5497
|
-
/**
|
|
5498
|
-
* Returns a metadata object for class sap.gantt.shape.ext.rls.Relationship.
|
|
5499
|
-
*/
|
|
5500
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5501
5501
|
/**
|
|
5502
5502
|
* Gets current value of property {@link #getMinXLen minXLen}.
|
|
5503
5503
|
*
|
|
@@ -5940,6 +5940,10 @@ declare namespace sap {
|
|
|
5940
5940
|
*/
|
|
5941
5941
|
FNMetaImpl?: Function
|
|
5942
5942
|
): Function;
|
|
5943
|
+
/**
|
|
5944
|
+
* Returns a metadata object for class sap.gantt.shape.ext.rls.SelectedRelationship.
|
|
5945
|
+
*/
|
|
5946
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5943
5947
|
/**
|
|
5944
5948
|
* Gets the value of `fill`.
|
|
5945
5949
|
*
|
|
@@ -5962,10 +5966,6 @@ declare namespace sap {
|
|
|
5962
5966
|
*/
|
|
5963
5967
|
oData: object
|
|
5964
5968
|
): number;
|
|
5965
|
-
/**
|
|
5966
|
-
* Returns a metadata object for class sap.gantt.shape.ext.rls.SelectedRelationship.
|
|
5967
|
-
*/
|
|
5968
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5969
5969
|
/**
|
|
5970
5970
|
* Gets the value of `stroke`.
|
|
5971
5971
|
*
|
|
@@ -6127,6 +6127,10 @@ declare namespace sap {
|
|
|
6127
6127
|
*/
|
|
6128
6128
|
FNMetaImpl?: Function
|
|
6129
6129
|
): Function;
|
|
6130
|
+
/**
|
|
6131
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ubc.UbcBorderPath.
|
|
6132
|
+
*/
|
|
6133
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6130
6134
|
/**
|
|
6131
6135
|
* Gets the value of property `d`.
|
|
6132
6136
|
*
|
|
@@ -6158,10 +6162,6 @@ declare namespace sap {
|
|
|
6158
6162
|
*/
|
|
6159
6163
|
oRowInfo: object
|
|
6160
6164
|
): boolean;
|
|
6161
|
-
/**
|
|
6162
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ubc.UbcBorderPath.
|
|
6163
|
-
*/
|
|
6164
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6165
6165
|
/**
|
|
6166
6166
|
* Gets the value of property `stroke`.
|
|
6167
6167
|
*
|
|
@@ -6250,6 +6250,10 @@ declare namespace sap {
|
|
|
6250
6250
|
*/
|
|
6251
6251
|
FNMetaImpl?: Function
|
|
6252
6252
|
): Function;
|
|
6253
|
+
/**
|
|
6254
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ubc.UbcOverCapacityZonePolygon.
|
|
6255
|
+
*/
|
|
6256
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6253
6257
|
/**
|
|
6254
6258
|
* Gets the value of property `fill`.
|
|
6255
6259
|
*
|
|
@@ -6268,10 +6272,6 @@ declare namespace sap {
|
|
|
6268
6272
|
*/
|
|
6269
6273
|
oRowInfo: object
|
|
6270
6274
|
): string;
|
|
6271
|
-
/**
|
|
6272
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ubc.UbcOverCapacityZonePolygon.
|
|
6273
|
-
*/
|
|
6274
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6275
6275
|
/**
|
|
6276
6276
|
* Gets the value of property `points`.
|
|
6277
6277
|
*
|
|
@@ -6373,6 +6373,10 @@ declare namespace sap {
|
|
|
6373
6373
|
*/
|
|
6374
6374
|
FNMetaImpl?: Function
|
|
6375
6375
|
): Function;
|
|
6376
|
+
/**
|
|
6377
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ubc.UbcPolygon.
|
|
6378
|
+
*/
|
|
6379
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6376
6380
|
/**
|
|
6377
6381
|
* Gets the value of property `enableSelection`.
|
|
6378
6382
|
*
|
|
@@ -6389,10 +6393,6 @@ declare namespace sap {
|
|
|
6389
6393
|
*/
|
|
6390
6394
|
oRowInfo: object
|
|
6391
6395
|
): boolean;
|
|
6392
|
-
/**
|
|
6393
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ubc.UbcPolygon.
|
|
6394
|
-
*/
|
|
6395
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6396
6396
|
}
|
|
6397
6397
|
/**
|
|
6398
6398
|
* This shape is used to represent a shortage capacity area.
|
|
@@ -6448,6 +6448,10 @@ declare namespace sap {
|
|
|
6448
6448
|
*/
|
|
6449
6449
|
FNMetaImpl?: Function
|
|
6450
6450
|
): Function;
|
|
6451
|
+
/**
|
|
6452
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ubc.UbcShortageCapacityPolygon.
|
|
6453
|
+
*/
|
|
6454
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6451
6455
|
/**
|
|
6452
6456
|
* Gets the value of property `fill`.
|
|
6453
6457
|
*
|
|
@@ -6466,10 +6470,6 @@ declare namespace sap {
|
|
|
6466
6470
|
*/
|
|
6467
6471
|
oRowInfo: object
|
|
6468
6472
|
): string;
|
|
6469
|
-
/**
|
|
6470
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ubc.UbcShortageCapacityPolygon.
|
|
6471
|
-
*/
|
|
6472
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6473
6473
|
/**
|
|
6474
6474
|
* Gets current value of property `points`.
|
|
6475
6475
|
*
|
|
@@ -6586,6 +6586,10 @@ declare namespace sap {
|
|
|
6586
6586
|
*/
|
|
6587
6587
|
FNMetaImpl?: Function
|
|
6588
6588
|
): Function;
|
|
6589
|
+
/**
|
|
6590
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ubc.UbcTooltipRectangle.
|
|
6591
|
+
*/
|
|
6592
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6589
6593
|
/**
|
|
6590
6594
|
* Gets the value of property `enableSelection`.
|
|
6591
6595
|
*
|
|
@@ -6634,10 +6638,6 @@ declare namespace sap {
|
|
|
6634
6638
|
*/
|
|
6635
6639
|
oRowInfo: object
|
|
6636
6640
|
): number;
|
|
6637
|
-
/**
|
|
6638
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ubc.UbcTooltipRectangle.
|
|
6639
|
-
*/
|
|
6640
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6641
6641
|
/**
|
|
6642
6642
|
* Gets the value of property `strokeOpacity`.
|
|
6643
6643
|
*
|
|
@@ -6781,6 +6781,10 @@ declare namespace sap {
|
|
|
6781
6781
|
*/
|
|
6782
6782
|
FNMetaImpl?: Function
|
|
6783
6783
|
): Function;
|
|
6784
|
+
/**
|
|
6785
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ubc.UbcUnderCapacityZonePolygon.
|
|
6786
|
+
*/
|
|
6787
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6784
6788
|
/**
|
|
6785
6789
|
* Gets the value of property `fill`.
|
|
6786
6790
|
*
|
|
@@ -6799,10 +6803,6 @@ declare namespace sap {
|
|
|
6799
6803
|
*/
|
|
6800
6804
|
oRowInfo: object
|
|
6801
6805
|
): string;
|
|
6802
|
-
/**
|
|
6803
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ubc.UbcUnderCapacityZonePolygon.
|
|
6804
|
-
*/
|
|
6805
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6806
6806
|
/**
|
|
6807
6807
|
* Gets the value of property `points`.
|
|
6808
6808
|
*
|
|
@@ -6873,6 +6873,10 @@ declare namespace sap {
|
|
|
6873
6873
|
*/
|
|
6874
6874
|
FNMetaImpl?: Function
|
|
6875
6875
|
): Function;
|
|
6876
|
+
/**
|
|
6877
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ubc.UbcUsedPolygon.
|
|
6878
|
+
*/
|
|
6879
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6876
6880
|
/**
|
|
6877
6881
|
* Gets the value of property `fill`.
|
|
6878
6882
|
*
|
|
@@ -6891,10 +6895,6 @@ declare namespace sap {
|
|
|
6891
6895
|
*/
|
|
6892
6896
|
oRowInfo: object
|
|
6893
6897
|
): string;
|
|
6894
|
-
/**
|
|
6895
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ubc.UbcUsedPolygon.
|
|
6896
|
-
*/
|
|
6897
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6898
6898
|
/**
|
|
6899
6899
|
* Gets the value of property `points`.
|
|
6900
6900
|
*
|
|
@@ -7004,6 +7004,10 @@ declare namespace sap {
|
|
|
7004
7004
|
*/
|
|
7005
7005
|
FNMetaImpl?: Function
|
|
7006
7006
|
): Function;
|
|
7007
|
+
/**
|
|
7008
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ubc.UtilizationBarChart.
|
|
7009
|
+
*/
|
|
7010
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7007
7011
|
/**
|
|
7008
7012
|
* Gets the value of property `enableSelection`.
|
|
7009
7013
|
*
|
|
@@ -7020,10 +7024,6 @@ declare namespace sap {
|
|
|
7020
7024
|
*/
|
|
7021
7025
|
oRowInfo: object
|
|
7022
7026
|
): boolean;
|
|
7023
|
-
/**
|
|
7024
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ubc.UtilizationBarChart.
|
|
7025
|
-
*/
|
|
7026
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7027
7027
|
}
|
|
7028
7028
|
}
|
|
7029
7029
|
|
|
@@ -7114,6 +7114,10 @@ declare namespace sap {
|
|
|
7114
7114
|
*/
|
|
7115
7115
|
FNMetaImpl?: Function
|
|
7116
7116
|
): Function;
|
|
7117
|
+
/**
|
|
7118
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcBorderPath.
|
|
7119
|
+
*/
|
|
7120
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7117
7121
|
/**
|
|
7118
7122
|
* Gets the value of property `d`.
|
|
7119
7123
|
*
|
|
@@ -7129,10 +7133,6 @@ declare namespace sap {
|
|
|
7129
7133
|
*/
|
|
7130
7134
|
oRowInfo: object
|
|
7131
7135
|
): string;
|
|
7132
|
-
/**
|
|
7133
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcBorderPath.
|
|
7134
|
-
*/
|
|
7135
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7136
7136
|
/**
|
|
7137
7137
|
* Gets the value of property `stroke`.
|
|
7138
7138
|
*
|
|
@@ -7217,6 +7217,10 @@ declare namespace sap {
|
|
|
7217
7217
|
*/
|
|
7218
7218
|
FNMetaImpl?: Function
|
|
7219
7219
|
): Function;
|
|
7220
|
+
/**
|
|
7221
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcClipingPath.
|
|
7222
|
+
*/
|
|
7223
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7220
7224
|
/**
|
|
7221
7225
|
* Gets the value of property `d`.
|
|
7222
7226
|
*
|
|
@@ -7232,10 +7236,6 @@ declare namespace sap {
|
|
|
7232
7236
|
*/
|
|
7233
7237
|
oRowInfo: object
|
|
7234
7238
|
): string;
|
|
7235
|
-
/**
|
|
7236
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcClipingPath.
|
|
7237
|
-
*/
|
|
7238
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7239
7239
|
}
|
|
7240
7240
|
/**
|
|
7241
7241
|
* This shape is a container of {@link sap.gantt.shape.ext.ulc.UlcClipingPath}.
|
|
@@ -7288,6 +7288,10 @@ declare namespace sap {
|
|
|
7288
7288
|
*/
|
|
7289
7289
|
FNMetaImpl?: Function
|
|
7290
7290
|
): Function;
|
|
7291
|
+
/**
|
|
7292
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcClipPath.
|
|
7293
|
+
*/
|
|
7294
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7291
7295
|
/**
|
|
7292
7296
|
* Gets the value of property `htmlClass`.
|
|
7293
7297
|
*
|
|
@@ -7305,10 +7309,6 @@ declare namespace sap {
|
|
|
7305
7309
|
*/
|
|
7306
7310
|
oRowInfo: object
|
|
7307
7311
|
): string;
|
|
7308
|
-
/**
|
|
7309
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcClipPath.
|
|
7310
|
-
*/
|
|
7311
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7312
7312
|
}
|
|
7313
7313
|
/**
|
|
7314
7314
|
* This shape is a container for {@link sap.gantt.shape.ext.ulc.UlcBorderPath}, {@link sap.gantt.shape.ext.ulc.UlcOverClipRectangle},
|
|
@@ -7608,6 +7608,10 @@ declare namespace sap {
|
|
|
7608
7608
|
*/
|
|
7609
7609
|
FNMetaImpl?: Function
|
|
7610
7610
|
): Function;
|
|
7611
|
+
/**
|
|
7612
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcOverCapacityZoneRectangle.
|
|
7613
|
+
*/
|
|
7614
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7611
7615
|
/**
|
|
7612
7616
|
* Gets the value of property `fill`.
|
|
7613
7617
|
*
|
|
@@ -7626,10 +7630,6 @@ declare namespace sap {
|
|
|
7626
7630
|
*/
|
|
7627
7631
|
oRowInfo: object
|
|
7628
7632
|
): string;
|
|
7629
|
-
/**
|
|
7630
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcOverCapacityZoneRectangle.
|
|
7631
|
-
*/
|
|
7632
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7633
7633
|
/**
|
|
7634
7634
|
* Gets the value of property `stroke`.
|
|
7635
7635
|
*
|
|
@@ -7717,6 +7717,10 @@ declare namespace sap {
|
|
|
7717
7717
|
*/
|
|
7718
7718
|
FNMetaImpl?: Function
|
|
7719
7719
|
): Function;
|
|
7720
|
+
/**
|
|
7721
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcOverClipRectangle.
|
|
7722
|
+
*/
|
|
7723
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7720
7724
|
/**
|
|
7721
7725
|
* Gets the value of property `clipPath`.
|
|
7722
7726
|
*
|
|
@@ -7752,10 +7756,6 @@ declare namespace sap {
|
|
|
7752
7756
|
*/
|
|
7753
7757
|
oRowInfo: object
|
|
7754
7758
|
): string;
|
|
7755
|
-
/**
|
|
7756
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcOverClipRectangle.
|
|
7757
|
-
*/
|
|
7758
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7759
7759
|
}
|
|
7760
7760
|
/**
|
|
7761
7761
|
* Base class for {@link sap.gantt.shape.ext.ulc.UlcOverCapacityZoneRectangle}, {@link sap.gantt.shape.ext.ulc.UlcOverClipRectangle},
|
|
@@ -7811,6 +7811,10 @@ declare namespace sap {
|
|
|
7811
7811
|
*/
|
|
7812
7812
|
FNMetaImpl?: Function
|
|
7813
7813
|
): Function;
|
|
7814
|
+
/**
|
|
7815
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcRectangle.
|
|
7816
|
+
*/
|
|
7817
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7814
7818
|
/**
|
|
7815
7819
|
* Gets the value of property `height`.
|
|
7816
7820
|
*
|
|
@@ -7826,10 +7830,6 @@ declare namespace sap {
|
|
|
7826
7830
|
*/
|
|
7827
7831
|
oRowInfo: object
|
|
7828
7832
|
): number;
|
|
7829
|
-
/**
|
|
7830
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcRectangle.
|
|
7831
|
-
*/
|
|
7832
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7833
7833
|
/**
|
|
7834
7834
|
* Gets the value of property `width`.
|
|
7835
7835
|
*
|
|
@@ -7950,6 +7950,10 @@ declare namespace sap {
|
|
|
7950
7950
|
*/
|
|
7951
7951
|
FNMetaImpl?: Function
|
|
7952
7952
|
): Function;
|
|
7953
|
+
/**
|
|
7954
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcTooltipRectangle.
|
|
7955
|
+
*/
|
|
7956
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7953
7957
|
/**
|
|
7954
7958
|
* Gets the value of property `fillOpacity`.
|
|
7955
7959
|
*
|
|
@@ -7980,10 +7984,6 @@ declare namespace sap {
|
|
|
7980
7984
|
*/
|
|
7981
7985
|
oRowInfo: object
|
|
7982
7986
|
): number;
|
|
7983
|
-
/**
|
|
7984
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcTooltipRectangle.
|
|
7985
|
-
*/
|
|
7986
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7987
7987
|
/**
|
|
7988
7988
|
* Gets the value of property `strokeOpacity`.
|
|
7989
7989
|
*
|
|
@@ -8108,6 +8108,10 @@ declare namespace sap {
|
|
|
8108
8108
|
*/
|
|
8109
8109
|
FNMetaImpl?: Function
|
|
8110
8110
|
): Function;
|
|
8111
|
+
/**
|
|
8112
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcUnderClipRectangle.
|
|
8113
|
+
*/
|
|
8114
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8111
8115
|
/**
|
|
8112
8116
|
* Gets the value of property `clipPath`.
|
|
8113
8117
|
*
|
|
@@ -8173,10 +8177,6 @@ declare namespace sap {
|
|
|
8173
8177
|
*/
|
|
8174
8178
|
oRowInfo: object
|
|
8175
8179
|
): number;
|
|
8176
|
-
/**
|
|
8177
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UlcUnderClipRectangle.
|
|
8178
|
-
*/
|
|
8179
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8180
8180
|
/**
|
|
8181
8181
|
* Gets the value of property `strokeOpacity`.
|
|
8182
8182
|
*
|
|
@@ -8306,6 +8306,10 @@ declare namespace sap {
|
|
|
8306
8306
|
*/
|
|
8307
8307
|
FNMetaImpl?: Function
|
|
8308
8308
|
): Function;
|
|
8309
|
+
/**
|
|
8310
|
+
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UtilizationLineChart.
|
|
8311
|
+
*/
|
|
8312
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8309
8313
|
/**
|
|
8310
8314
|
* Gets the value of property `enableSelection`.
|
|
8311
8315
|
*
|
|
@@ -8322,10 +8326,6 @@ declare namespace sap {
|
|
|
8322
8326
|
*/
|
|
8323
8327
|
oRowInfo: object
|
|
8324
8328
|
): boolean;
|
|
8325
|
-
/**
|
|
8326
|
-
* Returns a metadata object for class sap.gantt.shape.ext.ulc.UtilizationLineChart.
|
|
8327
|
-
*/
|
|
8328
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8329
8329
|
}
|
|
8330
8330
|
}
|
|
8331
8331
|
|
|
@@ -8473,6 +8473,10 @@ declare namespace sap {
|
|
|
8473
8473
|
*/
|
|
8474
8474
|
FNMetaImpl?: Function
|
|
8475
8475
|
): Function;
|
|
8476
|
+
/**
|
|
8477
|
+
* Returns a metadata object for class sap.gantt.shape.ext.Chevron.
|
|
8478
|
+
*/
|
|
8479
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8476
8480
|
/**
|
|
8477
8481
|
* Gets the value of property `d`.
|
|
8478
8482
|
*
|
|
@@ -8551,10 +8555,6 @@ declare namespace sap {
|
|
|
8551
8555
|
*/
|
|
8552
8556
|
oRowInfo: object
|
|
8553
8557
|
): boolean;
|
|
8554
|
-
/**
|
|
8555
|
-
* Returns a metadata object for class sap.gantt.shape.ext.Chevron.
|
|
8556
|
-
*/
|
|
8557
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8558
8558
|
/**
|
|
8559
8559
|
* Gets the value of property `tailLength`.
|
|
8560
8560
|
*
|
|
@@ -8702,6 +8702,10 @@ declare namespace sap {
|
|
|
8702
8702
|
*/
|
|
8703
8703
|
FNMetaImpl?: Function
|
|
8704
8704
|
): Function;
|
|
8705
|
+
/**
|
|
8706
|
+
* Returns a metadata object for class sap.gantt.shape.ext.Cursor.
|
|
8707
|
+
*/
|
|
8708
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8705
8709
|
/**
|
|
8706
8710
|
* Gets the value of property `d`.
|
|
8707
8711
|
*
|
|
@@ -8751,10 +8755,6 @@ declare namespace sap {
|
|
|
8751
8755
|
*/
|
|
8752
8756
|
oRowInfo: object
|
|
8753
8757
|
): number;
|
|
8754
|
-
/**
|
|
8755
|
-
* Returns a metadata object for class sap.gantt.shape.ext.Cursor.
|
|
8756
|
-
*/
|
|
8757
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8758
8758
|
/**
|
|
8759
8759
|
* Gets the value of property `pointHeight`.
|
|
8760
8760
|
*
|
|
@@ -8903,6 +8903,10 @@ declare namespace sap {
|
|
|
8903
8903
|
*/
|
|
8904
8904
|
FNMetaImpl?: Function
|
|
8905
8905
|
): Function;
|
|
8906
|
+
/**
|
|
8907
|
+
* Returns a metadata object for class sap.gantt.shape.ext.Diamond.
|
|
8908
|
+
*/
|
|
8909
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8906
8910
|
/**
|
|
8907
8911
|
* Gets the value of property `d`.
|
|
8908
8912
|
*
|
|
@@ -8952,10 +8956,6 @@ declare namespace sap {
|
|
|
8952
8956
|
*/
|
|
8953
8957
|
oRowInfo: object
|
|
8954
8958
|
): boolean;
|
|
8955
|
-
/**
|
|
8956
|
-
* Returns a metadata object for class sap.gantt.shape.ext.Diamond.
|
|
8957
|
-
*/
|
|
8958
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8959
8959
|
/**
|
|
8960
8960
|
* Gets the value of property `verticalDiagonal`.
|
|
8961
8961
|
*
|
|
@@ -9069,6 +9069,10 @@ declare namespace sap {
|
|
|
9069
9069
|
*/
|
|
9070
9070
|
FNMetaImpl?: Function
|
|
9071
9071
|
): Function;
|
|
9072
|
+
/**
|
|
9073
|
+
* Returns a metadata object for class sap.gantt.shape.ext.Iconfont.
|
|
9074
|
+
*/
|
|
9075
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
9072
9076
|
/**
|
|
9073
9077
|
* Gets the value of property `collectionName`.
|
|
9074
9078
|
*
|
|
@@ -9095,10 +9099,6 @@ declare namespace sap {
|
|
|
9095
9099
|
*/
|
|
9096
9100
|
oRowInfo: object
|
|
9097
9101
|
): string;
|
|
9098
|
-
/**
|
|
9099
|
-
* Returns a metadata object for class sap.gantt.shape.ext.Iconfont.
|
|
9100
|
-
*/
|
|
9101
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
9102
9102
|
/**
|
|
9103
9103
|
* Gets the value of property `name`.
|
|
9104
9104
|
*
|
|
@@ -9356,6 +9356,10 @@ declare namespace sap {
|
|
|
9356
9356
|
*/
|
|
9357
9357
|
FNMetaImpl?: Function
|
|
9358
9358
|
): Function;
|
|
9359
|
+
/**
|
|
9360
|
+
* Returns a metadata object for class sap.gantt.shape.ext.TextRepeat.
|
|
9361
|
+
*/
|
|
9362
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
9359
9363
|
/**
|
|
9360
9364
|
* Gets the value of the `childTagName` property.
|
|
9361
9365
|
*
|
|
@@ -9446,10 +9450,6 @@ declare namespace sap {
|
|
|
9446
9450
|
*/
|
|
9447
9451
|
oRowInfo: object
|
|
9448
9452
|
): float;
|
|
9449
|
-
/**
|
|
9450
|
-
* Returns a metadata object for class sap.gantt.shape.ext.TextRepeat.
|
|
9451
|
-
*/
|
|
9452
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
9453
9453
|
/**
|
|
9454
9454
|
* Gets the value of the `text` property.
|
|
9455
9455
|
*
|
|
@@ -9691,6 +9691,10 @@ declare namespace sap {
|
|
|
9691
9691
|
*/
|
|
9692
9692
|
FNMetaImpl?: Function
|
|
9693
9693
|
): Function;
|
|
9694
|
+
/**
|
|
9695
|
+
* Returns a metadata object for class sap.gantt.shape.ext.Triangle.
|
|
9696
|
+
*/
|
|
9697
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
9694
9698
|
/**
|
|
9695
9699
|
* Gets the value of property `base`.
|
|
9696
9700
|
*
|
|
@@ -9775,10 +9779,6 @@ declare namespace sap {
|
|
|
9775
9779
|
*/
|
|
9776
9780
|
oRowInfo: object
|
|
9777
9781
|
): boolean;
|
|
9778
|
-
/**
|
|
9779
|
-
* Returns a metadata object for class sap.gantt.shape.ext.Triangle.
|
|
9780
|
-
*/
|
|
9781
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
9782
9782
|
/**
|
|
9783
9783
|
* Sets a new value for property {@link #getBase base}.
|
|
9784
9784
|
*
|
|
@@ -10143,6 +10143,10 @@ declare namespace sap {
|
|
|
10143
10143
|
*/
|
|
10144
10144
|
FNMetaImpl?: Function
|
|
10145
10145
|
): Function;
|
|
10146
|
+
/**
|
|
10147
|
+
* Returns a metadata object for class sap.gantt.shape.Circle.
|
|
10148
|
+
*/
|
|
10149
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
10146
10150
|
/**
|
|
10147
10151
|
* Gets the value of property `cx`.
|
|
10148
10152
|
*
|
|
@@ -10180,10 +10184,6 @@ declare namespace sap {
|
|
|
10180
10184
|
*/
|
|
10181
10185
|
oRowInfo: object
|
|
10182
10186
|
): number;
|
|
10183
|
-
/**
|
|
10184
|
-
* Returns a metadata object for class sap.gantt.shape.Circle.
|
|
10185
|
-
*/
|
|
10186
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
10187
10187
|
/**
|
|
10188
10188
|
* Gets the value of property `r`.
|
|
10189
10189
|
*
|
|
@@ -10300,19 +10300,6 @@ declare namespace sap {
|
|
|
10300
10300
|
mSettings?: sap.gantt.shape.$ClipPathSettings
|
|
10301
10301
|
);
|
|
10302
10302
|
|
|
10303
|
-
/**
|
|
10304
|
-
* Adds some path to the aggregation {@link #getPaths paths}.
|
|
10305
|
-
*/
|
|
10306
|
-
addPath(
|
|
10307
|
-
/**
|
|
10308
|
-
* The path to add; if empty, nothing is inserted
|
|
10309
|
-
*/
|
|
10310
|
-
oPath: sap.gantt.shape.Path
|
|
10311
|
-
): this;
|
|
10312
|
-
/**
|
|
10313
|
-
* Destroys all the paths in the aggregation {@link #getPaths paths}.
|
|
10314
|
-
*/
|
|
10315
|
-
destroyPaths(): this;
|
|
10316
10303
|
/**
|
|
10317
10304
|
* Creates a new subclass of class sap.gantt.shape.ClipPath with name `sClassName` and enriches it with
|
|
10318
10305
|
* the information contained in `oClassInfo`.
|
|
@@ -10338,6 +10325,19 @@ declare namespace sap {
|
|
|
10338
10325
|
* Returns a metadata object for class sap.gantt.shape.ClipPath.
|
|
10339
10326
|
*/
|
|
10340
10327
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
10328
|
+
/**
|
|
10329
|
+
* Adds some path to the aggregation {@link #getPaths paths}.
|
|
10330
|
+
*/
|
|
10331
|
+
addPath(
|
|
10332
|
+
/**
|
|
10333
|
+
* The path to add; if empty, nothing is inserted
|
|
10334
|
+
*/
|
|
10335
|
+
oPath: sap.gantt.shape.Path
|
|
10336
|
+
): this;
|
|
10337
|
+
/**
|
|
10338
|
+
* Destroys all the paths in the aggregation {@link #getPaths paths}.
|
|
10339
|
+
*/
|
|
10340
|
+
destroyPaths(): this;
|
|
10341
10341
|
/**
|
|
10342
10342
|
* Gets content of aggregation {@link #getPaths paths}.
|
|
10343
10343
|
*
|
|
@@ -10475,6 +10475,10 @@ declare namespace sap {
|
|
|
10475
10475
|
*/
|
|
10476
10476
|
FNMetaImpl?: Function
|
|
10477
10477
|
): Function;
|
|
10478
|
+
/**
|
|
10479
|
+
* Returns a metadata object for class sap.gantt.shape.Definitions.
|
|
10480
|
+
*/
|
|
10481
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
10478
10482
|
/**
|
|
10479
10483
|
* Gets the value of the `childTagName` property.
|
|
10480
10484
|
*
|
|
@@ -10501,10 +10505,6 @@ declare namespace sap {
|
|
|
10501
10505
|
* Default value is `empty string`.
|
|
10502
10506
|
*/
|
|
10503
10507
|
getContent(): string;
|
|
10504
|
-
/**
|
|
10505
|
-
* Returns a metadata object for class sap.gantt.shape.Definitions.
|
|
10506
|
-
*/
|
|
10507
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
10508
10508
|
/**
|
|
10509
10509
|
* Gets current value of property {@link #getReferenceId referenceId}.
|
|
10510
10510
|
*
|
|
@@ -10617,19 +10617,6 @@ declare namespace sap {
|
|
|
10617
10617
|
mSettings?: sap.gantt.shape.$GroupSettings
|
|
10618
10618
|
);
|
|
10619
10619
|
|
|
10620
|
-
/**
|
|
10621
|
-
* Adds some shape to the aggregation {@link #getShapes shapes}.
|
|
10622
|
-
*/
|
|
10623
|
-
addShape(
|
|
10624
|
-
/**
|
|
10625
|
-
* The shape to add; if empty, nothing is inserted
|
|
10626
|
-
*/
|
|
10627
|
-
oShape: sap.gantt.shape.Shape
|
|
10628
|
-
): this;
|
|
10629
|
-
/**
|
|
10630
|
-
* Destroys all the shapes in the aggregation {@link #getShapes shapes}.
|
|
10631
|
-
*/
|
|
10632
|
-
destroyShapes(): this;
|
|
10633
10620
|
/**
|
|
10634
10621
|
* Creates a new subclass of class sap.gantt.shape.Group with name `sClassName` and enriches it with the
|
|
10635
10622
|
* information contained in `oClassInfo`.
|
|
@@ -10651,6 +10638,23 @@ declare namespace sap {
|
|
|
10651
10638
|
*/
|
|
10652
10639
|
FNMetaImpl?: Function
|
|
10653
10640
|
): Function;
|
|
10641
|
+
/**
|
|
10642
|
+
* Returns a metadata object for class sap.gantt.shape.Group.
|
|
10643
|
+
*/
|
|
10644
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
10645
|
+
/**
|
|
10646
|
+
* Adds some shape to the aggregation {@link #getShapes shapes}.
|
|
10647
|
+
*/
|
|
10648
|
+
addShape(
|
|
10649
|
+
/**
|
|
10650
|
+
* The shape to add; if empty, nothing is inserted
|
|
10651
|
+
*/
|
|
10652
|
+
oShape: sap.gantt.shape.Shape
|
|
10653
|
+
): this;
|
|
10654
|
+
/**
|
|
10655
|
+
* Destroys all the shapes in the aggregation {@link #getShapes shapes}.
|
|
10656
|
+
*/
|
|
10657
|
+
destroyShapes(): this;
|
|
10654
10658
|
/**
|
|
10655
10659
|
* Generate a referenceId according to shape data.
|
|
10656
10660
|
*
|
|
@@ -10668,10 +10672,6 @@ declare namespace sap {
|
|
|
10668
10672
|
*/
|
|
10669
10673
|
oRowInfo: object
|
|
10670
10674
|
): string;
|
|
10671
|
-
/**
|
|
10672
|
-
* Returns a metadata object for class sap.gantt.shape.Group.
|
|
10673
|
-
*/
|
|
10674
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
10675
10675
|
/**
|
|
10676
10676
|
* To enable connections between in-row shapes, a custom Group class has to be implemented that extends
|
|
10677
10677
|
* `sap.gantt.shape.Group`. Additionally, the `getRLSAnchors` method has to be implemented for the Relationship
|
|
@@ -10828,6 +10828,10 @@ declare namespace sap {
|
|
|
10828
10828
|
*/
|
|
10829
10829
|
FNMetaImpl?: Function
|
|
10830
10830
|
): Function;
|
|
10831
|
+
/**
|
|
10832
|
+
* Returns a metadata object for class sap.gantt.shape.Image.
|
|
10833
|
+
*/
|
|
10834
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
10831
10835
|
/**
|
|
10832
10836
|
* Gets the value of property `height`.
|
|
10833
10837
|
*
|
|
@@ -10858,10 +10862,6 @@ declare namespace sap {
|
|
|
10858
10862
|
*/
|
|
10859
10863
|
oRowInfo: object
|
|
10860
10864
|
): number;
|
|
10861
|
-
/**
|
|
10862
|
-
* Returns a metadata object for class sap.gantt.shape.Image.
|
|
10863
|
-
*/
|
|
10864
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
10865
10865
|
/**
|
|
10866
10866
|
* Gets the value of property `tag`.
|
|
10867
10867
|
*
|
|
@@ -11059,6 +11059,10 @@ declare namespace sap {
|
|
|
11059
11059
|
*/
|
|
11060
11060
|
FNMetaImpl?: Function
|
|
11061
11061
|
): Function;
|
|
11062
|
+
/**
|
|
11063
|
+
* Returns a metadata object for class sap.gantt.shape.Line.
|
|
11064
|
+
*/
|
|
11065
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
11062
11066
|
/**
|
|
11063
11067
|
* Gets the value of property `isDuration`.
|
|
11064
11068
|
*/
|
|
@@ -11072,10 +11076,6 @@ declare namespace sap {
|
|
|
11072
11076
|
*/
|
|
11073
11077
|
oRowInfo: object
|
|
11074
11078
|
): boolean;
|
|
11075
|
-
/**
|
|
11076
|
-
* Returns a metadata object for class sap.gantt.shape.Line.
|
|
11077
|
-
*/
|
|
11078
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
11079
11079
|
/**
|
|
11080
11080
|
* Gets the value of property `tag`.
|
|
11081
11081
|
*
|
|
@@ -11301,6 +11301,10 @@ declare namespace sap {
|
|
|
11301
11301
|
*/
|
|
11302
11302
|
FNMetaImpl?: Function
|
|
11303
11303
|
): Function;
|
|
11304
|
+
/**
|
|
11305
|
+
* Returns a metadata object for class sap.gantt.shape.Path.
|
|
11306
|
+
*/
|
|
11307
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
11304
11308
|
/**
|
|
11305
11309
|
* Gets the value of property `d`.
|
|
11306
11310
|
*
|
|
@@ -11341,10 +11345,6 @@ declare namespace sap {
|
|
|
11341
11345
|
*/
|
|
11342
11346
|
oRowInfo: object
|
|
11343
11347
|
): boolean;
|
|
11344
|
-
/**
|
|
11345
|
-
* Returns a metadata object for class sap.gantt.shape.Path.
|
|
11346
|
-
*/
|
|
11347
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
11348
11348
|
/**
|
|
11349
11349
|
* Gets the value of property `tag`.
|
|
11350
11350
|
*
|
|
@@ -11587,16 +11587,16 @@ declare namespace sap {
|
|
|
11587
11587
|
*/
|
|
11588
11588
|
FNMetaImpl?: Function
|
|
11589
11589
|
): Function;
|
|
11590
|
+
/**
|
|
11591
|
+
* Returns a metadata object for class sap.gantt.shape.Polyline.
|
|
11592
|
+
*/
|
|
11593
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
11590
11594
|
/**
|
|
11591
11595
|
* Gets current value of property {@link #getFill fill}.
|
|
11592
11596
|
*
|
|
11593
11597
|
* Default value is `"none"`.
|
|
11594
11598
|
*/
|
|
11595
11599
|
getFill(): string;
|
|
11596
|
-
/**
|
|
11597
|
-
* Returns a metadata object for class sap.gantt.shape.Polyline.
|
|
11598
|
-
*/
|
|
11599
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
11600
11600
|
/**
|
|
11601
11601
|
* Gets the value of property `points`.
|
|
11602
11602
|
*
|
|
@@ -11724,6 +11724,10 @@ declare namespace sap {
|
|
|
11724
11724
|
*/
|
|
11725
11725
|
FNMetaImpl?: Function
|
|
11726
11726
|
): Function;
|
|
11727
|
+
/**
|
|
11728
|
+
* Returns a metadata object for class sap.gantt.shape.Rectangle.
|
|
11729
|
+
*/
|
|
11730
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
11727
11731
|
/**
|
|
11728
11732
|
* Gets the value of property `height`.
|
|
11729
11733
|
*
|
|
@@ -11752,10 +11756,6 @@ declare namespace sap {
|
|
|
11752
11756
|
*/
|
|
11753
11757
|
oRowInfo: object
|
|
11754
11758
|
): boolean;
|
|
11755
|
-
/**
|
|
11756
|
-
* Returns a metadata object for class sap.gantt.shape.Rectangle.
|
|
11757
|
-
*/
|
|
11758
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
11759
11759
|
/**
|
|
11760
11760
|
* Gets the value of property `rx`.
|
|
11761
11761
|
*
|
|
@@ -12015,16 +12015,16 @@ declare namespace sap {
|
|
|
12015
12015
|
*/
|
|
12016
12016
|
FNMetaImpl?: Function
|
|
12017
12017
|
): Function;
|
|
12018
|
+
/**
|
|
12019
|
+
* Returns a metadata object for class sap.gantt.shape.ResizeShadowShape.
|
|
12020
|
+
*/
|
|
12021
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
12018
12022
|
/**
|
|
12019
12023
|
* Gets current value of property {@link #getHeight height}.
|
|
12020
12024
|
*
|
|
12021
12025
|
* Default value is `15`.
|
|
12022
12026
|
*/
|
|
12023
12027
|
getHeight(): int;
|
|
12024
|
-
/**
|
|
12025
|
-
* Returns a metadata object for class sap.gantt.shape.ResizeShadowShape.
|
|
12026
|
-
*/
|
|
12027
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
12028
12028
|
/**
|
|
12029
12029
|
* Sets a new value for property {@link #getHeight height}.
|
|
12030
12030
|
*
|
|
@@ -12096,6 +12096,10 @@ declare namespace sap {
|
|
|
12096
12096
|
*/
|
|
12097
12097
|
FNMetaImpl?: Function
|
|
12098
12098
|
): Function;
|
|
12099
|
+
/**
|
|
12100
|
+
* Returns a metadata object for class sap.gantt.shape.SelectedShape.
|
|
12101
|
+
*/
|
|
12102
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
12099
12103
|
/**
|
|
12100
12104
|
* Gets the value of property `d`.
|
|
12101
12105
|
*
|
|
@@ -12204,10 +12208,6 @@ declare namespace sap {
|
|
|
12204
12208
|
*/
|
|
12205
12209
|
oRowInfo: object
|
|
12206
12210
|
): boolean;
|
|
12207
|
-
/**
|
|
12208
|
-
* Returns a metadata object for class sap.gantt.shape.SelectedShape.
|
|
12209
|
-
*/
|
|
12210
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
12211
12211
|
/**
|
|
12212
12212
|
* Gets the value of property `stroke`.
|
|
12213
12213
|
*
|
|
@@ -12399,6 +12399,31 @@ declare namespace sap {
|
|
|
12399
12399
|
mSettings?: sap.gantt.shape.$ShapeSettings
|
|
12400
12400
|
);
|
|
12401
12401
|
|
|
12402
|
+
/**
|
|
12403
|
+
* Creates a new subclass of class sap.gantt.shape.Shape with name `sClassName` and enriches it with the
|
|
12404
|
+
* information contained in `oClassInfo`.
|
|
12405
|
+
*
|
|
12406
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
12407
|
+
*/
|
|
12408
|
+
static extend<T extends Record<string, unknown>>(
|
|
12409
|
+
/**
|
|
12410
|
+
* Name of the class being created
|
|
12411
|
+
*/
|
|
12412
|
+
sClassName: string,
|
|
12413
|
+
/**
|
|
12414
|
+
* Object literal with information about the class
|
|
12415
|
+
*/
|
|
12416
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.shape.Shape>,
|
|
12417
|
+
/**
|
|
12418
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
12419
|
+
* used by this class
|
|
12420
|
+
*/
|
|
12421
|
+
FNMetaImpl?: Function
|
|
12422
|
+
): Function;
|
|
12423
|
+
/**
|
|
12424
|
+
* Returns a metadata object for class sap.gantt.shape.Shape.
|
|
12425
|
+
*/
|
|
12426
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
12402
12427
|
/**
|
|
12403
12428
|
* This method must be used to ensure 'configuration-first' principle for extended shapes.
|
|
12404
12429
|
*/
|
|
@@ -12467,27 +12492,6 @@ declare namespace sap {
|
|
|
12467
12492
|
* Destroys the selectedShape in the aggregation {@link #getSelectedShape selectedShape}.
|
|
12468
12493
|
*/
|
|
12469
12494
|
destroySelectedShape(): this;
|
|
12470
|
-
/**
|
|
12471
|
-
* Creates a new subclass of class sap.gantt.shape.Shape with name `sClassName` and enriches it with the
|
|
12472
|
-
* information contained in `oClassInfo`.
|
|
12473
|
-
*
|
|
12474
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
12475
|
-
*/
|
|
12476
|
-
static extend<T extends Record<string, unknown>>(
|
|
12477
|
-
/**
|
|
12478
|
-
* Name of the class being created
|
|
12479
|
-
*/
|
|
12480
|
-
sClassName: string,
|
|
12481
|
-
/**
|
|
12482
|
-
* Object literal with information about the class
|
|
12483
|
-
*/
|
|
12484
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.shape.Shape>,
|
|
12485
|
-
/**
|
|
12486
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
12487
|
-
* used by this class
|
|
12488
|
-
*/
|
|
12489
|
-
FNMetaImpl?: Function
|
|
12490
|
-
): Function;
|
|
12491
12495
|
/**
|
|
12492
12496
|
* Gets current value of property `ariaLabel`.
|
|
12493
12497
|
*
|
|
@@ -12751,10 +12755,6 @@ declare namespace sap {
|
|
|
12751
12755
|
*/
|
|
12752
12756
|
oData: object
|
|
12753
12757
|
): string;
|
|
12754
|
-
/**
|
|
12755
|
-
* Returns a metadata object for class sap.gantt.shape.Shape.
|
|
12756
|
-
*/
|
|
12757
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
12758
12758
|
/**
|
|
12759
12759
|
* Retrieves the parent shape's referenceId.
|
|
12760
12760
|
*
|
|
@@ -13478,6 +13478,10 @@ declare namespace sap {
|
|
|
13478
13478
|
*/
|
|
13479
13479
|
FNMetaImpl?: Function
|
|
13480
13480
|
): Function;
|
|
13481
|
+
/**
|
|
13482
|
+
* Returns a metadata object for class sap.gantt.shape.Text.
|
|
13483
|
+
*/
|
|
13484
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
13481
13485
|
/**
|
|
13482
13486
|
* Gets the value of property `ellipsisWidth`.
|
|
13483
13487
|
*
|
|
@@ -13525,10 +13529,6 @@ declare namespace sap {
|
|
|
13525
13529
|
*/
|
|
13526
13530
|
oRowInfo: object
|
|
13527
13531
|
): number;
|
|
13528
|
-
/**
|
|
13529
|
-
* Returns a metadata object for class sap.gantt.shape.Text.
|
|
13530
|
-
*/
|
|
13531
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
13532
13532
|
/**
|
|
13533
13533
|
* Gets the value of property `tag`.
|
|
13534
13534
|
*
|
|
@@ -13993,6 +13993,34 @@ declare namespace sap {
|
|
|
13993
13993
|
mSettings?: sap.gantt.axistime.$AxisTimeStrategyBaseSettings
|
|
13994
13994
|
);
|
|
13995
13995
|
|
|
13996
|
+
/**
|
|
13997
|
+
* Creates a new subclass of class sap.gantt.axistime.AxisTimeStrategyBase with name `sClassName` and enriches
|
|
13998
|
+
* it with the information contained in `oClassInfo`.
|
|
13999
|
+
*
|
|
14000
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
14001
|
+
*/
|
|
14002
|
+
static extend<T extends Record<string, unknown>>(
|
|
14003
|
+
/**
|
|
14004
|
+
* Name of the class being created
|
|
14005
|
+
*/
|
|
14006
|
+
sClassName: string,
|
|
14007
|
+
/**
|
|
14008
|
+
* Object literal with information about the class
|
|
14009
|
+
*/
|
|
14010
|
+
oClassInfo?: sap.ClassInfo<
|
|
14011
|
+
T,
|
|
14012
|
+
sap.gantt.axistime.AxisTimeStrategyBase
|
|
14013
|
+
>,
|
|
14014
|
+
/**
|
|
14015
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
14016
|
+
* used by this class
|
|
14017
|
+
*/
|
|
14018
|
+
FNMetaImpl?: Function
|
|
14019
|
+
): Function;
|
|
14020
|
+
/**
|
|
14021
|
+
* Returns a metadata object for class sap.gantt.axistime.AxisTimeStrategyBase.
|
|
14022
|
+
*/
|
|
14023
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
13996
14024
|
/**
|
|
13997
14025
|
* Calculates the middle date of the given two dates.
|
|
13998
14026
|
*/
|
|
@@ -14034,17 +14062,11 @@ declare namespace sap {
|
|
|
14034
14062
|
*/
|
|
14035
14063
|
oAnchorTime?: Date
|
|
14036
14064
|
): object;
|
|
14037
|
-
|
|
14038
|
-
*
|
|
14039
|
-
*/
|
|
14065
|
+
|
|
14040
14066
|
calZoomBase(): boolean;
|
|
14041
|
-
|
|
14042
|
-
*
|
|
14043
|
-
*/
|
|
14067
|
+
|
|
14044
14068
|
calZoomScale(): void;
|
|
14045
|
-
|
|
14046
|
-
*
|
|
14047
|
-
*/
|
|
14069
|
+
|
|
14048
14070
|
calZoomScaleByDate(): void;
|
|
14049
14071
|
/**
|
|
14050
14072
|
* Defaults the firstDayOfWeek property to a value from locale if user didn't specify it
|
|
@@ -14073,30 +14095,6 @@ declare namespace sap {
|
|
|
14073
14095
|
* Destroys the visibleHorizon in the aggregation {@link #getVisibleHorizon visibleHorizon}.
|
|
14074
14096
|
*/
|
|
14075
14097
|
destroyVisibleHorizon(): this;
|
|
14076
|
-
/**
|
|
14077
|
-
* Creates a new subclass of class sap.gantt.axistime.AxisTimeStrategyBase with name `sClassName` and enriches
|
|
14078
|
-
* it with the information contained in `oClassInfo`.
|
|
14079
|
-
*
|
|
14080
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
14081
|
-
*/
|
|
14082
|
-
static extend<T extends Record<string, unknown>>(
|
|
14083
|
-
/**
|
|
14084
|
-
* Name of the class being created
|
|
14085
|
-
*/
|
|
14086
|
-
sClassName: string,
|
|
14087
|
-
/**
|
|
14088
|
-
* Object literal with information about the class
|
|
14089
|
-
*/
|
|
14090
|
-
oClassInfo?: sap.ClassInfo<
|
|
14091
|
-
T,
|
|
14092
|
-
sap.gantt.axistime.AxisTimeStrategyBase
|
|
14093
|
-
>,
|
|
14094
|
-
/**
|
|
14095
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
14096
|
-
* used by this class
|
|
14097
|
-
*/
|
|
14098
|
-
FNMetaImpl?: Function
|
|
14099
|
-
): Function;
|
|
14100
14098
|
/**
|
|
14101
14099
|
* Gets current value of property {@link #getCalendarType calendarType}.
|
|
14102
14100
|
*
|
|
@@ -14139,10 +14137,6 @@ declare namespace sap {
|
|
|
14139
14137
|
* Gets the time label formatter for Gantt Chart to draw the lower row in the timeline.
|
|
14140
14138
|
*/
|
|
14141
14139
|
getLowerRowFormatter(): sap.ui.core.format.DateFormat;
|
|
14142
|
-
/**
|
|
14143
|
-
* Returns a metadata object for class sap.gantt.axistime.AxisTimeStrategyBase.
|
|
14144
|
-
*/
|
|
14145
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
14146
14140
|
/**
|
|
14147
14141
|
* Gets current value of property {@link #getMouseWheelZoomType mouseWheelZoomType}.
|
|
14148
14142
|
*
|
|
@@ -14928,6 +14922,10 @@ declare namespace sap {
|
|
|
14928
14922
|
*/
|
|
14929
14923
|
FNMetaImpl?: Function
|
|
14930
14924
|
): Function;
|
|
14925
|
+
/**
|
|
14926
|
+
* Returns a metadata object for class sap.gantt.control.Cell.
|
|
14927
|
+
*/
|
|
14928
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
14931
14929
|
/**
|
|
14932
14930
|
* Provide accessibility support for control Cell
|
|
14933
14931
|
* See:
|
|
@@ -14947,10 +14945,6 @@ declare namespace sap {
|
|
|
14947
14945
|
* Otherwise some properties you set may not function properly.
|
|
14948
14946
|
*/
|
|
14949
14947
|
getColumnConfig(): object;
|
|
14950
|
-
/**
|
|
14951
|
-
* Returns a metadata object for class sap.gantt.control.Cell.
|
|
14952
|
-
*/
|
|
14953
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
14954
14948
|
/**
|
|
14955
14949
|
* Sets a new value for property {@link #getCellCallback cellCallback}.
|
|
14956
14950
|
*
|
|
@@ -15099,6 +15093,31 @@ declare namespace sap {
|
|
|
15099
15093
|
mSettings?: sap.gantt.def.cal.$CalendarSettings
|
|
15100
15094
|
);
|
|
15101
15095
|
|
|
15096
|
+
/**
|
|
15097
|
+
* Creates a new subclass of class sap.gantt.def.cal.Calendar with name `sClassName` and enriches it with
|
|
15098
|
+
* the information contained in `oClassInfo`.
|
|
15099
|
+
*
|
|
15100
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.gantt.def.DefBase.extend}.
|
|
15101
|
+
*/
|
|
15102
|
+
static extend<T extends Record<string, unknown>>(
|
|
15103
|
+
/**
|
|
15104
|
+
* Name of the class being created
|
|
15105
|
+
*/
|
|
15106
|
+
sClassName: string,
|
|
15107
|
+
/**
|
|
15108
|
+
* Object literal with information about the class
|
|
15109
|
+
*/
|
|
15110
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.def.cal.Calendar>,
|
|
15111
|
+
/**
|
|
15112
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
15113
|
+
* used by this class
|
|
15114
|
+
*/
|
|
15115
|
+
FNMetaImpl?: Function
|
|
15116
|
+
): Function;
|
|
15117
|
+
/**
|
|
15118
|
+
* Returns a metadata object for class sap.gantt.def.cal.Calendar.
|
|
15119
|
+
*/
|
|
15120
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
15102
15121
|
/**
|
|
15103
15122
|
* Adds some timeInterval to the aggregation {@link #getTimeIntervals timeIntervals}.
|
|
15104
15123
|
*/
|
|
@@ -15124,27 +15143,6 @@ declare namespace sap {
|
|
|
15124
15143
|
* Destroys all the timeIntervals in the aggregation {@link #getTimeIntervals timeIntervals}.
|
|
15125
15144
|
*/
|
|
15126
15145
|
destroyTimeIntervals(): this;
|
|
15127
|
-
/**
|
|
15128
|
-
* Creates a new subclass of class sap.gantt.def.cal.Calendar with name `sClassName` and enriches it with
|
|
15129
|
-
* the information contained in `oClassInfo`.
|
|
15130
|
-
*
|
|
15131
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.gantt.def.DefBase.extend}.
|
|
15132
|
-
*/
|
|
15133
|
-
static extend<T extends Record<string, unknown>>(
|
|
15134
|
-
/**
|
|
15135
|
-
* Name of the class being created
|
|
15136
|
-
*/
|
|
15137
|
-
sClassName: string,
|
|
15138
|
-
/**
|
|
15139
|
-
* Object literal with information about the class
|
|
15140
|
-
*/
|
|
15141
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.def.cal.Calendar>,
|
|
15142
|
-
/**
|
|
15143
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
15144
|
-
* used by this class
|
|
15145
|
-
*/
|
|
15146
|
-
FNMetaImpl?: Function
|
|
15147
|
-
): Function;
|
|
15148
15146
|
/**
|
|
15149
15147
|
* Gets current value of property {@link #getBackgroundColor backgroundColor}.
|
|
15150
15148
|
*
|
|
@@ -15162,10 +15160,6 @@ declare namespace sap {
|
|
|
15162
15160
|
* Default value is `"calendar"`.
|
|
15163
15161
|
*/
|
|
15164
15162
|
getKey(): string;
|
|
15165
|
-
/**
|
|
15166
|
-
* Returns a metadata object for class sap.gantt.def.cal.Calendar.
|
|
15167
|
-
*/
|
|
15168
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
15169
15163
|
/**
|
|
15170
15164
|
* Gets content of aggregation {@link #getTimeIntervals timeIntervals}.
|
|
15171
15165
|
*
|
|
@@ -15290,6 +15284,31 @@ declare namespace sap {
|
|
|
15290
15284
|
mSettings?: sap.gantt.def.cal.$CalendarDefsSettings
|
|
15291
15285
|
);
|
|
15292
15286
|
|
|
15287
|
+
/**
|
|
15288
|
+
* Creates a new subclass of class sap.gantt.def.cal.CalendarDefs with name `sClassName` and enriches it
|
|
15289
|
+
* with the information contained in `oClassInfo`.
|
|
15290
|
+
*
|
|
15291
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.gantt.def.SvgDefs.extend}.
|
|
15292
|
+
*/
|
|
15293
|
+
static extend<T extends Record<string, unknown>>(
|
|
15294
|
+
/**
|
|
15295
|
+
* Name of the class being created
|
|
15296
|
+
*/
|
|
15297
|
+
sClassName: string,
|
|
15298
|
+
/**
|
|
15299
|
+
* Object literal with information about the class
|
|
15300
|
+
*/
|
|
15301
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.def.cal.CalendarDefs>,
|
|
15302
|
+
/**
|
|
15303
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
15304
|
+
* used by this class
|
|
15305
|
+
*/
|
|
15306
|
+
FNMetaImpl?: Function
|
|
15307
|
+
): Function;
|
|
15308
|
+
/**
|
|
15309
|
+
* Returns a metadata object for class sap.gantt.def.cal.CalendarDefs.
|
|
15310
|
+
*/
|
|
15311
|
+
static getMetadata(): sap.ui.base.ManagedObjectMetadata;
|
|
15293
15312
|
/**
|
|
15294
15313
|
* @SINCE 1.91
|
|
15295
15314
|
*
|
|
@@ -15445,27 +15464,6 @@ declare namespace sap {
|
|
|
15445
15464
|
* Destroys all the defs5 in the aggregation {@link #getDefs5 defs5}.
|
|
15446
15465
|
*/
|
|
15447
15466
|
destroyDefs5(): this;
|
|
15448
|
-
/**
|
|
15449
|
-
* Creates a new subclass of class sap.gantt.def.cal.CalendarDefs with name `sClassName` and enriches it
|
|
15450
|
-
* with the information contained in `oClassInfo`.
|
|
15451
|
-
*
|
|
15452
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.gantt.def.SvgDefs.extend}.
|
|
15453
|
-
*/
|
|
15454
|
-
static extend<T extends Record<string, unknown>>(
|
|
15455
|
-
/**
|
|
15456
|
-
* Name of the class being created
|
|
15457
|
-
*/
|
|
15458
|
-
sClassName: string,
|
|
15459
|
-
/**
|
|
15460
|
-
* Object literal with information about the class
|
|
15461
|
-
*/
|
|
15462
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.def.cal.CalendarDefs>,
|
|
15463
|
-
/**
|
|
15464
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
15465
|
-
* used by this class
|
|
15466
|
-
*/
|
|
15467
|
-
FNMetaImpl?: Function
|
|
15468
|
-
): Function;
|
|
15469
15467
|
/**
|
|
15470
15468
|
* @SINCE 1.91
|
|
15471
15469
|
*
|
|
@@ -15496,10 +15494,6 @@ declare namespace sap {
|
|
|
15496
15494
|
* Gets content of aggregation {@link #getDefs5 defs5}.
|
|
15497
15495
|
*/
|
|
15498
15496
|
getDefs5(): sap.gantt.def.DefBase[];
|
|
15499
|
-
/**
|
|
15500
|
-
* Returns a metadata object for class sap.gantt.def.cal.CalendarDefs.
|
|
15501
|
-
*/
|
|
15502
|
-
static getMetadata(): sap.ui.base.ManagedObjectMetadata;
|
|
15503
15497
|
/**
|
|
15504
15498
|
* @SINCE 1.91
|
|
15505
15499
|
*
|
|
@@ -15827,6 +15821,10 @@ declare namespace sap {
|
|
|
15827
15821
|
*/
|
|
15828
15822
|
FNMetaImpl?: Function
|
|
15829
15823
|
): Function;
|
|
15824
|
+
/**
|
|
15825
|
+
* Returns a metadata object for class sap.gantt.def.cal.TimeInterval.
|
|
15826
|
+
*/
|
|
15827
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
15830
15828
|
/**
|
|
15831
15829
|
* Gets current value of property {@link #getEndTime endTime}.
|
|
15832
15830
|
*
|
|
@@ -15834,10 +15832,6 @@ declare namespace sap {
|
|
|
15834
15832
|
* to string.
|
|
15835
15833
|
*/
|
|
15836
15834
|
getEndTime(): string;
|
|
15837
|
-
/**
|
|
15838
|
-
* Returns a metadata object for class sap.gantt.def.cal.TimeInterval.
|
|
15839
|
-
*/
|
|
15840
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
15841
15835
|
/**
|
|
15842
15836
|
* Gets current value of property {@link #getStartTime startTime}.
|
|
15843
15837
|
*
|
|
@@ -15969,6 +15963,10 @@ declare namespace sap {
|
|
|
15969
15963
|
*/
|
|
15970
15964
|
FNMetaImpl?: Function
|
|
15971
15965
|
): Function;
|
|
15966
|
+
/**
|
|
15967
|
+
* Returns a metadata object for class sap.gantt.def.filter.MorphologyFilter.
|
|
15968
|
+
*/
|
|
15969
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
15972
15970
|
/**
|
|
15973
15971
|
* Gets current value of property {@link #getColorMatrix colorMatrix}.
|
|
15974
15972
|
*
|
|
@@ -15978,10 +15976,6 @@ declare namespace sap {
|
|
|
15978
15976
|
* Default value is `library.def.filter.ColorMatrixValue.AllToWhite`.
|
|
15979
15977
|
*/
|
|
15980
15978
|
getColorMatrix(): string;
|
|
15981
|
-
/**
|
|
15982
|
-
* Returns a metadata object for class sap.gantt.def.filter.MorphologyFilter.
|
|
15983
|
-
*/
|
|
15984
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
15985
15979
|
/**
|
|
15986
15980
|
* Gets current value of property {@link #getOperator operator}.
|
|
15987
15981
|
*
|
|
@@ -16194,19 +16188,6 @@ declare namespace sap {
|
|
|
16194
16188
|
mSettings?: sap.gantt.def.gradient.$LinearGradientSettings
|
|
16195
16189
|
);
|
|
16196
16190
|
|
|
16197
|
-
/**
|
|
16198
|
-
* Adds some stop to the aggregation {@link #getStops stops}.
|
|
16199
|
-
*/
|
|
16200
|
-
addStop(
|
|
16201
|
-
/**
|
|
16202
|
-
* The stop to add; if empty, nothing is inserted
|
|
16203
|
-
*/
|
|
16204
|
-
oStop: sap.gantt.def.gradient.Stop
|
|
16205
|
-
): this;
|
|
16206
|
-
/**
|
|
16207
|
-
* Destroys all the stops in the aggregation {@link #getStops stops}.
|
|
16208
|
-
*/
|
|
16209
|
-
destroyStops(): this;
|
|
16210
16191
|
/**
|
|
16211
16192
|
* Creates a new subclass of class sap.gantt.def.gradient.LinearGradient with name `sClassName` and enriches
|
|
16212
16193
|
* it with the information contained in `oClassInfo`.
|
|
@@ -16235,6 +16216,19 @@ declare namespace sap {
|
|
|
16235
16216
|
* Returns a metadata object for class sap.gantt.def.gradient.LinearGradient.
|
|
16236
16217
|
*/
|
|
16237
16218
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
16219
|
+
/**
|
|
16220
|
+
* Adds some stop to the aggregation {@link #getStops stops}.
|
|
16221
|
+
*/
|
|
16222
|
+
addStop(
|
|
16223
|
+
/**
|
|
16224
|
+
* The stop to add; if empty, nothing is inserted
|
|
16225
|
+
*/
|
|
16226
|
+
oStop: sap.gantt.def.gradient.Stop
|
|
16227
|
+
): this;
|
|
16228
|
+
/**
|
|
16229
|
+
* Destroys all the stops in the aggregation {@link #getStops stops}.
|
|
16230
|
+
*/
|
|
16231
|
+
destroyStops(): this;
|
|
16238
16232
|
/**
|
|
16239
16233
|
* Gets content of aggregation {@link #getStops stops}.
|
|
16240
16234
|
*
|
|
@@ -16409,19 +16403,6 @@ declare namespace sap {
|
|
|
16409
16403
|
mSettings?: sap.gantt.def.gradient.$RadialGradientSettings
|
|
16410
16404
|
);
|
|
16411
16405
|
|
|
16412
|
-
/**
|
|
16413
|
-
* Adds some stop to the aggregation {@link #getStops stops}.
|
|
16414
|
-
*/
|
|
16415
|
-
addStop(
|
|
16416
|
-
/**
|
|
16417
|
-
* The stop to add; if empty, nothing is inserted
|
|
16418
|
-
*/
|
|
16419
|
-
oStop: sap.gantt.def.gradient.Stop
|
|
16420
|
-
): this;
|
|
16421
|
-
/**
|
|
16422
|
-
* Destroys all the stops in the aggregation {@link #getStops stops}.
|
|
16423
|
-
*/
|
|
16424
|
-
destroyStops(): this;
|
|
16425
16406
|
/**
|
|
16426
16407
|
* Creates a new subclass of class sap.gantt.def.gradient.RadialGradient with name `sClassName` and enriches
|
|
16427
16408
|
* it with the information contained in `oClassInfo`.
|
|
@@ -16446,6 +16427,23 @@ declare namespace sap {
|
|
|
16446
16427
|
*/
|
|
16447
16428
|
FNMetaImpl?: Function
|
|
16448
16429
|
): Function;
|
|
16430
|
+
/**
|
|
16431
|
+
* Returns a metadata object for class sap.gantt.def.gradient.RadialGradient.
|
|
16432
|
+
*/
|
|
16433
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
16434
|
+
/**
|
|
16435
|
+
* Adds some stop to the aggregation {@link #getStops stops}.
|
|
16436
|
+
*/
|
|
16437
|
+
addStop(
|
|
16438
|
+
/**
|
|
16439
|
+
* The stop to add; if empty, nothing is inserted
|
|
16440
|
+
*/
|
|
16441
|
+
oStop: sap.gantt.def.gradient.Stop
|
|
16442
|
+
): this;
|
|
16443
|
+
/**
|
|
16444
|
+
* Destroys all the stops in the aggregation {@link #getStops stops}.
|
|
16445
|
+
*/
|
|
16446
|
+
destroyStops(): this;
|
|
16449
16447
|
/**
|
|
16450
16448
|
* Gets current value of property {@link #getCx cx}.
|
|
16451
16449
|
*
|
|
@@ -16478,10 +16476,6 @@ declare namespace sap {
|
|
|
16478
16476
|
* Default value is `200`.
|
|
16479
16477
|
*/
|
|
16480
16478
|
getFy(): float;
|
|
16481
|
-
/**
|
|
16482
|
-
* Returns a metadata object for class sap.gantt.def.gradient.RadialGradient.
|
|
16483
|
-
*/
|
|
16484
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
16485
16479
|
/**
|
|
16486
16480
|
* Gets current value of property {@link #getR r}.
|
|
16487
16481
|
*
|
|
@@ -16982,6 +16976,10 @@ declare namespace sap {
|
|
|
16982
16976
|
*/
|
|
16983
16977
|
FNMetaImpl?: Function
|
|
16984
16978
|
): Function;
|
|
16979
|
+
/**
|
|
16980
|
+
* Returns a metadata object for class sap.gantt.def.pattern.PatternBase.
|
|
16981
|
+
*/
|
|
16982
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
16985
16983
|
/**
|
|
16986
16984
|
* Gets current value of property {@link #getBackgroundColor backgroundColor}.
|
|
16987
16985
|
*
|
|
@@ -16999,10 +16997,6 @@ declare namespace sap {
|
|
|
16999
16997
|
* Default value is `"1"`.
|
|
17000
16998
|
*/
|
|
17001
16999
|
getBackgroundFillOpacity(): float;
|
|
17002
|
-
/**
|
|
17003
|
-
* Returns a metadata object for class sap.gantt.def.pattern.PatternBase.
|
|
17004
|
-
*/
|
|
17005
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
17006
17000
|
/**
|
|
17007
17001
|
* Gets current value of property {@link #getTileHeight tileHeight}.
|
|
17008
17002
|
*
|
|
@@ -17294,6 +17288,10 @@ declare namespace sap {
|
|
|
17294
17288
|
*/
|
|
17295
17289
|
FNMetaImpl?: Function
|
|
17296
17290
|
): Function;
|
|
17291
|
+
/**
|
|
17292
|
+
* Returns a metadata object for class sap.gantt.def.DefBase.
|
|
17293
|
+
*/
|
|
17294
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
17297
17295
|
/**
|
|
17298
17296
|
* Provides a referencing ID. The default implementation is to use control ID as the referencing ID.
|
|
17299
17297
|
* See:
|
|
@@ -17307,10 +17305,6 @@ declare namespace sap {
|
|
|
17307
17305
|
* this class.
|
|
17308
17306
|
*/
|
|
17309
17307
|
getDefString(): string;
|
|
17310
|
-
/**
|
|
17311
|
-
* Returns a metadata object for class sap.gantt.def.DefBase.
|
|
17312
|
-
*/
|
|
17313
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
17314
17308
|
/**
|
|
17315
17309
|
* Gets current value of property {@link #getRefString refString}.
|
|
17316
17310
|
*
|
|
@@ -17386,6 +17380,31 @@ declare namespace sap {
|
|
|
17386
17380
|
mSettings?: sap.gantt.def.$SvgDefsSettings
|
|
17387
17381
|
);
|
|
17388
17382
|
|
|
17383
|
+
/**
|
|
17384
|
+
* Creates a new subclass of class sap.gantt.def.SvgDefs with name `sClassName` and enriches it with the
|
|
17385
|
+
* information contained in `oClassInfo`.
|
|
17386
|
+
*
|
|
17387
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.ManagedObject.extend}.
|
|
17388
|
+
*/
|
|
17389
|
+
static extend<T extends Record<string, unknown>>(
|
|
17390
|
+
/**
|
|
17391
|
+
* Name of the class being created
|
|
17392
|
+
*/
|
|
17393
|
+
sClassName: string,
|
|
17394
|
+
/**
|
|
17395
|
+
* Object literal with information about the class
|
|
17396
|
+
*/
|
|
17397
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.def.SvgDefs>,
|
|
17398
|
+
/**
|
|
17399
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
17400
|
+
* used by this class
|
|
17401
|
+
*/
|
|
17402
|
+
FNMetaImpl?: Function
|
|
17403
|
+
): Function;
|
|
17404
|
+
/**
|
|
17405
|
+
* Returns a metadata object for class sap.gantt.def.SvgDefs.
|
|
17406
|
+
*/
|
|
17407
|
+
static getMetadata(): sap.ui.base.ManagedObjectMetadata;
|
|
17389
17408
|
/**
|
|
17390
17409
|
* Adds some def to the aggregation {@link #getDefs defs}.
|
|
17391
17410
|
*/
|
|
@@ -17411,27 +17430,6 @@ declare namespace sap {
|
|
|
17411
17430
|
* Destroys all the defs in the aggregation {@link #getDefs defs}.
|
|
17412
17431
|
*/
|
|
17413
17432
|
destroyDefs(): this;
|
|
17414
|
-
/**
|
|
17415
|
-
* Creates a new subclass of class sap.gantt.def.SvgDefs with name `sClassName` and enriches it with the
|
|
17416
|
-
* information contained in `oClassInfo`.
|
|
17417
|
-
*
|
|
17418
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.ManagedObject.extend}.
|
|
17419
|
-
*/
|
|
17420
|
-
static extend<T extends Record<string, unknown>>(
|
|
17421
|
-
/**
|
|
17422
|
-
* Name of the class being created
|
|
17423
|
-
*/
|
|
17424
|
-
sClassName: string,
|
|
17425
|
-
/**
|
|
17426
|
-
* Object literal with information about the class
|
|
17427
|
-
*/
|
|
17428
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.def.SvgDefs>,
|
|
17429
|
-
/**
|
|
17430
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
17431
|
-
* used by this class
|
|
17432
|
-
*/
|
|
17433
|
-
FNMetaImpl?: Function
|
|
17434
|
-
): Function;
|
|
17435
17433
|
/**
|
|
17436
17434
|
* Gets content of aggregation {@link #getDefs defs}.
|
|
17437
17435
|
*
|
|
@@ -17442,10 +17440,6 @@ declare namespace sap {
|
|
|
17442
17440
|
* Definition string of the SVG 'defs' tag.
|
|
17443
17441
|
*/
|
|
17444
17442
|
getDefString(): string;
|
|
17445
|
-
/**
|
|
17446
|
-
* Returns a metadata object for class sap.gantt.def.SvgDefs.
|
|
17447
|
-
*/
|
|
17448
|
-
static getMetadata(): sap.ui.base.ManagedObjectMetadata;
|
|
17449
17443
|
/**
|
|
17450
17444
|
* Checks for the provided `sap.gantt.def.DefBase` in the aggregation {@link #getDefs defs}. and returns
|
|
17451
17445
|
* its index if found or -1 otherwise.
|
|
@@ -17641,7 +17635,7 @@ declare namespace sap {
|
|
|
17641
17635
|
/**
|
|
17642
17636
|
* Event fired when the check box of a certain legend item is selected.
|
|
17643
17637
|
*/
|
|
17644
|
-
checkBoxChange?:
|
|
17638
|
+
checkBoxChange?: (oEvent: sap.ui.base.Event) => void;
|
|
17645
17639
|
}
|
|
17646
17640
|
|
|
17647
17641
|
/**
|
|
@@ -17708,6 +17702,10 @@ declare namespace sap {
|
|
|
17708
17702
|
*/
|
|
17709
17703
|
FNMetaImpl?: Function
|
|
17710
17704
|
): Function;
|
|
17705
|
+
/**
|
|
17706
|
+
* Returns a metadata object for class sap.gantt.legend.DimensionLegend.
|
|
17707
|
+
*/
|
|
17708
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
17711
17709
|
/**
|
|
17712
17710
|
* Gets current value of property {@link #getExclude exclude}.
|
|
17713
17711
|
*
|
|
@@ -17722,10 +17720,6 @@ declare namespace sap {
|
|
|
17722
17720
|
* Default value is `8`.
|
|
17723
17721
|
*/
|
|
17724
17722
|
getLegendSpace(): float;
|
|
17725
|
-
/**
|
|
17726
|
-
* Returns a metadata object for class sap.gantt.legend.DimensionLegend.
|
|
17727
|
-
*/
|
|
17728
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
17729
17723
|
/**
|
|
17730
17724
|
* Gets current value of property {@link #getShape shape}.
|
|
17731
17725
|
*
|
|
@@ -17937,6 +17931,10 @@ declare namespace sap {
|
|
|
17937
17931
|
*/
|
|
17938
17932
|
FNMetaImpl?: Function
|
|
17939
17933
|
): Function;
|
|
17934
|
+
/**
|
|
17935
|
+
* Returns a metadata object for class sap.gantt.legend.LegendBase.
|
|
17936
|
+
*/
|
|
17937
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
17940
17938
|
/**
|
|
17941
17939
|
* Gets current value of property {@link #getFontSize fontSize}.
|
|
17942
17940
|
*
|
|
@@ -17961,10 +17959,6 @@ declare namespace sap {
|
|
|
17961
17959
|
* Default value is `32`.
|
|
17962
17960
|
*/
|
|
17963
17961
|
getLegendWidth(): float;
|
|
17964
|
-
/**
|
|
17965
|
-
* Returns a metadata object for class sap.gantt.legend.LegendBase.
|
|
17966
|
-
*/
|
|
17967
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
17968
17962
|
/**
|
|
17969
17963
|
* Gets the value of the SAP UI size class.
|
|
17970
17964
|
*/
|
|
@@ -18085,19 +18079,6 @@ declare namespace sap {
|
|
|
18085
18079
|
mSettings?: sap.gantt.legend.$LegendContainerSettings
|
|
18086
18080
|
);
|
|
18087
18081
|
|
|
18088
|
-
/**
|
|
18089
|
-
* Adds some legendSection to the aggregation {@link #getLegendSections legendSections}.
|
|
18090
|
-
*/
|
|
18091
|
-
addLegendSection(
|
|
18092
|
-
/**
|
|
18093
|
-
* The legendSection to add; if empty, nothing is inserted
|
|
18094
|
-
*/
|
|
18095
|
-
oLegendSection: sap.m.Page
|
|
18096
|
-
): this;
|
|
18097
|
-
/**
|
|
18098
|
-
* Destroys all the legendSections in the aggregation {@link #getLegendSections legendSections}.
|
|
18099
|
-
*/
|
|
18100
|
-
destroyLegendSections(): this;
|
|
18101
18082
|
/**
|
|
18102
18083
|
* Creates a new subclass of class sap.gantt.legend.LegendContainer with name `sClassName` and enriches
|
|
18103
18084
|
* it with the information contained in `oClassInfo`.
|
|
@@ -18119,6 +18100,23 @@ declare namespace sap {
|
|
|
18119
18100
|
*/
|
|
18120
18101
|
FNMetaImpl?: Function
|
|
18121
18102
|
): Function;
|
|
18103
|
+
/**
|
|
18104
|
+
* Returns a metadata object for class sap.gantt.legend.LegendContainer.
|
|
18105
|
+
*/
|
|
18106
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
18107
|
+
/**
|
|
18108
|
+
* Adds some legendSection to the aggregation {@link #getLegendSections legendSections}.
|
|
18109
|
+
*/
|
|
18110
|
+
addLegendSection(
|
|
18111
|
+
/**
|
|
18112
|
+
* The legendSection to add; if empty, nothing is inserted
|
|
18113
|
+
*/
|
|
18114
|
+
oLegendSection: sap.m.Page
|
|
18115
|
+
): this;
|
|
18116
|
+
/**
|
|
18117
|
+
* Destroys all the legendSections in the aggregation {@link #getLegendSections legendSections}.
|
|
18118
|
+
*/
|
|
18119
|
+
destroyLegendSections(): this;
|
|
18122
18120
|
/**
|
|
18123
18121
|
* Returns the currently displayed legend section. If no legend section is added, this function returns
|
|
18124
18122
|
* the initial navigation page.
|
|
@@ -18141,10 +18139,6 @@ declare namespace sap {
|
|
|
18141
18139
|
* in the initial navigation list. Otherwise, your legend section is not reachable via GUI.
|
|
18142
18140
|
*/
|
|
18143
18141
|
getLegendSections(): sap.m.Page[];
|
|
18144
|
-
/**
|
|
18145
|
-
* Returns a metadata object for class sap.gantt.legend.LegendContainer.
|
|
18146
|
-
*/
|
|
18147
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
18148
18142
|
/**
|
|
18149
18143
|
* Returns the navigation items in the initial navigation list
|
|
18150
18144
|
*/
|
|
@@ -18273,6 +18267,31 @@ declare namespace sap {
|
|
|
18273
18267
|
mSettings?: sap.gantt.legend.$ListLegendSettings
|
|
18274
18268
|
);
|
|
18275
18269
|
|
|
18270
|
+
/**
|
|
18271
|
+
* Creates a new subclass of class sap.gantt.legend.ListLegend with name `sClassName` and enriches it with
|
|
18272
|
+
* the information contained in `oClassInfo`.
|
|
18273
|
+
*
|
|
18274
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.gantt.legend.LegendBase.extend}.
|
|
18275
|
+
*/
|
|
18276
|
+
static extend<T extends Record<string, unknown>>(
|
|
18277
|
+
/**
|
|
18278
|
+
* Name of the class being created
|
|
18279
|
+
*/
|
|
18280
|
+
sClassName: string,
|
|
18281
|
+
/**
|
|
18282
|
+
* Object literal with information about the class
|
|
18283
|
+
*/
|
|
18284
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.legend.ListLegend>,
|
|
18285
|
+
/**
|
|
18286
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
18287
|
+
* used by this class
|
|
18288
|
+
*/
|
|
18289
|
+
FNMetaImpl?: Function
|
|
18290
|
+
): Function;
|
|
18291
|
+
/**
|
|
18292
|
+
* Returns a metadata object for class sap.gantt.legend.ListLegend.
|
|
18293
|
+
*/
|
|
18294
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
18276
18295
|
/**
|
|
18277
18296
|
* Attaches event handler `fnFunction` to the {@link #event:checkBoxChange checkBoxChange} event of this
|
|
18278
18297
|
* `sap.gantt.legend.ListLegend`.
|
|
@@ -18332,27 +18351,6 @@ declare namespace sap {
|
|
|
18332
18351
|
*/
|
|
18333
18352
|
oListener?: object
|
|
18334
18353
|
): this;
|
|
18335
|
-
/**
|
|
18336
|
-
* Creates a new subclass of class sap.gantt.legend.ListLegend with name `sClassName` and enriches it with
|
|
18337
|
-
* the information contained in `oClassInfo`.
|
|
18338
|
-
*
|
|
18339
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.gantt.legend.LegendBase.extend}.
|
|
18340
|
-
*/
|
|
18341
|
-
static extend<T extends Record<string, unknown>>(
|
|
18342
|
-
/**
|
|
18343
|
-
* Name of the class being created
|
|
18344
|
-
*/
|
|
18345
|
-
sClassName: string,
|
|
18346
|
-
/**
|
|
18347
|
-
* Object literal with information about the class
|
|
18348
|
-
*/
|
|
18349
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.legend.ListLegend>,
|
|
18350
|
-
/**
|
|
18351
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
18352
|
-
* used by this class
|
|
18353
|
-
*/
|
|
18354
|
-
FNMetaImpl?: Function
|
|
18355
|
-
): Function;
|
|
18356
18354
|
/**
|
|
18357
18355
|
* Fires event {@link #event:checkBoxChange checkBoxChange} to attached listeners.
|
|
18358
18356
|
*/
|
|
@@ -18371,10 +18369,6 @@ declare namespace sap {
|
|
|
18371
18369
|
value?: boolean;
|
|
18372
18370
|
}
|
|
18373
18371
|
): this;
|
|
18374
|
-
/**
|
|
18375
|
-
* Returns a metadata object for class sap.gantt.legend.ListLegend.
|
|
18376
|
-
*/
|
|
18377
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
18378
18372
|
/**
|
|
18379
18373
|
* Gets current value of property {@link #getShapes shapes}.
|
|
18380
18374
|
*
|
|
@@ -18561,7 +18555,7 @@ declare namespace sap {
|
|
|
18561
18555
|
/**
|
|
18562
18556
|
* A position in the coordinate system
|
|
18563
18557
|
*/
|
|
18564
|
-
value:
|
|
18558
|
+
value: number
|
|
18565
18559
|
): undefined;
|
|
18566
18560
|
/**
|
|
18567
18561
|
* Transforms a position in the coordinate system to an element
|
|
@@ -18570,7 +18564,7 @@ declare namespace sap {
|
|
|
18570
18564
|
/**
|
|
18571
18565
|
* Position in the coordinate system
|
|
18572
18566
|
*/
|
|
18573
|
-
value:
|
|
18567
|
+
value: number
|
|
18574
18568
|
): undefined;
|
|
18575
18569
|
/**
|
|
18576
18570
|
* Transforms a position in the coordinate system to an element index
|
|
@@ -18579,7 +18573,7 @@ declare namespace sap {
|
|
|
18579
18573
|
/**
|
|
18580
18574
|
* Position in the coordinate system
|
|
18581
18575
|
*/
|
|
18582
|
-
value:
|
|
18576
|
+
value: number
|
|
18583
18577
|
): undefined;
|
|
18584
18578
|
/**
|
|
18585
18579
|
* Transforms a position in the coordinate system to a row index
|
|
@@ -18588,11 +18582,11 @@ declare namespace sap {
|
|
|
18588
18582
|
/**
|
|
18589
18583
|
* Position in the coordinate system
|
|
18590
18584
|
*/
|
|
18591
|
-
value:
|
|
18585
|
+
value: number,
|
|
18592
18586
|
/**
|
|
18593
18587
|
* Max row index in the coordinate system
|
|
18594
18588
|
*/
|
|
18595
|
-
iMaxIndex:
|
|
18589
|
+
iMaxIndex: int
|
|
18596
18590
|
): undefined;
|
|
18597
18591
|
}
|
|
18598
18592
|
/**
|
|
@@ -19070,6 +19064,10 @@ declare namespace sap {
|
|
|
19070
19064
|
*/
|
|
19071
19065
|
FNMetaImpl?: Function
|
|
19072
19066
|
): Function;
|
|
19067
|
+
/**
|
|
19068
|
+
* Returns a metadata object for class sap.gantt.simple.shapes.Shape.
|
|
19069
|
+
*/
|
|
19070
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
19073
19071
|
/**
|
|
19074
19072
|
* Gets current value of property {@link #getColor color}.
|
|
19075
19073
|
*
|
|
@@ -19129,10 +19127,6 @@ declare namespace sap {
|
|
|
19129
19127
|
* Returns current hover state.
|
|
19130
19128
|
*/
|
|
19131
19129
|
getHoverState(): boolean;
|
|
19132
|
-
/**
|
|
19133
|
-
* Returns a metadata object for class sap.gantt.simple.shapes.Shape.
|
|
19134
|
-
*/
|
|
19135
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
19136
19130
|
/**
|
|
19137
19131
|
* @deprecated - true
|
|
19138
19132
|
*
|
|
@@ -19426,6 +19420,10 @@ declare namespace sap {
|
|
|
19426
19420
|
*/
|
|
19427
19421
|
FNMetaImpl?: Function
|
|
19428
19422
|
): Function;
|
|
19423
|
+
/**
|
|
19424
|
+
* Returns a metadata object for class sap.gantt.simple.shapes.Task.
|
|
19425
|
+
*/
|
|
19426
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
19429
19427
|
/**
|
|
19430
19428
|
* Gets current value of property {@link #getAlignShape alignShape}.
|
|
19431
19429
|
*
|
|
@@ -19434,10 +19432,6 @@ declare namespace sap {
|
|
|
19434
19432
|
* Default value is `Middle`.
|
|
19435
19433
|
*/
|
|
19436
19434
|
getAlignShape(): sap.gantt.simple.shapes.ShapeAlignment;
|
|
19437
|
-
/**
|
|
19438
|
-
* Returns a metadata object for class sap.gantt.simple.shapes.Task.
|
|
19439
|
-
*/
|
|
19440
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
19441
19435
|
/**
|
|
19442
19436
|
* Gets current value of property {@link #getTitle title}.
|
|
19443
19437
|
*
|
|
@@ -19552,17 +19546,17 @@ declare namespace sap {
|
|
|
19552
19546
|
/**
|
|
19553
19547
|
* Fires when the adhocdiamond is pressed.
|
|
19554
19548
|
*/
|
|
19555
|
-
press?:
|
|
19549
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
19556
19550
|
|
|
19557
19551
|
/**
|
|
19558
19552
|
* Fires when the adhocdiamond is hovered.
|
|
19559
19553
|
*/
|
|
19560
|
-
mouseEnter?:
|
|
19554
|
+
mouseEnter?: (oEvent: sap.ui.base.Event) => void;
|
|
19561
19555
|
|
|
19562
19556
|
/**
|
|
19563
19557
|
* Fires when the mouse leaves adhocdiamond.
|
|
19564
19558
|
*/
|
|
19565
|
-
mouseLeave?:
|
|
19559
|
+
mouseLeave?: (oEvent: sap.ui.base.Event) => void;
|
|
19566
19560
|
}
|
|
19567
19561
|
|
|
19568
19562
|
interface $AdhocLineSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -19656,24 +19650,24 @@ declare namespace sap {
|
|
|
19656
19650
|
/**
|
|
19657
19651
|
* Fires when the adhoc marker is pressed.
|
|
19658
19652
|
*/
|
|
19659
|
-
markerPress?:
|
|
19653
|
+
markerPress?: (oEvent: sap.ui.base.Event) => void;
|
|
19660
19654
|
|
|
19661
19655
|
/**
|
|
19662
19656
|
* Fires when the adhoc marker is hovered.
|
|
19663
19657
|
*/
|
|
19664
|
-
markerMouseEnter?:
|
|
19658
|
+
markerMouseEnter?: (oEvent: sap.ui.base.Event) => void;
|
|
19665
19659
|
|
|
19666
19660
|
/**
|
|
19667
19661
|
* Fires when the mouse leaves adhoc marker.
|
|
19668
19662
|
*/
|
|
19669
|
-
markerMouseLeave?:
|
|
19663
|
+
markerMouseLeave?: (oEvent: sap.ui.base.Event) => void;
|
|
19670
19664
|
|
|
19671
19665
|
/**
|
|
19672
19666
|
* @SINCE 1.88
|
|
19673
19667
|
*
|
|
19674
19668
|
* Fires during drag and drop of the adhoc line.
|
|
19675
19669
|
*/
|
|
19676
|
-
adhoclineDrop?:
|
|
19670
|
+
adhoclineDrop?: (oEvent: sap.ui.base.Event) => void;
|
|
19677
19671
|
}
|
|
19678
19672
|
|
|
19679
19673
|
interface $BaseCalendarSettings
|
|
@@ -19812,11 +19806,11 @@ declare namespace sap {
|
|
|
19812
19806
|
*/
|
|
19813
19807
|
showTitle?: boolean | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
19814
19808
|
|
|
19815
|
-
press?:
|
|
19809
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
19816
19810
|
|
|
19817
|
-
mouseEnter?:
|
|
19811
|
+
mouseEnter?: (oEvent: sap.ui.base.Event) => void;
|
|
19818
19812
|
|
|
19819
|
-
mouseLeave?:
|
|
19813
|
+
mouseLeave?: (oEvent: sap.ui.base.Event) => void;
|
|
19820
19814
|
}
|
|
19821
19815
|
|
|
19822
19816
|
interface $BaseDiamondSettings
|
|
@@ -20256,6 +20250,14 @@ declare namespace sap {
|
|
|
20256
20250
|
* Flag to show the ellipsis symbol.
|
|
20257
20251
|
*/
|
|
20258
20252
|
showEllipsis?: boolean | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20253
|
+
|
|
20254
|
+
/**
|
|
20255
|
+
* @SINCE 1.93
|
|
20256
|
+
*
|
|
20257
|
+
* Flag to consider a baseText as not a part of graphical shape. Label exclusion is only applicable to outermost
|
|
20258
|
+
* basegroup.
|
|
20259
|
+
*/
|
|
20260
|
+
isLabel?: boolean | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20259
20261
|
}
|
|
20260
20262
|
|
|
20261
20263
|
interface $BaseTriangleSettings
|
|
@@ -20300,11 +20302,11 @@ declare namespace sap {
|
|
|
20300
20302
|
*/
|
|
20301
20303
|
orientation?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20302
20304
|
|
|
20303
|
-
press?:
|
|
20305
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
20304
20306
|
|
|
20305
|
-
mouseEnter?:
|
|
20307
|
+
mouseEnter?: (oEvent: sap.ui.base.Event) => void;
|
|
20306
20308
|
|
|
20307
|
-
mouseLeave?:
|
|
20309
|
+
mouseLeave?: (oEvent: sap.ui.base.Event) => void;
|
|
20308
20310
|
}
|
|
20309
20311
|
|
|
20310
20312
|
interface $ContainerToolbarSettings
|
|
@@ -20410,17 +20412,17 @@ declare namespace sap {
|
|
|
20410
20412
|
/**
|
|
20411
20413
|
* fired when zoom stop changed
|
|
20412
20414
|
*/
|
|
20413
|
-
zoomStopChange?:
|
|
20415
|
+
zoomStopChange?: (oEvent: sap.ui.base.Event) => void;
|
|
20414
20416
|
|
|
20415
20417
|
/**
|
|
20416
20418
|
* Fired when the bird eye button is pressed
|
|
20417
20419
|
*/
|
|
20418
|
-
birdEyeButtonPress?:
|
|
20420
|
+
birdEyeButtonPress?: (oEvent: sap.ui.base.Event) => void;
|
|
20419
20421
|
|
|
20420
20422
|
/**
|
|
20421
20423
|
* Fired when a different display type is selected in the display type menu.
|
|
20422
20424
|
*/
|
|
20423
|
-
displayTypeChange?:
|
|
20425
|
+
displayTypeChange?: (oEvent: sap.ui.base.Event) => void;
|
|
20424
20426
|
}
|
|
20425
20427
|
|
|
20426
20428
|
interface $ContainerToolbarPlaceholderSettings
|
|
@@ -20573,25 +20575,25 @@ declare namespace sap {
|
|
|
20573
20575
|
*/
|
|
20574
20576
|
_chartDeltaArea?: sap.gantt.simple.BaseDeltaRectangle;
|
|
20575
20577
|
|
|
20576
|
-
press?:
|
|
20578
|
+
press?: (oEvent: sap.ui.base.Event) => void;
|
|
20577
20579
|
|
|
20578
|
-
mouseEnter?:
|
|
20580
|
+
mouseEnter?: (oEvent: sap.ui.base.Event) => void;
|
|
20579
20581
|
|
|
20580
|
-
mouseLeave?:
|
|
20582
|
+
mouseLeave?: (oEvent: sap.ui.base.Event) => void;
|
|
20581
20583
|
|
|
20582
20584
|
/**
|
|
20583
20585
|
* @SINCE 1.88
|
|
20584
20586
|
*
|
|
20585
20587
|
* Fires during drag and drop of the delta line.
|
|
20586
20588
|
*/
|
|
20587
|
-
deltalineDrop?:
|
|
20589
|
+
deltalineDrop?: (oEvent: sap.ui.base.Event) => void;
|
|
20588
20590
|
|
|
20589
20591
|
/**
|
|
20590
20592
|
* @SINCE 1.88
|
|
20591
20593
|
*
|
|
20592
20594
|
* Fires during resize of delta line.
|
|
20593
20595
|
*/
|
|
20594
|
-
deltalineResize?:
|
|
20596
|
+
deltalineResize?: (oEvent: sap.ui.base.Event) => void;
|
|
20595
20597
|
}
|
|
20596
20598
|
|
|
20597
20599
|
interface $DimensionLegendSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -20808,7 +20810,7 @@ declare namespace sap {
|
|
|
20808
20810
|
* The custom settings are application provided settings that can be configured in the settings dialog.
|
|
20809
20811
|
* This event allows the application to handle these settings. Only check boxes are supported.
|
|
20810
20812
|
*/
|
|
20811
|
-
customSettingChange?:
|
|
20813
|
+
customSettingChange?: (oEvent: sap.ui.base.Event) => void;
|
|
20812
20814
|
|
|
20813
20815
|
/**
|
|
20814
20816
|
* @SINCE 1.88
|
|
@@ -20819,7 +20821,7 @@ declare namespace sap {
|
|
|
20819
20821
|
* This event enables the application to update binding parameters of tables, and also updates the charts,
|
|
20820
20822
|
* if required, after applying the changes.
|
|
20821
20823
|
*/
|
|
20822
|
-
variantApplied?:
|
|
20824
|
+
variantApplied?: (oEvent: sap.ui.base.Event) => void;
|
|
20823
20825
|
}
|
|
20824
20826
|
|
|
20825
20827
|
interface $GanttChartWithTableSettings
|
|
@@ -21184,6 +21186,33 @@ declare namespace sap {
|
|
|
21184
21186
|
| boolean
|
|
21185
21187
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
21186
21188
|
|
|
21189
|
+
/**
|
|
21190
|
+
* @SINCE 1.93
|
|
21191
|
+
*
|
|
21192
|
+
* Option to disable or enable the chart row's selection state.
|
|
21193
|
+
*/
|
|
21194
|
+
enableChartSelectionState?:
|
|
21195
|
+
| boolean
|
|
21196
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
21197
|
+
|
|
21198
|
+
/**
|
|
21199
|
+
* @SINCE 1.93
|
|
21200
|
+
*
|
|
21201
|
+
* Option to disable or enable the chart row's hover state.
|
|
21202
|
+
*/
|
|
21203
|
+
enableChartHoverState?:
|
|
21204
|
+
| boolean
|
|
21205
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
21206
|
+
|
|
21207
|
+
/**
|
|
21208
|
+
* @SINCE 1.93
|
|
21209
|
+
*
|
|
21210
|
+
* Enables selection of only graphical shapes excluding labels.
|
|
21211
|
+
*/
|
|
21212
|
+
selectOnlyGraphicalShape?:
|
|
21213
|
+
| boolean
|
|
21214
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
21215
|
+
|
|
21187
21216
|
/**
|
|
21188
21217
|
* Table of the Gantt Chart
|
|
21189
21218
|
*
|
|
@@ -21284,59 +21313,59 @@ declare namespace sap {
|
|
|
21284
21313
|
/**
|
|
21285
21314
|
* Fired when the shape selection of the gantt chart has been changed.
|
|
21286
21315
|
*/
|
|
21287
|
-
shapeSelectionChange?:
|
|
21316
|
+
shapeSelectionChange?: (oEvent: sap.ui.base.Event) => void;
|
|
21288
21317
|
|
|
21289
21318
|
/**
|
|
21290
21319
|
* Fired when a shape is resized.
|
|
21291
21320
|
*/
|
|
21292
|
-
shapeResize?:
|
|
21321
|
+
shapeResize?: (oEvent: sap.ui.base.Event) => void;
|
|
21293
21322
|
|
|
21294
21323
|
/**
|
|
21295
21324
|
* Event fired when a shape is hovered over.
|
|
21296
21325
|
*/
|
|
21297
|
-
shapeMouseEnter?:
|
|
21326
|
+
shapeMouseEnter?: (oEvent: sap.ui.base.Event) => void;
|
|
21298
21327
|
|
|
21299
21328
|
/**
|
|
21300
21329
|
* Fired when the mouse pointer leaves the shape.
|
|
21301
21330
|
*/
|
|
21302
|
-
shapeMouseLeave?:
|
|
21331
|
+
shapeMouseLeave?: (oEvent: sap.ui.base.Event) => void;
|
|
21303
21332
|
|
|
21304
21333
|
/**
|
|
21305
21334
|
* This event is fired when a shape is clicked or tapped.
|
|
21306
21335
|
*/
|
|
21307
|
-
shapePress?:
|
|
21336
|
+
shapePress?: (oEvent: sap.ui.base.Event) => void;
|
|
21308
21337
|
|
|
21309
21338
|
/**
|
|
21310
21339
|
* This event is fired when a shape is double-clicked or double-tapped.
|
|
21311
21340
|
*/
|
|
21312
|
-
shapeDoubleClick?:
|
|
21341
|
+
shapeDoubleClick?: (oEvent: sap.ui.base.Event) => void;
|
|
21313
21342
|
|
|
21314
21343
|
/**
|
|
21315
21344
|
* This event is fired when you right-click the shape.
|
|
21316
21345
|
*/
|
|
21317
|
-
shapeContextMenu?:
|
|
21346
|
+
shapeContextMenu?: (oEvent: sap.ui.base.Event) => void;
|
|
21318
21347
|
|
|
21319
21348
|
/**
|
|
21320
21349
|
* Event fired when a drag-and-drop begins
|
|
21321
21350
|
*/
|
|
21322
|
-
dragStart?:
|
|
21351
|
+
dragStart?: (oEvent: sap.ui.base.Event) => void;
|
|
21323
21352
|
|
|
21324
21353
|
/**
|
|
21325
21354
|
* Event fired when a drag-and-drop occurs on one or more selected shapes.
|
|
21326
21355
|
*/
|
|
21327
|
-
shapeDrop?:
|
|
21356
|
+
shapeDrop?: (oEvent: sap.ui.base.Event) => void;
|
|
21328
21357
|
|
|
21329
21358
|
/**
|
|
21330
21359
|
* Event fired when one shape dragged and connected to another shape.
|
|
21331
21360
|
*/
|
|
21332
|
-
shapeConnect?:
|
|
21361
|
+
shapeConnect?: (oEvent: sap.ui.base.Event) => void;
|
|
21333
21362
|
|
|
21334
21363
|
/**
|
|
21335
21364
|
* @SINCE 1.68
|
|
21336
21365
|
*
|
|
21337
21366
|
* This event is fired when the visible horizon is changed.
|
|
21338
21367
|
*/
|
|
21339
|
-
visibleHorizonUpdate?:
|
|
21368
|
+
visibleHorizonUpdate?: (oEvent: sap.ui.base.Event) => void;
|
|
21340
21369
|
}
|
|
21341
21370
|
|
|
21342
21371
|
interface $GanttPrintingSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -21604,7 +21633,7 @@ declare namespace sap {
|
|
|
21604
21633
|
/**
|
|
21605
21634
|
* The event is raised when there is a click action on the checkbox before legend item.
|
|
21606
21635
|
*/
|
|
21607
|
-
interactiveChange?:
|
|
21636
|
+
interactiveChange?: (oEvent: sap.ui.base.Event) => void;
|
|
21608
21637
|
}
|
|
21609
21638
|
|
|
21610
21639
|
interface $MultiActivityGroupSettings
|
|
@@ -21900,9 +21929,6 @@ declare namespace sap {
|
|
|
21900
21929
|
demand?: float | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
21901
21930
|
}
|
|
21902
21931
|
|
|
21903
|
-
interface AggregationUtils {}
|
|
21904
|
-
const AggregationUtils: AggregationUtils;
|
|
21905
|
-
|
|
21906
21932
|
/**
|
|
21907
21933
|
* @SINCE 1.84
|
|
21908
21934
|
*
|
|
@@ -21933,6 +21959,31 @@ declare namespace sap {
|
|
|
21933
21959
|
mSettings?: sap.gantt.simple.$AdhocDiamondSettings
|
|
21934
21960
|
);
|
|
21935
21961
|
|
|
21962
|
+
/**
|
|
21963
|
+
* Creates a new subclass of class sap.gantt.simple.AdhocDiamond with name `sClassName` and enriches it
|
|
21964
|
+
* with the information contained in `oClassInfo`.
|
|
21965
|
+
*
|
|
21966
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.gantt.simple.BaseDiamond.extend}.
|
|
21967
|
+
*/
|
|
21968
|
+
static extend<T extends Record<string, unknown>>(
|
|
21969
|
+
/**
|
|
21970
|
+
* Name of the class being created
|
|
21971
|
+
*/
|
|
21972
|
+
sClassName: string,
|
|
21973
|
+
/**
|
|
21974
|
+
* Object literal with information about the class
|
|
21975
|
+
*/
|
|
21976
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.AdhocDiamond>,
|
|
21977
|
+
/**
|
|
21978
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
21979
|
+
* used by this class
|
|
21980
|
+
*/
|
|
21981
|
+
FNMetaImpl?: Function
|
|
21982
|
+
): Function;
|
|
21983
|
+
/**
|
|
21984
|
+
* Returns a metadata object for class sap.gantt.simple.AdhocDiamond.
|
|
21985
|
+
*/
|
|
21986
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
21936
21987
|
/**
|
|
21937
21988
|
* Attaches event handler `fnFunction` to the {@link #event:mouseEnter mouseEnter} event of this `sap.gantt.simple.AdhocDiamond`.
|
|
21938
21989
|
*
|
|
@@ -22101,27 +22152,6 @@ declare namespace sap {
|
|
|
22101
22152
|
*/
|
|
22102
22153
|
oListener?: object
|
|
22103
22154
|
): this;
|
|
22104
|
-
/**
|
|
22105
|
-
* Creates a new subclass of class sap.gantt.simple.AdhocDiamond with name `sClassName` and enriches it
|
|
22106
|
-
* with the information contained in `oClassInfo`.
|
|
22107
|
-
*
|
|
22108
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.gantt.simple.BaseDiamond.extend}.
|
|
22109
|
-
*/
|
|
22110
|
-
static extend<T extends Record<string, unknown>>(
|
|
22111
|
-
/**
|
|
22112
|
-
* Name of the class being created
|
|
22113
|
-
*/
|
|
22114
|
-
sClassName: string,
|
|
22115
|
-
/**
|
|
22116
|
-
* Object literal with information about the class
|
|
22117
|
-
*/
|
|
22118
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.AdhocDiamond>,
|
|
22119
|
-
/**
|
|
22120
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
22121
|
-
* used by this class
|
|
22122
|
-
*/
|
|
22123
|
-
FNMetaImpl?: Function
|
|
22124
|
-
): Function;
|
|
22125
22155
|
/**
|
|
22126
22156
|
* Fires event {@link #event:mouseEnter mouseEnter} to attached listeners.
|
|
22127
22157
|
*/
|
|
@@ -22149,10 +22179,6 @@ declare namespace sap {
|
|
|
22149
22179
|
*/
|
|
22150
22180
|
mParameters?: object
|
|
22151
22181
|
): this;
|
|
22152
|
-
/**
|
|
22153
|
-
* Returns a metadata object for class sap.gantt.simple.AdhocDiamond.
|
|
22154
|
-
*/
|
|
22155
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
22156
22182
|
}
|
|
22157
22183
|
/**
|
|
22158
22184
|
* @SINCE 1.84
|
|
@@ -22193,6 +22219,31 @@ declare namespace sap {
|
|
|
22193
22219
|
mSettings?: sap.gantt.simple.$AdhocLineSettings
|
|
22194
22220
|
);
|
|
22195
22221
|
|
|
22222
|
+
/**
|
|
22223
|
+
* Creates a new subclass of class sap.gantt.simple.AdhocLine with name `sClassName` and enriches it with
|
|
22224
|
+
* the information contained in `oClassInfo`.
|
|
22225
|
+
*
|
|
22226
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
22227
|
+
*/
|
|
22228
|
+
static extend<T extends Record<string, unknown>>(
|
|
22229
|
+
/**
|
|
22230
|
+
* Name of the class being created
|
|
22231
|
+
*/
|
|
22232
|
+
sClassName: string,
|
|
22233
|
+
/**
|
|
22234
|
+
* Object literal with information about the class
|
|
22235
|
+
*/
|
|
22236
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.AdhocLine>,
|
|
22237
|
+
/**
|
|
22238
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
22239
|
+
* used by this class
|
|
22240
|
+
*/
|
|
22241
|
+
FNMetaImpl?: Function
|
|
22242
|
+
): Function;
|
|
22243
|
+
/**
|
|
22244
|
+
* Returns a metadata object for class sap.gantt.simple.AdhocLine.
|
|
22245
|
+
*/
|
|
22246
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
22196
22247
|
/**
|
|
22197
22248
|
* @SINCE 1.88
|
|
22198
22249
|
*
|
|
@@ -22442,27 +22493,6 @@ declare namespace sap {
|
|
|
22442
22493
|
*/
|
|
22443
22494
|
oListener?: object
|
|
22444
22495
|
): this;
|
|
22445
|
-
/**
|
|
22446
|
-
* Creates a new subclass of class sap.gantt.simple.AdhocLine with name `sClassName` and enriches it with
|
|
22447
|
-
* the information contained in `oClassInfo`.
|
|
22448
|
-
*
|
|
22449
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
22450
|
-
*/
|
|
22451
|
-
static extend<T extends Record<string, unknown>>(
|
|
22452
|
-
/**
|
|
22453
|
-
* Name of the class being created
|
|
22454
|
-
*/
|
|
22455
|
-
sClassName: string,
|
|
22456
|
-
/**
|
|
22457
|
-
* Object literal with information about the class
|
|
22458
|
-
*/
|
|
22459
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.AdhocLine>,
|
|
22460
|
-
/**
|
|
22461
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
22462
|
-
* used by this class
|
|
22463
|
-
*/
|
|
22464
|
-
FNMetaImpl?: Function
|
|
22465
|
-
): Function;
|
|
22466
22496
|
/**
|
|
22467
22497
|
* @SINCE 1.88
|
|
22468
22498
|
*
|
|
@@ -22579,10 +22609,6 @@ declare namespace sap {
|
|
|
22579
22609
|
* Default value is `None`.
|
|
22580
22610
|
*/
|
|
22581
22611
|
getMarkerType(): sap.gantt.simple.MarkerType;
|
|
22582
|
-
/**
|
|
22583
|
-
* Returns a metadata object for class sap.gantt.simple.AdhocLine.
|
|
22584
|
-
*/
|
|
22585
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
22586
22612
|
/**
|
|
22587
22613
|
* Gets current value of property {@link #getStroke stroke}.
|
|
22588
22614
|
*
|
|
@@ -22882,6 +22908,10 @@ declare namespace sap {
|
|
|
22882
22908
|
*/
|
|
22883
22909
|
FNMetaImpl?: Function
|
|
22884
22910
|
): Function;
|
|
22911
|
+
/**
|
|
22912
|
+
* Returns a metadata object for class sap.gantt.simple.BaseCalendar.
|
|
22913
|
+
*/
|
|
22914
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
22885
22915
|
/**
|
|
22886
22916
|
* Gets current value of property {@link #getCalendarName calendarName}.
|
|
22887
22917
|
*/
|
|
@@ -22894,10 +22924,6 @@ declare namespace sap {
|
|
|
22894
22924
|
* selectable calendar is expected.
|
|
22895
22925
|
*/
|
|
22896
22926
|
getFill(): string;
|
|
22897
|
-
/**
|
|
22898
|
-
* Returns a metadata object for class sap.gantt.simple.BaseCalendar.
|
|
22899
|
-
*/
|
|
22900
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
22901
22927
|
/**
|
|
22902
22928
|
* Calendar is not a selectable shape. getSelectable always returns false
|
|
22903
22929
|
*/
|
|
@@ -22966,6 +22992,10 @@ declare namespace sap {
|
|
|
22966
22992
|
*/
|
|
22967
22993
|
FNMetaImpl?: Function
|
|
22968
22994
|
): Function;
|
|
22995
|
+
/**
|
|
22996
|
+
* Returns a metadata object for class sap.gantt.simple.BaseChevron.
|
|
22997
|
+
*/
|
|
22998
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
22969
22999
|
/**
|
|
22970
23000
|
* The d attribute provides a path definition to be drawn.
|
|
22971
23001
|
*/
|
|
@@ -22978,10 +23008,6 @@ declare namespace sap {
|
|
|
22978
23008
|
* Default value is `10`.
|
|
22979
23009
|
*/
|
|
22980
23010
|
getHeadWidth(): sap.gantt.SVGLength;
|
|
22981
|
-
/**
|
|
22982
|
-
* Returns a metadata object for class sap.gantt.simple.BaseChevron.
|
|
22983
|
-
*/
|
|
22984
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
22985
23011
|
/**
|
|
22986
23012
|
* Gets current value of property {@link #getShowTitle showTitle}.
|
|
22987
23013
|
*
|
|
@@ -23101,19 +23127,6 @@ declare namespace sap {
|
|
|
23101
23127
|
mSettings?: sap.gantt.simple.$BaseConditionalShapeSettings
|
|
23102
23128
|
);
|
|
23103
23129
|
|
|
23104
|
-
/**
|
|
23105
|
-
* Adds some shape to the aggregation {@link #getShapes shapes}.
|
|
23106
|
-
*/
|
|
23107
|
-
addShape(
|
|
23108
|
-
/**
|
|
23109
|
-
* The shape to add; if empty, nothing is inserted
|
|
23110
|
-
*/
|
|
23111
|
-
oShape: sap.gantt.simple.BaseShape
|
|
23112
|
-
): this;
|
|
23113
|
-
/**
|
|
23114
|
-
* Destroys all the shapes in the aggregation {@link #getShapes shapes}.
|
|
23115
|
-
*/
|
|
23116
|
-
destroyShapes(): this;
|
|
23117
23130
|
/**
|
|
23118
23131
|
* Creates a new subclass of class sap.gantt.simple.BaseConditionalShape with name `sClassName` and enriches
|
|
23119
23132
|
* it with the information contained in `oClassInfo`.
|
|
@@ -23135,6 +23148,23 @@ declare namespace sap {
|
|
|
23135
23148
|
*/
|
|
23136
23149
|
FNMetaImpl?: Function
|
|
23137
23150
|
): Function;
|
|
23151
|
+
/**
|
|
23152
|
+
* Returns a metadata object for class sap.gantt.simple.BaseConditionalShape.
|
|
23153
|
+
*/
|
|
23154
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
23155
|
+
/**
|
|
23156
|
+
* Adds some shape to the aggregation {@link #getShapes shapes}.
|
|
23157
|
+
*/
|
|
23158
|
+
addShape(
|
|
23159
|
+
/**
|
|
23160
|
+
* The shape to add; if empty, nothing is inserted
|
|
23161
|
+
*/
|
|
23162
|
+
oShape: sap.gantt.simple.BaseShape
|
|
23163
|
+
): this;
|
|
23164
|
+
/**
|
|
23165
|
+
* Destroys all the shapes in the aggregation {@link #getShapes shapes}.
|
|
23166
|
+
*/
|
|
23167
|
+
destroyShapes(): this;
|
|
23138
23168
|
/**
|
|
23139
23169
|
* Gets current value of property {@link #getActiveShape activeShape}.
|
|
23140
23170
|
*
|
|
@@ -23148,10 +23178,6 @@ declare namespace sap {
|
|
|
23148
23178
|
* Returns the value of the `CountInBirdEye` property for the active shape.
|
|
23149
23179
|
*/
|
|
23150
23180
|
getCountInBirdEye(): boolean;
|
|
23151
|
-
/**
|
|
23152
|
-
* Returns a metadata object for class sap.gantt.simple.BaseConditionalShape.
|
|
23153
|
-
*/
|
|
23154
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
23155
23181
|
/**
|
|
23156
23182
|
* Gets content of aggregation {@link #getShapes shapes}.
|
|
23157
23183
|
*
|
|
@@ -23199,9 +23225,7 @@ declare namespace sap {
|
|
|
23199
23225
|
*/
|
|
23200
23226
|
vShape: int | string | sap.gantt.simple.BaseShape
|
|
23201
23227
|
): sap.gantt.simple.BaseShape;
|
|
23202
|
-
|
|
23203
|
-
*
|
|
23204
|
-
*/
|
|
23228
|
+
|
|
23205
23229
|
renderElement(): void;
|
|
23206
23230
|
/**
|
|
23207
23231
|
* Sets a new value for property {@link #getActiveShape activeShape}.
|
|
@@ -23241,9 +23265,7 @@ declare namespace sap {
|
|
|
23241
23265
|
*/
|
|
23242
23266
|
bCountInBirdEye?: boolean
|
|
23243
23267
|
): this;
|
|
23244
|
-
|
|
23245
|
-
*
|
|
23246
|
-
*/
|
|
23268
|
+
|
|
23247
23269
|
setProperty(): this;
|
|
23248
23270
|
}
|
|
23249
23271
|
/**
|
|
@@ -23302,6 +23324,10 @@ declare namespace sap {
|
|
|
23302
23324
|
*/
|
|
23303
23325
|
FNMetaImpl?: Function
|
|
23304
23326
|
): Function;
|
|
23327
|
+
/**
|
|
23328
|
+
* Returns a metadata object for class sap.gantt.simple.BaseCursor.
|
|
23329
|
+
*/
|
|
23330
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
23305
23331
|
/**
|
|
23306
23332
|
* Gets current value of property {@link #getLength length}.
|
|
23307
23333
|
*
|
|
@@ -23310,10 +23336,6 @@ declare namespace sap {
|
|
|
23310
23336
|
* Default value is `10`.
|
|
23311
23337
|
*/
|
|
23312
23338
|
getLength(): float;
|
|
23313
|
-
/**
|
|
23314
|
-
* Returns a metadata object for class sap.gantt.simple.BaseCursor.
|
|
23315
|
-
*/
|
|
23316
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
23317
23339
|
/**
|
|
23318
23340
|
* Gets current value of property {@link #getPointHeight pointHeight}.
|
|
23319
23341
|
*
|
|
@@ -23401,6 +23423,31 @@ declare namespace sap {
|
|
|
23401
23423
|
mAttributes?: object
|
|
23402
23424
|
);
|
|
23403
23425
|
|
|
23426
|
+
/**
|
|
23427
|
+
* Creates a new subclass of class sap.gantt.simple.BaseDeltaRectangle with name `sClassName` and enriches
|
|
23428
|
+
* it with the information contained in `oClassInfo`.
|
|
23429
|
+
*
|
|
23430
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.gantt.simple.BaseShape.extend}.
|
|
23431
|
+
*/
|
|
23432
|
+
static extend<T extends Record<string, unknown>>(
|
|
23433
|
+
/**
|
|
23434
|
+
* Name of the class being created
|
|
23435
|
+
*/
|
|
23436
|
+
sClassName: string,
|
|
23437
|
+
/**
|
|
23438
|
+
* Object literal with information about the class
|
|
23439
|
+
*/
|
|
23440
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.BaseDeltaRectangle>,
|
|
23441
|
+
/**
|
|
23442
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
23443
|
+
* used by this class
|
|
23444
|
+
*/
|
|
23445
|
+
FNMetaImpl?: Function
|
|
23446
|
+
): Function;
|
|
23447
|
+
/**
|
|
23448
|
+
* Returns a metadata object for class sap.gantt.simple.BaseDeltaRectangle.
|
|
23449
|
+
*/
|
|
23450
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
23404
23451
|
/**
|
|
23405
23452
|
* Attaches event handler `fnFunction` to the {@link #event:mouseEnter mouseEnter} event of this `sap.gantt.simple.BaseDeltaRectangle`.
|
|
23406
23453
|
*
|
|
@@ -23563,27 +23610,6 @@ declare namespace sap {
|
|
|
23563
23610
|
*/
|
|
23564
23611
|
oListener?: object
|
|
23565
23612
|
): this;
|
|
23566
|
-
/**
|
|
23567
|
-
* Creates a new subclass of class sap.gantt.simple.BaseDeltaRectangle with name `sClassName` and enriches
|
|
23568
|
-
* it with the information contained in `oClassInfo`.
|
|
23569
|
-
*
|
|
23570
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.gantt.simple.BaseShape.extend}.
|
|
23571
|
-
*/
|
|
23572
|
-
static extend<T extends Record<string, unknown>>(
|
|
23573
|
-
/**
|
|
23574
|
-
* Name of the class being created
|
|
23575
|
-
*/
|
|
23576
|
-
sClassName: string,
|
|
23577
|
-
/**
|
|
23578
|
-
* Object literal with information about the class
|
|
23579
|
-
*/
|
|
23580
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.BaseDeltaRectangle>,
|
|
23581
|
-
/**
|
|
23582
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
23583
|
-
* used by this class
|
|
23584
|
-
*/
|
|
23585
|
-
FNMetaImpl?: Function
|
|
23586
|
-
): Function;
|
|
23587
23613
|
/**
|
|
23588
23614
|
* Fires event {@link #event:mouseEnter mouseEnter} to attached listeners.
|
|
23589
23615
|
*/
|
|
@@ -23620,10 +23646,6 @@ declare namespace sap {
|
|
|
23620
23646
|
* can set the height yourself by using the setter method. However, it cannot exceed the row height.
|
|
23621
23647
|
*/
|
|
23622
23648
|
getHeight(): sap.gantt.SVGLength;
|
|
23623
|
-
/**
|
|
23624
|
-
* Returns a metadata object for class sap.gantt.simple.BaseDeltaRectangle.
|
|
23625
|
-
*/
|
|
23626
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
23627
23649
|
/**
|
|
23628
23650
|
* Gets current value of property {@link #getRx rx}.
|
|
23629
23651
|
*
|
|
@@ -23833,6 +23855,10 @@ declare namespace sap {
|
|
|
23833
23855
|
*/
|
|
23834
23856
|
FNMetaImpl?: Function
|
|
23835
23857
|
): Function;
|
|
23858
|
+
/**
|
|
23859
|
+
* Returns a metadata object for class sap.gantt.simple.BaseDiamond.
|
|
23860
|
+
*/
|
|
23861
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
23836
23862
|
/**
|
|
23837
23863
|
* Gets current value of property {@link #getHeight height}.
|
|
23838
23864
|
*
|
|
@@ -23841,10 +23867,6 @@ declare namespace sap {
|
|
|
23841
23867
|
* Default value is `"auto"`.
|
|
23842
23868
|
*/
|
|
23843
23869
|
getHeight(): sap.gantt.SVGLength;
|
|
23844
|
-
/**
|
|
23845
|
-
* Returns a metadata object for class sap.gantt.simple.BaseDiamond.
|
|
23846
|
-
*/
|
|
23847
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
23848
23870
|
/**
|
|
23849
23871
|
* Gets current value of property {@link #getWidth width}.
|
|
23850
23872
|
*
|
|
@@ -23920,19 +23942,6 @@ declare namespace sap {
|
|
|
23920
23942
|
mSettings?: sap.gantt.simple.$BaseGroupSettings
|
|
23921
23943
|
);
|
|
23922
23944
|
|
|
23923
|
-
/**
|
|
23924
|
-
* Adds some shape to the aggregation {@link #getShapes shapes}.
|
|
23925
|
-
*/
|
|
23926
|
-
addShape(
|
|
23927
|
-
/**
|
|
23928
|
-
* The shape to add; if empty, nothing is inserted
|
|
23929
|
-
*/
|
|
23930
|
-
oShape: sap.gantt.simple.BaseShape
|
|
23931
|
-
): this;
|
|
23932
|
-
/**
|
|
23933
|
-
* Destroys all the shapes in the aggregation {@link #getShapes shapes}.
|
|
23934
|
-
*/
|
|
23935
|
-
destroyShapes(): this;
|
|
23936
23945
|
/**
|
|
23937
23946
|
* Creates a new subclass of class sap.gantt.simple.BaseGroup with name `sClassName` and enriches it with
|
|
23938
23947
|
* the information contained in `oClassInfo`.
|
|
@@ -23958,6 +23967,19 @@ declare namespace sap {
|
|
|
23958
23967
|
* Returns a metadata object for class sap.gantt.simple.BaseGroup.
|
|
23959
23968
|
*/
|
|
23960
23969
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
23970
|
+
/**
|
|
23971
|
+
* Adds some shape to the aggregation {@link #getShapes shapes}.
|
|
23972
|
+
*/
|
|
23973
|
+
addShape(
|
|
23974
|
+
/**
|
|
23975
|
+
* The shape to add; if empty, nothing is inserted
|
|
23976
|
+
*/
|
|
23977
|
+
oShape: sap.gantt.simple.BaseShape
|
|
23978
|
+
): this;
|
|
23979
|
+
/**
|
|
23980
|
+
* Destroys all the shapes in the aggregation {@link #getShapes shapes}.
|
|
23981
|
+
*/
|
|
23982
|
+
destroyShapes(): this;
|
|
23961
23983
|
/**
|
|
23962
23984
|
* Gets content of aggregation {@link #getShapes shapes}.
|
|
23963
23985
|
*
|
|
@@ -24074,6 +24096,10 @@ declare namespace sap {
|
|
|
24074
24096
|
*/
|
|
24075
24097
|
FNMetaImpl?: Function
|
|
24076
24098
|
): Function;
|
|
24099
|
+
/**
|
|
24100
|
+
* Returns a metadata object for class sap.gantt.simple.BaseImage.
|
|
24101
|
+
*/
|
|
24102
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
24077
24103
|
/**
|
|
24078
24104
|
* Gets current value of property {@link #getHeight height}.
|
|
24079
24105
|
*
|
|
@@ -24082,10 +24108,6 @@ declare namespace sap {
|
|
|
24082
24108
|
* Default value is `20`.
|
|
24083
24109
|
*/
|
|
24084
24110
|
getHeight(): sap.gantt.SVGLength;
|
|
24085
|
-
/**
|
|
24086
|
-
* Returns a metadata object for class sap.gantt.simple.BaseImage.
|
|
24087
|
-
*/
|
|
24088
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
24089
24111
|
/**
|
|
24090
24112
|
* Gets current value of property {@link #getSrc src}.
|
|
24091
24113
|
*
|
|
@@ -24387,16 +24409,16 @@ declare namespace sap {
|
|
|
24387
24409
|
*/
|
|
24388
24410
|
FNMetaImpl?: Function
|
|
24389
24411
|
): Function;
|
|
24412
|
+
/**
|
|
24413
|
+
* Returns a metadata object for class sap.gantt.simple.BasePath.
|
|
24414
|
+
*/
|
|
24415
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
24390
24416
|
/**
|
|
24391
24417
|
* Gets current value of property {@link #getD d}.
|
|
24392
24418
|
*
|
|
24393
24419
|
* The d property provides a path definition to be drawn.
|
|
24394
24420
|
*/
|
|
24395
24421
|
getD(): string;
|
|
24396
|
-
/**
|
|
24397
|
-
* Returns a metadata object for class sap.gantt.simple.BasePath.
|
|
24398
|
-
*/
|
|
24399
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
24400
24422
|
/**
|
|
24401
24423
|
* Renders the DOM element by RenderManager
|
|
24402
24424
|
*/
|
|
@@ -24481,16 +24503,16 @@ declare namespace sap {
|
|
|
24481
24503
|
*/
|
|
24482
24504
|
FNMetaImpl?: Function
|
|
24483
24505
|
): Function;
|
|
24506
|
+
/**
|
|
24507
|
+
* Returns a metadata object for class sap.gantt.simple.BaseRectangle.
|
|
24508
|
+
*/
|
|
24509
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
24484
24510
|
/**
|
|
24485
24511
|
* Gets the value of property `height`.
|
|
24486
24512
|
*
|
|
24487
24513
|
* If property height set to "auto", then the height is automatically calculated based on the row height.
|
|
24488
24514
|
*/
|
|
24489
24515
|
getHeight(): number;
|
|
24490
|
-
/**
|
|
24491
|
-
* Returns a metadata object for class sap.gantt.simple.BaseRectangle.
|
|
24492
|
-
*/
|
|
24493
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
24494
24516
|
/**
|
|
24495
24517
|
* Gets current value of property {@link #getRx rx}.
|
|
24496
24518
|
*
|
|
@@ -24682,6 +24704,10 @@ declare namespace sap {
|
|
|
24682
24704
|
*/
|
|
24683
24705
|
FNMetaImpl?: Function
|
|
24684
24706
|
): Function;
|
|
24707
|
+
/**
|
|
24708
|
+
* Returns a metadata object for class sap.gantt.simple.BaseShape.
|
|
24709
|
+
*/
|
|
24710
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
24685
24711
|
/**
|
|
24686
24712
|
* Gets current value of property {@link #getAlignShape alignShape}.
|
|
24687
24713
|
*
|
|
@@ -24823,10 +24849,6 @@ declare namespace sap {
|
|
|
24823
24849
|
* Default value is `false`.
|
|
24824
24850
|
*/
|
|
24825
24851
|
getHoverable(): boolean;
|
|
24826
|
-
/**
|
|
24827
|
-
* Returns a metadata object for class sap.gantt.simple.BaseShape.
|
|
24828
|
-
*/
|
|
24829
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
24830
24852
|
/**
|
|
24831
24853
|
* Gets current value of property {@link #getOpacity opacity}.
|
|
24832
24854
|
*
|
|
@@ -25654,6 +25676,10 @@ declare namespace sap {
|
|
|
25654
25676
|
*/
|
|
25655
25677
|
FNMetaImpl?: Function
|
|
25656
25678
|
): Function;
|
|
25679
|
+
/**
|
|
25680
|
+
* Returns a metadata object for class sap.gantt.simple.BaseText.
|
|
25681
|
+
*/
|
|
25682
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
25657
25683
|
/**
|
|
25658
25684
|
* Gets current value of property {@link #getFontFamily fontFamily}.
|
|
25659
25685
|
*
|
|
@@ -25672,9 +25698,16 @@ declare namespace sap {
|
|
|
25672
25698
|
*/
|
|
25673
25699
|
getFontSize(): int;
|
|
25674
25700
|
/**
|
|
25675
|
-
*
|
|
25701
|
+
* @SINCE 1.93
|
|
25702
|
+
*
|
|
25703
|
+
* Gets current value of property {@link #getIsLabel isLabel}.
|
|
25704
|
+
*
|
|
25705
|
+
* Flag to consider a baseText as not a part of graphical shape. Label exclusion is only applicable to outermost
|
|
25706
|
+
* basegroup.
|
|
25707
|
+
*
|
|
25708
|
+
* Default value is `false`.
|
|
25676
25709
|
*/
|
|
25677
|
-
|
|
25710
|
+
getIsLabel(): boolean;
|
|
25678
25711
|
/**
|
|
25679
25712
|
* Gets current value of property {@link #getShowEllipsis showEllipsis}.
|
|
25680
25713
|
*
|
|
@@ -25768,6 +25801,24 @@ declare namespace sap {
|
|
|
25768
25801
|
*/
|
|
25769
25802
|
iFontSize?: int
|
|
25770
25803
|
): this;
|
|
25804
|
+
/**
|
|
25805
|
+
* @SINCE 1.93
|
|
25806
|
+
*
|
|
25807
|
+
* Sets a new value for property {@link #getIsLabel isLabel}.
|
|
25808
|
+
*
|
|
25809
|
+
* Flag to consider a baseText as not a part of graphical shape. Label exclusion is only applicable to outermost
|
|
25810
|
+
* basegroup.
|
|
25811
|
+
*
|
|
25812
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
25813
|
+
*
|
|
25814
|
+
* Default value is `false`.
|
|
25815
|
+
*/
|
|
25816
|
+
setIsLabel(
|
|
25817
|
+
/**
|
|
25818
|
+
* New value for property `isLabel`
|
|
25819
|
+
*/
|
|
25820
|
+
bIsLabel?: boolean
|
|
25821
|
+
): this;
|
|
25771
25822
|
/**
|
|
25772
25823
|
* Sets a new value for property {@link #getShowEllipsis showEllipsis}.
|
|
25773
25824
|
*
|
|
@@ -25873,6 +25924,31 @@ declare namespace sap {
|
|
|
25873
25924
|
sId?: string
|
|
25874
25925
|
);
|
|
25875
25926
|
|
|
25927
|
+
/**
|
|
25928
|
+
* Creates a new subclass of class sap.gantt.simple.BaseTriangle with name `sClassName` and enriches it
|
|
25929
|
+
* with the information contained in `oClassInfo`.
|
|
25930
|
+
*
|
|
25931
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.gantt.simple.BaseRectangle.extend}.
|
|
25932
|
+
*/
|
|
25933
|
+
static extend<T extends Record<string, unknown>>(
|
|
25934
|
+
/**
|
|
25935
|
+
* Name of the class being created
|
|
25936
|
+
*/
|
|
25937
|
+
sClassName: string,
|
|
25938
|
+
/**
|
|
25939
|
+
* Object literal with information about the class
|
|
25940
|
+
*/
|
|
25941
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.BaseTriangle>,
|
|
25942
|
+
/**
|
|
25943
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
25944
|
+
* used by this class
|
|
25945
|
+
*/
|
|
25946
|
+
FNMetaImpl?: Function
|
|
25947
|
+
): Function;
|
|
25948
|
+
/**
|
|
25949
|
+
* Returns a metadata object for class sap.gantt.simple.BaseTriangle.
|
|
25950
|
+
*/
|
|
25951
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
25876
25952
|
/**
|
|
25877
25953
|
* Attaches event handler `fnFunction` to the {@link #event:mouseEnter mouseEnter} event of this `sap.gantt.simple.BaseTriangle`.
|
|
25878
25954
|
*
|
|
@@ -26029,27 +26105,6 @@ declare namespace sap {
|
|
|
26029
26105
|
*/
|
|
26030
26106
|
oListener?: object
|
|
26031
26107
|
): this;
|
|
26032
|
-
/**
|
|
26033
|
-
* Creates a new subclass of class sap.gantt.simple.BaseTriangle with name `sClassName` and enriches it
|
|
26034
|
-
* with the information contained in `oClassInfo`.
|
|
26035
|
-
*
|
|
26036
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.gantt.simple.BaseRectangle.extend}.
|
|
26037
|
-
*/
|
|
26038
|
-
static extend<T extends Record<string, unknown>>(
|
|
26039
|
-
/**
|
|
26040
|
-
* Name of the class being created
|
|
26041
|
-
*/
|
|
26042
|
-
sClassName: string,
|
|
26043
|
-
/**
|
|
26044
|
-
* Object literal with information about the class
|
|
26045
|
-
*/
|
|
26046
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.BaseTriangle>,
|
|
26047
|
-
/**
|
|
26048
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
26049
|
-
* used by this class
|
|
26050
|
-
*/
|
|
26051
|
-
FNMetaImpl?: Function
|
|
26052
|
-
): Function;
|
|
26053
26108
|
/**
|
|
26054
26109
|
* Fires event {@link #event:mouseEnter mouseEnter} to attached listeners.
|
|
26055
26110
|
*/
|
|
@@ -26085,10 +26140,6 @@ declare namespace sap {
|
|
|
26085
26140
|
* Default value is `0`.
|
|
26086
26141
|
*/
|
|
26087
26142
|
getHeight(): sap.gantt.SVGLength;
|
|
26088
|
-
/**
|
|
26089
|
-
* Returns a metadata object for class sap.gantt.simple.BaseTriangle.
|
|
26090
|
-
*/
|
|
26091
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
26092
26143
|
/**
|
|
26093
26144
|
* Gets current value of property {@link #getStroke stroke}.
|
|
26094
26145
|
*
|
|
@@ -26227,6 +26278,31 @@ declare namespace sap {
|
|
|
26227
26278
|
mSetting?: object
|
|
26228
26279
|
);
|
|
26229
26280
|
|
|
26281
|
+
/**
|
|
26282
|
+
* Creates a new subclass of class sap.gantt.simple.ContainerToolbar with name `sClassName` and enriches
|
|
26283
|
+
* it with the information contained in `oClassInfo`.
|
|
26284
|
+
*
|
|
26285
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.OverflowToolbar.extend}.
|
|
26286
|
+
*/
|
|
26287
|
+
static extend<T extends Record<string, unknown>>(
|
|
26288
|
+
/**
|
|
26289
|
+
* Name of the class being created
|
|
26290
|
+
*/
|
|
26291
|
+
sClassName: string,
|
|
26292
|
+
/**
|
|
26293
|
+
* Object literal with information about the class
|
|
26294
|
+
*/
|
|
26295
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.ContainerToolbar>,
|
|
26296
|
+
/**
|
|
26297
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
26298
|
+
* used by this class
|
|
26299
|
+
*/
|
|
26300
|
+
FNMetaImpl?: Function
|
|
26301
|
+
): Function;
|
|
26302
|
+
/**
|
|
26303
|
+
* Returns a metadata object for class sap.gantt.simple.ContainerToolbar.
|
|
26304
|
+
*/
|
|
26305
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
26230
26306
|
/**
|
|
26231
26307
|
* Adds some settingItem to the aggregation {@link #getSettingItems settingItems}.
|
|
26232
26308
|
*/
|
|
@@ -26421,27 +26497,6 @@ declare namespace sap {
|
|
|
26421
26497
|
*/
|
|
26422
26498
|
oListener?: object
|
|
26423
26499
|
): this;
|
|
26424
|
-
/**
|
|
26425
|
-
* Creates a new subclass of class sap.gantt.simple.ContainerToolbar with name `sClassName` and enriches
|
|
26426
|
-
* it with the information contained in `oClassInfo`.
|
|
26427
|
-
*
|
|
26428
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.OverflowToolbar.extend}.
|
|
26429
|
-
*/
|
|
26430
|
-
static extend<T extends Record<string, unknown>>(
|
|
26431
|
-
/**
|
|
26432
|
-
* Name of the class being created
|
|
26433
|
-
*/
|
|
26434
|
-
sClassName: string,
|
|
26435
|
-
/**
|
|
26436
|
-
* Object literal with information about the class
|
|
26437
|
-
*/
|
|
26438
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.ContainerToolbar>,
|
|
26439
|
-
/**
|
|
26440
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
26441
|
-
* used by this class
|
|
26442
|
-
*/
|
|
26443
|
-
FNMetaImpl?: Function
|
|
26444
|
-
): Function;
|
|
26445
26500
|
/**
|
|
26446
26501
|
* Fires event {@link #event:birdEyeButtonPress birdEyeButtonPress} to attached listeners.
|
|
26447
26502
|
*/
|
|
@@ -26513,10 +26568,6 @@ declare namespace sap {
|
|
|
26513
26568
|
* The legend container that will show when the legend button is pressed
|
|
26514
26569
|
*/
|
|
26515
26570
|
getLegendContainer(): sap.ui.core.Control;
|
|
26516
|
-
/**
|
|
26517
|
-
* Returns a metadata object for class sap.gantt.simple.ContainerToolbar.
|
|
26518
|
-
*/
|
|
26519
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
26520
26571
|
/**
|
|
26521
26572
|
* Gets content of aggregation {@link #getSettingItems settingItems}.
|
|
26522
26573
|
*
|
|
@@ -26858,10 +26909,6 @@ declare namespace sap {
|
|
|
26858
26909
|
mSettings?: sap.gantt.simple.$ContainerToolbarPlaceholderSettings
|
|
26859
26910
|
);
|
|
26860
26911
|
|
|
26861
|
-
/**
|
|
26862
|
-
* Destroys the _control in the aggregation {@link #get_control _control}.
|
|
26863
|
-
*/
|
|
26864
|
-
destroy_control(): this;
|
|
26865
26912
|
/**
|
|
26866
26913
|
* Creates a new subclass of class sap.gantt.simple.ContainerToolbarPlaceholder with name `sClassName` and
|
|
26867
26914
|
* enriches it with the information contained in `oClassInfo`.
|
|
@@ -26886,6 +26933,14 @@ declare namespace sap {
|
|
|
26886
26933
|
*/
|
|
26887
26934
|
FNMetaImpl?: Function
|
|
26888
26935
|
): Function;
|
|
26936
|
+
/**
|
|
26937
|
+
* Returns a metadata object for class sap.gantt.simple.ContainerToolbarPlaceholder.
|
|
26938
|
+
*/
|
|
26939
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
26940
|
+
/**
|
|
26941
|
+
* Destroys the _control in the aggregation {@link #get_control _control}.
|
|
26942
|
+
*/
|
|
26943
|
+
destroy_control(): this;
|
|
26889
26944
|
/**
|
|
26890
26945
|
* Gets content of aggregation {@link #get_control _control}.
|
|
26891
26946
|
*
|
|
@@ -26900,10 +26955,6 @@ declare namespace sap {
|
|
|
26900
26955
|
* Default value is `false`.
|
|
26901
26956
|
*/
|
|
26902
26957
|
get_show(): boolean;
|
|
26903
|
-
/**
|
|
26904
|
-
* Returns a metadata object for class sap.gantt.simple.ContainerToolbarPlaceholder.
|
|
26905
|
-
*/
|
|
26906
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
26907
26958
|
/**
|
|
26908
26959
|
* Enables the `sap.m.ContainerToolbarPlaceholder` to move inside the {@link sap.m.OverflowToolbar}. Required
|
|
26909
26960
|
* by the {@link sap.m.IOverflowToolbarContent} interface.
|
|
@@ -26974,6 +27025,31 @@ declare namespace sap {
|
|
|
26974
27025
|
sId?: string
|
|
26975
27026
|
);
|
|
26976
27027
|
|
|
27028
|
+
/**
|
|
27029
|
+
* Creates a new subclass of class sap.gantt.simple.DeltaLine with name `sClassName` and enriches it with
|
|
27030
|
+
* the information contained in `oClassInfo`.
|
|
27031
|
+
*
|
|
27032
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
27033
|
+
*/
|
|
27034
|
+
static extend<T extends Record<string, unknown>>(
|
|
27035
|
+
/**
|
|
27036
|
+
* Name of the class being created
|
|
27037
|
+
*/
|
|
27038
|
+
sClassName: string,
|
|
27039
|
+
/**
|
|
27040
|
+
* Object literal with information about the class
|
|
27041
|
+
*/
|
|
27042
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.DeltaLine>,
|
|
27043
|
+
/**
|
|
27044
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
27045
|
+
* used by this class
|
|
27046
|
+
*/
|
|
27047
|
+
FNMetaImpl?: Function
|
|
27048
|
+
): Function;
|
|
27049
|
+
/**
|
|
27050
|
+
* Returns a metadata object for class sap.gantt.simple.DeltaLine.
|
|
27051
|
+
*/
|
|
27052
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
26977
27053
|
/**
|
|
26978
27054
|
* @SINCE 1.88
|
|
26979
27055
|
*
|
|
@@ -27290,27 +27366,6 @@ declare namespace sap {
|
|
|
27290
27366
|
*/
|
|
27291
27367
|
oListener?: object
|
|
27292
27368
|
): this;
|
|
27293
|
-
/**
|
|
27294
|
-
* Creates a new subclass of class sap.gantt.simple.DeltaLine with name `sClassName` and enriches it with
|
|
27295
|
-
* the information contained in `oClassInfo`.
|
|
27296
|
-
*
|
|
27297
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
27298
|
-
*/
|
|
27299
|
-
static extend<T extends Record<string, unknown>>(
|
|
27300
|
-
/**
|
|
27301
|
-
* Name of the class being created
|
|
27302
|
-
*/
|
|
27303
|
-
sClassName: string,
|
|
27304
|
-
/**
|
|
27305
|
-
* Object literal with information about the class
|
|
27306
|
-
*/
|
|
27307
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.DeltaLine>,
|
|
27308
|
-
/**
|
|
27309
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
27310
|
-
* used by this class
|
|
27311
|
-
*/
|
|
27312
|
-
FNMetaImpl?: Function
|
|
27313
|
-
): Function;
|
|
27314
27369
|
/**
|
|
27315
27370
|
* @SINCE 1.88
|
|
27316
27371
|
*
|
|
@@ -27488,10 +27543,6 @@ declare namespace sap {
|
|
|
27488
27543
|
* End time stamp of the Delta Line
|
|
27489
27544
|
*/
|
|
27490
27545
|
getEndTimeStamp(): string;
|
|
27491
|
-
/**
|
|
27492
|
-
* Returns a metadata object for class sap.gantt.simple.DeltaLine.
|
|
27493
|
-
*/
|
|
27494
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
27495
27546
|
/**
|
|
27496
27547
|
* @SINCE 1.88
|
|
27497
27548
|
*
|
|
@@ -27883,6 +27934,31 @@ declare namespace sap {
|
|
|
27883
27934
|
mSettings?: sap.gantt.simple.$DimensionLegendSettings
|
|
27884
27935
|
);
|
|
27885
27936
|
|
|
27937
|
+
/**
|
|
27938
|
+
* Creates a new subclass of class sap.gantt.simple.DimensionLegend with name `sClassName` and enriches
|
|
27939
|
+
* it with the information contained in `oClassInfo`.
|
|
27940
|
+
*
|
|
27941
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
27942
|
+
*/
|
|
27943
|
+
static extend<T extends Record<string, unknown>>(
|
|
27944
|
+
/**
|
|
27945
|
+
* Name of the class being created
|
|
27946
|
+
*/
|
|
27947
|
+
sClassName: string,
|
|
27948
|
+
/**
|
|
27949
|
+
* Object literal with information about the class
|
|
27950
|
+
*/
|
|
27951
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.DimensionLegend>,
|
|
27952
|
+
/**
|
|
27953
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
27954
|
+
* used by this class
|
|
27955
|
+
*/
|
|
27956
|
+
FNMetaImpl?: Function
|
|
27957
|
+
): Function;
|
|
27958
|
+
/**
|
|
27959
|
+
* Returns a metadata object for class sap.gantt.simple.DimensionLegend.
|
|
27960
|
+
*/
|
|
27961
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
27886
27962
|
/**
|
|
27887
27963
|
* Adds some columnConfig to the aggregation {@link #getColumnConfigs columnConfigs}.
|
|
27888
27964
|
*/
|
|
@@ -27909,37 +27985,12 @@ declare namespace sap {
|
|
|
27909
27985
|
* Destroys all the rowConfigs in the aggregation {@link #getRowConfigs rowConfigs}.
|
|
27910
27986
|
*/
|
|
27911
27987
|
destroyRowConfigs(): this;
|
|
27912
|
-
/**
|
|
27913
|
-
* Creates a new subclass of class sap.gantt.simple.DimensionLegend with name `sClassName` and enriches
|
|
27914
|
-
* it with the information contained in `oClassInfo`.
|
|
27915
|
-
*
|
|
27916
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
27917
|
-
*/
|
|
27918
|
-
static extend<T extends Record<string, unknown>>(
|
|
27919
|
-
/**
|
|
27920
|
-
* Name of the class being created
|
|
27921
|
-
*/
|
|
27922
|
-
sClassName: string,
|
|
27923
|
-
/**
|
|
27924
|
-
* Object literal with information about the class
|
|
27925
|
-
*/
|
|
27926
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.DimensionLegend>,
|
|
27927
|
-
/**
|
|
27928
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
27929
|
-
* used by this class
|
|
27930
|
-
*/
|
|
27931
|
-
FNMetaImpl?: Function
|
|
27932
|
-
): Function;
|
|
27933
27988
|
/**
|
|
27934
27989
|
* Gets content of aggregation {@link #getColumnConfigs columnConfigs}.
|
|
27935
27990
|
*
|
|
27936
27991
|
* Legend column configuration
|
|
27937
27992
|
*/
|
|
27938
27993
|
getColumnConfigs(): sap.gantt.simple.LegendColumnConfig[];
|
|
27939
|
-
/**
|
|
27940
|
-
* Returns a metadata object for class sap.gantt.simple.DimensionLegend.
|
|
27941
|
-
*/
|
|
27942
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
27943
27994
|
/**
|
|
27944
27995
|
* Gets content of aggregation {@link #getRowConfigs rowConfigs}.
|
|
27945
27996
|
*
|
|
@@ -28101,6 +28152,31 @@ declare namespace sap {
|
|
|
28101
28152
|
mSettings?: sap.gantt.simple.$GanttChartContainerSettings
|
|
28102
28153
|
);
|
|
28103
28154
|
|
|
28155
|
+
/**
|
|
28156
|
+
* Creates a new subclass of class sap.gantt.simple.GanttChartContainer with name `sClassName` and enriches
|
|
28157
|
+
* it with the information contained in `oClassInfo`.
|
|
28158
|
+
*
|
|
28159
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
28160
|
+
*/
|
|
28161
|
+
static extend<T extends Record<string, unknown>>(
|
|
28162
|
+
/**
|
|
28163
|
+
* Name of the class being created
|
|
28164
|
+
*/
|
|
28165
|
+
sClassName: string,
|
|
28166
|
+
/**
|
|
28167
|
+
* Object literal with information about the class
|
|
28168
|
+
*/
|
|
28169
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.GanttChartContainer>,
|
|
28170
|
+
/**
|
|
28171
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
28172
|
+
* used by this class
|
|
28173
|
+
*/
|
|
28174
|
+
FNMetaImpl?: Function
|
|
28175
|
+
): Function;
|
|
28176
|
+
/**
|
|
28177
|
+
* Returns a metadata object for class sap.gantt.simple.GanttChartContainer.
|
|
28178
|
+
*/
|
|
28179
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
28104
28180
|
/**
|
|
28105
28181
|
* Adds some ganttChart to the aggregation {@link #getGanttCharts ganttCharts}.
|
|
28106
28182
|
*/
|
|
@@ -28274,27 +28350,6 @@ declare namespace sap {
|
|
|
28274
28350
|
*/
|
|
28275
28351
|
oListener?: object
|
|
28276
28352
|
): this;
|
|
28277
|
-
/**
|
|
28278
|
-
* Creates a new subclass of class sap.gantt.simple.GanttChartContainer with name `sClassName` and enriches
|
|
28279
|
-
* it with the information contained in `oClassInfo`.
|
|
28280
|
-
*
|
|
28281
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
28282
|
-
*/
|
|
28283
|
-
static extend<T extends Record<string, unknown>>(
|
|
28284
|
-
/**
|
|
28285
|
-
* Name of the class being created
|
|
28286
|
-
*/
|
|
28287
|
-
sClassName: string,
|
|
28288
|
-
/**
|
|
28289
|
-
* Object literal with information about the class
|
|
28290
|
-
*/
|
|
28291
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.GanttChartContainer>,
|
|
28292
|
-
/**
|
|
28293
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
28294
|
-
* used by this class
|
|
28295
|
-
*/
|
|
28296
|
-
FNMetaImpl?: Function
|
|
28297
|
-
): Function;
|
|
28298
28353
|
/**
|
|
28299
28354
|
* Fires event {@link #event:customSettingChange customSettingChange} to attached listeners.
|
|
28300
28355
|
*/
|
|
@@ -28464,10 +28519,6 @@ declare namespace sap {
|
|
|
28464
28519
|
* Default value is `Vertical`.
|
|
28465
28520
|
*/
|
|
28466
28521
|
getLayoutOrientation(): sap.ui.core.Orientation;
|
|
28467
|
-
/**
|
|
28468
|
-
* Returns a metadata object for class sap.gantt.simple.GanttChartContainer.
|
|
28469
|
-
*/
|
|
28470
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
28471
28522
|
/**
|
|
28472
28523
|
* Gets content of aggregation {@link #getStatusBar statusBar}.
|
|
28473
28524
|
*
|
|
@@ -28935,6 +28986,31 @@ declare namespace sap {
|
|
|
28935
28986
|
mSetting?: object
|
|
28936
28987
|
);
|
|
28937
28988
|
|
|
28989
|
+
/**
|
|
28990
|
+
* Creates a new subclass of class sap.gantt.simple.GanttChartWithTable with name `sClassName` and enriches
|
|
28991
|
+
* it with the information contained in `oClassInfo`.
|
|
28992
|
+
*
|
|
28993
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
28994
|
+
*/
|
|
28995
|
+
static extend<T extends Record<string, unknown>>(
|
|
28996
|
+
/**
|
|
28997
|
+
* Name of the class being created
|
|
28998
|
+
*/
|
|
28999
|
+
sClassName: string,
|
|
29000
|
+
/**
|
|
29001
|
+
* Object literal with information about the class
|
|
29002
|
+
*/
|
|
29003
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.GanttChartWithTable>,
|
|
29004
|
+
/**
|
|
29005
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
29006
|
+
* used by this class
|
|
29007
|
+
*/
|
|
29008
|
+
FNMetaImpl?: Function
|
|
29009
|
+
): Function;
|
|
29010
|
+
/**
|
|
29011
|
+
* Returns a metadata object for class sap.gantt.simple.GanttChartWithTable.
|
|
29012
|
+
*/
|
|
29013
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
28938
29014
|
/**
|
|
28939
29015
|
* @deprecated (since 1.84) - use {@link sap.gantt.simple.AdhocLine} instead.
|
|
28940
29016
|
*
|
|
@@ -29814,27 +29890,6 @@ declare namespace sap {
|
|
|
29814
29890
|
*/
|
|
29815
29891
|
vRowIndex: int | int[]
|
|
29816
29892
|
): void;
|
|
29817
|
-
/**
|
|
29818
|
-
* Creates a new subclass of class sap.gantt.simple.GanttChartWithTable with name `sClassName` and enriches
|
|
29819
|
-
* it with the information contained in `oClassInfo`.
|
|
29820
|
-
*
|
|
29821
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
29822
|
-
*/
|
|
29823
|
-
static extend<T extends Record<string, unknown>>(
|
|
29824
|
-
/**
|
|
29825
|
-
* Name of the class being created
|
|
29826
|
-
*/
|
|
29827
|
-
sClassName: string,
|
|
29828
|
-
/**
|
|
29829
|
-
* Object literal with information about the class
|
|
29830
|
-
*/
|
|
29831
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.GanttChartWithTable>,
|
|
29832
|
-
/**
|
|
29833
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
29834
|
-
* used by this class
|
|
29835
|
-
*/
|
|
29836
|
-
FNMetaImpl?: Function
|
|
29837
|
-
): Function;
|
|
29838
29893
|
/**
|
|
29839
29894
|
* @SINCE 1.89
|
|
29840
29895
|
*
|
|
@@ -29866,7 +29921,7 @@ declare namespace sap {
|
|
|
29866
29921
|
*/
|
|
29867
29922
|
propertyName: string,
|
|
29868
29923
|
/**
|
|
29869
|
-
* flag to execute row selection. If set as true all shapes in the
|
|
29924
|
+
* flag to execute row selection. If set as true all matched shapes in the row can be deselected.
|
|
29870
29925
|
*/
|
|
29871
29926
|
rowSelection: boolean
|
|
29872
29927
|
): void;
|
|
@@ -29890,7 +29945,7 @@ declare namespace sap {
|
|
|
29890
29945
|
*/
|
|
29891
29946
|
overrideExisting: boolean,
|
|
29892
29947
|
/**
|
|
29893
|
-
* flag to execute row selection. If set as true all shapes in the
|
|
29948
|
+
* flag to execute row selection. If set as true all matched shapes in the row can be selected.
|
|
29894
29949
|
*/
|
|
29895
29950
|
rowSelection: boolean
|
|
29896
29951
|
): void;
|
|
@@ -30361,6 +30416,16 @@ declare namespace sap {
|
|
|
30361
30416
|
* Default value is `true`.
|
|
30362
30417
|
*/
|
|
30363
30418
|
getEnableChartDeltaAreaHighlight(): boolean;
|
|
30419
|
+
/**
|
|
30420
|
+
* @SINCE 1.93
|
|
30421
|
+
*
|
|
30422
|
+
* Gets current value of property {@link #getEnableChartHoverState enableChartHoverState}.
|
|
30423
|
+
*
|
|
30424
|
+
* Option to disable or enable the chart row's hover state.
|
|
30425
|
+
*
|
|
30426
|
+
* Default value is `true`.
|
|
30427
|
+
*/
|
|
30428
|
+
getEnableChartHoverState(): boolean;
|
|
30364
30429
|
/**
|
|
30365
30430
|
* @SINCE 1.92
|
|
30366
30431
|
*
|
|
@@ -30371,6 +30436,16 @@ declare namespace sap {
|
|
|
30371
30436
|
* Default value is `false`.
|
|
30372
30437
|
*/
|
|
30373
30438
|
getEnableChartOverflowToolbar(): boolean;
|
|
30439
|
+
/**
|
|
30440
|
+
* @SINCE 1.93
|
|
30441
|
+
*
|
|
30442
|
+
* Gets current value of property {@link #getEnableChartSelectionState enableChartSelectionState}.
|
|
30443
|
+
*
|
|
30444
|
+
* Option to disable or enable the chart row's selection state.
|
|
30445
|
+
*
|
|
30446
|
+
* Default value is `true`.
|
|
30447
|
+
*/
|
|
30448
|
+
getEnableChartSelectionState(): boolean;
|
|
30374
30449
|
/**
|
|
30375
30450
|
* Gets current value of property {@link #getEnableCursorLine enableCursorLine}.
|
|
30376
30451
|
*
|
|
@@ -30497,10 +30572,6 @@ declare namespace sap {
|
|
|
30497
30572
|
* `sap.gantt.config.Locale`. Otherwise some properties you set may not function properly.
|
|
30498
30573
|
*/
|
|
30499
30574
|
getLocale(): sap.gantt.config.Locale;
|
|
30500
|
-
/**
|
|
30501
|
-
* Returns a metadata object for class sap.gantt.simple.GanttChartWithTable.
|
|
30502
|
-
*/
|
|
30503
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
30504
30575
|
/**
|
|
30505
30576
|
* @SINCE 1.68
|
|
30506
30577
|
*
|
|
@@ -30540,6 +30611,16 @@ declare namespace sap {
|
|
|
30540
30611
|
* Default value is `"30%"`.
|
|
30541
30612
|
*/
|
|
30542
30613
|
getSelectionPanelSize(): sap.ui.core.CSSSize;
|
|
30614
|
+
/**
|
|
30615
|
+
* @SINCE 1.93
|
|
30616
|
+
*
|
|
30617
|
+
* Gets current value of property {@link #getSelectOnlyGraphicalShape selectOnlyGraphicalShape}.
|
|
30618
|
+
*
|
|
30619
|
+
* Enables selection of only graphical shapes excluding labels.
|
|
30620
|
+
*
|
|
30621
|
+
* Default value is `false`.
|
|
30622
|
+
*/
|
|
30623
|
+
getSelectOnlyGraphicalShape(): boolean;
|
|
30543
30624
|
/**
|
|
30544
30625
|
* @SINCE 1.76
|
|
30545
30626
|
*
|
|
@@ -31206,6 +31287,23 @@ declare namespace sap {
|
|
|
31206
31287
|
*/
|
|
31207
31288
|
bEnableChartDeltaAreaHighlight?: boolean
|
|
31208
31289
|
): this;
|
|
31290
|
+
/**
|
|
31291
|
+
* @SINCE 1.93
|
|
31292
|
+
*
|
|
31293
|
+
* Sets a new value for property {@link #getEnableChartHoverState enableChartHoverState}.
|
|
31294
|
+
*
|
|
31295
|
+
* Option to disable or enable the chart row's hover state.
|
|
31296
|
+
*
|
|
31297
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
31298
|
+
*
|
|
31299
|
+
* Default value is `true`.
|
|
31300
|
+
*/
|
|
31301
|
+
setEnableChartHoverState(
|
|
31302
|
+
/**
|
|
31303
|
+
* New value for property `enableChartHoverState`
|
|
31304
|
+
*/
|
|
31305
|
+
bEnableChartHoverState?: boolean
|
|
31306
|
+
): this;
|
|
31209
31307
|
/**
|
|
31210
31308
|
* @SINCE 1.92
|
|
31211
31309
|
*
|
|
@@ -31223,6 +31321,23 @@ declare namespace sap {
|
|
|
31223
31321
|
*/
|
|
31224
31322
|
bEnableChartOverflowToolbar?: boolean
|
|
31225
31323
|
): this;
|
|
31324
|
+
/**
|
|
31325
|
+
* @SINCE 1.93
|
|
31326
|
+
*
|
|
31327
|
+
* Sets a new value for property {@link #getEnableChartSelectionState enableChartSelectionState}.
|
|
31328
|
+
*
|
|
31329
|
+
* Option to disable or enable the chart row's selection state.
|
|
31330
|
+
*
|
|
31331
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
31332
|
+
*
|
|
31333
|
+
* Default value is `true`.
|
|
31334
|
+
*/
|
|
31335
|
+
setEnableChartSelectionState(
|
|
31336
|
+
/**
|
|
31337
|
+
* New value for property `enableChartSelectionState`
|
|
31338
|
+
*/
|
|
31339
|
+
bEnableChartSelectionState?: boolean
|
|
31340
|
+
): this;
|
|
31226
31341
|
/**
|
|
31227
31342
|
* Sets a new value for property {@link #getEnableCursorLine enableCursorLine}.
|
|
31228
31343
|
*
|
|
@@ -31529,6 +31644,23 @@ declare namespace sap {
|
|
|
31529
31644
|
*/
|
|
31530
31645
|
sSelectionPanelSize?: sap.ui.core.CSSSize
|
|
31531
31646
|
): this;
|
|
31647
|
+
/**
|
|
31648
|
+
* @SINCE 1.93
|
|
31649
|
+
*
|
|
31650
|
+
* Sets a new value for property {@link #getSelectOnlyGraphicalShape selectOnlyGraphicalShape}.
|
|
31651
|
+
*
|
|
31652
|
+
* Enables selection of only graphical shapes excluding labels.
|
|
31653
|
+
*
|
|
31654
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
31655
|
+
*
|
|
31656
|
+
* Default value is `false`.
|
|
31657
|
+
*/
|
|
31658
|
+
setSelectOnlyGraphicalShape(
|
|
31659
|
+
/**
|
|
31660
|
+
* New value for property `selectOnlyGraphicalShape`
|
|
31661
|
+
*/
|
|
31662
|
+
bSelectOnlyGraphicalShape?: boolean
|
|
31663
|
+
): this;
|
|
31532
31664
|
/**
|
|
31533
31665
|
* @SINCE 1.76
|
|
31534
31666
|
*
|
|
@@ -31810,14 +31942,6 @@ declare namespace sap {
|
|
|
31810
31942
|
mSetting?: object
|
|
31811
31943
|
);
|
|
31812
31944
|
|
|
31813
|
-
/**
|
|
31814
|
-
* Closes the print dialog.
|
|
31815
|
-
*/
|
|
31816
|
-
close(): void;
|
|
31817
|
-
/**
|
|
31818
|
-
* Exports the Gantt chart as PDF.
|
|
31819
|
-
*/
|
|
31820
|
-
export(): void;
|
|
31821
31945
|
/**
|
|
31822
31946
|
* Creates a new subclass of class sap.gantt.simple.GanttPrinting with name `sClassName` and enriches it
|
|
31823
31947
|
* with the information contained in `oClassInfo`.
|
|
@@ -31839,15 +31963,23 @@ declare namespace sap {
|
|
|
31839
31963
|
*/
|
|
31840
31964
|
FNMetaImpl?: Function
|
|
31841
31965
|
): Function;
|
|
31966
|
+
/**
|
|
31967
|
+
* Returns a metadata object for class sap.gantt.simple.GanttPrinting.
|
|
31968
|
+
*/
|
|
31969
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
31970
|
+
/**
|
|
31971
|
+
* Closes the print dialog.
|
|
31972
|
+
*/
|
|
31973
|
+
close(): void;
|
|
31974
|
+
/**
|
|
31975
|
+
* Exports the Gantt chart as PDF.
|
|
31976
|
+
*/
|
|
31977
|
+
export(): void;
|
|
31842
31978
|
/**
|
|
31843
31979
|
* ID of the element which is the current target of the association {@link #getGanttChart ganttChart}, or
|
|
31844
31980
|
* `null`.
|
|
31845
31981
|
*/
|
|
31846
31982
|
getGanttChart(): sap.ui.core.ID;
|
|
31847
|
-
/**
|
|
31848
|
-
* Returns a metadata object for class sap.gantt.simple.GanttPrinting.
|
|
31849
|
-
*/
|
|
31850
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
31851
31983
|
/**
|
|
31852
31984
|
* Merges multiple canvases into one canvas.
|
|
31853
31985
|
*/
|
|
@@ -31893,6 +32025,31 @@ declare namespace sap {
|
|
|
31893
32025
|
mSetting?: object
|
|
31894
32026
|
);
|
|
31895
32027
|
|
|
32028
|
+
/**
|
|
32029
|
+
* Creates a new subclass of class sap.gantt.simple.GanttRowSettings with name `sClassName` and enriches
|
|
32030
|
+
* it with the information contained in `oClassInfo`.
|
|
32031
|
+
*
|
|
32032
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.table.RowSettings.extend}.
|
|
32033
|
+
*/
|
|
32034
|
+
static extend<T extends Record<string, unknown>>(
|
|
32035
|
+
/**
|
|
32036
|
+
* Name of the class being created
|
|
32037
|
+
*/
|
|
32038
|
+
sClassName: string,
|
|
32039
|
+
/**
|
|
32040
|
+
* Object literal with information about the class
|
|
32041
|
+
*/
|
|
32042
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.GanttRowSettings>,
|
|
32043
|
+
/**
|
|
32044
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
32045
|
+
* used by this class
|
|
32046
|
+
*/
|
|
32047
|
+
FNMetaImpl?: Function
|
|
32048
|
+
): Function;
|
|
32049
|
+
/**
|
|
32050
|
+
* Returns a metadata object for class sap.gantt.simple.GanttRowSettings.
|
|
32051
|
+
*/
|
|
32052
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
31896
32053
|
/**
|
|
31897
32054
|
* @SINCE 1.91
|
|
31898
32055
|
*
|
|
@@ -32069,27 +32226,6 @@ declare namespace sap {
|
|
|
32069
32226
|
* Destroys all the shapes5 in the aggregation {@link #getShapes5 shapes5}.
|
|
32070
32227
|
*/
|
|
32071
32228
|
destroyShapes5(): this;
|
|
32072
|
-
/**
|
|
32073
|
-
* Creates a new subclass of class sap.gantt.simple.GanttRowSettings with name `sClassName` and enriches
|
|
32074
|
-
* it with the information contained in `oClassInfo`.
|
|
32075
|
-
*
|
|
32076
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.table.RowSettings.extend}.
|
|
32077
|
-
*/
|
|
32078
|
-
static extend<T extends Record<string, unknown>>(
|
|
32079
|
-
/**
|
|
32080
|
-
* Name of the class being created
|
|
32081
|
-
*/
|
|
32082
|
-
sClassName: string,
|
|
32083
|
-
/**
|
|
32084
|
-
* Object literal with information about the class
|
|
32085
|
-
*/
|
|
32086
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.GanttRowSettings>,
|
|
32087
|
-
/**
|
|
32088
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
32089
|
-
* used by this class
|
|
32090
|
-
*/
|
|
32091
|
-
FNMetaImpl?: Function
|
|
32092
|
-
): Function;
|
|
32093
32229
|
/**
|
|
32094
32230
|
* Gets content of aggregation {@link #getCalendars calendars}.
|
|
32095
32231
|
*
|
|
@@ -32126,10 +32262,6 @@ declare namespace sap {
|
|
|
32126
32262
|
* Gets content of aggregation {@link #getCalendars5 calendars5}.
|
|
32127
32263
|
*/
|
|
32128
32264
|
getCalendars5(): sap.gantt.simple.BaseCalendar[];
|
|
32129
|
-
/**
|
|
32130
|
-
* Returns a metadata object for class sap.gantt.simple.GanttRowSettings.
|
|
32131
|
-
*/
|
|
32132
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
32133
32265
|
/**
|
|
32134
32266
|
* Gets content of aggregation {@link #getRelationships relationships}.
|
|
32135
32267
|
*
|
|
@@ -32759,6 +32891,10 @@ declare namespace sap {
|
|
|
32759
32891
|
*/
|
|
32760
32892
|
FNMetaImpl?: Function
|
|
32761
32893
|
): Function;
|
|
32894
|
+
/**
|
|
32895
|
+
* Returns a metadata object for class sap.gantt.simple.LegendColumnConfig.
|
|
32896
|
+
*/
|
|
32897
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
32762
32898
|
/**
|
|
32763
32899
|
* Gets current value of property {@link #getFill fill}.
|
|
32764
32900
|
*
|
|
@@ -32773,10 +32909,6 @@ declare namespace sap {
|
|
|
32773
32909
|
* be a color code.
|
|
32774
32910
|
*/
|
|
32775
32911
|
getFillFactory(): Function;
|
|
32776
|
-
/**
|
|
32777
|
-
* Returns a metadata object for class sap.gantt.simple.LegendColumnConfig.
|
|
32778
|
-
*/
|
|
32779
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
32780
32912
|
/**
|
|
32781
32913
|
* Gets current value of property {@link #getText text}.
|
|
32782
32914
|
*/
|
|
@@ -32860,19 +32992,6 @@ declare namespace sap {
|
|
|
32860
32992
|
mSettings?: sap.gantt.simple.$LegendContainerSettings
|
|
32861
32993
|
);
|
|
32862
32994
|
|
|
32863
|
-
/**
|
|
32864
|
-
* Adds some legend to the aggregation {@link #getLegends legends}.
|
|
32865
|
-
*/
|
|
32866
|
-
addLegend(
|
|
32867
|
-
/**
|
|
32868
|
-
* The legend to add; if empty, nothing is inserted
|
|
32869
|
-
*/
|
|
32870
|
-
oLegend: sap.ui.core.Control
|
|
32871
|
-
): this;
|
|
32872
|
-
/**
|
|
32873
|
-
* Destroys all the legends in the aggregation {@link #getLegends legends}.
|
|
32874
|
-
*/
|
|
32875
|
-
destroyLegends(): this;
|
|
32876
32995
|
/**
|
|
32877
32996
|
* Creates a new subclass of class sap.gantt.simple.LegendContainer with name `sClassName` and enriches
|
|
32878
32997
|
* it with the information contained in `oClassInfo`.
|
|
@@ -32894,6 +33013,23 @@ declare namespace sap {
|
|
|
32894
33013
|
*/
|
|
32895
33014
|
FNMetaImpl?: Function
|
|
32896
33015
|
): Function;
|
|
33016
|
+
/**
|
|
33017
|
+
* Returns a metadata object for class sap.gantt.simple.LegendContainer.
|
|
33018
|
+
*/
|
|
33019
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
33020
|
+
/**
|
|
33021
|
+
* Adds some legend to the aggregation {@link #getLegends legends}.
|
|
33022
|
+
*/
|
|
33023
|
+
addLegend(
|
|
33024
|
+
/**
|
|
33025
|
+
* The legend to add; if empty, nothing is inserted
|
|
33026
|
+
*/
|
|
33027
|
+
oLegend: sap.ui.core.Control
|
|
33028
|
+
): this;
|
|
33029
|
+
/**
|
|
33030
|
+
* Destroys all the legends in the aggregation {@link #getLegends legends}.
|
|
33031
|
+
*/
|
|
33032
|
+
destroyLegends(): this;
|
|
32897
33033
|
/**
|
|
32898
33034
|
* @SINCE 1.92
|
|
32899
33035
|
*
|
|
@@ -32920,10 +33056,6 @@ declare namespace sap {
|
|
|
32920
33056
|
* Legends inside the container, they could be instances of List Legend or Dimension Legend.
|
|
32921
33057
|
*/
|
|
32922
33058
|
getLegends(): sap.ui.core.Control[];
|
|
32923
|
-
/**
|
|
32924
|
-
* Returns a metadata object for class sap.gantt.simple.LegendContainer.
|
|
32925
|
-
*/
|
|
32926
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
32927
33059
|
/**
|
|
32928
33060
|
* Gets current value of property {@link #getWidth width}.
|
|
32929
33061
|
*
|
|
@@ -33223,19 +33355,6 @@ declare namespace sap {
|
|
|
33223
33355
|
mSettings?: sap.gantt.simple.$LegendShapeGroupSettings
|
|
33224
33356
|
);
|
|
33225
33357
|
|
|
33226
|
-
/**
|
|
33227
|
-
* Adds some shape to the aggregation {@link #getShapes shapes}.
|
|
33228
|
-
*/
|
|
33229
|
-
addShape(
|
|
33230
|
-
/**
|
|
33231
|
-
* The shape to add; if empty, nothing is inserted
|
|
33232
|
-
*/
|
|
33233
|
-
oShape: sap.gantt.simple.BaseShape
|
|
33234
|
-
): this;
|
|
33235
|
-
/**
|
|
33236
|
-
* Destroys all the shapes in the aggregation {@link #getShapes shapes}.
|
|
33237
|
-
*/
|
|
33238
|
-
destroyShapes(): this;
|
|
33239
33358
|
/**
|
|
33240
33359
|
* Creates a new subclass of class sap.gantt.simple.LegendShapeGroup with name `sClassName` and enriches
|
|
33241
33360
|
* it with the information contained in `oClassInfo`.
|
|
@@ -33261,6 +33380,19 @@ declare namespace sap {
|
|
|
33261
33380
|
* Returns a metadata object for class sap.gantt.simple.LegendShapeGroup.
|
|
33262
33381
|
*/
|
|
33263
33382
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
33383
|
+
/**
|
|
33384
|
+
* Adds some shape to the aggregation {@link #getShapes shapes}.
|
|
33385
|
+
*/
|
|
33386
|
+
addShape(
|
|
33387
|
+
/**
|
|
33388
|
+
* The shape to add; if empty, nothing is inserted
|
|
33389
|
+
*/
|
|
33390
|
+
oShape: sap.gantt.simple.BaseShape
|
|
33391
|
+
): this;
|
|
33392
|
+
/**
|
|
33393
|
+
* Destroys all the shapes in the aggregation {@link #getShapes shapes}.
|
|
33394
|
+
*/
|
|
33395
|
+
destroyShapes(): this;
|
|
33264
33396
|
/**
|
|
33265
33397
|
* Gets current value of property {@link #getOrientation orientation}.
|
|
33266
33398
|
*
|
|
@@ -33385,19 +33517,6 @@ declare namespace sap {
|
|
|
33385
33517
|
mSettings?: sap.gantt.simple.$ListLegendSettings
|
|
33386
33518
|
);
|
|
33387
33519
|
|
|
33388
|
-
/**
|
|
33389
|
-
* Adds some item to the aggregation {@link #getItems items}.
|
|
33390
|
-
*/
|
|
33391
|
-
addItem(
|
|
33392
|
-
/**
|
|
33393
|
-
* The item to add; if empty, nothing is inserted
|
|
33394
|
-
*/
|
|
33395
|
-
oItem: sap.gantt.simple.ListLegendItem
|
|
33396
|
-
): this;
|
|
33397
|
-
/**
|
|
33398
|
-
* Destroys all the items in the aggregation {@link #getItems items}.
|
|
33399
|
-
*/
|
|
33400
|
-
destroyItems(): this;
|
|
33401
33520
|
/**
|
|
33402
33521
|
* Creates a new subclass of class sap.gantt.simple.ListLegend with name `sClassName` and enriches it with
|
|
33403
33522
|
* the information contained in `oClassInfo`.
|
|
@@ -33419,16 +33538,29 @@ declare namespace sap {
|
|
|
33419
33538
|
*/
|
|
33420
33539
|
FNMetaImpl?: Function
|
|
33421
33540
|
): Function;
|
|
33541
|
+
/**
|
|
33542
|
+
* Returns a metadata object for class sap.gantt.simple.ListLegend.
|
|
33543
|
+
*/
|
|
33544
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
33545
|
+
/**
|
|
33546
|
+
* Adds some item to the aggregation {@link #getItems items}.
|
|
33547
|
+
*/
|
|
33548
|
+
addItem(
|
|
33549
|
+
/**
|
|
33550
|
+
* The item to add; if empty, nothing is inserted
|
|
33551
|
+
*/
|
|
33552
|
+
oItem: sap.gantt.simple.ListLegendItem
|
|
33553
|
+
): this;
|
|
33554
|
+
/**
|
|
33555
|
+
* Destroys all the items in the aggregation {@link #getItems items}.
|
|
33556
|
+
*/
|
|
33557
|
+
destroyItems(): this;
|
|
33422
33558
|
/**
|
|
33423
33559
|
* Gets content of aggregation {@link #getItems items}.
|
|
33424
33560
|
*
|
|
33425
33561
|
* ListLegendItem object aggregation
|
|
33426
33562
|
*/
|
|
33427
33563
|
getItems(): sap.gantt.simple.ListLegendItem[];
|
|
33428
|
-
/**
|
|
33429
|
-
* Returns a metadata object for class sap.gantt.simple.ListLegend.
|
|
33430
|
-
*/
|
|
33431
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
33432
33564
|
/**
|
|
33433
33565
|
* Gets current value of property {@link #getTitle title}.
|
|
33434
33566
|
*
|
|
@@ -33528,6 +33660,31 @@ declare namespace sap {
|
|
|
33528
33660
|
mSettings?: sap.gantt.simple.$ListLegendItemSettings
|
|
33529
33661
|
);
|
|
33530
33662
|
|
|
33663
|
+
/**
|
|
33664
|
+
* Creates a new subclass of class sap.gantt.simple.ListLegendItem with name `sClassName` and enriches it
|
|
33665
|
+
* with the information contained in `oClassInfo`.
|
|
33666
|
+
*
|
|
33667
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
33668
|
+
*/
|
|
33669
|
+
static extend<T extends Record<string, unknown>>(
|
|
33670
|
+
/**
|
|
33671
|
+
* Name of the class being created
|
|
33672
|
+
*/
|
|
33673
|
+
sClassName: string,
|
|
33674
|
+
/**
|
|
33675
|
+
* Object literal with information about the class
|
|
33676
|
+
*/
|
|
33677
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.ListLegendItem>,
|
|
33678
|
+
/**
|
|
33679
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
33680
|
+
* used by this class
|
|
33681
|
+
*/
|
|
33682
|
+
FNMetaImpl?: Function
|
|
33683
|
+
): Function;
|
|
33684
|
+
/**
|
|
33685
|
+
* Returns a metadata object for class sap.gantt.simple.ListLegendItem.
|
|
33686
|
+
*/
|
|
33687
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
33531
33688
|
/**
|
|
33532
33689
|
* Attaches event handler `fnFunction` to the {@link #event:interactiveChange interactiveChange} event of
|
|
33533
33690
|
* this `sap.gantt.simple.ListLegendItem`.
|
|
@@ -33597,27 +33754,6 @@ declare namespace sap {
|
|
|
33597
33754
|
*/
|
|
33598
33755
|
oListener?: object
|
|
33599
33756
|
): this;
|
|
33600
|
-
/**
|
|
33601
|
-
* Creates a new subclass of class sap.gantt.simple.ListLegendItem with name `sClassName` and enriches it
|
|
33602
|
-
* with the information contained in `oClassInfo`.
|
|
33603
|
-
*
|
|
33604
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
33605
|
-
*/
|
|
33606
|
-
static extend<T extends Record<string, unknown>>(
|
|
33607
|
-
/**
|
|
33608
|
-
* Name of the class being created
|
|
33609
|
-
*/
|
|
33610
|
-
sClassName: string,
|
|
33611
|
-
/**
|
|
33612
|
-
* Object literal with information about the class
|
|
33613
|
-
*/
|
|
33614
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.ListLegendItem>,
|
|
33615
|
-
/**
|
|
33616
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
33617
|
-
* used by this class
|
|
33618
|
-
*/
|
|
33619
|
-
FNMetaImpl?: Function
|
|
33620
|
-
): Function;
|
|
33621
33757
|
/**
|
|
33622
33758
|
* Fires event {@link #event:interactiveChange interactiveChange} to attached listeners.
|
|
33623
33759
|
*/
|
|
@@ -33657,10 +33793,6 @@ declare namespace sap {
|
|
|
33657
33793
|
* phase.
|
|
33658
33794
|
*/
|
|
33659
33795
|
getLegendShapeGroup(): sap.gantt.simple.LegendShapeGroup;
|
|
33660
|
-
/**
|
|
33661
|
-
* Returns a metadata object for class sap.gantt.simple.ListLegendItem.
|
|
33662
|
-
*/
|
|
33663
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
33664
33796
|
/**
|
|
33665
33797
|
* Gets current value of property {@link #getSelected selected}.
|
|
33666
33798
|
*
|
|
@@ -33802,6 +33934,31 @@ declare namespace sap {
|
|
|
33802
33934
|
mSettings?: sap.gantt.simple.$MultiActivityGroupSettings
|
|
33803
33935
|
);
|
|
33804
33936
|
|
|
33937
|
+
/**
|
|
33938
|
+
* Creates a new subclass of class sap.gantt.simple.MultiActivityGroup with name `sClassName` and enriches
|
|
33939
|
+
* it with the information contained in `oClassInfo`.
|
|
33940
|
+
*
|
|
33941
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.gantt.simple.BaseGroup.extend}.
|
|
33942
|
+
*/
|
|
33943
|
+
static extend<T extends Record<string, unknown>>(
|
|
33944
|
+
/**
|
|
33945
|
+
* Name of the class being created
|
|
33946
|
+
*/
|
|
33947
|
+
sClassName: string,
|
|
33948
|
+
/**
|
|
33949
|
+
* Object literal with information about the class
|
|
33950
|
+
*/
|
|
33951
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.MultiActivityGroup>,
|
|
33952
|
+
/**
|
|
33953
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
33954
|
+
* used by this class
|
|
33955
|
+
*/
|
|
33956
|
+
FNMetaImpl?: Function
|
|
33957
|
+
): Function;
|
|
33958
|
+
/**
|
|
33959
|
+
* Returns a metadata object for class sap.gantt.simple.MultiActivityGroup.
|
|
33960
|
+
*/
|
|
33961
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
33805
33962
|
/**
|
|
33806
33963
|
* Adds some indicator to the aggregation {@link #getIndicators indicators}.
|
|
33807
33964
|
*/
|
|
@@ -33832,37 +33989,12 @@ declare namespace sap {
|
|
|
33832
33989
|
* Destroys the task in the aggregation {@link #getTask task}.
|
|
33833
33990
|
*/
|
|
33834
33991
|
destroyTask(): this;
|
|
33835
|
-
/**
|
|
33836
|
-
* Creates a new subclass of class sap.gantt.simple.MultiActivityGroup with name `sClassName` and enriches
|
|
33837
|
-
* it with the information contained in `oClassInfo`.
|
|
33838
|
-
*
|
|
33839
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.gantt.simple.BaseGroup.extend}.
|
|
33840
|
-
*/
|
|
33841
|
-
static extend<T extends Record<string, unknown>>(
|
|
33842
|
-
/**
|
|
33843
|
-
* Name of the class being created
|
|
33844
|
-
*/
|
|
33845
|
-
sClassName: string,
|
|
33846
|
-
/**
|
|
33847
|
-
* Object literal with information about the class
|
|
33848
|
-
*/
|
|
33849
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.MultiActivityGroup>,
|
|
33850
|
-
/**
|
|
33851
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
33852
|
-
* used by this class
|
|
33853
|
-
*/
|
|
33854
|
-
FNMetaImpl?: Function
|
|
33855
|
-
): Function;
|
|
33856
33992
|
/**
|
|
33857
33993
|
* Gets content of aggregation {@link #getIndicators indicators}.
|
|
33858
33994
|
*
|
|
33859
33995
|
* Depicts the overlap of subtasks in a task
|
|
33860
33996
|
*/
|
|
33861
33997
|
getIndicators(): sap.gantt.simple.BaseShape[];
|
|
33862
|
-
/**
|
|
33863
|
-
* Returns a metadata object for class sap.gantt.simple.MultiActivityGroup.
|
|
33864
|
-
*/
|
|
33865
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
33866
33998
|
/**
|
|
33867
33999
|
* Gets content of aggregation {@link #getSubTasks subTasks}.
|
|
33868
34000
|
*
|
|
@@ -33990,19 +34122,6 @@ declare namespace sap {
|
|
|
33990
34122
|
mSetting?: object
|
|
33991
34123
|
);
|
|
33992
34124
|
|
|
33993
|
-
/**
|
|
33994
|
-
* Adds some task to the aggregation {@link #getTasks tasks}.
|
|
33995
|
-
*/
|
|
33996
|
-
addTask(
|
|
33997
|
-
/**
|
|
33998
|
-
* The task to add; if empty, nothing is inserted
|
|
33999
|
-
*/
|
|
34000
|
-
oTask: sap.gantt.simple.BaseShape
|
|
34001
|
-
): this;
|
|
34002
|
-
/**
|
|
34003
|
-
* Destroys all the tasks in the aggregation {@link #getTasks tasks}.
|
|
34004
|
-
*/
|
|
34005
|
-
destroyTasks(): this;
|
|
34006
34125
|
/**
|
|
34007
34126
|
* Creates a new subclass of class sap.gantt.simple.MultiActivityRowSettings with name `sClassName` and
|
|
34008
34127
|
* enriches it with the information contained in `oClassInfo`.
|
|
@@ -34031,6 +34150,19 @@ declare namespace sap {
|
|
|
34031
34150
|
* Returns a metadata object for class sap.gantt.simple.MultiActivityRowSettings.
|
|
34032
34151
|
*/
|
|
34033
34152
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
34153
|
+
/**
|
|
34154
|
+
* Adds some task to the aggregation {@link #getTasks tasks}.
|
|
34155
|
+
*/
|
|
34156
|
+
addTask(
|
|
34157
|
+
/**
|
|
34158
|
+
* The task to add; if empty, nothing is inserted
|
|
34159
|
+
*/
|
|
34160
|
+
oTask: sap.gantt.simple.BaseShape
|
|
34161
|
+
): this;
|
|
34162
|
+
/**
|
|
34163
|
+
* Destroys all the tasks in the aggregation {@link #getTasks tasks}.
|
|
34164
|
+
*/
|
|
34165
|
+
destroyTasks(): this;
|
|
34034
34166
|
/**
|
|
34035
34167
|
* Gets content of aggregation {@link #getTasks tasks}.
|
|
34036
34168
|
*
|
|
@@ -34121,6 +34253,10 @@ declare namespace sap {
|
|
|
34121
34253
|
*/
|
|
34122
34254
|
FNMetaImpl?: Function
|
|
34123
34255
|
): Function;
|
|
34256
|
+
/**
|
|
34257
|
+
* Returns a metadata object for class sap.gantt.simple.Relationship.
|
|
34258
|
+
*/
|
|
34259
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
34124
34260
|
/**
|
|
34125
34261
|
* Gets current value of property {@link #get_lMarker _lMarker}.
|
|
34126
34262
|
*
|
|
@@ -34157,10 +34293,6 @@ declare namespace sap {
|
|
|
34157
34293
|
* Default value is `true`.
|
|
34158
34294
|
*/
|
|
34159
34295
|
getLShapeForTypeSF(): boolean;
|
|
34160
|
-
/**
|
|
34161
|
-
* Returns a metadata object for class sap.gantt.simple.Relationship.
|
|
34162
|
-
*/
|
|
34163
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
34164
34296
|
/**
|
|
34165
34297
|
* Gets current value of property {@link #getPredecessor predecessor}.
|
|
34166
34298
|
*
|
|
@@ -34508,16 +34640,16 @@ declare namespace sap {
|
|
|
34508
34640
|
*/
|
|
34509
34641
|
FNMetaImpl?: Function
|
|
34510
34642
|
): Function;
|
|
34643
|
+
/**
|
|
34644
|
+
* Returns a metadata object for class sap.gantt.simple.ShapeScheme.
|
|
34645
|
+
*/
|
|
34646
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
34511
34647
|
/**
|
|
34512
34648
|
* Gets current value of property {@link #getKey key}.
|
|
34513
34649
|
*
|
|
34514
34650
|
* key of the shape scheme
|
|
34515
34651
|
*/
|
|
34516
34652
|
getKey(): string;
|
|
34517
|
-
/**
|
|
34518
|
-
* Returns a metadata object for class sap.gantt.simple.ShapeScheme.
|
|
34519
|
-
*/
|
|
34520
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
34521
34653
|
/**
|
|
34522
34654
|
* Gets current value of property {@link #getPrimary primary}.
|
|
34523
34655
|
*
|
|
@@ -34621,19 +34753,6 @@ declare namespace sap {
|
|
|
34621
34753
|
mSettings?: sap.gantt.simple.$UtilizationBarChartSettings
|
|
34622
34754
|
);
|
|
34623
34755
|
|
|
34624
|
-
/**
|
|
34625
|
-
* Adds some period to the aggregation {@link #getPeriods periods}.
|
|
34626
|
-
*/
|
|
34627
|
-
addPeriod(
|
|
34628
|
-
/**
|
|
34629
|
-
* The period to add; if empty, nothing is inserted
|
|
34630
|
-
*/
|
|
34631
|
-
oPeriod: sap.gantt.simple.UtilizationPeriod
|
|
34632
|
-
): this;
|
|
34633
|
-
/**
|
|
34634
|
-
* Destroys all the periods in the aggregation {@link #getPeriods periods}.
|
|
34635
|
-
*/
|
|
34636
|
-
destroyPeriods(): this;
|
|
34637
34756
|
/**
|
|
34638
34757
|
* Creates a new subclass of class sap.gantt.simple.UtilizationBarChart with name `sClassName` and enriches
|
|
34639
34758
|
* it with the information contained in `oClassInfo`.
|
|
@@ -34655,6 +34774,23 @@ declare namespace sap {
|
|
|
34655
34774
|
*/
|
|
34656
34775
|
FNMetaImpl?: Function
|
|
34657
34776
|
): Function;
|
|
34777
|
+
/**
|
|
34778
|
+
* Returns a metadata object for class sap.gantt.simple.UtilizationBarChart.
|
|
34779
|
+
*/
|
|
34780
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
34781
|
+
/**
|
|
34782
|
+
* Adds some period to the aggregation {@link #getPeriods periods}.
|
|
34783
|
+
*/
|
|
34784
|
+
addPeriod(
|
|
34785
|
+
/**
|
|
34786
|
+
* The period to add; if empty, nothing is inserted
|
|
34787
|
+
*/
|
|
34788
|
+
oPeriod: sap.gantt.simple.UtilizationPeriod
|
|
34789
|
+
): this;
|
|
34790
|
+
/**
|
|
34791
|
+
* Destroys all the periods in the aggregation {@link #getPeriods periods}.
|
|
34792
|
+
*/
|
|
34793
|
+
destroyPeriods(): this;
|
|
34658
34794
|
/**
|
|
34659
34795
|
* Gets current value of property {@link #getConsumptionColor consumptionColor}.
|
|
34660
34796
|
*
|
|
@@ -34663,10 +34799,6 @@ declare namespace sap {
|
|
|
34663
34799
|
* Default value is `"lightgray"`.
|
|
34664
34800
|
*/
|
|
34665
34801
|
getConsumptionColor(): sap.gantt.ValueSVGPaintServer;
|
|
34666
|
-
/**
|
|
34667
|
-
* Returns a metadata object for class sap.gantt.simple.UtilizationBarChart.
|
|
34668
|
-
*/
|
|
34669
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
34670
34802
|
/**
|
|
34671
34803
|
* Gets content of aggregation {@link #getPeriods periods}.
|
|
34672
34804
|
*
|
|
@@ -34799,6 +34931,10 @@ declare namespace sap {
|
|
|
34799
34931
|
*/
|
|
34800
34932
|
FNMetaImpl?: Function
|
|
34801
34933
|
): Function;
|
|
34934
|
+
/**
|
|
34935
|
+
* Returns a metadata object for class sap.gantt.simple.UtilizationChart.
|
|
34936
|
+
*/
|
|
34937
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
34802
34938
|
/**
|
|
34803
34939
|
* Gets current value of property {@link #getHeight height}.
|
|
34804
34940
|
*
|
|
@@ -34807,10 +34943,6 @@ declare namespace sap {
|
|
|
34807
34943
|
* Default value is `"inherit"`.
|
|
34808
34944
|
*/
|
|
34809
34945
|
getHeight(): sap.gantt.SVGLength;
|
|
34810
|
-
/**
|
|
34811
|
-
* Returns a metadata object for class sap.gantt.simple.UtilizationChart.
|
|
34812
|
-
*/
|
|
34813
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
34814
34946
|
/**
|
|
34815
34947
|
* Gets current value of property {@link #getOverConsumptionColor overConsumptionColor}.
|
|
34816
34948
|
*
|
|
@@ -34941,19 +35073,6 @@ declare namespace sap {
|
|
|
34941
35073
|
mSettings?: sap.gantt.simple.$UtilizationDimensionSettings
|
|
34942
35074
|
);
|
|
34943
35075
|
|
|
34944
|
-
/**
|
|
34945
|
-
* Adds some period to the aggregation {@link #getPeriods periods}.
|
|
34946
|
-
*/
|
|
34947
|
-
addPeriod(
|
|
34948
|
-
/**
|
|
34949
|
-
* The period to add; if empty, nothing is inserted
|
|
34950
|
-
*/
|
|
34951
|
-
oPeriod: sap.gantt.simple.UtilizationPeriod
|
|
34952
|
-
): this;
|
|
34953
|
-
/**
|
|
34954
|
-
* Destroys all the periods in the aggregation {@link #getPeriods periods}.
|
|
34955
|
-
*/
|
|
34956
|
-
destroyPeriods(): this;
|
|
34957
35076
|
/**
|
|
34958
35077
|
* Creates a new subclass of class sap.gantt.simple.UtilizationDimension with name `sClassName` and enriches
|
|
34959
35078
|
* it with the information contained in `oClassInfo`.
|
|
@@ -34975,16 +35094,29 @@ declare namespace sap {
|
|
|
34975
35094
|
*/
|
|
34976
35095
|
FNMetaImpl?: Function
|
|
34977
35096
|
): Function;
|
|
35097
|
+
/**
|
|
35098
|
+
* Returns a metadata object for class sap.gantt.simple.UtilizationDimension.
|
|
35099
|
+
*/
|
|
35100
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
35101
|
+
/**
|
|
35102
|
+
* Adds some period to the aggregation {@link #getPeriods periods}.
|
|
35103
|
+
*/
|
|
35104
|
+
addPeriod(
|
|
35105
|
+
/**
|
|
35106
|
+
* The period to add; if empty, nothing is inserted
|
|
35107
|
+
*/
|
|
35108
|
+
oPeriod: sap.gantt.simple.UtilizationPeriod
|
|
35109
|
+
): this;
|
|
35110
|
+
/**
|
|
35111
|
+
* Destroys all the periods in the aggregation {@link #getPeriods periods}.
|
|
35112
|
+
*/
|
|
35113
|
+
destroyPeriods(): this;
|
|
34978
35114
|
/**
|
|
34979
35115
|
* Gets current value of property {@link #getDimensionColor dimensionColor}.
|
|
34980
35116
|
*
|
|
34981
35117
|
* Sets the dimension color
|
|
34982
35118
|
*/
|
|
34983
35119
|
getDimensionColor(): sap.gantt.ValueSVGPaintServer;
|
|
34984
|
-
/**
|
|
34985
|
-
* Returns a metadata object for class sap.gantt.simple.UtilizationDimension.
|
|
34986
|
-
*/
|
|
34987
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
34988
35120
|
/**
|
|
34989
35121
|
* Gets current value of property {@link #getName name}.
|
|
34990
35122
|
*
|
|
@@ -35106,19 +35238,6 @@ declare namespace sap {
|
|
|
35106
35238
|
mSettings?: sap.gantt.simple.$UtilizationLineChartSettings
|
|
35107
35239
|
);
|
|
35108
35240
|
|
|
35109
|
-
/**
|
|
35110
|
-
* Adds some dimension to the aggregation {@link #getDimensions dimensions}.
|
|
35111
|
-
*/
|
|
35112
|
-
addDimension(
|
|
35113
|
-
/**
|
|
35114
|
-
* The dimension to add; if empty, nothing is inserted
|
|
35115
|
-
*/
|
|
35116
|
-
oDimension: sap.gantt.simple.UtilizationDimension
|
|
35117
|
-
): this;
|
|
35118
|
-
/**
|
|
35119
|
-
* Destroys all the dimensions in the aggregation {@link #getDimensions dimensions}.
|
|
35120
|
-
*/
|
|
35121
|
-
destroyDimensions(): this;
|
|
35122
35241
|
/**
|
|
35123
35242
|
* Creates a new subclass of class sap.gantt.simple.UtilizationLineChart with name `sClassName` and enriches
|
|
35124
35243
|
* it with the information contained in `oClassInfo`.
|
|
@@ -35140,16 +35259,29 @@ declare namespace sap {
|
|
|
35140
35259
|
*/
|
|
35141
35260
|
FNMetaImpl?: Function
|
|
35142
35261
|
): Function;
|
|
35262
|
+
/**
|
|
35263
|
+
* Returns a metadata object for class sap.gantt.simple.UtilizationLineChart.
|
|
35264
|
+
*/
|
|
35265
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
35266
|
+
/**
|
|
35267
|
+
* Adds some dimension to the aggregation {@link #getDimensions dimensions}.
|
|
35268
|
+
*/
|
|
35269
|
+
addDimension(
|
|
35270
|
+
/**
|
|
35271
|
+
* The dimension to add; if empty, nothing is inserted
|
|
35272
|
+
*/
|
|
35273
|
+
oDimension: sap.gantt.simple.UtilizationDimension
|
|
35274
|
+
): this;
|
|
35275
|
+
/**
|
|
35276
|
+
* Destroys all the dimensions in the aggregation {@link #getDimensions dimensions}.
|
|
35277
|
+
*/
|
|
35278
|
+
destroyDimensions(): this;
|
|
35143
35279
|
/**
|
|
35144
35280
|
* Gets content of aggregation {@link #getDimensions dimensions}.
|
|
35145
35281
|
*
|
|
35146
35282
|
* Dimensions of the Utilization Line Chart
|
|
35147
35283
|
*/
|
|
35148
35284
|
getDimensions(): sap.gantt.simple.UtilizationDimension[];
|
|
35149
|
-
/**
|
|
35150
|
-
* Returns a metadata object for class sap.gantt.simple.UtilizationLineChart.
|
|
35151
|
-
*/
|
|
35152
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
35153
35285
|
/**
|
|
35154
35286
|
* ID of the element which is the current target of the association {@link #getOverConsumptionPattern overConsumptionPattern},
|
|
35155
35287
|
* or `null`.
|
|
@@ -35304,6 +35436,10 @@ declare namespace sap {
|
|
|
35304
35436
|
*/
|
|
35305
35437
|
FNMetaImpl?: Function
|
|
35306
35438
|
): Function;
|
|
35439
|
+
/**
|
|
35440
|
+
* Returns a metadata object for class sap.gantt.simple.UtilizationPeriod.
|
|
35441
|
+
*/
|
|
35442
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
35307
35443
|
/**
|
|
35308
35444
|
* Gets current value of property {@link #getDemand demand}.
|
|
35309
35445
|
*
|
|
@@ -35318,10 +35454,6 @@ declare namespace sap {
|
|
|
35318
35454
|
* from date time of period
|
|
35319
35455
|
*/
|
|
35320
35456
|
getFrom(): object;
|
|
35321
|
-
/**
|
|
35322
|
-
* Returns a metadata object for class sap.gantt.simple.UtilizationPeriod.
|
|
35323
|
-
*/
|
|
35324
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
35325
35457
|
/**
|
|
35326
35458
|
* Gets current value of property {@link #getSupply supply}.
|
|
35327
35459
|
*
|
|
@@ -35939,7 +36071,7 @@ declare namespace sap {
|
|
|
35939
36071
|
/**
|
|
35940
36072
|
* Event fired when the hierarchy key has changed in the Gantt chart toolbar.
|
|
35941
36073
|
*/
|
|
35942
|
-
ganttChartSwitchRequested?:
|
|
36074
|
+
ganttChartSwitchRequested?: (oEvent: sap.ui.base.Event) => void;
|
|
35943
36075
|
|
|
35944
36076
|
/**
|
|
35945
36077
|
* Splitter (if exists) resized.
|
|
@@ -35947,7 +36079,7 @@ declare namespace sap {
|
|
|
35947
36079
|
* If a splitter exists and synchronization is needed with other Gantt charts in the container, use this
|
|
35948
36080
|
* event. You can listen for this event and obtain `zoomInfo`.
|
|
35949
36081
|
*/
|
|
35950
|
-
splitterResize?:
|
|
36082
|
+
splitterResize?: (oEvent: sap.ui.base.Event) => void;
|
|
35951
36083
|
|
|
35952
36084
|
/**
|
|
35953
36085
|
* @deprecated (since 1.44)
|
|
@@ -35957,7 +36089,7 @@ declare namespace sap {
|
|
|
35957
36089
|
* If the horizontal scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
35958
36090
|
* use this event.
|
|
35959
36091
|
*/
|
|
35960
|
-
horizontalScroll?:
|
|
36092
|
+
horizontalScroll?: (oEvent: sap.ui.base.Event) => void;
|
|
35961
36093
|
|
|
35962
36094
|
/**
|
|
35963
36095
|
* @deprecated (since 1.44)
|
|
@@ -35967,73 +36099,73 @@ declare namespace sap {
|
|
|
35967
36099
|
* If the vertical scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
35968
36100
|
* use this event.
|
|
35969
36101
|
*/
|
|
35970
|
-
verticalScroll?:
|
|
36102
|
+
verticalScroll?: (oEvent: sap.ui.base.Event) => void;
|
|
35971
36103
|
|
|
35972
36104
|
/**
|
|
35973
36105
|
* Event is fired when a mouse-hover occurs in the graphic part.
|
|
35974
36106
|
*/
|
|
35975
|
-
chartMouseOver?:
|
|
36107
|
+
chartMouseOver?: (oEvent: sap.ui.base.Event) => void;
|
|
35976
36108
|
|
|
35977
36109
|
/**
|
|
35978
36110
|
* Event fired when the chart is clicked
|
|
35979
36111
|
*/
|
|
35980
|
-
chartClick?:
|
|
36112
|
+
chartClick?: (oEvent: sap.ui.base.Event) => void;
|
|
35981
36113
|
|
|
35982
36114
|
/**
|
|
35983
36115
|
* Event fired when the chart is double-clicked
|
|
35984
36116
|
*/
|
|
35985
|
-
chartDoubleClick?:
|
|
36117
|
+
chartDoubleClick?: (oEvent: sap.ui.base.Event) => void;
|
|
35986
36118
|
|
|
35987
36119
|
/**
|
|
35988
36120
|
* Event fired when the chart is right-clicked
|
|
35989
36121
|
*/
|
|
35990
|
-
chartRightClick?:
|
|
36122
|
+
chartRightClick?: (oEvent: sap.ui.base.Event) => void;
|
|
35991
36123
|
|
|
35992
|
-
chartDragEnter?:
|
|
36124
|
+
chartDragEnter?: (oEvent: sap.ui.base.Event) => void;
|
|
35993
36125
|
|
|
35994
|
-
chartDragLeave?:
|
|
36126
|
+
chartDragLeave?: (oEvent: sap.ui.base.Event) => void;
|
|
35995
36127
|
|
|
35996
36128
|
/**
|
|
35997
36129
|
* Event fired when the selection status of rows changes.
|
|
35998
36130
|
*/
|
|
35999
|
-
rowSelectionChange?:
|
|
36131
|
+
rowSelectionChange?: (oEvent: sap.ui.base.Event) => void;
|
|
36000
36132
|
|
|
36001
36133
|
/**
|
|
36002
36134
|
* Event fired when the selection status of relationships changes.
|
|
36003
36135
|
*/
|
|
36004
|
-
relationshipSelectionChange?:
|
|
36136
|
+
relationshipSelectionChange?: (oEvent: sap.ui.base.Event) => void;
|
|
36005
36137
|
|
|
36006
36138
|
/**
|
|
36007
36139
|
* Event fired when the selection status of shapes changes.
|
|
36008
36140
|
*/
|
|
36009
|
-
shapeSelectionChange?:
|
|
36141
|
+
shapeSelectionChange?: (oEvent: sap.ui.base.Event) => void;
|
|
36010
36142
|
|
|
36011
36143
|
/**
|
|
36012
36144
|
* Event fired when a drag-and-drop occurs on one or more selected shapes.
|
|
36013
36145
|
*/
|
|
36014
|
-
shapeDragEnd?:
|
|
36146
|
+
shapeDragEnd?: (oEvent: sap.ui.base.Event) => void;
|
|
36015
36147
|
|
|
36016
36148
|
/**
|
|
36017
36149
|
* Event fired when toggle node of the tree table.
|
|
36018
36150
|
*/
|
|
36019
|
-
treeTableToggleEvent?:
|
|
36151
|
+
treeTableToggleEvent?: (oEvent: sap.ui.base.Event) => void;
|
|
36020
36152
|
|
|
36021
36153
|
/**
|
|
36022
36154
|
* Event fired when a resizing occurs on a resized shape.
|
|
36023
36155
|
*/
|
|
36024
|
-
shapeResizeEnd?:
|
|
36156
|
+
shapeResizeEnd?: (oEvent: sap.ui.base.Event) => void;
|
|
36025
36157
|
|
|
36026
36158
|
/**
|
|
36027
36159
|
* Event fired when the following conditions are met: The 'enableHover' property of Shape is set to true.
|
|
36028
36160
|
* You hover the mouse on a shape and keep the mouse stationary for 500 millisecond or longer.
|
|
36029
36161
|
*/
|
|
36030
|
-
shapeMouseEnter?:
|
|
36162
|
+
shapeMouseEnter?: (oEvent: sap.ui.base.Event) => void;
|
|
36031
36163
|
|
|
36032
36164
|
/**
|
|
36033
36165
|
* Event fired when the following conditions are met: The 'enableHover' property of Shape is set to true.
|
|
36034
36166
|
* You move the mouse out of a shape and keep the mouse stationary for 500 millisecond or longer.
|
|
36035
36167
|
*/
|
|
36036
|
-
shapeMouseLeave?:
|
|
36168
|
+
shapeMouseLeave?: (oEvent: sap.ui.base.Event) => void;
|
|
36037
36169
|
}
|
|
36038
36170
|
|
|
36039
36171
|
interface $GanttChartContainerSettings
|
|
@@ -36215,7 +36347,7 @@ declare namespace sap {
|
|
|
36215
36347
|
* - The layout group button is clicked in the container toolbar.
|
|
36216
36348
|
* - The source selection group changes in the Gantt chart toolbar.
|
|
36217
36349
|
*/
|
|
36218
|
-
ganttChartChangeRequested?:
|
|
36350
|
+
ganttChartChangeRequested?: (oEvent: sap.ui.base.Event) => void;
|
|
36219
36351
|
|
|
36220
36352
|
/**
|
|
36221
36353
|
* Event fired when the custom settings are changed.
|
|
@@ -36223,12 +36355,12 @@ declare namespace sap {
|
|
|
36223
36355
|
* The Custom settings are application-injected settings that can be configured in the Settings dialog box.
|
|
36224
36356
|
* This event allows the application to handle these settings. Only check boxes are supported.
|
|
36225
36357
|
*/
|
|
36226
|
-
customSettingChange?:
|
|
36358
|
+
customSettingChange?: (oEvent: sap.ui.base.Event) => void;
|
|
36227
36359
|
|
|
36228
36360
|
/**
|
|
36229
36361
|
* Event fired when toggle node of the tree table.
|
|
36230
36362
|
*/
|
|
36231
|
-
treeTableToggleEvent?:
|
|
36363
|
+
treeTableToggleEvent?: (oEvent: sap.ui.base.Event) => void;
|
|
36232
36364
|
}
|
|
36233
36365
|
|
|
36234
36366
|
interface $GanttChartWithTableSettings
|
|
@@ -36337,16 +36469,16 @@ declare namespace sap {
|
|
|
36337
36469
|
*/
|
|
36338
36470
|
FNMetaImpl?: Function
|
|
36339
36471
|
): Function;
|
|
36472
|
+
/**
|
|
36473
|
+
* Returns a metadata object for class sap.gantt.AdhocLine.
|
|
36474
|
+
*/
|
|
36475
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
36340
36476
|
/**
|
|
36341
36477
|
* Gets current value of property {@link #getDescription description}.
|
|
36342
36478
|
*
|
|
36343
36479
|
* Description of the time stamp
|
|
36344
36480
|
*/
|
|
36345
36481
|
getDescription(): string;
|
|
36346
|
-
/**
|
|
36347
|
-
* Returns a metadata object for class sap.gantt.AdhocLine.
|
|
36348
|
-
*/
|
|
36349
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
36350
36482
|
/**
|
|
36351
36483
|
* Gets current value of property {@link #getStroke stroke}.
|
|
36352
36484
|
*
|
|
@@ -36508,11 +36640,6 @@ declare namespace sap {
|
|
|
36508
36640
|
mSettings?: sap.gantt.$GanttChartSettings
|
|
36509
36641
|
);
|
|
36510
36642
|
|
|
36511
|
-
/**
|
|
36512
|
-
* GanttChart will do birdEye on the specified row. The row index starts from 0 and indicates the position
|
|
36513
|
-
* in all rows, instead of visible rows
|
|
36514
|
-
*/
|
|
36515
|
-
doBirdEyeOnRow(): void;
|
|
36516
36643
|
/**
|
|
36517
36644
|
* Creates a new subclass of class sap.gantt.GanttChart with name `sClassName` and enriches it with the
|
|
36518
36645
|
* information contained in `oClassInfo`.
|
|
@@ -36538,6 +36665,11 @@ declare namespace sap {
|
|
|
36538
36665
|
* Returns a metadata object for class sap.gantt.GanttChart.
|
|
36539
36666
|
*/
|
|
36540
36667
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
36668
|
+
/**
|
|
36669
|
+
* GanttChart will do birdEye on the specified row. The row index starts from 0 and indicates the position
|
|
36670
|
+
* in all rows, instead of visible rows
|
|
36671
|
+
*/
|
|
36672
|
+
doBirdEyeOnRow(): void;
|
|
36541
36673
|
/**
|
|
36542
36674
|
* Set AxixTimeStrategy aggregation.
|
|
36543
36675
|
*/
|
|
@@ -36626,6 +36758,31 @@ declare namespace sap {
|
|
|
36626
36758
|
mSettings?: sap.gantt.$GanttChartBaseSettings
|
|
36627
36759
|
);
|
|
36628
36760
|
|
|
36761
|
+
/**
|
|
36762
|
+
* Creates a new subclass of class sap.gantt.GanttChartBase with name `sClassName` and enriches it with
|
|
36763
|
+
* the information contained in `oClassInfo`.
|
|
36764
|
+
*
|
|
36765
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
36766
|
+
*/
|
|
36767
|
+
static extend<T extends Record<string, unknown>>(
|
|
36768
|
+
/**
|
|
36769
|
+
* Name of the class being created
|
|
36770
|
+
*/
|
|
36771
|
+
sClassName: string,
|
|
36772
|
+
/**
|
|
36773
|
+
* Object literal with information about the class
|
|
36774
|
+
*/
|
|
36775
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.GanttChartBase>,
|
|
36776
|
+
/**
|
|
36777
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
36778
|
+
* used by this class
|
|
36779
|
+
*/
|
|
36780
|
+
FNMetaImpl?: Function
|
|
36781
|
+
): Function;
|
|
36782
|
+
/**
|
|
36783
|
+
* Returns a metadata object for class sap.gantt.GanttChartBase.
|
|
36784
|
+
*/
|
|
36785
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
36629
36786
|
/**
|
|
36630
36787
|
* Adds some adhocLine to the aggregation {@link #getAdhocLines adhocLines}.
|
|
36631
36788
|
*/
|
|
@@ -37853,27 +38010,6 @@ declare namespace sap {
|
|
|
37853
38010
|
*/
|
|
37854
38011
|
iLevel: int
|
|
37855
38012
|
): this;
|
|
37856
|
-
/**
|
|
37857
|
-
* Creates a new subclass of class sap.gantt.GanttChartBase with name `sClassName` and enriches it with
|
|
37858
|
-
* the information contained in `oClassInfo`.
|
|
37859
|
-
*
|
|
37860
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
37861
|
-
*/
|
|
37862
|
-
static extend<T extends Record<string, unknown>>(
|
|
37863
|
-
/**
|
|
37864
|
-
* Name of the class being created
|
|
37865
|
-
*/
|
|
37866
|
-
sClassName: string,
|
|
37867
|
-
/**
|
|
37868
|
-
* Object literal with information about the class
|
|
37869
|
-
*/
|
|
37870
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.GanttChartBase>,
|
|
37871
|
-
/**
|
|
37872
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
37873
|
-
* used by this class
|
|
37874
|
-
*/
|
|
37875
|
-
FNMetaImpl?: Function
|
|
37876
|
-
): Function;
|
|
37877
38013
|
/**
|
|
37878
38014
|
* Fires event {@link #event:chartClick chartClick} to attached listeners.
|
|
37879
38015
|
*/
|
|
@@ -38491,10 +38627,6 @@ declare namespace sap {
|
|
|
38491
38627
|
* Default value is `library.config.DEFAULT_LOCALE_CET`.
|
|
38492
38628
|
*/
|
|
38493
38629
|
getLocale(): object;
|
|
38494
|
-
/**
|
|
38495
|
-
* Returns a metadata object for class sap.gantt.GanttChartBase.
|
|
38496
|
-
*/
|
|
38497
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
38498
38630
|
/**
|
|
38499
38631
|
* Gets current value of property {@link #getMode mode}.
|
|
38500
38632
|
*
|
|
@@ -39543,6 +39675,31 @@ declare namespace sap {
|
|
|
39543
39675
|
mSettings?: sap.gantt.$GanttChartContainerSettings
|
|
39544
39676
|
);
|
|
39545
39677
|
|
|
39678
|
+
/**
|
|
39679
|
+
* Creates a new subclass of class sap.gantt.GanttChartContainer with name `sClassName` and enriches it
|
|
39680
|
+
* with the information contained in `oClassInfo`.
|
|
39681
|
+
*
|
|
39682
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
39683
|
+
*/
|
|
39684
|
+
static extend<T extends Record<string, unknown>>(
|
|
39685
|
+
/**
|
|
39686
|
+
* Name of the class being created
|
|
39687
|
+
*/
|
|
39688
|
+
sClassName: string,
|
|
39689
|
+
/**
|
|
39690
|
+
* Object literal with information about the class
|
|
39691
|
+
*/
|
|
39692
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.GanttChartContainer>,
|
|
39693
|
+
/**
|
|
39694
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
39695
|
+
* used by this class
|
|
39696
|
+
*/
|
|
39697
|
+
FNMetaImpl?: Function
|
|
39698
|
+
): Function;
|
|
39699
|
+
/**
|
|
39700
|
+
* Returns a metadata object for class sap.gantt.GanttChartContainer.
|
|
39701
|
+
*/
|
|
39702
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
39546
39703
|
/**
|
|
39547
39704
|
* Adds some customToolbarItem to the aggregation {@link #getCustomToolbarItems customToolbarItems}.
|
|
39548
39705
|
*/
|
|
@@ -39831,27 +39988,6 @@ declare namespace sap {
|
|
|
39831
39988
|
*/
|
|
39832
39989
|
oListener?: object
|
|
39833
39990
|
): this;
|
|
39834
|
-
/**
|
|
39835
|
-
* Creates a new subclass of class sap.gantt.GanttChartContainer with name `sClassName` and enriches it
|
|
39836
|
-
* with the information contained in `oClassInfo`.
|
|
39837
|
-
*
|
|
39838
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
39839
|
-
*/
|
|
39840
|
-
static extend<T extends Record<string, unknown>>(
|
|
39841
|
-
/**
|
|
39842
|
-
* Name of the class being created
|
|
39843
|
-
*/
|
|
39844
|
-
sClassName: string,
|
|
39845
|
-
/**
|
|
39846
|
-
* Object literal with information about the class
|
|
39847
|
-
*/
|
|
39848
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.GanttChartContainer>,
|
|
39849
|
-
/**
|
|
39850
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
39851
|
-
* used by this class
|
|
39852
|
-
*/
|
|
39853
|
-
FNMetaImpl?: Function
|
|
39854
|
-
): Function;
|
|
39855
39991
|
/**
|
|
39856
39992
|
* Fires event {@link #event:customSettingChange customSettingChange} to attached listeners.
|
|
39857
39993
|
*/
|
|
@@ -40072,10 +40208,6 @@ declare namespace sap {
|
|
|
40072
40208
|
* Default value is `3`.
|
|
40073
40209
|
*/
|
|
40074
40210
|
getMaxNumOfGanttCharts(): int;
|
|
40075
|
-
/**
|
|
40076
|
-
* Returns a metadata object for class sap.gantt.GanttChartContainer.
|
|
40077
|
-
*/
|
|
40078
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
40079
40211
|
/**
|
|
40080
40212
|
* Gets current value of property {@link #getModes modes}.
|
|
40081
40213
|
*
|
|
@@ -40651,6 +40783,31 @@ declare namespace sap {
|
|
|
40651
40783
|
mSettings?: sap.gantt.$GanttChartWithTableSettings
|
|
40652
40784
|
);
|
|
40653
40785
|
|
|
40786
|
+
/**
|
|
40787
|
+
* Creates a new subclass of class sap.gantt.GanttChartWithTable with name `sClassName` and enriches it
|
|
40788
|
+
* with the information contained in `oClassInfo`.
|
|
40789
|
+
*
|
|
40790
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.gantt.GanttChartBase.extend}.
|
|
40791
|
+
*/
|
|
40792
|
+
static extend<T extends Record<string, unknown>>(
|
|
40793
|
+
/**
|
|
40794
|
+
* Name of the class being created
|
|
40795
|
+
*/
|
|
40796
|
+
sClassName: string,
|
|
40797
|
+
/**
|
|
40798
|
+
* Object literal with information about the class
|
|
40799
|
+
*/
|
|
40800
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.GanttChartWithTable>,
|
|
40801
|
+
/**
|
|
40802
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
40803
|
+
* used by this class
|
|
40804
|
+
*/
|
|
40805
|
+
FNMetaImpl?: Function
|
|
40806
|
+
): Function;
|
|
40807
|
+
/**
|
|
40808
|
+
* Returns a metadata object for class sap.gantt.GanttChartWithTable.
|
|
40809
|
+
*/
|
|
40810
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
40654
40811
|
/**
|
|
40655
40812
|
* Adds some column to the aggregation {@link #getColumns columns}.
|
|
40656
40813
|
*/
|
|
@@ -40700,27 +40857,6 @@ declare namespace sap {
|
|
|
40700
40857
|
* Destroys all the customToolbarItems in the aggregation {@link #getCustomToolbarItems customToolbarItems}.
|
|
40701
40858
|
*/
|
|
40702
40859
|
destroyCustomToolbarItems(): this;
|
|
40703
|
-
/**
|
|
40704
|
-
* Creates a new subclass of class sap.gantt.GanttChartWithTable with name `sClassName` and enriches it
|
|
40705
|
-
* with the information contained in `oClassInfo`.
|
|
40706
|
-
*
|
|
40707
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.gantt.GanttChartBase.extend}.
|
|
40708
|
-
*/
|
|
40709
|
-
static extend<T extends Record<string, unknown>>(
|
|
40710
|
-
/**
|
|
40711
|
-
* Name of the class being created
|
|
40712
|
-
*/
|
|
40713
|
-
sClassName: string,
|
|
40714
|
-
/**
|
|
40715
|
-
* Object literal with information about the class
|
|
40716
|
-
*/
|
|
40717
|
-
oClassInfo?: sap.ClassInfo<T, sap.gantt.GanttChartWithTable>,
|
|
40718
|
-
/**
|
|
40719
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
40720
|
-
* used by this class
|
|
40721
|
-
*/
|
|
40722
|
-
FNMetaImpl?: Function
|
|
40723
|
-
): Function;
|
|
40724
40860
|
/**
|
|
40725
40861
|
* Gets current value of property {@link #getCellCallback cellCallback}.
|
|
40726
40862
|
*
|
|
@@ -40770,10 +40906,6 @@ declare namespace sap {
|
|
|
40770
40906
|
* sap.ui.table.Table.getFixedColumnCount
|
|
40771
40907
|
*/
|
|
40772
40908
|
getFixedColumnCount(): int;
|
|
40773
|
-
/**
|
|
40774
|
-
* Returns a metadata object for class sap.gantt.GanttChartWithTable.
|
|
40775
|
-
*/
|
|
40776
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
40777
40909
|
/**
|
|
40778
40910
|
* Retrieves the lead selection index. The lead selection index is, among other things, used to determine
|
|
40779
40911
|
* the start and end of a selection range, when using Shift-Click to select multiple entries.
|
|
@@ -41283,8 +41415,6 @@ declare namespace sap {
|
|
|
41283
41415
|
|
|
41284
41416
|
"sap/gantt/simple/AdhocLine": undefined;
|
|
41285
41417
|
|
|
41286
|
-
"sap/gantt/simple/AggregationUtils": undefined;
|
|
41287
|
-
|
|
41288
41418
|
"sap/gantt/simple/BaseCalendar": undefined;
|
|
41289
41419
|
|
|
41290
41420
|
"sap/gantt/simple/BaseChevron": undefined;
|