@sapui5/ts-types 1.114.1 → 1.114.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +324 -13
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +74 -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 +8 -2
- 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.4
|
|
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) - This is a private property and it is being removed from UI5 version 1.117.
|
|
950
|
+
* 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) - This is a private property and it is being removed from UI5 version 1.117.
|
|
3855
|
+
* 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) - This is a private property and it is being removed from UI5 version 1.117.
|
|
3894
|
+
* 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) - This is a private property and it is being removed from UI5 version 1.117.
|
|
22478
|
+
* 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) - This is a private property and it is being removed from UI5 version 1.117.
|
|
22540
|
+
* 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) - This is a private property and it is being removed from UI5 version 1.117.
|
|
22551
|
+
* 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,26 @@ declare namespace sap {
|
|
|
22550
22568
|
| `{${string}}`;
|
|
22551
22569
|
|
|
22552
22570
|
/**
|
|
22571
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
22572
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
22573
|
+
*
|
|
22553
22574
|
* Adhoc Line
|
|
22554
22575
|
*/
|
|
22555
22576
|
_line?: sap.gantt.simple.BaseLine;
|
|
22556
22577
|
|
|
22557
22578
|
/**
|
|
22579
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
22580
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
22581
|
+
*
|
|
22558
22582
|
* Adhoc Marker
|
|
22559
22583
|
*/
|
|
22560
22584
|
_marker?: sap.gantt.simple.AdhocDiamond;
|
|
22561
22585
|
|
|
22562
22586
|
/**
|
|
22563
|
-
*
|
|
22587
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
22588
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
22589
|
+
*
|
|
22590
|
+
* Adhoc Header Line
|
|
22564
22591
|
*/
|
|
22565
22592
|
_headerLine?: sap.gantt.simple.BaseLine;
|
|
22566
22593
|
|
|
@@ -23412,6 +23439,8 @@ declare namespace sap {
|
|
|
23412
23439
|
|
|
23413
23440
|
/**
|
|
23414
23441
|
* @SINCE 1.96
|
|
23442
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23443
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23415
23444
|
*
|
|
23416
23445
|
* property to check if shape is cropped by the visible horizon
|
|
23417
23446
|
*/
|
|
@@ -23422,6 +23451,8 @@ declare namespace sap {
|
|
|
23422
23451
|
|
|
23423
23452
|
/**
|
|
23424
23453
|
* @SINCE 1.96
|
|
23454
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23455
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23425
23456
|
*
|
|
23426
23457
|
* xBaised value to be added to cropped shape when horizontalTextAligment is set to "Dynamic"
|
|
23427
23458
|
*/
|
|
@@ -23675,6 +23706,9 @@ declare namespace sap {
|
|
|
23675
23706
|
| `{${string}}`;
|
|
23676
23707
|
|
|
23677
23708
|
/**
|
|
23709
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23710
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23711
|
+
*
|
|
23678
23712
|
* Shows or hides the represented control.
|
|
23679
23713
|
*/
|
|
23680
23714
|
_show?:
|
|
@@ -23683,6 +23717,9 @@ declare namespace sap {
|
|
|
23683
23717
|
| `{${string}}`;
|
|
23684
23718
|
|
|
23685
23719
|
/**
|
|
23720
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
23721
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23722
|
+
*
|
|
23686
23723
|
* Represented control.
|
|
23687
23724
|
*/
|
|
23688
23725
|
_control?: sap.ui.core.Control;
|
|
@@ -23702,6 +23739,8 @@ declare namespace sap {
|
|
|
23702
23739
|
|
|
23703
23740
|
/**
|
|
23704
23741
|
* @SINCE 1.88
|
|
23742
|
+
* @deprecated (since 1.114) - This is a private event and it is being removed from UI5 version 1.117. We
|
|
23743
|
+
* recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23705
23744
|
*
|
|
23706
23745
|
* The event is triggered when custom variant data is set to update gantt chart with table
|
|
23707
23746
|
*/
|
|
@@ -23720,6 +23759,9 @@ declare namespace sap {
|
|
|
23720
23759
|
| `{${string}}`;
|
|
23721
23760
|
|
|
23722
23761
|
/**
|
|
23762
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23763
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23764
|
+
*
|
|
23723
23765
|
* Standard SVG 'stroke-width' attribute.
|
|
23724
23766
|
*/
|
|
23725
23767
|
_strokeWidth?:
|
|
@@ -23806,6 +23848,9 @@ declare namespace sap {
|
|
|
23806
23848
|
| `{${string}}`;
|
|
23807
23849
|
|
|
23808
23850
|
/**
|
|
23851
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23852
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23853
|
+
*
|
|
23809
23854
|
* Background area between Delta Lines
|
|
23810
23855
|
*/
|
|
23811
23856
|
_enableChartDeltaAreaHighlight?:
|
|
@@ -23814,6 +23859,9 @@ declare namespace sap {
|
|
|
23814
23859
|
| `{${string}}`;
|
|
23815
23860
|
|
|
23816
23861
|
/**
|
|
23862
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23863
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23864
|
+
*
|
|
23817
23865
|
* Selection property of the Delta Markers
|
|
23818
23866
|
*/
|
|
23819
23867
|
_isSelected?:
|
|
@@ -23822,6 +23870,9 @@ declare namespace sap {
|
|
|
23822
23870
|
| `{${string}}`;
|
|
23823
23871
|
|
|
23824
23872
|
/**
|
|
23873
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23874
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23875
|
+
*
|
|
23825
23876
|
* Level of markers in the header.
|
|
23826
23877
|
*/
|
|
23827
23878
|
_level?:
|
|
@@ -23830,6 +23881,9 @@ declare namespace sap {
|
|
|
23830
23881
|
| `{${string}}`;
|
|
23831
23882
|
|
|
23832
23883
|
/**
|
|
23884
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23885
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23886
|
+
*
|
|
23833
23887
|
* Visibility of the Delta Markers
|
|
23834
23888
|
*/
|
|
23835
23889
|
_visibleMarker?:
|
|
@@ -23838,41 +23892,65 @@ declare namespace sap {
|
|
|
23838
23892
|
| `{${string}}`;
|
|
23839
23893
|
|
|
23840
23894
|
/**
|
|
23895
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
23896
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23897
|
+
*
|
|
23841
23898
|
* Start line of the Delta Line
|
|
23842
23899
|
*/
|
|
23843
23900
|
_startLine?: sap.gantt.simple.BaseLine;
|
|
23844
23901
|
|
|
23845
23902
|
/**
|
|
23903
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
23904
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23905
|
+
*
|
|
23846
23906
|
* End line of the Delta Line
|
|
23847
23907
|
*/
|
|
23848
23908
|
_endLine?: sap.gantt.simple.BaseLine;
|
|
23849
23909
|
|
|
23850
23910
|
/**
|
|
23911
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
23912
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23913
|
+
*
|
|
23851
23914
|
* Forward Delta Marker
|
|
23852
23915
|
*/
|
|
23853
23916
|
_forwardMarker?: sap.gantt.simple.BaseTriangle;
|
|
23854
23917
|
|
|
23855
23918
|
/**
|
|
23919
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
23920
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23921
|
+
*
|
|
23856
23922
|
* Backward Delta Marker
|
|
23857
23923
|
*/
|
|
23858
23924
|
_backwardMarker?: sap.gantt.simple.BaseTriangle;
|
|
23859
23925
|
|
|
23860
23926
|
/**
|
|
23927
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
23928
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23929
|
+
*
|
|
23861
23930
|
* Header area between the Delta Markers
|
|
23862
23931
|
*/
|
|
23863
23932
|
_headerDeltaArea?: sap.gantt.simple.BaseDeltaRectangle;
|
|
23864
23933
|
|
|
23865
23934
|
/**
|
|
23935
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
23936
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23937
|
+
*
|
|
23866
23938
|
* Header start line
|
|
23867
23939
|
*/
|
|
23868
23940
|
_headerStartLine?: sap.gantt.simple.BaseLine;
|
|
23869
23941
|
|
|
23870
23942
|
/**
|
|
23943
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
23944
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23945
|
+
*
|
|
23871
23946
|
* Header end line
|
|
23872
23947
|
*/
|
|
23873
23948
|
_headerEndLine?: sap.gantt.simple.BaseLine;
|
|
23874
23949
|
|
|
23875
23950
|
/**
|
|
23951
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
23952
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23953
|
+
*
|
|
23876
23954
|
* Chart area between Delta Lines
|
|
23877
23955
|
*/
|
|
23878
23956
|
_chartDeltaArea?: sap.gantt.simple.BaseDeltaRectangle;
|
|
@@ -24097,6 +24175,8 @@ declare namespace sap {
|
|
|
24097
24175
|
|
|
24098
24176
|
/**
|
|
24099
24177
|
* @SINCE 1.91
|
|
24178
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
24179
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
24100
24180
|
*
|
|
24101
24181
|
* Flag to enable and disable RTA mode.
|
|
24102
24182
|
*/
|
|
@@ -24106,6 +24186,8 @@ declare namespace sap {
|
|
|
24106
24186
|
| `{${string}}`;
|
|
24107
24187
|
|
|
24108
24188
|
/**
|
|
24189
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
24190
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
24109
24191
|
* @EXPERIMENTAL (since 1.100)
|
|
24110
24192
|
*
|
|
24111
24193
|
* Flag to enable and disable search side panel.
|
|
@@ -24608,6 +24690,8 @@ declare namespace sap {
|
|
|
24608
24690
|
|
|
24609
24691
|
/**
|
|
24610
24692
|
* @SINCE 1.91
|
|
24693
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
24694
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
24611
24695
|
*
|
|
24612
24696
|
* Flag to enable and disable Runtime Adaptation (RTA) mode.
|
|
24613
24697
|
*/
|
|
@@ -24758,7 +24842,7 @@ declare namespace sap {
|
|
|
24758
24842
|
| `{${string}}`;
|
|
24759
24843
|
|
|
24760
24844
|
/**
|
|
24761
|
-
* @
|
|
24845
|
+
* @EXPERIMENTAL (since 1.109)
|
|
24762
24846
|
*
|
|
24763
24847
|
* Set to true if Gantt chart is configured to be lazy loaded horizontally. Application should fetch the
|
|
24764
24848
|
* data only for the visible horizon. Application also should make sure to fetch the relevant data on user
|
|
@@ -24771,6 +24855,8 @@ declare namespace sap {
|
|
|
24771
24855
|
| `{${string}}`;
|
|
24772
24856
|
|
|
24773
24857
|
/**
|
|
24858
|
+
* @EXPERIMENTAL (since 1.110)
|
|
24859
|
+
*
|
|
24774
24860
|
* Optimizes the rendering of overlapping shapes
|
|
24775
24861
|
*/
|
|
24776
24862
|
enablePseudoShapes?:
|
|
@@ -24814,8 +24900,7 @@ declare namespace sap {
|
|
|
24814
24900
|
| `{${string}}`;
|
|
24815
24901
|
|
|
24816
24902
|
/**
|
|
24817
|
-
* @
|
|
24818
|
-
* @EXPERIMENTAL
|
|
24903
|
+
* @EXPERIMENTAL (since 1.114)
|
|
24819
24904
|
*
|
|
24820
24905
|
* Flag to check whether the DateFormat should be used for Fiori launchpad timezone support. This flag is
|
|
24821
24906
|
* experimental, and it might be removed in a future release. When the flag is enabled, the start and end
|
|
@@ -24881,6 +24966,9 @@ declare namespace sap {
|
|
|
24881
24966
|
svgDefs?: sap.gantt.def.SvgDefs;
|
|
24882
24967
|
|
|
24883
24968
|
/**
|
|
24969
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
24970
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
24971
|
+
*
|
|
24884
24972
|
* SVG reusable element definitions for pseudo shapes.
|
|
24885
24973
|
*/
|
|
24886
24974
|
_pseudoSvgDefs?: sap.gantt.def.SvgDefs;
|
|
@@ -25364,6 +25452,9 @@ declare namespace sap {
|
|
|
25364
25452
|
| `{${string}}`;
|
|
25365
25453
|
|
|
25366
25454
|
/**
|
|
25455
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
25456
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
25457
|
+
*
|
|
25367
25458
|
* Pseudo shape template
|
|
25368
25459
|
*/
|
|
25369
25460
|
pseudoShapeTemplate?: sap.gantt.simple.MultiActivityGroup;
|
|
@@ -25494,6 +25585,9 @@ declare namespace sap {
|
|
|
25494
25585
|
| `{${string}}`;
|
|
25495
25586
|
|
|
25496
25587
|
/**
|
|
25588
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
25589
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
25590
|
+
*
|
|
25497
25591
|
* _lMarker determines up/down relation of L type .
|
|
25498
25592
|
*/
|
|
25499
25593
|
_lMarker?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
@@ -26385,18 +26479,27 @@ declare namespace sap {
|
|
|
26385
26479
|
oListener?: object
|
|
26386
26480
|
): this;
|
|
26387
26481
|
/**
|
|
26482
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
26483
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26484
|
+
*
|
|
26388
26485
|
* Destroys the _headerLine in the aggregation {@link #get_headerLine _headerLine}.
|
|
26389
26486
|
*
|
|
26390
26487
|
* @returns Reference to `this` in order to allow method chaining
|
|
26391
26488
|
*/
|
|
26392
26489
|
destroy_headerLine(): this;
|
|
26393
26490
|
/**
|
|
26491
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
26492
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26493
|
+
*
|
|
26394
26494
|
* Destroys the _line in the aggregation {@link #get_line _line}.
|
|
26395
26495
|
*
|
|
26396
26496
|
* @returns Reference to `this` in order to allow method chaining
|
|
26397
26497
|
*/
|
|
26398
26498
|
destroy_line(): this;
|
|
26399
26499
|
/**
|
|
26500
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
26501
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26502
|
+
*
|
|
26400
26503
|
* Destroys the _marker in the aggregation {@link #get_marker _marker}.
|
|
26401
26504
|
*
|
|
26402
26505
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26533,12 +26636,18 @@ declare namespace sap {
|
|
|
26533
26636
|
mParameters?: object
|
|
26534
26637
|
): this;
|
|
26535
26638
|
/**
|
|
26639
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
26640
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26641
|
+
*
|
|
26536
26642
|
* Gets content of aggregation {@link #get_headerLine _headerLine}.
|
|
26537
26643
|
*
|
|
26538
|
-
* Adhoc
|
|
26644
|
+
* Adhoc Header Line
|
|
26539
26645
|
*/
|
|
26540
26646
|
get_headerLine(): sap.gantt.simple.BaseLine;
|
|
26541
26647
|
/**
|
|
26648
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
26649
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26650
|
+
*
|
|
26542
26651
|
* Gets current value of property {@link #get_level _level}.
|
|
26543
26652
|
*
|
|
26544
26653
|
* Level of markers in the header.
|
|
@@ -26549,18 +26658,27 @@ declare namespace sap {
|
|
|
26549
26658
|
*/
|
|
26550
26659
|
get_level(): int;
|
|
26551
26660
|
/**
|
|
26661
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
26662
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26663
|
+
*
|
|
26552
26664
|
* Gets content of aggregation {@link #get_line _line}.
|
|
26553
26665
|
*
|
|
26554
26666
|
* Adhoc Line
|
|
26555
26667
|
*/
|
|
26556
26668
|
get_line(): sap.gantt.simple.BaseLine;
|
|
26557
26669
|
/**
|
|
26670
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
26671
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26672
|
+
*
|
|
26558
26673
|
* Gets content of aggregation {@link #get_marker _marker}.
|
|
26559
26674
|
*
|
|
26560
26675
|
* Adhoc Marker
|
|
26561
26676
|
*/
|
|
26562
26677
|
get_marker(): sap.gantt.simple.AdhocDiamond;
|
|
26563
26678
|
/**
|
|
26679
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
26680
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26681
|
+
*
|
|
26564
26682
|
* Gets current value of property {@link #get_selected _selected}.
|
|
26565
26683
|
*
|
|
26566
26684
|
* Line Selected
|
|
@@ -26571,6 +26689,9 @@ declare namespace sap {
|
|
|
26571
26689
|
*/
|
|
26572
26690
|
get_selected(): boolean;
|
|
26573
26691
|
/**
|
|
26692
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
26693
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26694
|
+
*
|
|
26574
26695
|
* Gets current value of property {@link #get_strokeWidth _strokeWidth}.
|
|
26575
26696
|
*
|
|
26576
26697
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -26669,6 +26790,9 @@ declare namespace sap {
|
|
|
26669
26790
|
*/
|
|
26670
26791
|
getVisible(): boolean;
|
|
26671
26792
|
/**
|
|
26793
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
26794
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26795
|
+
*
|
|
26672
26796
|
* Sets the aggregated {@link #get_headerLine _headerLine}.
|
|
26673
26797
|
*
|
|
26674
26798
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26680,6 +26804,9 @@ declare namespace sap {
|
|
|
26680
26804
|
o_headerLine: sap.gantt.simple.BaseLine
|
|
26681
26805
|
): this;
|
|
26682
26806
|
/**
|
|
26807
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
26808
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26809
|
+
*
|
|
26683
26810
|
* Sets a new value for property {@link #get_level _level}.
|
|
26684
26811
|
*
|
|
26685
26812
|
* Level of markers in the header.
|
|
@@ -26697,6 +26824,9 @@ declare namespace sap {
|
|
|
26697
26824
|
i_level?: int
|
|
26698
26825
|
): this;
|
|
26699
26826
|
/**
|
|
26827
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
26828
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26829
|
+
*
|
|
26700
26830
|
* Sets the aggregated {@link #get_line _line}.
|
|
26701
26831
|
*
|
|
26702
26832
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26708,6 +26838,9 @@ declare namespace sap {
|
|
|
26708
26838
|
o_line: sap.gantt.simple.BaseLine
|
|
26709
26839
|
): this;
|
|
26710
26840
|
/**
|
|
26841
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
26842
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26843
|
+
*
|
|
26711
26844
|
* Sets the aggregated {@link #get_marker _marker}.
|
|
26712
26845
|
*
|
|
26713
26846
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26719,6 +26852,9 @@ declare namespace sap {
|
|
|
26719
26852
|
o_marker: sap.gantt.simple.AdhocDiamond
|
|
26720
26853
|
): this;
|
|
26721
26854
|
/**
|
|
26855
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
26856
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26857
|
+
*
|
|
26722
26858
|
* Sets a new value for property {@link #get_selected _selected}.
|
|
26723
26859
|
*
|
|
26724
26860
|
* Line Selected
|
|
@@ -26736,6 +26872,9 @@ declare namespace sap {
|
|
|
26736
26872
|
b_selected?: boolean
|
|
26737
26873
|
): this;
|
|
26738
26874
|
/**
|
|
26875
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
26876
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26877
|
+
*
|
|
26739
26878
|
* Sets a new value for property {@link #get_strokeWidth _strokeWidth}.
|
|
26740
26879
|
*
|
|
26741
26880
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -30432,6 +30571,8 @@ declare namespace sap {
|
|
|
30432
30571
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
30433
30572
|
/**
|
|
30434
30573
|
* @SINCE 1.96
|
|
30574
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
30575
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
30435
30576
|
*
|
|
30436
30577
|
* Gets current value of property {@link #get_shapeCropped _shapeCropped}.
|
|
30437
30578
|
*
|
|
@@ -30444,6 +30585,8 @@ declare namespace sap {
|
|
|
30444
30585
|
get_shapeCropped(): boolean;
|
|
30445
30586
|
/**
|
|
30446
30587
|
* @SINCE 1.96
|
|
30588
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
30589
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
30447
30590
|
*
|
|
30448
30591
|
* Gets current value of property {@link #get_xBiassed _xBiassed}.
|
|
30449
30592
|
*
|
|
@@ -30566,6 +30709,8 @@ declare namespace sap {
|
|
|
30566
30709
|
): void;
|
|
30567
30710
|
/**
|
|
30568
30711
|
* @SINCE 1.96
|
|
30712
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
30713
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
30569
30714
|
*
|
|
30570
30715
|
* Sets a new value for property {@link #get_shapeCropped _shapeCropped}.
|
|
30571
30716
|
*
|
|
@@ -30585,6 +30730,8 @@ declare namespace sap {
|
|
|
30585
30730
|
): this;
|
|
30586
30731
|
/**
|
|
30587
30732
|
* @SINCE 1.96
|
|
30733
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
30734
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
30588
30735
|
*
|
|
30589
30736
|
* Sets a new value for property {@link #get_xBiassed _xBiassed}.
|
|
30590
30737
|
*
|
|
@@ -32398,18 +32545,27 @@ declare namespace sap {
|
|
|
32398
32545
|
*/
|
|
32399
32546
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
32400
32547
|
/**
|
|
32548
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
32549
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32550
|
+
*
|
|
32401
32551
|
* Destroys the _control in the aggregation {@link #get_control _control}.
|
|
32402
32552
|
*
|
|
32403
32553
|
* @returns Reference to `this` in order to allow method chaining
|
|
32404
32554
|
*/
|
|
32405
32555
|
destroy_control(): this;
|
|
32406
32556
|
/**
|
|
32557
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
32558
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32559
|
+
*
|
|
32407
32560
|
* Gets content of aggregation {@link #get_control _control}.
|
|
32408
32561
|
*
|
|
32409
32562
|
* Represented control.
|
|
32410
32563
|
*/
|
|
32411
32564
|
get_control(): sap.ui.core.Control;
|
|
32412
32565
|
/**
|
|
32566
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
32567
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32568
|
+
*
|
|
32413
32569
|
* Gets current value of property {@link #get_show _show}.
|
|
32414
32570
|
*
|
|
32415
32571
|
* Shows or hides the represented control.
|
|
@@ -32435,6 +32591,9 @@ declare namespace sap {
|
|
|
32435
32591
|
*/
|
|
32436
32592
|
getType(): sap.gantt.simple.ContainerToolbarPlaceholderType;
|
|
32437
32593
|
/**
|
|
32594
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
32595
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32596
|
+
*
|
|
32438
32597
|
* Sets the aggregated {@link #get_control _control}.
|
|
32439
32598
|
*
|
|
32440
32599
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -32446,6 +32605,9 @@ declare namespace sap {
|
|
|
32446
32605
|
o_control: sap.ui.core.Control
|
|
32447
32606
|
): this;
|
|
32448
32607
|
/**
|
|
32608
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
32609
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32610
|
+
*
|
|
32449
32611
|
* Sets a new value for property {@link #get_show _show}.
|
|
32450
32612
|
*
|
|
32451
32613
|
* Shows or hides the represented control.
|
|
@@ -32544,6 +32706,8 @@ declare namespace sap {
|
|
|
32544
32706
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
32545
32707
|
/**
|
|
32546
32708
|
* @SINCE 1.88
|
|
32709
|
+
* @deprecated (since 1.114) - This is a private event and it is being removed from UI5 version 1.117. We
|
|
32710
|
+
* recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32547
32711
|
*
|
|
32548
32712
|
* Attaches event handler `fnFunction` to the {@link #event:setDataComplete setDataComplete} event of this
|
|
32549
32713
|
* `sap.gantt.simple.CustomVariantHandler`.
|
|
@@ -32573,6 +32737,8 @@ declare namespace sap {
|
|
|
32573
32737
|
): this;
|
|
32574
32738
|
/**
|
|
32575
32739
|
* @SINCE 1.88
|
|
32740
|
+
* @deprecated (since 1.114) - This is a private event and it is being removed from UI5 version 1.117. We
|
|
32741
|
+
* recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32576
32742
|
*
|
|
32577
32743
|
* Attaches event handler `fnFunction` to the {@link #event:setDataComplete setDataComplete} event of this
|
|
32578
32744
|
* `sap.gantt.simple.CustomVariantHandler`.
|
|
@@ -32597,6 +32763,8 @@ declare namespace sap {
|
|
|
32597
32763
|
): this;
|
|
32598
32764
|
/**
|
|
32599
32765
|
* @SINCE 1.88
|
|
32766
|
+
* @deprecated (since 1.114) - This is a private event and it is being removed from UI5 version 1.117. We
|
|
32767
|
+
* recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32600
32768
|
*
|
|
32601
32769
|
* Detaches event handler `fnFunction` from the {@link #event:setDataComplete setDataComplete} event of
|
|
32602
32770
|
* this `sap.gantt.simple.CustomVariantHandler`.
|
|
@@ -32617,6 +32785,8 @@ declare namespace sap {
|
|
|
32617
32785
|
): this;
|
|
32618
32786
|
/**
|
|
32619
32787
|
* @SINCE 1.88
|
|
32788
|
+
* @deprecated (since 1.114) - This is a private event and it is being removed from UI5 version 1.117. We
|
|
32789
|
+
* recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32620
32790
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
32621
32791
|
*
|
|
32622
32792
|
* Fires event {@link #event:setDataComplete setDataComplete} to attached listeners.
|
|
@@ -32946,48 +33116,72 @@ declare namespace sap {
|
|
|
32946
33116
|
oListener?: object
|
|
32947
33117
|
): this;
|
|
32948
33118
|
/**
|
|
33119
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33120
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33121
|
+
*
|
|
32949
33122
|
* Destroys the _backwardMarker in the aggregation {@link #get_backwardMarker _backwardMarker}.
|
|
32950
33123
|
*
|
|
32951
33124
|
* @returns Reference to `this` in order to allow method chaining
|
|
32952
33125
|
*/
|
|
32953
33126
|
destroy_backwardMarker(): this;
|
|
32954
33127
|
/**
|
|
33128
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33129
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33130
|
+
*
|
|
32955
33131
|
* Destroys the _chartDeltaArea in the aggregation {@link #get_chartDeltaArea _chartDeltaArea}.
|
|
32956
33132
|
*
|
|
32957
33133
|
* @returns Reference to `this` in order to allow method chaining
|
|
32958
33134
|
*/
|
|
32959
33135
|
destroy_chartDeltaArea(): this;
|
|
32960
33136
|
/**
|
|
33137
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33138
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33139
|
+
*
|
|
32961
33140
|
* Destroys the _endLine in the aggregation {@link #get_endLine _endLine}.
|
|
32962
33141
|
*
|
|
32963
33142
|
* @returns Reference to `this` in order to allow method chaining
|
|
32964
33143
|
*/
|
|
32965
33144
|
destroy_endLine(): this;
|
|
32966
33145
|
/**
|
|
33146
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33147
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33148
|
+
*
|
|
32967
33149
|
* Destroys the _forwardMarker in the aggregation {@link #get_forwardMarker _forwardMarker}.
|
|
32968
33150
|
*
|
|
32969
33151
|
* @returns Reference to `this` in order to allow method chaining
|
|
32970
33152
|
*/
|
|
32971
33153
|
destroy_forwardMarker(): this;
|
|
32972
33154
|
/**
|
|
33155
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33156
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33157
|
+
*
|
|
32973
33158
|
* Destroys the _headerDeltaArea in the aggregation {@link #get_headerDeltaArea _headerDeltaArea}.
|
|
32974
33159
|
*
|
|
32975
33160
|
* @returns Reference to `this` in order to allow method chaining
|
|
32976
33161
|
*/
|
|
32977
33162
|
destroy_headerDeltaArea(): this;
|
|
32978
33163
|
/**
|
|
33164
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33165
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33166
|
+
*
|
|
32979
33167
|
* Destroys the _headerEndLine in the aggregation {@link #get_headerEndLine _headerEndLine}.
|
|
32980
33168
|
*
|
|
32981
33169
|
* @returns Reference to `this` in order to allow method chaining
|
|
32982
33170
|
*/
|
|
32983
33171
|
destroy_headerEndLine(): this;
|
|
32984
33172
|
/**
|
|
33173
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33174
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33175
|
+
*
|
|
32985
33176
|
* Destroys the _headerStartLine in the aggregation {@link #get_headerStartLine _headerStartLine}.
|
|
32986
33177
|
*
|
|
32987
33178
|
* @returns Reference to `this` in order to allow method chaining
|
|
32988
33179
|
*/
|
|
32989
33180
|
destroy_headerStartLine(): this;
|
|
32990
33181
|
/**
|
|
33182
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33183
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33184
|
+
*
|
|
32991
33185
|
* Destroys the _startLine in the aggregation {@link #get_startLine _startLine}.
|
|
32992
33186
|
*
|
|
32993
33187
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33170,18 +33364,27 @@ declare namespace sap {
|
|
|
33170
33364
|
mParameters?: object
|
|
33171
33365
|
): this;
|
|
33172
33366
|
/**
|
|
33367
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33368
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33369
|
+
*
|
|
33173
33370
|
* Gets content of aggregation {@link #get_backwardMarker _backwardMarker}.
|
|
33174
33371
|
*
|
|
33175
33372
|
* Backward Delta Marker
|
|
33176
33373
|
*/
|
|
33177
33374
|
get_backwardMarker(): sap.gantt.simple.BaseTriangle;
|
|
33178
33375
|
/**
|
|
33376
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33377
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33378
|
+
*
|
|
33179
33379
|
* Gets content of aggregation {@link #get_chartDeltaArea _chartDeltaArea}.
|
|
33180
33380
|
*
|
|
33181
33381
|
* Chart area between Delta Lines
|
|
33182
33382
|
*/
|
|
33183
33383
|
get_chartDeltaArea(): sap.gantt.simple.BaseDeltaRectangle;
|
|
33184
33384
|
/**
|
|
33385
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33386
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33387
|
+
*
|
|
33185
33388
|
* Gets current value of property {@link #get_enableChartDeltaAreaHighlight _enableChartDeltaAreaHighlight}.
|
|
33186
33389
|
*
|
|
33187
33390
|
* Background area between Delta Lines
|
|
@@ -33192,36 +33395,54 @@ declare namespace sap {
|
|
|
33192
33395
|
*/
|
|
33193
33396
|
get_enableChartDeltaAreaHighlight(): boolean;
|
|
33194
33397
|
/**
|
|
33398
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33399
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33400
|
+
*
|
|
33195
33401
|
* Gets content of aggregation {@link #get_endLine _endLine}.
|
|
33196
33402
|
*
|
|
33197
33403
|
* End line of the Delta Line
|
|
33198
33404
|
*/
|
|
33199
33405
|
get_endLine(): sap.gantt.simple.BaseLine;
|
|
33200
33406
|
/**
|
|
33407
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33408
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33409
|
+
*
|
|
33201
33410
|
* Gets content of aggregation {@link #get_forwardMarker _forwardMarker}.
|
|
33202
33411
|
*
|
|
33203
33412
|
* Forward Delta Marker
|
|
33204
33413
|
*/
|
|
33205
33414
|
get_forwardMarker(): sap.gantt.simple.BaseTriangle;
|
|
33206
33415
|
/**
|
|
33416
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33417
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33418
|
+
*
|
|
33207
33419
|
* Gets content of aggregation {@link #get_headerDeltaArea _headerDeltaArea}.
|
|
33208
33420
|
*
|
|
33209
33421
|
* Header area between the Delta Markers
|
|
33210
33422
|
*/
|
|
33211
33423
|
get_headerDeltaArea(): sap.gantt.simple.BaseDeltaRectangle;
|
|
33212
33424
|
/**
|
|
33425
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33426
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33427
|
+
*
|
|
33213
33428
|
* Gets content of aggregation {@link #get_headerEndLine _headerEndLine}.
|
|
33214
33429
|
*
|
|
33215
33430
|
* Header end line
|
|
33216
33431
|
*/
|
|
33217
33432
|
get_headerEndLine(): sap.gantt.simple.BaseLine;
|
|
33218
33433
|
/**
|
|
33434
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33435
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33436
|
+
*
|
|
33219
33437
|
* Gets content of aggregation {@link #get_headerStartLine _headerStartLine}.
|
|
33220
33438
|
*
|
|
33221
33439
|
* Header start line
|
|
33222
33440
|
*/
|
|
33223
33441
|
get_headerStartLine(): sap.gantt.simple.BaseLine;
|
|
33224
33442
|
/**
|
|
33443
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33444
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33445
|
+
*
|
|
33225
33446
|
* Gets current value of property {@link #get_isSelected _isSelected}.
|
|
33226
33447
|
*
|
|
33227
33448
|
* Selection property of the Delta Markers
|
|
@@ -33232,6 +33453,9 @@ declare namespace sap {
|
|
|
33232
33453
|
*/
|
|
33233
33454
|
get_isSelected(): boolean;
|
|
33234
33455
|
/**
|
|
33456
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33457
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33458
|
+
*
|
|
33235
33459
|
* Gets current value of property {@link #get_level _level}.
|
|
33236
33460
|
*
|
|
33237
33461
|
* Level of markers in the header.
|
|
@@ -33242,12 +33466,18 @@ declare namespace sap {
|
|
|
33242
33466
|
*/
|
|
33243
33467
|
get_level(): int;
|
|
33244
33468
|
/**
|
|
33469
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33470
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33471
|
+
*
|
|
33245
33472
|
* Gets content of aggregation {@link #get_startLine _startLine}.
|
|
33246
33473
|
*
|
|
33247
33474
|
* Start line of the Delta Line
|
|
33248
33475
|
*/
|
|
33249
33476
|
get_startLine(): sap.gantt.simple.BaseLine;
|
|
33250
33477
|
/**
|
|
33478
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33479
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33480
|
+
*
|
|
33251
33481
|
* Gets current value of property {@link #get_strokeWidth _strokeWidth}.
|
|
33252
33482
|
*
|
|
33253
33483
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -33258,6 +33488,9 @@ declare namespace sap {
|
|
|
33258
33488
|
*/
|
|
33259
33489
|
get_strokeWidth(): float;
|
|
33260
33490
|
/**
|
|
33491
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33492
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33493
|
+
*
|
|
33261
33494
|
* Gets current value of property {@link #get_visibleMarker _visibleMarker}.
|
|
33262
33495
|
*
|
|
33263
33496
|
* Visibility of the Delta Markers
|
|
@@ -33378,6 +33611,9 @@ declare namespace sap {
|
|
|
33378
33611
|
*/
|
|
33379
33612
|
getVisibleDeltaStartEndLines(): boolean;
|
|
33380
33613
|
/**
|
|
33614
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33615
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33616
|
+
*
|
|
33381
33617
|
* Sets the aggregated {@link #get_backwardMarker _backwardMarker}.
|
|
33382
33618
|
*
|
|
33383
33619
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33389,6 +33625,9 @@ declare namespace sap {
|
|
|
33389
33625
|
o_backwardMarker: sap.gantt.simple.BaseTriangle
|
|
33390
33626
|
): this;
|
|
33391
33627
|
/**
|
|
33628
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33629
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33630
|
+
*
|
|
33392
33631
|
* Sets the aggregated {@link #get_chartDeltaArea _chartDeltaArea}.
|
|
33393
33632
|
*
|
|
33394
33633
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33400,6 +33639,9 @@ declare namespace sap {
|
|
|
33400
33639
|
o_chartDeltaArea: sap.gantt.simple.BaseDeltaRectangle
|
|
33401
33640
|
): this;
|
|
33402
33641
|
/**
|
|
33642
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33643
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33644
|
+
*
|
|
33403
33645
|
* Sets a new value for property {@link #get_enableChartDeltaAreaHighlight _enableChartDeltaAreaHighlight}.
|
|
33404
33646
|
*
|
|
33405
33647
|
* Background area between Delta Lines
|
|
@@ -33417,6 +33659,9 @@ declare namespace sap {
|
|
|
33417
33659
|
b_enableChartDeltaAreaHighlight?: boolean
|
|
33418
33660
|
): this;
|
|
33419
33661
|
/**
|
|
33662
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33663
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33664
|
+
*
|
|
33420
33665
|
* Sets the aggregated {@link #get_endLine _endLine}.
|
|
33421
33666
|
*
|
|
33422
33667
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33428,6 +33673,9 @@ declare namespace sap {
|
|
|
33428
33673
|
o_endLine: sap.gantt.simple.BaseLine
|
|
33429
33674
|
): this;
|
|
33430
33675
|
/**
|
|
33676
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33677
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33678
|
+
*
|
|
33431
33679
|
* Sets the aggregated {@link #get_forwardMarker _forwardMarker}.
|
|
33432
33680
|
*
|
|
33433
33681
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33439,6 +33687,9 @@ declare namespace sap {
|
|
|
33439
33687
|
o_forwardMarker: sap.gantt.simple.BaseTriangle
|
|
33440
33688
|
): this;
|
|
33441
33689
|
/**
|
|
33690
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33691
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33692
|
+
*
|
|
33442
33693
|
* Sets the aggregated {@link #get_headerDeltaArea _headerDeltaArea}.
|
|
33443
33694
|
*
|
|
33444
33695
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33450,6 +33701,9 @@ declare namespace sap {
|
|
|
33450
33701
|
o_headerDeltaArea: sap.gantt.simple.BaseDeltaRectangle
|
|
33451
33702
|
): this;
|
|
33452
33703
|
/**
|
|
33704
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33705
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33706
|
+
*
|
|
33453
33707
|
* Sets the aggregated {@link #get_headerEndLine _headerEndLine}.
|
|
33454
33708
|
*
|
|
33455
33709
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33461,6 +33715,9 @@ declare namespace sap {
|
|
|
33461
33715
|
o_headerEndLine: sap.gantt.simple.BaseLine
|
|
33462
33716
|
): this;
|
|
33463
33717
|
/**
|
|
33718
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33719
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33720
|
+
*
|
|
33464
33721
|
* Sets the aggregated {@link #get_headerStartLine _headerStartLine}.
|
|
33465
33722
|
*
|
|
33466
33723
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33472,6 +33729,9 @@ declare namespace sap {
|
|
|
33472
33729
|
o_headerStartLine: sap.gantt.simple.BaseLine
|
|
33473
33730
|
): this;
|
|
33474
33731
|
/**
|
|
33732
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33733
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33734
|
+
*
|
|
33475
33735
|
* Sets a new value for property {@link #get_isSelected _isSelected}.
|
|
33476
33736
|
*
|
|
33477
33737
|
* Selection property of the Delta Markers
|
|
@@ -33489,6 +33749,9 @@ declare namespace sap {
|
|
|
33489
33749
|
b_isSelected?: boolean
|
|
33490
33750
|
): this;
|
|
33491
33751
|
/**
|
|
33752
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33753
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33754
|
+
*
|
|
33492
33755
|
* Sets a new value for property {@link #get_level _level}.
|
|
33493
33756
|
*
|
|
33494
33757
|
* Level of markers in the header.
|
|
@@ -33506,6 +33769,9 @@ declare namespace sap {
|
|
|
33506
33769
|
i_level?: int
|
|
33507
33770
|
): this;
|
|
33508
33771
|
/**
|
|
33772
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
33773
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33774
|
+
*
|
|
33509
33775
|
* Sets the aggregated {@link #get_startLine _startLine}.
|
|
33510
33776
|
*
|
|
33511
33777
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33517,6 +33783,9 @@ declare namespace sap {
|
|
|
33517
33783
|
o_startLine: sap.gantt.simple.BaseLine
|
|
33518
33784
|
): this;
|
|
33519
33785
|
/**
|
|
33786
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33787
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33788
|
+
*
|
|
33520
33789
|
* Sets a new value for property {@link #get_strokeWidth _strokeWidth}.
|
|
33521
33790
|
*
|
|
33522
33791
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -33534,6 +33803,9 @@ declare namespace sap {
|
|
|
33534
33803
|
f_strokeWidth?: float
|
|
33535
33804
|
): this;
|
|
33536
33805
|
/**
|
|
33806
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33807
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33808
|
+
*
|
|
33537
33809
|
* Sets a new value for property {@link #get_visibleMarker _visibleMarker}.
|
|
33538
33810
|
*
|
|
33539
33811
|
* Visibility of the Delta Markers
|
|
@@ -34509,6 +34781,8 @@ declare namespace sap {
|
|
|
34509
34781
|
): this;
|
|
34510
34782
|
/**
|
|
34511
34783
|
* @SINCE 1.91
|
|
34784
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
34785
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
34512
34786
|
*
|
|
34513
34787
|
* Gets current value of property {@link #get_enableRTA _enableRTA}.
|
|
34514
34788
|
*
|
|
@@ -34726,6 +35000,8 @@ declare namespace sap {
|
|
|
34726
35000
|
*/
|
|
34727
35001
|
getSearchSidePanelList(): /* was: sap.tnt.NavigationList */ any;
|
|
34728
35002
|
/**
|
|
35003
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
35004
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
34729
35005
|
* @EXPERIMENTAL (since 1.100)
|
|
34730
35006
|
*
|
|
34731
35007
|
* Gets current value of property {@link #getShowSearchSidePanel showSearchSidePanel}.
|
|
@@ -34863,6 +35139,8 @@ declare namespace sap {
|
|
|
34863
35139
|
): sap.gantt.simple.GanttChartWithTable | null;
|
|
34864
35140
|
/**
|
|
34865
35141
|
* @SINCE 1.91
|
|
35142
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
35143
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
34866
35144
|
*
|
|
34867
35145
|
* Sets a new value for property {@link #get_enableRTA _enableRTA}.
|
|
34868
35146
|
*
|
|
@@ -35196,6 +35474,8 @@ declare namespace sap {
|
|
|
35196
35474
|
oSearchSidePanelList: /* was: sap.tnt.NavigationList */ any
|
|
35197
35475
|
): this;
|
|
35198
35476
|
/**
|
|
35477
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
35478
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
35199
35479
|
* @EXPERIMENTAL (since 1.100)
|
|
35200
35480
|
*
|
|
35201
35481
|
* Sets a new value for property {@link #getShowSearchSidePanel showSearchSidePanel}.
|
|
@@ -36276,6 +36556,9 @@ declare namespace sap {
|
|
|
36276
36556
|
aShapeUids: string[]
|
|
36277
36557
|
): this;
|
|
36278
36558
|
/**
|
|
36559
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
36560
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
36561
|
+
*
|
|
36279
36562
|
* Destroys the _pseudoSvgDefs in the aggregation {@link #get_pseudoSvgDefs _pseudoSvgDefs}.
|
|
36280
36563
|
*
|
|
36281
36564
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37139,6 +37422,8 @@ declare namespace sap {
|
|
|
37139
37422
|
fullScreenMode(): boolean;
|
|
37140
37423
|
/**
|
|
37141
37424
|
* @SINCE 1.91
|
|
37425
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
37426
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37142
37427
|
*
|
|
37143
37428
|
* Gets current value of property {@link #get_enableRTA _enableRTA}.
|
|
37144
37429
|
*
|
|
@@ -37150,6 +37435,9 @@ declare namespace sap {
|
|
|
37150
37435
|
*/
|
|
37151
37436
|
get_enableRTA(): boolean;
|
|
37152
37437
|
/**
|
|
37438
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
37439
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
37440
|
+
*
|
|
37153
37441
|
* Gets content of aggregation {@link #get_pseudoSvgDefs _pseudoSvgDefs}.
|
|
37154
37442
|
*
|
|
37155
37443
|
* SVG reusable element definitions for pseudo shapes.
|
|
@@ -37365,8 +37653,7 @@ declare namespace sap {
|
|
|
37365
37653
|
*/
|
|
37366
37654
|
getEnableCursorLine(): boolean;
|
|
37367
37655
|
/**
|
|
37368
|
-
* @
|
|
37369
|
-
* @EXPERIMENTAL
|
|
37656
|
+
* @EXPERIMENTAL (since 1.114)
|
|
37370
37657
|
*
|
|
37371
37658
|
* Gets current value of property {@link #getEnableDateTimezoneFormatter enableDateTimezoneFormatter}.
|
|
37372
37659
|
*
|
|
@@ -37449,6 +37736,8 @@ declare namespace sap {
|
|
|
37449
37736
|
*/
|
|
37450
37737
|
getEnableNowLine(): boolean;
|
|
37451
37738
|
/**
|
|
37739
|
+
* @EXPERIMENTAL (since 1.110)
|
|
37740
|
+
*
|
|
37452
37741
|
* Gets current value of property {@link #getEnablePseudoShapes enablePseudoShapes}.
|
|
37453
37742
|
*
|
|
37454
37743
|
* Optimizes the rendering of overlapping shapes
|
|
@@ -37551,7 +37840,7 @@ declare namespace sap {
|
|
|
37551
37840
|
*/
|
|
37552
37841
|
getHighlightedShapeUid(): Object[];
|
|
37553
37842
|
/**
|
|
37554
|
-
* @
|
|
37843
|
+
* @EXPERIMENTAL (since 1.109)
|
|
37555
37844
|
*
|
|
37556
37845
|
* Gets current value of property {@link #getHorizontalLazyLoadingEnabled horizontalLazyLoadingEnabled}.
|
|
37557
37846
|
*
|
|
@@ -38404,6 +38693,8 @@ declare namespace sap {
|
|
|
38404
38693
|
): this;
|
|
38405
38694
|
/**
|
|
38406
38695
|
* @SINCE 1.91
|
|
38696
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
38697
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
38407
38698
|
*
|
|
38408
38699
|
* Sets a new value for property {@link #get_enableRTA _enableRTA}.
|
|
38409
38700
|
*
|
|
@@ -38422,6 +38713,9 @@ declare namespace sap {
|
|
|
38422
38713
|
b_enableRTA?: boolean
|
|
38423
38714
|
): this;
|
|
38424
38715
|
/**
|
|
38716
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
38717
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
38718
|
+
*
|
|
38425
38719
|
* Sets the aggregated {@link #get_pseudoSvgDefs _pseudoSvgDefs}.
|
|
38426
38720
|
*
|
|
38427
38721
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -38833,6 +39127,8 @@ declare namespace sap {
|
|
|
38833
39127
|
bEnableNowLine?: boolean
|
|
38834
39128
|
): this;
|
|
38835
39129
|
/**
|
|
39130
|
+
* @EXPERIMENTAL (since 1.110)
|
|
39131
|
+
*
|
|
38836
39132
|
* Sets a new value for property {@link #getEnablePseudoShapes enablePseudoShapes}.
|
|
38837
39133
|
*
|
|
38838
39134
|
* Optimizes the rendering of overlapping shapes
|
|
@@ -38985,7 +39281,7 @@ declare namespace sap {
|
|
|
38985
39281
|
sHeight?: sap.ui.core.CSSSize
|
|
38986
39282
|
): this;
|
|
38987
39283
|
/**
|
|
38988
|
-
* @
|
|
39284
|
+
* @EXPERIMENTAL (since 1.109)
|
|
38989
39285
|
*
|
|
38990
39286
|
* Sets a new value for property {@link #getHorizontalLazyLoadingEnabled horizontalLazyLoadingEnabled}.
|
|
38991
39287
|
*
|
|
@@ -42233,6 +42529,9 @@ declare namespace sap {
|
|
|
42233
42529
|
oTask: sap.gantt.simple.BaseShape
|
|
42234
42530
|
): this;
|
|
42235
42531
|
/**
|
|
42532
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
42533
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
42534
|
+
*
|
|
42236
42535
|
* Destroys the pseudoShapeTemplate in the aggregation {@link #getPseudoShapeTemplate pseudoShapeTemplate}.
|
|
42237
42536
|
*
|
|
42238
42537
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -42245,6 +42544,9 @@ declare namespace sap {
|
|
|
42245
42544
|
*/
|
|
42246
42545
|
destroyTasks(): this;
|
|
42247
42546
|
/**
|
|
42547
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
42548
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
42549
|
+
*
|
|
42248
42550
|
* Gets content of aggregation {@link #getPseudoShapeTemplate pseudoShapeTemplate}.
|
|
42249
42551
|
*
|
|
42250
42552
|
* Pseudo shape template
|
|
@@ -42305,6 +42607,9 @@ declare namespace sap {
|
|
|
42305
42607
|
vTask: int | string | sap.gantt.simple.BaseShape
|
|
42306
42608
|
): sap.gantt.simple.BaseShape | null;
|
|
42307
42609
|
/**
|
|
42610
|
+
* @deprecated (since 1.114) - This is a private aggregation and it is being removed from UI5 version 1.117.
|
|
42611
|
+
* We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
42612
|
+
*
|
|
42308
42613
|
* Sets the aggregated {@link #getPseudoShapeTemplate pseudoShapeTemplate}.
|
|
42309
42614
|
*
|
|
42310
42615
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -42368,6 +42673,9 @@ declare namespace sap {
|
|
|
42368
42673
|
*/
|
|
42369
42674
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
42370
42675
|
/**
|
|
42676
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
42677
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
42678
|
+
*
|
|
42371
42679
|
* Gets current value of property {@link #get_lMarker _lMarker}.
|
|
42372
42680
|
*
|
|
42373
42681
|
* _lMarker determines up/down relation of L type .
|
|
@@ -42520,6 +42828,9 @@ declare namespace sap {
|
|
|
42520
42828
|
*/
|
|
42521
42829
|
getType(): sap.gantt.simple.RelationshipType;
|
|
42522
42830
|
/**
|
|
42831
|
+
* @deprecated (since 1.114) - This is a private property and it is being removed from UI5 version 1.117.
|
|
42832
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
42833
|
+
*
|
|
42523
42834
|
* Sets a new value for property {@link #get_lMarker _lMarker}.
|
|
42524
42835
|
*
|
|
42525
42836
|
* _lMarker determines up/down relation of L type .
|