@sapui5/ts-types 1.114.1 → 1.114.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/package.json +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.gantt.d.ts +380 -13
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +49 -13
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +90 -1
- package/types/sap.ui.core.d.ts +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +7 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -14
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.114.
|
|
1
|
+
// For Library Version: 1.114.3
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -946,7 +946,10 @@ declare namespace sap {
|
|
|
946
946
|
displayText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
947
947
|
|
|
948
948
|
/**
|
|
949
|
-
* private property
|
|
949
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
950
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
951
|
+
*
|
|
952
|
+
* Set this to true for all standard settings
|
|
950
953
|
*/
|
|
951
954
|
_isStandard?:
|
|
952
955
|
| boolean
|
|
@@ -3848,9 +3851,12 @@ declare namespace sap {
|
|
|
3848
3851
|
*/
|
|
3849
3852
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3850
3853
|
/**
|
|
3854
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
3855
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
3856
|
+
*
|
|
3851
3857
|
* Gets current value of property {@link #get_isStandard _isStandard}.
|
|
3852
3858
|
*
|
|
3853
|
-
*
|
|
3859
|
+
* Set this to true for all standard settings
|
|
3854
3860
|
*
|
|
3855
3861
|
* Default value is `false`.
|
|
3856
3862
|
*
|
|
@@ -3884,9 +3890,12 @@ declare namespace sap {
|
|
|
3884
3890
|
*/
|
|
3885
3891
|
getKey(): string;
|
|
3886
3892
|
/**
|
|
3893
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
3894
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
3895
|
+
*
|
|
3887
3896
|
* Sets a new value for property {@link #get_isStandard _isStandard}.
|
|
3888
3897
|
*
|
|
3889
|
-
*
|
|
3898
|
+
* Set this to true for all standard settings
|
|
3890
3899
|
*
|
|
3891
3900
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3892
3901
|
*
|
|
@@ -22465,6 +22474,9 @@ declare namespace sap {
|
|
|
22465
22474
|
| `{${string}}`;
|
|
22466
22475
|
|
|
22467
22476
|
/**
|
|
22477
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
22478
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
22479
|
+
*
|
|
22468
22480
|
* Standard SVG 'stroke-width' attribute.
|
|
22469
22481
|
*/
|
|
22470
22482
|
_strokeWidth?:
|
|
@@ -22524,6 +22536,9 @@ declare namespace sap {
|
|
|
22524
22536
|
| `{${string}}`;
|
|
22525
22537
|
|
|
22526
22538
|
/**
|
|
22539
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
22540
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
22541
|
+
*
|
|
22527
22542
|
* Line Selected
|
|
22528
22543
|
*/
|
|
22529
22544
|
_selected?:
|
|
@@ -22532,6 +22547,9 @@ declare namespace sap {
|
|
|
22532
22547
|
| `{${string}}`;
|
|
22533
22548
|
|
|
22534
22549
|
/**
|
|
22550
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
22551
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
22552
|
+
*
|
|
22535
22553
|
* Level of markers in the header.
|
|
22536
22554
|
*/
|
|
22537
22555
|
_level?:
|
|
@@ -22550,17 +22568,29 @@ declare namespace sap {
|
|
|
22550
22568
|
| `{${string}}`;
|
|
22551
22569
|
|
|
22552
22570
|
/**
|
|
22571
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
22572
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
22573
|
+
* CA-UI5-CTR-GNT.
|
|
22574
|
+
*
|
|
22553
22575
|
* Adhoc Line
|
|
22554
22576
|
*/
|
|
22555
22577
|
_line?: sap.gantt.simple.BaseLine;
|
|
22556
22578
|
|
|
22557
22579
|
/**
|
|
22580
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
22581
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
22582
|
+
* CA-UI5-CTR-GNT.
|
|
22583
|
+
*
|
|
22558
22584
|
* Adhoc Marker
|
|
22559
22585
|
*/
|
|
22560
22586
|
_marker?: sap.gantt.simple.AdhocDiamond;
|
|
22561
22587
|
|
|
22562
22588
|
/**
|
|
22563
|
-
*
|
|
22589
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
22590
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
22591
|
+
* CA-UI5-CTR-GNT.
|
|
22592
|
+
*
|
|
22593
|
+
* Adhoc Header Line
|
|
22564
22594
|
*/
|
|
22565
22595
|
_headerLine?: sap.gantt.simple.BaseLine;
|
|
22566
22596
|
|
|
@@ -23412,6 +23442,8 @@ declare namespace sap {
|
|
|
23412
23442
|
|
|
23413
23443
|
/**
|
|
23414
23444
|
* @SINCE 1.96
|
|
23445
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
23446
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23415
23447
|
*
|
|
23416
23448
|
* property to check if shape is cropped by the visible horizon
|
|
23417
23449
|
*/
|
|
@@ -23422,6 +23454,8 @@ declare namespace sap {
|
|
|
23422
23454
|
|
|
23423
23455
|
/**
|
|
23424
23456
|
* @SINCE 1.96
|
|
23457
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
23458
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23425
23459
|
*
|
|
23426
23460
|
* xBaised value to be added to cropped shape when horizontalTextAligment is set to "Dynamic"
|
|
23427
23461
|
*/
|
|
@@ -23675,6 +23709,9 @@ declare namespace sap {
|
|
|
23675
23709
|
| `{${string}}`;
|
|
23676
23710
|
|
|
23677
23711
|
/**
|
|
23712
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
23713
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23714
|
+
*
|
|
23678
23715
|
* Shows or hides the represented control.
|
|
23679
23716
|
*/
|
|
23680
23717
|
_show?:
|
|
@@ -23683,6 +23720,10 @@ declare namespace sap {
|
|
|
23683
23720
|
| `{${string}}`;
|
|
23684
23721
|
|
|
23685
23722
|
/**
|
|
23723
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
23724
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
23725
|
+
* CA-UI5-CTR-GNT.
|
|
23726
|
+
*
|
|
23686
23727
|
* Represented control.
|
|
23687
23728
|
*/
|
|
23688
23729
|
_control?: sap.ui.core.Control;
|
|
@@ -23702,6 +23743,8 @@ declare namespace sap {
|
|
|
23702
23743
|
|
|
23703
23744
|
/**
|
|
23704
23745
|
* @SINCE 1.88
|
|
23746
|
+
* @deprecated (since 1.114) - patch version. This is a private event and it is being removed from UI5 version
|
|
23747
|
+
* 1.117. We recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23705
23748
|
*
|
|
23706
23749
|
* The event is triggered when custom variant data is set to update gantt chart with table
|
|
23707
23750
|
*/
|
|
@@ -23720,6 +23763,9 @@ declare namespace sap {
|
|
|
23720
23763
|
| `{${string}}`;
|
|
23721
23764
|
|
|
23722
23765
|
/**
|
|
23766
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
23767
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23768
|
+
*
|
|
23723
23769
|
* Standard SVG 'stroke-width' attribute.
|
|
23724
23770
|
*/
|
|
23725
23771
|
_strokeWidth?:
|
|
@@ -23806,6 +23852,9 @@ declare namespace sap {
|
|
|
23806
23852
|
| `{${string}}`;
|
|
23807
23853
|
|
|
23808
23854
|
/**
|
|
23855
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
23856
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23857
|
+
*
|
|
23809
23858
|
* Background area between Delta Lines
|
|
23810
23859
|
*/
|
|
23811
23860
|
_enableChartDeltaAreaHighlight?:
|
|
@@ -23814,6 +23863,9 @@ declare namespace sap {
|
|
|
23814
23863
|
| `{${string}}`;
|
|
23815
23864
|
|
|
23816
23865
|
/**
|
|
23866
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
23867
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23868
|
+
*
|
|
23817
23869
|
* Selection property of the Delta Markers
|
|
23818
23870
|
*/
|
|
23819
23871
|
_isSelected?:
|
|
@@ -23822,6 +23874,9 @@ declare namespace sap {
|
|
|
23822
23874
|
| `{${string}}`;
|
|
23823
23875
|
|
|
23824
23876
|
/**
|
|
23877
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
23878
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23879
|
+
*
|
|
23825
23880
|
* Level of markers in the header.
|
|
23826
23881
|
*/
|
|
23827
23882
|
_level?:
|
|
@@ -23830,6 +23885,9 @@ declare namespace sap {
|
|
|
23830
23885
|
| `{${string}}`;
|
|
23831
23886
|
|
|
23832
23887
|
/**
|
|
23888
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
23889
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23890
|
+
*
|
|
23833
23891
|
* Visibility of the Delta Markers
|
|
23834
23892
|
*/
|
|
23835
23893
|
_visibleMarker?:
|
|
@@ -23838,41 +23896,73 @@ declare namespace sap {
|
|
|
23838
23896
|
| `{${string}}`;
|
|
23839
23897
|
|
|
23840
23898
|
/**
|
|
23899
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
23900
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
23901
|
+
* CA-UI5-CTR-GNT.
|
|
23902
|
+
*
|
|
23841
23903
|
* Start line of the Delta Line
|
|
23842
23904
|
*/
|
|
23843
23905
|
_startLine?: sap.gantt.simple.BaseLine;
|
|
23844
23906
|
|
|
23845
23907
|
/**
|
|
23908
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
23909
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
23910
|
+
* CA-UI5-CTR-GNT.
|
|
23911
|
+
*
|
|
23846
23912
|
* End line of the Delta Line
|
|
23847
23913
|
*/
|
|
23848
23914
|
_endLine?: sap.gantt.simple.BaseLine;
|
|
23849
23915
|
|
|
23850
23916
|
/**
|
|
23917
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
23918
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
23919
|
+
* CA-UI5-CTR-GNT.
|
|
23920
|
+
*
|
|
23851
23921
|
* Forward Delta Marker
|
|
23852
23922
|
*/
|
|
23853
23923
|
_forwardMarker?: sap.gantt.simple.BaseTriangle;
|
|
23854
23924
|
|
|
23855
23925
|
/**
|
|
23926
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
23927
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
23928
|
+
* CA-UI5-CTR-GNT.
|
|
23929
|
+
*
|
|
23856
23930
|
* Backward Delta Marker
|
|
23857
23931
|
*/
|
|
23858
23932
|
_backwardMarker?: sap.gantt.simple.BaseTriangle;
|
|
23859
23933
|
|
|
23860
23934
|
/**
|
|
23935
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
23936
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
23937
|
+
* CA-UI5-CTR-GNT.
|
|
23938
|
+
*
|
|
23861
23939
|
* Header area between the Delta Markers
|
|
23862
23940
|
*/
|
|
23863
23941
|
_headerDeltaArea?: sap.gantt.simple.BaseDeltaRectangle;
|
|
23864
23942
|
|
|
23865
23943
|
/**
|
|
23944
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
23945
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
23946
|
+
* CA-UI5-CTR-GNT.
|
|
23947
|
+
*
|
|
23866
23948
|
* Header start line
|
|
23867
23949
|
*/
|
|
23868
23950
|
_headerStartLine?: sap.gantt.simple.BaseLine;
|
|
23869
23951
|
|
|
23870
23952
|
/**
|
|
23953
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
23954
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
23955
|
+
* CA-UI5-CTR-GNT.
|
|
23956
|
+
*
|
|
23871
23957
|
* Header end line
|
|
23872
23958
|
*/
|
|
23873
23959
|
_headerEndLine?: sap.gantt.simple.BaseLine;
|
|
23874
23960
|
|
|
23875
23961
|
/**
|
|
23962
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
23963
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
23964
|
+
* CA-UI5-CTR-GNT.
|
|
23965
|
+
*
|
|
23876
23966
|
* Chart area between Delta Lines
|
|
23877
23967
|
*/
|
|
23878
23968
|
_chartDeltaArea?: sap.gantt.simple.BaseDeltaRectangle;
|
|
@@ -24097,6 +24187,8 @@ declare namespace sap {
|
|
|
24097
24187
|
|
|
24098
24188
|
/**
|
|
24099
24189
|
* @SINCE 1.91
|
|
24190
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
24191
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
24100
24192
|
*
|
|
24101
24193
|
* Flag to enable and disable RTA mode.
|
|
24102
24194
|
*/
|
|
@@ -24106,6 +24198,8 @@ declare namespace sap {
|
|
|
24106
24198
|
| `{${string}}`;
|
|
24107
24199
|
|
|
24108
24200
|
/**
|
|
24201
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
24202
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
24109
24203
|
* @EXPERIMENTAL (since 1.100)
|
|
24110
24204
|
*
|
|
24111
24205
|
* Flag to enable and disable search side panel.
|
|
@@ -24608,6 +24702,8 @@ declare namespace sap {
|
|
|
24608
24702
|
|
|
24609
24703
|
/**
|
|
24610
24704
|
* @SINCE 1.91
|
|
24705
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
24706
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
24611
24707
|
*
|
|
24612
24708
|
* Flag to enable and disable Runtime Adaptation (RTA) mode.
|
|
24613
24709
|
*/
|
|
@@ -24758,7 +24854,7 @@ declare namespace sap {
|
|
|
24758
24854
|
| `{${string}}`;
|
|
24759
24855
|
|
|
24760
24856
|
/**
|
|
24761
|
-
* @
|
|
24857
|
+
* @EXPERIMENTAL (since 1.109)
|
|
24762
24858
|
*
|
|
24763
24859
|
* Set to true if Gantt chart is configured to be lazy loaded horizontally. Application should fetch the
|
|
24764
24860
|
* data only for the visible horizon. Application also should make sure to fetch the relevant data on user
|
|
@@ -24771,6 +24867,8 @@ declare namespace sap {
|
|
|
24771
24867
|
| `{${string}}`;
|
|
24772
24868
|
|
|
24773
24869
|
/**
|
|
24870
|
+
* @EXPERIMENTAL (since 1.110)
|
|
24871
|
+
*
|
|
24774
24872
|
* Optimizes the rendering of overlapping shapes
|
|
24775
24873
|
*/
|
|
24776
24874
|
enablePseudoShapes?:
|
|
@@ -24814,8 +24912,7 @@ declare namespace sap {
|
|
|
24814
24912
|
| `{${string}}`;
|
|
24815
24913
|
|
|
24816
24914
|
/**
|
|
24817
|
-
* @
|
|
24818
|
-
* @EXPERIMENTAL
|
|
24915
|
+
* @EXPERIMENTAL (since 1.114)
|
|
24819
24916
|
*
|
|
24820
24917
|
* Flag to check whether the DateFormat should be used for Fiori launchpad timezone support. This flag is
|
|
24821
24918
|
* experimental, and it might be removed in a future release. When the flag is enabled, the start and end
|
|
@@ -24881,6 +24978,10 @@ declare namespace sap {
|
|
|
24881
24978
|
svgDefs?: sap.gantt.def.SvgDefs;
|
|
24882
24979
|
|
|
24883
24980
|
/**
|
|
24981
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
24982
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
24983
|
+
* CA-UI5-CTR-GNT.
|
|
24984
|
+
*
|
|
24884
24985
|
* SVG reusable element definitions for pseudo shapes.
|
|
24885
24986
|
*/
|
|
24886
24987
|
_pseudoSvgDefs?: sap.gantt.def.SvgDefs;
|
|
@@ -25364,6 +25465,10 @@ declare namespace sap {
|
|
|
25364
25465
|
| `{${string}}`;
|
|
25365
25466
|
|
|
25366
25467
|
/**
|
|
25468
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
25469
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
25470
|
+
* CA-UI5-CTR-GNT.
|
|
25471
|
+
*
|
|
25367
25472
|
* Pseudo shape template
|
|
25368
25473
|
*/
|
|
25369
25474
|
pseudoShapeTemplate?: sap.gantt.simple.MultiActivityGroup;
|
|
@@ -25494,6 +25599,9 @@ declare namespace sap {
|
|
|
25494
25599
|
| `{${string}}`;
|
|
25495
25600
|
|
|
25496
25601
|
/**
|
|
25602
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
25603
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
25604
|
+
*
|
|
25497
25605
|
* _lMarker determines up/down relation of L type .
|
|
25498
25606
|
*/
|
|
25499
25607
|
_lMarker?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
@@ -26385,18 +26493,30 @@ declare namespace sap {
|
|
|
26385
26493
|
oListener?: object
|
|
26386
26494
|
): this;
|
|
26387
26495
|
/**
|
|
26496
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
26497
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
26498
|
+
* CA-UI5-CTR-GNT.
|
|
26499
|
+
*
|
|
26388
26500
|
* Destroys the _headerLine in the aggregation {@link #get_headerLine _headerLine}.
|
|
26389
26501
|
*
|
|
26390
26502
|
* @returns Reference to `this` in order to allow method chaining
|
|
26391
26503
|
*/
|
|
26392
26504
|
destroy_headerLine(): this;
|
|
26393
26505
|
/**
|
|
26506
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
26507
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
26508
|
+
* CA-UI5-CTR-GNT.
|
|
26509
|
+
*
|
|
26394
26510
|
* Destroys the _line in the aggregation {@link #get_line _line}.
|
|
26395
26511
|
*
|
|
26396
26512
|
* @returns Reference to `this` in order to allow method chaining
|
|
26397
26513
|
*/
|
|
26398
26514
|
destroy_line(): this;
|
|
26399
26515
|
/**
|
|
26516
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
26517
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
26518
|
+
* CA-UI5-CTR-GNT.
|
|
26519
|
+
*
|
|
26400
26520
|
* Destroys the _marker in the aggregation {@link #get_marker _marker}.
|
|
26401
26521
|
*
|
|
26402
26522
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26533,12 +26653,19 @@ declare namespace sap {
|
|
|
26533
26653
|
mParameters?: object
|
|
26534
26654
|
): this;
|
|
26535
26655
|
/**
|
|
26656
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
26657
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
26658
|
+
* CA-UI5-CTR-GNT.
|
|
26659
|
+
*
|
|
26536
26660
|
* Gets content of aggregation {@link #get_headerLine _headerLine}.
|
|
26537
26661
|
*
|
|
26538
|
-
* Adhoc
|
|
26662
|
+
* Adhoc Header Line
|
|
26539
26663
|
*/
|
|
26540
26664
|
get_headerLine(): sap.gantt.simple.BaseLine;
|
|
26541
26665
|
/**
|
|
26666
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
26667
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26668
|
+
*
|
|
26542
26669
|
* Gets current value of property {@link #get_level _level}.
|
|
26543
26670
|
*
|
|
26544
26671
|
* Level of markers in the header.
|
|
@@ -26549,18 +26676,29 @@ declare namespace sap {
|
|
|
26549
26676
|
*/
|
|
26550
26677
|
get_level(): int;
|
|
26551
26678
|
/**
|
|
26679
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
26680
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
26681
|
+
* CA-UI5-CTR-GNT.
|
|
26682
|
+
*
|
|
26552
26683
|
* Gets content of aggregation {@link #get_line _line}.
|
|
26553
26684
|
*
|
|
26554
26685
|
* Adhoc Line
|
|
26555
26686
|
*/
|
|
26556
26687
|
get_line(): sap.gantt.simple.BaseLine;
|
|
26557
26688
|
/**
|
|
26689
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
26690
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
26691
|
+
* CA-UI5-CTR-GNT.
|
|
26692
|
+
*
|
|
26558
26693
|
* Gets content of aggregation {@link #get_marker _marker}.
|
|
26559
26694
|
*
|
|
26560
26695
|
* Adhoc Marker
|
|
26561
26696
|
*/
|
|
26562
26697
|
get_marker(): sap.gantt.simple.AdhocDiamond;
|
|
26563
26698
|
/**
|
|
26699
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
26700
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26701
|
+
*
|
|
26564
26702
|
* Gets current value of property {@link #get_selected _selected}.
|
|
26565
26703
|
*
|
|
26566
26704
|
* Line Selected
|
|
@@ -26571,6 +26709,9 @@ declare namespace sap {
|
|
|
26571
26709
|
*/
|
|
26572
26710
|
get_selected(): boolean;
|
|
26573
26711
|
/**
|
|
26712
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
26713
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26714
|
+
*
|
|
26574
26715
|
* Gets current value of property {@link #get_strokeWidth _strokeWidth}.
|
|
26575
26716
|
*
|
|
26576
26717
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -26669,6 +26810,10 @@ declare namespace sap {
|
|
|
26669
26810
|
*/
|
|
26670
26811
|
getVisible(): boolean;
|
|
26671
26812
|
/**
|
|
26813
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
26814
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
26815
|
+
* CA-UI5-CTR-GNT.
|
|
26816
|
+
*
|
|
26672
26817
|
* Sets the aggregated {@link #get_headerLine _headerLine}.
|
|
26673
26818
|
*
|
|
26674
26819
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26680,6 +26825,9 @@ declare namespace sap {
|
|
|
26680
26825
|
o_headerLine: sap.gantt.simple.BaseLine
|
|
26681
26826
|
): this;
|
|
26682
26827
|
/**
|
|
26828
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
26829
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26830
|
+
*
|
|
26683
26831
|
* Sets a new value for property {@link #get_level _level}.
|
|
26684
26832
|
*
|
|
26685
26833
|
* Level of markers in the header.
|
|
@@ -26697,6 +26845,10 @@ declare namespace sap {
|
|
|
26697
26845
|
i_level?: int
|
|
26698
26846
|
): this;
|
|
26699
26847
|
/**
|
|
26848
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
26849
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
26850
|
+
* CA-UI5-CTR-GNT.
|
|
26851
|
+
*
|
|
26700
26852
|
* Sets the aggregated {@link #get_line _line}.
|
|
26701
26853
|
*
|
|
26702
26854
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26708,6 +26860,10 @@ declare namespace sap {
|
|
|
26708
26860
|
o_line: sap.gantt.simple.BaseLine
|
|
26709
26861
|
): this;
|
|
26710
26862
|
/**
|
|
26863
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
26864
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
26865
|
+
* CA-UI5-CTR-GNT.
|
|
26866
|
+
*
|
|
26711
26867
|
* Sets the aggregated {@link #get_marker _marker}.
|
|
26712
26868
|
*
|
|
26713
26869
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26719,6 +26875,9 @@ declare namespace sap {
|
|
|
26719
26875
|
o_marker: sap.gantt.simple.AdhocDiamond
|
|
26720
26876
|
): this;
|
|
26721
26877
|
/**
|
|
26878
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
26879
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26880
|
+
*
|
|
26722
26881
|
* Sets a new value for property {@link #get_selected _selected}.
|
|
26723
26882
|
*
|
|
26724
26883
|
* Line Selected
|
|
@@ -26736,6 +26895,9 @@ declare namespace sap {
|
|
|
26736
26895
|
b_selected?: boolean
|
|
26737
26896
|
): this;
|
|
26738
26897
|
/**
|
|
26898
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
26899
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26900
|
+
*
|
|
26739
26901
|
* Sets a new value for property {@link #get_strokeWidth _strokeWidth}.
|
|
26740
26902
|
*
|
|
26741
26903
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -30432,6 +30594,8 @@ declare namespace sap {
|
|
|
30432
30594
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
30433
30595
|
/**
|
|
30434
30596
|
* @SINCE 1.96
|
|
30597
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
30598
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
30435
30599
|
*
|
|
30436
30600
|
* Gets current value of property {@link #get_shapeCropped _shapeCropped}.
|
|
30437
30601
|
*
|
|
@@ -30444,6 +30608,8 @@ declare namespace sap {
|
|
|
30444
30608
|
get_shapeCropped(): boolean;
|
|
30445
30609
|
/**
|
|
30446
30610
|
* @SINCE 1.96
|
|
30611
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
30612
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
30447
30613
|
*
|
|
30448
30614
|
* Gets current value of property {@link #get_xBiassed _xBiassed}.
|
|
30449
30615
|
*
|
|
@@ -30566,6 +30732,8 @@ declare namespace sap {
|
|
|
30566
30732
|
): void;
|
|
30567
30733
|
/**
|
|
30568
30734
|
* @SINCE 1.96
|
|
30735
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
30736
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
30569
30737
|
*
|
|
30570
30738
|
* Sets a new value for property {@link #get_shapeCropped _shapeCropped}.
|
|
30571
30739
|
*
|
|
@@ -30585,6 +30753,8 @@ declare namespace sap {
|
|
|
30585
30753
|
): this;
|
|
30586
30754
|
/**
|
|
30587
30755
|
* @SINCE 1.96
|
|
30756
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
30757
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
30588
30758
|
*
|
|
30589
30759
|
* Sets a new value for property {@link #get_xBiassed _xBiassed}.
|
|
30590
30760
|
*
|
|
@@ -32398,18 +32568,29 @@ declare namespace sap {
|
|
|
32398
32568
|
*/
|
|
32399
32569
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
32400
32570
|
/**
|
|
32571
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
32572
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
32573
|
+
* CA-UI5-CTR-GNT.
|
|
32574
|
+
*
|
|
32401
32575
|
* Destroys the _control in the aggregation {@link #get_control _control}.
|
|
32402
32576
|
*
|
|
32403
32577
|
* @returns Reference to `this` in order to allow method chaining
|
|
32404
32578
|
*/
|
|
32405
32579
|
destroy_control(): this;
|
|
32406
32580
|
/**
|
|
32581
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
32582
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
32583
|
+
* CA-UI5-CTR-GNT.
|
|
32584
|
+
*
|
|
32407
32585
|
* Gets content of aggregation {@link #get_control _control}.
|
|
32408
32586
|
*
|
|
32409
32587
|
* Represented control.
|
|
32410
32588
|
*/
|
|
32411
32589
|
get_control(): sap.ui.core.Control;
|
|
32412
32590
|
/**
|
|
32591
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
32592
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32593
|
+
*
|
|
32413
32594
|
* Gets current value of property {@link #get_show _show}.
|
|
32414
32595
|
*
|
|
32415
32596
|
* Shows or hides the represented control.
|
|
@@ -32435,6 +32616,10 @@ declare namespace sap {
|
|
|
32435
32616
|
*/
|
|
32436
32617
|
getType(): sap.gantt.simple.ContainerToolbarPlaceholderType;
|
|
32437
32618
|
/**
|
|
32619
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
32620
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
32621
|
+
* CA-UI5-CTR-GNT.
|
|
32622
|
+
*
|
|
32438
32623
|
* Sets the aggregated {@link #get_control _control}.
|
|
32439
32624
|
*
|
|
32440
32625
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -32446,6 +32631,9 @@ declare namespace sap {
|
|
|
32446
32631
|
o_control: sap.ui.core.Control
|
|
32447
32632
|
): this;
|
|
32448
32633
|
/**
|
|
32634
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
32635
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32636
|
+
*
|
|
32449
32637
|
* Sets a new value for property {@link #get_show _show}.
|
|
32450
32638
|
*
|
|
32451
32639
|
* Shows or hides the represented control.
|
|
@@ -32544,6 +32732,8 @@ declare namespace sap {
|
|
|
32544
32732
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
32545
32733
|
/**
|
|
32546
32734
|
* @SINCE 1.88
|
|
32735
|
+
* @deprecated (since 1.114) - patch version. This is a private event and it is being removed from UI5 version
|
|
32736
|
+
* 1.117. We recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32547
32737
|
*
|
|
32548
32738
|
* Attaches event handler `fnFunction` to the {@link #event:setDataComplete setDataComplete} event of this
|
|
32549
32739
|
* `sap.gantt.simple.CustomVariantHandler`.
|
|
@@ -32573,6 +32763,8 @@ declare namespace sap {
|
|
|
32573
32763
|
): this;
|
|
32574
32764
|
/**
|
|
32575
32765
|
* @SINCE 1.88
|
|
32766
|
+
* @deprecated (since 1.114) - patch version. This is a private event and it is being removed from UI5 version
|
|
32767
|
+
* 1.117. We recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32576
32768
|
*
|
|
32577
32769
|
* Attaches event handler `fnFunction` to the {@link #event:setDataComplete setDataComplete} event of this
|
|
32578
32770
|
* `sap.gantt.simple.CustomVariantHandler`.
|
|
@@ -32597,6 +32789,8 @@ declare namespace sap {
|
|
|
32597
32789
|
): this;
|
|
32598
32790
|
/**
|
|
32599
32791
|
* @SINCE 1.88
|
|
32792
|
+
* @deprecated (since 1.114) - patch version. This is a private event and it is being removed from UI5 version
|
|
32793
|
+
* 1.117. We recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32600
32794
|
*
|
|
32601
32795
|
* Detaches event handler `fnFunction` from the {@link #event:setDataComplete setDataComplete} event of
|
|
32602
32796
|
* this `sap.gantt.simple.CustomVariantHandler`.
|
|
@@ -32617,6 +32811,8 @@ declare namespace sap {
|
|
|
32617
32811
|
): this;
|
|
32618
32812
|
/**
|
|
32619
32813
|
* @SINCE 1.88
|
|
32814
|
+
* @deprecated (since 1.114) - patch version. This is a private event and it is being removed from UI5 version
|
|
32815
|
+
* 1.117. We recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32620
32816
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
32621
32817
|
*
|
|
32622
32818
|
* Fires event {@link #event:setDataComplete setDataComplete} to attached listeners.
|
|
@@ -32946,48 +33142,80 @@ declare namespace sap {
|
|
|
32946
33142
|
oListener?: object
|
|
32947
33143
|
): this;
|
|
32948
33144
|
/**
|
|
33145
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33146
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33147
|
+
* CA-UI5-CTR-GNT.
|
|
33148
|
+
*
|
|
32949
33149
|
* Destroys the _backwardMarker in the aggregation {@link #get_backwardMarker _backwardMarker}.
|
|
32950
33150
|
*
|
|
32951
33151
|
* @returns Reference to `this` in order to allow method chaining
|
|
32952
33152
|
*/
|
|
32953
33153
|
destroy_backwardMarker(): this;
|
|
32954
33154
|
/**
|
|
33155
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33156
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33157
|
+
* CA-UI5-CTR-GNT.
|
|
33158
|
+
*
|
|
32955
33159
|
* Destroys the _chartDeltaArea in the aggregation {@link #get_chartDeltaArea _chartDeltaArea}.
|
|
32956
33160
|
*
|
|
32957
33161
|
* @returns Reference to `this` in order to allow method chaining
|
|
32958
33162
|
*/
|
|
32959
33163
|
destroy_chartDeltaArea(): this;
|
|
32960
33164
|
/**
|
|
33165
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33166
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33167
|
+
* CA-UI5-CTR-GNT.
|
|
33168
|
+
*
|
|
32961
33169
|
* Destroys the _endLine in the aggregation {@link #get_endLine _endLine}.
|
|
32962
33170
|
*
|
|
32963
33171
|
* @returns Reference to `this` in order to allow method chaining
|
|
32964
33172
|
*/
|
|
32965
33173
|
destroy_endLine(): this;
|
|
32966
33174
|
/**
|
|
33175
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33176
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33177
|
+
* CA-UI5-CTR-GNT.
|
|
33178
|
+
*
|
|
32967
33179
|
* Destroys the _forwardMarker in the aggregation {@link #get_forwardMarker _forwardMarker}.
|
|
32968
33180
|
*
|
|
32969
33181
|
* @returns Reference to `this` in order to allow method chaining
|
|
32970
33182
|
*/
|
|
32971
33183
|
destroy_forwardMarker(): this;
|
|
32972
33184
|
/**
|
|
33185
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33186
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33187
|
+
* CA-UI5-CTR-GNT.
|
|
33188
|
+
*
|
|
32973
33189
|
* Destroys the _headerDeltaArea in the aggregation {@link #get_headerDeltaArea _headerDeltaArea}.
|
|
32974
33190
|
*
|
|
32975
33191
|
* @returns Reference to `this` in order to allow method chaining
|
|
32976
33192
|
*/
|
|
32977
33193
|
destroy_headerDeltaArea(): this;
|
|
32978
33194
|
/**
|
|
33195
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33196
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33197
|
+
* CA-UI5-CTR-GNT.
|
|
33198
|
+
*
|
|
32979
33199
|
* Destroys the _headerEndLine in the aggregation {@link #get_headerEndLine _headerEndLine}.
|
|
32980
33200
|
*
|
|
32981
33201
|
* @returns Reference to `this` in order to allow method chaining
|
|
32982
33202
|
*/
|
|
32983
33203
|
destroy_headerEndLine(): this;
|
|
32984
33204
|
/**
|
|
33205
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33206
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33207
|
+
* CA-UI5-CTR-GNT.
|
|
33208
|
+
*
|
|
32985
33209
|
* Destroys the _headerStartLine in the aggregation {@link #get_headerStartLine _headerStartLine}.
|
|
32986
33210
|
*
|
|
32987
33211
|
* @returns Reference to `this` in order to allow method chaining
|
|
32988
33212
|
*/
|
|
32989
33213
|
destroy_headerStartLine(): this;
|
|
32990
33214
|
/**
|
|
33215
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33216
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33217
|
+
* CA-UI5-CTR-GNT.
|
|
33218
|
+
*
|
|
32991
33219
|
* Destroys the _startLine in the aggregation {@link #get_startLine _startLine}.
|
|
32992
33220
|
*
|
|
32993
33221
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33170,18 +33398,29 @@ declare namespace sap {
|
|
|
33170
33398
|
mParameters?: object
|
|
33171
33399
|
): this;
|
|
33172
33400
|
/**
|
|
33401
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33402
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33403
|
+
* CA-UI5-CTR-GNT.
|
|
33404
|
+
*
|
|
33173
33405
|
* Gets content of aggregation {@link #get_backwardMarker _backwardMarker}.
|
|
33174
33406
|
*
|
|
33175
33407
|
* Backward Delta Marker
|
|
33176
33408
|
*/
|
|
33177
33409
|
get_backwardMarker(): sap.gantt.simple.BaseTriangle;
|
|
33178
33410
|
/**
|
|
33411
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33412
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33413
|
+
* CA-UI5-CTR-GNT.
|
|
33414
|
+
*
|
|
33179
33415
|
* Gets content of aggregation {@link #get_chartDeltaArea _chartDeltaArea}.
|
|
33180
33416
|
*
|
|
33181
33417
|
* Chart area between Delta Lines
|
|
33182
33418
|
*/
|
|
33183
33419
|
get_chartDeltaArea(): sap.gantt.simple.BaseDeltaRectangle;
|
|
33184
33420
|
/**
|
|
33421
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
33422
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33423
|
+
*
|
|
33185
33424
|
* Gets current value of property {@link #get_enableChartDeltaAreaHighlight _enableChartDeltaAreaHighlight}.
|
|
33186
33425
|
*
|
|
33187
33426
|
* Background area between Delta Lines
|
|
@@ -33192,36 +33431,59 @@ declare namespace sap {
|
|
|
33192
33431
|
*/
|
|
33193
33432
|
get_enableChartDeltaAreaHighlight(): boolean;
|
|
33194
33433
|
/**
|
|
33434
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33435
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33436
|
+
* CA-UI5-CTR-GNT.
|
|
33437
|
+
*
|
|
33195
33438
|
* Gets content of aggregation {@link #get_endLine _endLine}.
|
|
33196
33439
|
*
|
|
33197
33440
|
* End line of the Delta Line
|
|
33198
33441
|
*/
|
|
33199
33442
|
get_endLine(): sap.gantt.simple.BaseLine;
|
|
33200
33443
|
/**
|
|
33444
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33445
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33446
|
+
* CA-UI5-CTR-GNT.
|
|
33447
|
+
*
|
|
33201
33448
|
* Gets content of aggregation {@link #get_forwardMarker _forwardMarker}.
|
|
33202
33449
|
*
|
|
33203
33450
|
* Forward Delta Marker
|
|
33204
33451
|
*/
|
|
33205
33452
|
get_forwardMarker(): sap.gantt.simple.BaseTriangle;
|
|
33206
33453
|
/**
|
|
33454
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33455
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33456
|
+
* CA-UI5-CTR-GNT.
|
|
33457
|
+
*
|
|
33207
33458
|
* Gets content of aggregation {@link #get_headerDeltaArea _headerDeltaArea}.
|
|
33208
33459
|
*
|
|
33209
33460
|
* Header area between the Delta Markers
|
|
33210
33461
|
*/
|
|
33211
33462
|
get_headerDeltaArea(): sap.gantt.simple.BaseDeltaRectangle;
|
|
33212
33463
|
/**
|
|
33464
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33465
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33466
|
+
* CA-UI5-CTR-GNT.
|
|
33467
|
+
*
|
|
33213
33468
|
* Gets content of aggregation {@link #get_headerEndLine _headerEndLine}.
|
|
33214
33469
|
*
|
|
33215
33470
|
* Header end line
|
|
33216
33471
|
*/
|
|
33217
33472
|
get_headerEndLine(): sap.gantt.simple.BaseLine;
|
|
33218
33473
|
/**
|
|
33474
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33475
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33476
|
+
* CA-UI5-CTR-GNT.
|
|
33477
|
+
*
|
|
33219
33478
|
* Gets content of aggregation {@link #get_headerStartLine _headerStartLine}.
|
|
33220
33479
|
*
|
|
33221
33480
|
* Header start line
|
|
33222
33481
|
*/
|
|
33223
33482
|
get_headerStartLine(): sap.gantt.simple.BaseLine;
|
|
33224
33483
|
/**
|
|
33484
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
33485
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33486
|
+
*
|
|
33225
33487
|
* Gets current value of property {@link #get_isSelected _isSelected}.
|
|
33226
33488
|
*
|
|
33227
33489
|
* Selection property of the Delta Markers
|
|
@@ -33232,6 +33494,9 @@ declare namespace sap {
|
|
|
33232
33494
|
*/
|
|
33233
33495
|
get_isSelected(): boolean;
|
|
33234
33496
|
/**
|
|
33497
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
33498
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33499
|
+
*
|
|
33235
33500
|
* Gets current value of property {@link #get_level _level}.
|
|
33236
33501
|
*
|
|
33237
33502
|
* Level of markers in the header.
|
|
@@ -33242,12 +33507,19 @@ declare namespace sap {
|
|
|
33242
33507
|
*/
|
|
33243
33508
|
get_level(): int;
|
|
33244
33509
|
/**
|
|
33510
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33511
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33512
|
+
* CA-UI5-CTR-GNT.
|
|
33513
|
+
*
|
|
33245
33514
|
* Gets content of aggregation {@link #get_startLine _startLine}.
|
|
33246
33515
|
*
|
|
33247
33516
|
* Start line of the Delta Line
|
|
33248
33517
|
*/
|
|
33249
33518
|
get_startLine(): sap.gantt.simple.BaseLine;
|
|
33250
33519
|
/**
|
|
33520
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
33521
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33522
|
+
*
|
|
33251
33523
|
* Gets current value of property {@link #get_strokeWidth _strokeWidth}.
|
|
33252
33524
|
*
|
|
33253
33525
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -33258,6 +33530,9 @@ declare namespace sap {
|
|
|
33258
33530
|
*/
|
|
33259
33531
|
get_strokeWidth(): float;
|
|
33260
33532
|
/**
|
|
33533
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
33534
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33535
|
+
*
|
|
33261
33536
|
* Gets current value of property {@link #get_visibleMarker _visibleMarker}.
|
|
33262
33537
|
*
|
|
33263
33538
|
* Visibility of the Delta Markers
|
|
@@ -33378,6 +33653,10 @@ declare namespace sap {
|
|
|
33378
33653
|
*/
|
|
33379
33654
|
getVisibleDeltaStartEndLines(): boolean;
|
|
33380
33655
|
/**
|
|
33656
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33657
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33658
|
+
* CA-UI5-CTR-GNT.
|
|
33659
|
+
*
|
|
33381
33660
|
* Sets the aggregated {@link #get_backwardMarker _backwardMarker}.
|
|
33382
33661
|
*
|
|
33383
33662
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33389,6 +33668,10 @@ declare namespace sap {
|
|
|
33389
33668
|
o_backwardMarker: sap.gantt.simple.BaseTriangle
|
|
33390
33669
|
): this;
|
|
33391
33670
|
/**
|
|
33671
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33672
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33673
|
+
* CA-UI5-CTR-GNT.
|
|
33674
|
+
*
|
|
33392
33675
|
* Sets the aggregated {@link #get_chartDeltaArea _chartDeltaArea}.
|
|
33393
33676
|
*
|
|
33394
33677
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33400,6 +33683,9 @@ declare namespace sap {
|
|
|
33400
33683
|
o_chartDeltaArea: sap.gantt.simple.BaseDeltaRectangle
|
|
33401
33684
|
): this;
|
|
33402
33685
|
/**
|
|
33686
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
33687
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33688
|
+
*
|
|
33403
33689
|
* Sets a new value for property {@link #get_enableChartDeltaAreaHighlight _enableChartDeltaAreaHighlight}.
|
|
33404
33690
|
*
|
|
33405
33691
|
* Background area between Delta Lines
|
|
@@ -33417,6 +33703,10 @@ declare namespace sap {
|
|
|
33417
33703
|
b_enableChartDeltaAreaHighlight?: boolean
|
|
33418
33704
|
): this;
|
|
33419
33705
|
/**
|
|
33706
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33707
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33708
|
+
* CA-UI5-CTR-GNT.
|
|
33709
|
+
*
|
|
33420
33710
|
* Sets the aggregated {@link #get_endLine _endLine}.
|
|
33421
33711
|
*
|
|
33422
33712
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33428,6 +33718,10 @@ declare namespace sap {
|
|
|
33428
33718
|
o_endLine: sap.gantt.simple.BaseLine
|
|
33429
33719
|
): this;
|
|
33430
33720
|
/**
|
|
33721
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33722
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33723
|
+
* CA-UI5-CTR-GNT.
|
|
33724
|
+
*
|
|
33431
33725
|
* Sets the aggregated {@link #get_forwardMarker _forwardMarker}.
|
|
33432
33726
|
*
|
|
33433
33727
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33439,6 +33733,10 @@ declare namespace sap {
|
|
|
33439
33733
|
o_forwardMarker: sap.gantt.simple.BaseTriangle
|
|
33440
33734
|
): this;
|
|
33441
33735
|
/**
|
|
33736
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33737
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33738
|
+
* CA-UI5-CTR-GNT.
|
|
33739
|
+
*
|
|
33442
33740
|
* Sets the aggregated {@link #get_headerDeltaArea _headerDeltaArea}.
|
|
33443
33741
|
*
|
|
33444
33742
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33450,6 +33748,10 @@ declare namespace sap {
|
|
|
33450
33748
|
o_headerDeltaArea: sap.gantt.simple.BaseDeltaRectangle
|
|
33451
33749
|
): this;
|
|
33452
33750
|
/**
|
|
33751
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33752
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33753
|
+
* CA-UI5-CTR-GNT.
|
|
33754
|
+
*
|
|
33453
33755
|
* Sets the aggregated {@link #get_headerEndLine _headerEndLine}.
|
|
33454
33756
|
*
|
|
33455
33757
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33461,6 +33763,10 @@ declare namespace sap {
|
|
|
33461
33763
|
o_headerEndLine: sap.gantt.simple.BaseLine
|
|
33462
33764
|
): this;
|
|
33463
33765
|
/**
|
|
33766
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33767
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33768
|
+
* CA-UI5-CTR-GNT.
|
|
33769
|
+
*
|
|
33464
33770
|
* Sets the aggregated {@link #get_headerStartLine _headerStartLine}.
|
|
33465
33771
|
*
|
|
33466
33772
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33472,6 +33778,9 @@ declare namespace sap {
|
|
|
33472
33778
|
o_headerStartLine: sap.gantt.simple.BaseLine
|
|
33473
33779
|
): this;
|
|
33474
33780
|
/**
|
|
33781
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
33782
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33783
|
+
*
|
|
33475
33784
|
* Sets a new value for property {@link #get_isSelected _isSelected}.
|
|
33476
33785
|
*
|
|
33477
33786
|
* Selection property of the Delta Markers
|
|
@@ -33489,6 +33798,9 @@ declare namespace sap {
|
|
|
33489
33798
|
b_isSelected?: boolean
|
|
33490
33799
|
): this;
|
|
33491
33800
|
/**
|
|
33801
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
33802
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33803
|
+
*
|
|
33492
33804
|
* Sets a new value for property {@link #get_level _level}.
|
|
33493
33805
|
*
|
|
33494
33806
|
* Level of markers in the header.
|
|
@@ -33506,6 +33818,10 @@ declare namespace sap {
|
|
|
33506
33818
|
i_level?: int
|
|
33507
33819
|
): this;
|
|
33508
33820
|
/**
|
|
33821
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
33822
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
33823
|
+
* CA-UI5-CTR-GNT.
|
|
33824
|
+
*
|
|
33509
33825
|
* Sets the aggregated {@link #get_startLine _startLine}.
|
|
33510
33826
|
*
|
|
33511
33827
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33517,6 +33833,9 @@ declare namespace sap {
|
|
|
33517
33833
|
o_startLine: sap.gantt.simple.BaseLine
|
|
33518
33834
|
): this;
|
|
33519
33835
|
/**
|
|
33836
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
33837
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33838
|
+
*
|
|
33520
33839
|
* Sets a new value for property {@link #get_strokeWidth _strokeWidth}.
|
|
33521
33840
|
*
|
|
33522
33841
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -33534,6 +33853,9 @@ declare namespace sap {
|
|
|
33534
33853
|
f_strokeWidth?: float
|
|
33535
33854
|
): this;
|
|
33536
33855
|
/**
|
|
33856
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
33857
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33858
|
+
*
|
|
33537
33859
|
* Sets a new value for property {@link #get_visibleMarker _visibleMarker}.
|
|
33538
33860
|
*
|
|
33539
33861
|
* Visibility of the Delta Markers
|
|
@@ -34509,6 +34831,8 @@ declare namespace sap {
|
|
|
34509
34831
|
): this;
|
|
34510
34832
|
/**
|
|
34511
34833
|
* @SINCE 1.91
|
|
34834
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
34835
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
34512
34836
|
*
|
|
34513
34837
|
* Gets current value of property {@link #get_enableRTA _enableRTA}.
|
|
34514
34838
|
*
|
|
@@ -34726,6 +35050,8 @@ declare namespace sap {
|
|
|
34726
35050
|
*/
|
|
34727
35051
|
getSearchSidePanelList(): /* was: sap.tnt.NavigationList */ any;
|
|
34728
35052
|
/**
|
|
35053
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
35054
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
34729
35055
|
* @EXPERIMENTAL (since 1.100)
|
|
34730
35056
|
*
|
|
34731
35057
|
* Gets current value of property {@link #getShowSearchSidePanel showSearchSidePanel}.
|
|
@@ -34863,6 +35189,8 @@ declare namespace sap {
|
|
|
34863
35189
|
): sap.gantt.simple.GanttChartWithTable | null;
|
|
34864
35190
|
/**
|
|
34865
35191
|
* @SINCE 1.91
|
|
35192
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
35193
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
34866
35194
|
*
|
|
34867
35195
|
* Sets a new value for property {@link #get_enableRTA _enableRTA}.
|
|
34868
35196
|
*
|
|
@@ -35196,6 +35524,8 @@ declare namespace sap {
|
|
|
35196
35524
|
oSearchSidePanelList: /* was: sap.tnt.NavigationList */ any
|
|
35197
35525
|
): this;
|
|
35198
35526
|
/**
|
|
35527
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
35528
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
35199
35529
|
* @EXPERIMENTAL (since 1.100)
|
|
35200
35530
|
*
|
|
35201
35531
|
* Sets a new value for property {@link #getShowSearchSidePanel showSearchSidePanel}.
|
|
@@ -36276,6 +36606,10 @@ declare namespace sap {
|
|
|
36276
36606
|
aShapeUids: string[]
|
|
36277
36607
|
): this;
|
|
36278
36608
|
/**
|
|
36609
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
36610
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
36611
|
+
* CA-UI5-CTR-GNT.
|
|
36612
|
+
*
|
|
36279
36613
|
* Destroys the _pseudoSvgDefs in the aggregation {@link #get_pseudoSvgDefs _pseudoSvgDefs}.
|
|
36280
36614
|
*
|
|
36281
36615
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37139,6 +37473,8 @@ declare namespace sap {
|
|
|
37139
37473
|
fullScreenMode(): boolean;
|
|
37140
37474
|
/**
|
|
37141
37475
|
* @SINCE 1.91
|
|
37476
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
37477
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37142
37478
|
*
|
|
37143
37479
|
* Gets current value of property {@link #get_enableRTA _enableRTA}.
|
|
37144
37480
|
*
|
|
@@ -37150,6 +37486,10 @@ declare namespace sap {
|
|
|
37150
37486
|
*/
|
|
37151
37487
|
get_enableRTA(): boolean;
|
|
37152
37488
|
/**
|
|
37489
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
37490
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
37491
|
+
* CA-UI5-CTR-GNT.
|
|
37492
|
+
*
|
|
37153
37493
|
* Gets content of aggregation {@link #get_pseudoSvgDefs _pseudoSvgDefs}.
|
|
37154
37494
|
*
|
|
37155
37495
|
* SVG reusable element definitions for pseudo shapes.
|
|
@@ -37365,8 +37705,7 @@ declare namespace sap {
|
|
|
37365
37705
|
*/
|
|
37366
37706
|
getEnableCursorLine(): boolean;
|
|
37367
37707
|
/**
|
|
37368
|
-
* @
|
|
37369
|
-
* @EXPERIMENTAL
|
|
37708
|
+
* @EXPERIMENTAL (since 1.114)
|
|
37370
37709
|
*
|
|
37371
37710
|
* Gets current value of property {@link #getEnableDateTimezoneFormatter enableDateTimezoneFormatter}.
|
|
37372
37711
|
*
|
|
@@ -37449,6 +37788,8 @@ declare namespace sap {
|
|
|
37449
37788
|
*/
|
|
37450
37789
|
getEnableNowLine(): boolean;
|
|
37451
37790
|
/**
|
|
37791
|
+
* @EXPERIMENTAL (since 1.110)
|
|
37792
|
+
*
|
|
37452
37793
|
* Gets current value of property {@link #getEnablePseudoShapes enablePseudoShapes}.
|
|
37453
37794
|
*
|
|
37454
37795
|
* Optimizes the rendering of overlapping shapes
|
|
@@ -37551,7 +37892,7 @@ declare namespace sap {
|
|
|
37551
37892
|
*/
|
|
37552
37893
|
getHighlightedShapeUid(): Object[];
|
|
37553
37894
|
/**
|
|
37554
|
-
* @
|
|
37895
|
+
* @EXPERIMENTAL (since 1.109)
|
|
37555
37896
|
*
|
|
37556
37897
|
* Gets current value of property {@link #getHorizontalLazyLoadingEnabled horizontalLazyLoadingEnabled}.
|
|
37557
37898
|
*
|
|
@@ -38404,6 +38745,8 @@ declare namespace sap {
|
|
|
38404
38745
|
): this;
|
|
38405
38746
|
/**
|
|
38406
38747
|
* @SINCE 1.91
|
|
38748
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
38749
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
38407
38750
|
*
|
|
38408
38751
|
* Sets a new value for property {@link #get_enableRTA _enableRTA}.
|
|
38409
38752
|
*
|
|
@@ -38422,6 +38765,10 @@ declare namespace sap {
|
|
|
38422
38765
|
b_enableRTA?: boolean
|
|
38423
38766
|
): this;
|
|
38424
38767
|
/**
|
|
38768
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
38769
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
38770
|
+
* CA-UI5-CTR-GNT.
|
|
38771
|
+
*
|
|
38425
38772
|
* Sets the aggregated {@link #get_pseudoSvgDefs _pseudoSvgDefs}.
|
|
38426
38773
|
*
|
|
38427
38774
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -38833,6 +39180,8 @@ declare namespace sap {
|
|
|
38833
39180
|
bEnableNowLine?: boolean
|
|
38834
39181
|
): this;
|
|
38835
39182
|
/**
|
|
39183
|
+
* @EXPERIMENTAL (since 1.110)
|
|
39184
|
+
*
|
|
38836
39185
|
* Sets a new value for property {@link #getEnablePseudoShapes enablePseudoShapes}.
|
|
38837
39186
|
*
|
|
38838
39187
|
* Optimizes the rendering of overlapping shapes
|
|
@@ -38985,7 +39334,7 @@ declare namespace sap {
|
|
|
38985
39334
|
sHeight?: sap.ui.core.CSSSize
|
|
38986
39335
|
): this;
|
|
38987
39336
|
/**
|
|
38988
|
-
* @
|
|
39337
|
+
* @EXPERIMENTAL (since 1.109)
|
|
38989
39338
|
*
|
|
38990
39339
|
* Sets a new value for property {@link #getHorizontalLazyLoadingEnabled horizontalLazyLoadingEnabled}.
|
|
38991
39340
|
*
|
|
@@ -42233,6 +42582,10 @@ declare namespace sap {
|
|
|
42233
42582
|
oTask: sap.gantt.simple.BaseShape
|
|
42234
42583
|
): this;
|
|
42235
42584
|
/**
|
|
42585
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
42586
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
42587
|
+
* CA-UI5-CTR-GNT.
|
|
42588
|
+
*
|
|
42236
42589
|
* Destroys the pseudoShapeTemplate in the aggregation {@link #getPseudoShapeTemplate pseudoShapeTemplate}.
|
|
42237
42590
|
*
|
|
42238
42591
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -42245,6 +42598,10 @@ declare namespace sap {
|
|
|
42245
42598
|
*/
|
|
42246
42599
|
destroyTasks(): this;
|
|
42247
42600
|
/**
|
|
42601
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
42602
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
42603
|
+
* CA-UI5-CTR-GNT.
|
|
42604
|
+
*
|
|
42248
42605
|
* Gets content of aggregation {@link #getPseudoShapeTemplate pseudoShapeTemplate}.
|
|
42249
42606
|
*
|
|
42250
42607
|
* Pseudo shape template
|
|
@@ -42305,6 +42662,10 @@ declare namespace sap {
|
|
|
42305
42662
|
vTask: int | string | sap.gantt.simple.BaseShape
|
|
42306
42663
|
): sap.gantt.simple.BaseShape | null;
|
|
42307
42664
|
/**
|
|
42665
|
+
* @deprecated (since 1.114) - patch version. This is a private aggregation and it is being removed from
|
|
42666
|
+
* UI5 version 1.117. We recommend not using this aggregation. In case you want to use it, contact us using
|
|
42667
|
+
* CA-UI5-CTR-GNT.
|
|
42668
|
+
*
|
|
42308
42669
|
* Sets the aggregated {@link #getPseudoShapeTemplate pseudoShapeTemplate}.
|
|
42309
42670
|
*
|
|
42310
42671
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -42368,6 +42729,9 @@ declare namespace sap {
|
|
|
42368
42729
|
*/
|
|
42369
42730
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
42370
42731
|
/**
|
|
42732
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
42733
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
42734
|
+
*
|
|
42371
42735
|
* Gets current value of property {@link #get_lMarker _lMarker}.
|
|
42372
42736
|
*
|
|
42373
42737
|
* _lMarker determines up/down relation of L type .
|
|
@@ -42520,6 +42884,9 @@ declare namespace sap {
|
|
|
42520
42884
|
*/
|
|
42521
42885
|
getType(): sap.gantt.simple.RelationshipType;
|
|
42522
42886
|
/**
|
|
42887
|
+
* @deprecated (since 1.114) - patch version. This is a private property and it is being removed from UI5
|
|
42888
|
+
* version 1.117. We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
42889
|
+
*
|
|
42523
42890
|
* Sets a new value for property {@link #get_lMarker _lMarker}.
|
|
42524
42891
|
*
|
|
42525
42892
|
* _lMarker determines up/down relation of L type .
|