@sapui5/ts-types 1.108.24 → 1.108.26
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.f.d.ts +1 -1
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.gantt.d.ts +289 -6
- 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 +42 -2
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.sac.grid.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 +1 -1
- 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 +1 -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.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- 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.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.9
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -930,7 +930,10 @@ declare namespace sap {
|
|
|
930
930
|
displayText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
931
931
|
|
|
932
932
|
/**
|
|
933
|
-
* private property
|
|
933
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
934
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
935
|
+
*
|
|
936
|
+
* Set this to true for all standard settings
|
|
934
937
|
*/
|
|
935
938
|
_isStandard?:
|
|
936
939
|
| boolean
|
|
@@ -3832,9 +3835,12 @@ declare namespace sap {
|
|
|
3832
3835
|
*/
|
|
3833
3836
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3834
3837
|
/**
|
|
3838
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
3839
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
3840
|
+
*
|
|
3835
3841
|
* Gets current value of property {@link #get_isStandard _isStandard}.
|
|
3836
3842
|
*
|
|
3837
|
-
*
|
|
3843
|
+
* Set this to true for all standard settings
|
|
3838
3844
|
*
|
|
3839
3845
|
* Default value is `false`.
|
|
3840
3846
|
*
|
|
@@ -3868,9 +3874,12 @@ declare namespace sap {
|
|
|
3868
3874
|
*/
|
|
3869
3875
|
getKey(): string;
|
|
3870
3876
|
/**
|
|
3877
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
3878
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
3879
|
+
*
|
|
3871
3880
|
* Sets a new value for property {@link #get_isStandard _isStandard}.
|
|
3872
3881
|
*
|
|
3873
|
-
*
|
|
3882
|
+
* Set this to true for all standard settings
|
|
3874
3883
|
*
|
|
3875
3884
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3876
3885
|
*
|
|
@@ -22401,6 +22410,9 @@ declare namespace sap {
|
|
|
22401
22410
|
| `{${string}}`;
|
|
22402
22411
|
|
|
22403
22412
|
/**
|
|
22413
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
22414
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
22415
|
+
*
|
|
22404
22416
|
* Standard SVG 'stroke-width' attribute.
|
|
22405
22417
|
*/
|
|
22406
22418
|
_strokeWidth?:
|
|
@@ -22460,6 +22472,9 @@ declare namespace sap {
|
|
|
22460
22472
|
| `{${string}}`;
|
|
22461
22473
|
|
|
22462
22474
|
/**
|
|
22475
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
22476
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
22477
|
+
*
|
|
22463
22478
|
* Line Selected
|
|
22464
22479
|
*/
|
|
22465
22480
|
_selected?:
|
|
@@ -22468,6 +22483,9 @@ declare namespace sap {
|
|
|
22468
22483
|
| `{${string}}`;
|
|
22469
22484
|
|
|
22470
22485
|
/**
|
|
22486
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
22487
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
22488
|
+
*
|
|
22471
22489
|
* Level of markers in the header.
|
|
22472
22490
|
*/
|
|
22473
22491
|
_level?:
|
|
@@ -22486,17 +22504,26 @@ declare namespace sap {
|
|
|
22486
22504
|
| `{${string}}`;
|
|
22487
22505
|
|
|
22488
22506
|
/**
|
|
22507
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
22508
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
22509
|
+
*
|
|
22489
22510
|
* Adhoc Line
|
|
22490
22511
|
*/
|
|
22491
22512
|
_line?: sap.gantt.simple.BaseLine;
|
|
22492
22513
|
|
|
22493
22514
|
/**
|
|
22515
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
22516
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
22517
|
+
*
|
|
22494
22518
|
* Adhoc Marker
|
|
22495
22519
|
*/
|
|
22496
22520
|
_marker?: sap.gantt.simple.AdhocDiamond;
|
|
22497
22521
|
|
|
22498
22522
|
/**
|
|
22499
|
-
*
|
|
22523
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
22524
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
22525
|
+
*
|
|
22526
|
+
* Adhoc Header Line
|
|
22500
22527
|
*/
|
|
22501
22528
|
_headerLine?: sap.gantt.simple.BaseLine;
|
|
22502
22529
|
|
|
@@ -23348,6 +23375,8 @@ declare namespace sap {
|
|
|
23348
23375
|
|
|
23349
23376
|
/**
|
|
23350
23377
|
* @SINCE 1.96
|
|
23378
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23379
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23351
23380
|
*
|
|
23352
23381
|
* property to check if shape is cropped by the visible horizon
|
|
23353
23382
|
*/
|
|
@@ -23358,6 +23387,8 @@ declare namespace sap {
|
|
|
23358
23387
|
|
|
23359
23388
|
/**
|
|
23360
23389
|
* @SINCE 1.96
|
|
23390
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23391
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23361
23392
|
*
|
|
23362
23393
|
* xBaised value to be added to cropped shape when horizontalTextAligment is set to "Dynamic"
|
|
23363
23394
|
*/
|
|
@@ -23611,6 +23642,9 @@ declare namespace sap {
|
|
|
23611
23642
|
| `{${string}}`;
|
|
23612
23643
|
|
|
23613
23644
|
/**
|
|
23645
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23646
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23647
|
+
*
|
|
23614
23648
|
* Shows or hides the represented control.
|
|
23615
23649
|
*/
|
|
23616
23650
|
_show?:
|
|
@@ -23619,6 +23653,9 @@ declare namespace sap {
|
|
|
23619
23653
|
| `{${string}}`;
|
|
23620
23654
|
|
|
23621
23655
|
/**
|
|
23656
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
23657
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23658
|
+
*
|
|
23622
23659
|
* Represented control.
|
|
23623
23660
|
*/
|
|
23624
23661
|
_control?: sap.ui.core.Control;
|
|
@@ -23638,6 +23675,8 @@ declare namespace sap {
|
|
|
23638
23675
|
|
|
23639
23676
|
/**
|
|
23640
23677
|
* @SINCE 1.88
|
|
23678
|
+
* @deprecated (since 1.108.22) - This is a private event and it is being removed from UI5 version 1.117.
|
|
23679
|
+
* We recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23641
23680
|
*
|
|
23642
23681
|
* The event is triggered when custom variant data is set to update gantt chart with table
|
|
23643
23682
|
*/
|
|
@@ -23656,6 +23695,9 @@ declare namespace sap {
|
|
|
23656
23695
|
| `{${string}}`;
|
|
23657
23696
|
|
|
23658
23697
|
/**
|
|
23698
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23699
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23700
|
+
*
|
|
23659
23701
|
* Standard SVG 'stroke-width' attribute.
|
|
23660
23702
|
*/
|
|
23661
23703
|
_strokeWidth?:
|
|
@@ -23742,6 +23784,9 @@ declare namespace sap {
|
|
|
23742
23784
|
| `{${string}}`;
|
|
23743
23785
|
|
|
23744
23786
|
/**
|
|
23787
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23788
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23789
|
+
*
|
|
23745
23790
|
* Background area between Delta Lines
|
|
23746
23791
|
*/
|
|
23747
23792
|
_enableChartDeltaAreaHighlight?:
|
|
@@ -23750,6 +23795,9 @@ declare namespace sap {
|
|
|
23750
23795
|
| `{${string}}`;
|
|
23751
23796
|
|
|
23752
23797
|
/**
|
|
23798
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23799
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23800
|
+
*
|
|
23753
23801
|
* Selection property of the Delta Markers
|
|
23754
23802
|
*/
|
|
23755
23803
|
_isSelected?:
|
|
@@ -23758,6 +23806,9 @@ declare namespace sap {
|
|
|
23758
23806
|
| `{${string}}`;
|
|
23759
23807
|
|
|
23760
23808
|
/**
|
|
23809
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23810
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23811
|
+
*
|
|
23761
23812
|
* Level of markers in the header.
|
|
23762
23813
|
*/
|
|
23763
23814
|
_level?:
|
|
@@ -23766,6 +23817,9 @@ declare namespace sap {
|
|
|
23766
23817
|
| `{${string}}`;
|
|
23767
23818
|
|
|
23768
23819
|
/**
|
|
23820
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
23821
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23822
|
+
*
|
|
23769
23823
|
* Visibility of the Delta Markers
|
|
23770
23824
|
*/
|
|
23771
23825
|
_visibleMarker?:
|
|
@@ -23774,41 +23828,65 @@ declare namespace sap {
|
|
|
23774
23828
|
| `{${string}}`;
|
|
23775
23829
|
|
|
23776
23830
|
/**
|
|
23831
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
23832
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23833
|
+
*
|
|
23777
23834
|
* Start line of the Delta Line
|
|
23778
23835
|
*/
|
|
23779
23836
|
_startLine?: sap.gantt.simple.BaseLine;
|
|
23780
23837
|
|
|
23781
23838
|
/**
|
|
23839
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
23840
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23841
|
+
*
|
|
23782
23842
|
* End line of the Delta Line
|
|
23783
23843
|
*/
|
|
23784
23844
|
_endLine?: sap.gantt.simple.BaseLine;
|
|
23785
23845
|
|
|
23786
23846
|
/**
|
|
23847
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
23848
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23849
|
+
*
|
|
23787
23850
|
* Forward Delta Marker
|
|
23788
23851
|
*/
|
|
23789
23852
|
_forwardMarker?: sap.gantt.simple.BaseTriangle;
|
|
23790
23853
|
|
|
23791
23854
|
/**
|
|
23855
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
23856
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23857
|
+
*
|
|
23792
23858
|
* Backward Delta Marker
|
|
23793
23859
|
*/
|
|
23794
23860
|
_backwardMarker?: sap.gantt.simple.BaseTriangle;
|
|
23795
23861
|
|
|
23796
23862
|
/**
|
|
23863
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
23864
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23865
|
+
*
|
|
23797
23866
|
* Header area between the Delta Markers
|
|
23798
23867
|
*/
|
|
23799
23868
|
_headerDeltaArea?: sap.gantt.simple.BaseDeltaRectangle;
|
|
23800
23869
|
|
|
23801
23870
|
/**
|
|
23871
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
23872
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23873
|
+
*
|
|
23802
23874
|
* Header start line
|
|
23803
23875
|
*/
|
|
23804
23876
|
_headerStartLine?: sap.gantt.simple.BaseLine;
|
|
23805
23877
|
|
|
23806
23878
|
/**
|
|
23879
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
23880
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23881
|
+
*
|
|
23807
23882
|
* Header end line
|
|
23808
23883
|
*/
|
|
23809
23884
|
_headerEndLine?: sap.gantt.simple.BaseLine;
|
|
23810
23885
|
|
|
23811
23886
|
/**
|
|
23887
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
23888
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
23889
|
+
*
|
|
23812
23890
|
* Chart area between Delta Lines
|
|
23813
23891
|
*/
|
|
23814
23892
|
_chartDeltaArea?: sap.gantt.simple.BaseDeltaRectangle;
|
|
@@ -24033,6 +24111,8 @@ declare namespace sap {
|
|
|
24033
24111
|
|
|
24034
24112
|
/**
|
|
24035
24113
|
* @SINCE 1.91
|
|
24114
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
24115
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
24036
24116
|
*
|
|
24037
24117
|
* Flag to enable and disable RTA mode.
|
|
24038
24118
|
*/
|
|
@@ -24042,6 +24122,8 @@ declare namespace sap {
|
|
|
24042
24122
|
| `{${string}}`;
|
|
24043
24123
|
|
|
24044
24124
|
/**
|
|
24125
|
+
* @deprecated (since 1.108) - This is a private property and it is being removed from UI5 version 1.117.
|
|
24126
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
24045
24127
|
* @EXPERIMENTAL (since 1.100)
|
|
24046
24128
|
*
|
|
24047
24129
|
* Flag to enable and disable search side panel.
|
|
@@ -24534,6 +24616,8 @@ declare namespace sap {
|
|
|
24534
24616
|
|
|
24535
24617
|
/**
|
|
24536
24618
|
* @SINCE 1.91
|
|
24619
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
24620
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
24537
24621
|
*
|
|
24538
24622
|
* Flag to enable and disable Runtime Adaptation (RTA) mode.
|
|
24539
24623
|
*/
|
|
@@ -25340,6 +25424,9 @@ declare namespace sap {
|
|
|
25340
25424
|
| `{${string}}`;
|
|
25341
25425
|
|
|
25342
25426
|
/**
|
|
25427
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
25428
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
25429
|
+
*
|
|
25343
25430
|
* _lMarker determines up/down relation of L type .
|
|
25344
25431
|
*/
|
|
25345
25432
|
_lMarker?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
@@ -26225,18 +26312,27 @@ declare namespace sap {
|
|
|
26225
26312
|
oListener?: object
|
|
26226
26313
|
): this;
|
|
26227
26314
|
/**
|
|
26315
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
26316
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26317
|
+
*
|
|
26228
26318
|
* Destroys the _headerLine in the aggregation {@link #get_headerLine _headerLine}.
|
|
26229
26319
|
*
|
|
26230
26320
|
* @returns Reference to `this` in order to allow method chaining
|
|
26231
26321
|
*/
|
|
26232
26322
|
destroy_headerLine(): this;
|
|
26233
26323
|
/**
|
|
26324
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
26325
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26326
|
+
*
|
|
26234
26327
|
* Destroys the _line in the aggregation {@link #get_line _line}.
|
|
26235
26328
|
*
|
|
26236
26329
|
* @returns Reference to `this` in order to allow method chaining
|
|
26237
26330
|
*/
|
|
26238
26331
|
destroy_line(): this;
|
|
26239
26332
|
/**
|
|
26333
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
26334
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26335
|
+
*
|
|
26240
26336
|
* Destroys the _marker in the aggregation {@link #get_marker _marker}.
|
|
26241
26337
|
*
|
|
26242
26338
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26366,12 +26462,18 @@ declare namespace sap {
|
|
|
26366
26462
|
mParameters?: object
|
|
26367
26463
|
): this;
|
|
26368
26464
|
/**
|
|
26465
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
26466
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26467
|
+
*
|
|
26369
26468
|
* Gets content of aggregation {@link #get_headerLine _headerLine}.
|
|
26370
26469
|
*
|
|
26371
|
-
* Adhoc
|
|
26470
|
+
* Adhoc Header Line
|
|
26372
26471
|
*/
|
|
26373
26472
|
get_headerLine(): sap.gantt.simple.BaseLine;
|
|
26374
26473
|
/**
|
|
26474
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
26475
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26476
|
+
*
|
|
26375
26477
|
* Gets current value of property {@link #get_level _level}.
|
|
26376
26478
|
*
|
|
26377
26479
|
* Level of markers in the header.
|
|
@@ -26382,18 +26484,27 @@ declare namespace sap {
|
|
|
26382
26484
|
*/
|
|
26383
26485
|
get_level(): int;
|
|
26384
26486
|
/**
|
|
26487
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
26488
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26489
|
+
*
|
|
26385
26490
|
* Gets content of aggregation {@link #get_line _line}.
|
|
26386
26491
|
*
|
|
26387
26492
|
* Adhoc Line
|
|
26388
26493
|
*/
|
|
26389
26494
|
get_line(): sap.gantt.simple.BaseLine;
|
|
26390
26495
|
/**
|
|
26496
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
26497
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26498
|
+
*
|
|
26391
26499
|
* Gets content of aggregation {@link #get_marker _marker}.
|
|
26392
26500
|
*
|
|
26393
26501
|
* Adhoc Marker
|
|
26394
26502
|
*/
|
|
26395
26503
|
get_marker(): sap.gantt.simple.AdhocDiamond;
|
|
26396
26504
|
/**
|
|
26505
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
26506
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26507
|
+
*
|
|
26397
26508
|
* Gets current value of property {@link #get_selected _selected}.
|
|
26398
26509
|
*
|
|
26399
26510
|
* Line Selected
|
|
@@ -26404,6 +26515,9 @@ declare namespace sap {
|
|
|
26404
26515
|
*/
|
|
26405
26516
|
get_selected(): boolean;
|
|
26406
26517
|
/**
|
|
26518
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
26519
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26520
|
+
*
|
|
26407
26521
|
* Gets current value of property {@link #get_strokeWidth _strokeWidth}.
|
|
26408
26522
|
*
|
|
26409
26523
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -26502,6 +26616,9 @@ declare namespace sap {
|
|
|
26502
26616
|
*/
|
|
26503
26617
|
getVisible(): boolean;
|
|
26504
26618
|
/**
|
|
26619
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
26620
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26621
|
+
*
|
|
26505
26622
|
* Sets the aggregated {@link #get_headerLine _headerLine}.
|
|
26506
26623
|
*
|
|
26507
26624
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26513,6 +26630,9 @@ declare namespace sap {
|
|
|
26513
26630
|
o_headerLine: sap.gantt.simple.BaseLine
|
|
26514
26631
|
): this;
|
|
26515
26632
|
/**
|
|
26633
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
26634
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26635
|
+
*
|
|
26516
26636
|
* Sets a new value for property {@link #get_level _level}.
|
|
26517
26637
|
*
|
|
26518
26638
|
* Level of markers in the header.
|
|
@@ -26530,6 +26650,9 @@ declare namespace sap {
|
|
|
26530
26650
|
i_level?: int
|
|
26531
26651
|
): this;
|
|
26532
26652
|
/**
|
|
26653
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
26654
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26655
|
+
*
|
|
26533
26656
|
* Sets the aggregated {@link #get_line _line}.
|
|
26534
26657
|
*
|
|
26535
26658
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26541,6 +26664,9 @@ declare namespace sap {
|
|
|
26541
26664
|
o_line: sap.gantt.simple.BaseLine
|
|
26542
26665
|
): this;
|
|
26543
26666
|
/**
|
|
26667
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
26668
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26669
|
+
*
|
|
26544
26670
|
* Sets the aggregated {@link #get_marker _marker}.
|
|
26545
26671
|
*
|
|
26546
26672
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26552,6 +26678,9 @@ declare namespace sap {
|
|
|
26552
26678
|
o_marker: sap.gantt.simple.AdhocDiamond
|
|
26553
26679
|
): this;
|
|
26554
26680
|
/**
|
|
26681
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
26682
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26683
|
+
*
|
|
26555
26684
|
* Sets a new value for property {@link #get_selected _selected}.
|
|
26556
26685
|
*
|
|
26557
26686
|
* Line Selected
|
|
@@ -26569,6 +26698,9 @@ declare namespace sap {
|
|
|
26569
26698
|
b_selected?: boolean
|
|
26570
26699
|
): this;
|
|
26571
26700
|
/**
|
|
26701
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
26702
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
26703
|
+
*
|
|
26572
26704
|
* Sets a new value for property {@link #get_strokeWidth _strokeWidth}.
|
|
26573
26705
|
*
|
|
26574
26706
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -30249,6 +30381,8 @@ declare namespace sap {
|
|
|
30249
30381
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
30250
30382
|
/**
|
|
30251
30383
|
* @SINCE 1.96
|
|
30384
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
30385
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
30252
30386
|
*
|
|
30253
30387
|
* Gets current value of property {@link #get_shapeCropped _shapeCropped}.
|
|
30254
30388
|
*
|
|
@@ -30261,6 +30395,8 @@ declare namespace sap {
|
|
|
30261
30395
|
get_shapeCropped(): boolean;
|
|
30262
30396
|
/**
|
|
30263
30397
|
* @SINCE 1.96
|
|
30398
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
30399
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
30264
30400
|
*
|
|
30265
30401
|
* Gets current value of property {@link #get_xBiassed _xBiassed}.
|
|
30266
30402
|
*
|
|
@@ -30381,6 +30517,8 @@ declare namespace sap {
|
|
|
30381
30517
|
): void;
|
|
30382
30518
|
/**
|
|
30383
30519
|
* @SINCE 1.96
|
|
30520
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
30521
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
30384
30522
|
*
|
|
30385
30523
|
* Sets a new value for property {@link #get_shapeCropped _shapeCropped}.
|
|
30386
30524
|
*
|
|
@@ -30400,6 +30538,8 @@ declare namespace sap {
|
|
|
30400
30538
|
): this;
|
|
30401
30539
|
/**
|
|
30402
30540
|
* @SINCE 1.96
|
|
30541
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
30542
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
30403
30543
|
*
|
|
30404
30544
|
* Sets a new value for property {@link #get_xBiassed _xBiassed}.
|
|
30405
30545
|
*
|
|
@@ -32196,18 +32336,27 @@ declare namespace sap {
|
|
|
32196
32336
|
*/
|
|
32197
32337
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
32198
32338
|
/**
|
|
32339
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
32340
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32341
|
+
*
|
|
32199
32342
|
* Destroys the _control in the aggregation {@link #get_control _control}.
|
|
32200
32343
|
*
|
|
32201
32344
|
* @returns Reference to `this` in order to allow method chaining
|
|
32202
32345
|
*/
|
|
32203
32346
|
destroy_control(): this;
|
|
32204
32347
|
/**
|
|
32348
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
32349
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32350
|
+
*
|
|
32205
32351
|
* Gets content of aggregation {@link #get_control _control}.
|
|
32206
32352
|
*
|
|
32207
32353
|
* Represented control.
|
|
32208
32354
|
*/
|
|
32209
32355
|
get_control(): sap.ui.core.Control;
|
|
32210
32356
|
/**
|
|
32357
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
32358
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32359
|
+
*
|
|
32211
32360
|
* Gets current value of property {@link #get_show _show}.
|
|
32212
32361
|
*
|
|
32213
32362
|
* Shows or hides the represented control.
|
|
@@ -32233,6 +32382,9 @@ declare namespace sap {
|
|
|
32233
32382
|
*/
|
|
32234
32383
|
getType(): sap.gantt.simple.ContainerToolbarPlaceholderType;
|
|
32235
32384
|
/**
|
|
32385
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
32386
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32387
|
+
*
|
|
32236
32388
|
* Sets the aggregated {@link #get_control _control}.
|
|
32237
32389
|
*
|
|
32238
32390
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -32244,6 +32396,9 @@ declare namespace sap {
|
|
|
32244
32396
|
o_control: sap.ui.core.Control
|
|
32245
32397
|
): this;
|
|
32246
32398
|
/**
|
|
32399
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
32400
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32401
|
+
*
|
|
32247
32402
|
* Sets a new value for property {@link #get_show _show}.
|
|
32248
32403
|
*
|
|
32249
32404
|
* Shows or hides the represented control.
|
|
@@ -32342,6 +32497,8 @@ declare namespace sap {
|
|
|
32342
32497
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
32343
32498
|
/**
|
|
32344
32499
|
* @SINCE 1.88
|
|
32500
|
+
* @deprecated (since 1.108.22) - This is a private event and it is being removed from UI5 version 1.117.
|
|
32501
|
+
* We recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32345
32502
|
*
|
|
32346
32503
|
* Attaches event handler `fnFunction` to the {@link #event:setDataComplete setDataComplete} event of this
|
|
32347
32504
|
* `sap.gantt.simple.CustomVariantHandler`.
|
|
@@ -32371,6 +32528,8 @@ declare namespace sap {
|
|
|
32371
32528
|
): this;
|
|
32372
32529
|
/**
|
|
32373
32530
|
* @SINCE 1.88
|
|
32531
|
+
* @deprecated (since 1.108.22) - This is a private event and it is being removed from UI5 version 1.117.
|
|
32532
|
+
* We recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32374
32533
|
*
|
|
32375
32534
|
* Attaches event handler `fnFunction` to the {@link #event:setDataComplete setDataComplete} event of this
|
|
32376
32535
|
* `sap.gantt.simple.CustomVariantHandler`.
|
|
@@ -32395,6 +32554,8 @@ declare namespace sap {
|
|
|
32395
32554
|
): this;
|
|
32396
32555
|
/**
|
|
32397
32556
|
* @SINCE 1.88
|
|
32557
|
+
* @deprecated (since 1.108.22) - This is a private event and it is being removed from UI5 version 1.117.
|
|
32558
|
+
* We recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32398
32559
|
*
|
|
32399
32560
|
* Detaches event handler `fnFunction` from the {@link #event:setDataComplete setDataComplete} event of
|
|
32400
32561
|
* this `sap.gantt.simple.CustomVariantHandler`.
|
|
@@ -32415,6 +32576,8 @@ declare namespace sap {
|
|
|
32415
32576
|
): this;
|
|
32416
32577
|
/**
|
|
32417
32578
|
* @SINCE 1.88
|
|
32579
|
+
* @deprecated (since 1.108.22) - This is a private event and it is being removed from UI5 version 1.117.
|
|
32580
|
+
* We recommend not using this event. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32418
32581
|
*
|
|
32419
32582
|
* Fires event {@link #event:setDataComplete setDataComplete} to attached listeners.
|
|
32420
32583
|
*
|
|
@@ -32743,48 +32906,72 @@ declare namespace sap {
|
|
|
32743
32906
|
oListener?: object
|
|
32744
32907
|
): this;
|
|
32745
32908
|
/**
|
|
32909
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
32910
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32911
|
+
*
|
|
32746
32912
|
* Destroys the _backwardMarker in the aggregation {@link #get_backwardMarker _backwardMarker}.
|
|
32747
32913
|
*
|
|
32748
32914
|
* @returns Reference to `this` in order to allow method chaining
|
|
32749
32915
|
*/
|
|
32750
32916
|
destroy_backwardMarker(): this;
|
|
32751
32917
|
/**
|
|
32918
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
32919
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32920
|
+
*
|
|
32752
32921
|
* Destroys the _chartDeltaArea in the aggregation {@link #get_chartDeltaArea _chartDeltaArea}.
|
|
32753
32922
|
*
|
|
32754
32923
|
* @returns Reference to `this` in order to allow method chaining
|
|
32755
32924
|
*/
|
|
32756
32925
|
destroy_chartDeltaArea(): this;
|
|
32757
32926
|
/**
|
|
32927
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
32928
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32929
|
+
*
|
|
32758
32930
|
* Destroys the _endLine in the aggregation {@link #get_endLine _endLine}.
|
|
32759
32931
|
*
|
|
32760
32932
|
* @returns Reference to `this` in order to allow method chaining
|
|
32761
32933
|
*/
|
|
32762
32934
|
destroy_endLine(): this;
|
|
32763
32935
|
/**
|
|
32936
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
32937
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32938
|
+
*
|
|
32764
32939
|
* Destroys the _forwardMarker in the aggregation {@link #get_forwardMarker _forwardMarker}.
|
|
32765
32940
|
*
|
|
32766
32941
|
* @returns Reference to `this` in order to allow method chaining
|
|
32767
32942
|
*/
|
|
32768
32943
|
destroy_forwardMarker(): this;
|
|
32769
32944
|
/**
|
|
32945
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
32946
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32947
|
+
*
|
|
32770
32948
|
* Destroys the _headerDeltaArea in the aggregation {@link #get_headerDeltaArea _headerDeltaArea}.
|
|
32771
32949
|
*
|
|
32772
32950
|
* @returns Reference to `this` in order to allow method chaining
|
|
32773
32951
|
*/
|
|
32774
32952
|
destroy_headerDeltaArea(): this;
|
|
32775
32953
|
/**
|
|
32954
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
32955
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32956
|
+
*
|
|
32776
32957
|
* Destroys the _headerEndLine in the aggregation {@link #get_headerEndLine _headerEndLine}.
|
|
32777
32958
|
*
|
|
32778
32959
|
* @returns Reference to `this` in order to allow method chaining
|
|
32779
32960
|
*/
|
|
32780
32961
|
destroy_headerEndLine(): this;
|
|
32781
32962
|
/**
|
|
32963
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
32964
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32965
|
+
*
|
|
32782
32966
|
* Destroys the _headerStartLine in the aggregation {@link #get_headerStartLine _headerStartLine}.
|
|
32783
32967
|
*
|
|
32784
32968
|
* @returns Reference to `this` in order to allow method chaining
|
|
32785
32969
|
*/
|
|
32786
32970
|
destroy_headerStartLine(): this;
|
|
32787
32971
|
/**
|
|
32972
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
32973
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
32974
|
+
*
|
|
32788
32975
|
* Destroys the _startLine in the aggregation {@link #get_startLine _startLine}.
|
|
32789
32976
|
*
|
|
32790
32977
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -32959,18 +33146,27 @@ declare namespace sap {
|
|
|
32959
33146
|
mParameters?: object
|
|
32960
33147
|
): this;
|
|
32961
33148
|
/**
|
|
33149
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
33150
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33151
|
+
*
|
|
32962
33152
|
* Gets content of aggregation {@link #get_backwardMarker _backwardMarker}.
|
|
32963
33153
|
*
|
|
32964
33154
|
* Backward Delta Marker
|
|
32965
33155
|
*/
|
|
32966
33156
|
get_backwardMarker(): sap.gantt.simple.BaseTriangle;
|
|
32967
33157
|
/**
|
|
33158
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
33159
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33160
|
+
*
|
|
32968
33161
|
* Gets content of aggregation {@link #get_chartDeltaArea _chartDeltaArea}.
|
|
32969
33162
|
*
|
|
32970
33163
|
* Chart area between Delta Lines
|
|
32971
33164
|
*/
|
|
32972
33165
|
get_chartDeltaArea(): sap.gantt.simple.BaseDeltaRectangle;
|
|
32973
33166
|
/**
|
|
33167
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33168
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33169
|
+
*
|
|
32974
33170
|
* Gets current value of property {@link #get_enableChartDeltaAreaHighlight _enableChartDeltaAreaHighlight}.
|
|
32975
33171
|
*
|
|
32976
33172
|
* Background area between Delta Lines
|
|
@@ -32981,36 +33177,54 @@ declare namespace sap {
|
|
|
32981
33177
|
*/
|
|
32982
33178
|
get_enableChartDeltaAreaHighlight(): boolean;
|
|
32983
33179
|
/**
|
|
33180
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
33181
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33182
|
+
*
|
|
32984
33183
|
* Gets content of aggregation {@link #get_endLine _endLine}.
|
|
32985
33184
|
*
|
|
32986
33185
|
* End line of the Delta Line
|
|
32987
33186
|
*/
|
|
32988
33187
|
get_endLine(): sap.gantt.simple.BaseLine;
|
|
32989
33188
|
/**
|
|
33189
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
33190
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33191
|
+
*
|
|
32990
33192
|
* Gets content of aggregation {@link #get_forwardMarker _forwardMarker}.
|
|
32991
33193
|
*
|
|
32992
33194
|
* Forward Delta Marker
|
|
32993
33195
|
*/
|
|
32994
33196
|
get_forwardMarker(): sap.gantt.simple.BaseTriangle;
|
|
32995
33197
|
/**
|
|
33198
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
33199
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33200
|
+
*
|
|
32996
33201
|
* Gets content of aggregation {@link #get_headerDeltaArea _headerDeltaArea}.
|
|
32997
33202
|
*
|
|
32998
33203
|
* Header area between the Delta Markers
|
|
32999
33204
|
*/
|
|
33000
33205
|
get_headerDeltaArea(): sap.gantt.simple.BaseDeltaRectangle;
|
|
33001
33206
|
/**
|
|
33207
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
33208
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33209
|
+
*
|
|
33002
33210
|
* Gets content of aggregation {@link #get_headerEndLine _headerEndLine}.
|
|
33003
33211
|
*
|
|
33004
33212
|
* Header end line
|
|
33005
33213
|
*/
|
|
33006
33214
|
get_headerEndLine(): sap.gantt.simple.BaseLine;
|
|
33007
33215
|
/**
|
|
33216
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
33217
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33218
|
+
*
|
|
33008
33219
|
* Gets content of aggregation {@link #get_headerStartLine _headerStartLine}.
|
|
33009
33220
|
*
|
|
33010
33221
|
* Header start line
|
|
33011
33222
|
*/
|
|
33012
33223
|
get_headerStartLine(): sap.gantt.simple.BaseLine;
|
|
33013
33224
|
/**
|
|
33225
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33226
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33227
|
+
*
|
|
33014
33228
|
* Gets current value of property {@link #get_isSelected _isSelected}.
|
|
33015
33229
|
*
|
|
33016
33230
|
* Selection property of the Delta Markers
|
|
@@ -33021,6 +33235,9 @@ declare namespace sap {
|
|
|
33021
33235
|
*/
|
|
33022
33236
|
get_isSelected(): boolean;
|
|
33023
33237
|
/**
|
|
33238
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33239
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33240
|
+
*
|
|
33024
33241
|
* Gets current value of property {@link #get_level _level}.
|
|
33025
33242
|
*
|
|
33026
33243
|
* Level of markers in the header.
|
|
@@ -33031,12 +33248,18 @@ declare namespace sap {
|
|
|
33031
33248
|
*/
|
|
33032
33249
|
get_level(): int;
|
|
33033
33250
|
/**
|
|
33251
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
33252
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33253
|
+
*
|
|
33034
33254
|
* Gets content of aggregation {@link #get_startLine _startLine}.
|
|
33035
33255
|
*
|
|
33036
33256
|
* Start line of the Delta Line
|
|
33037
33257
|
*/
|
|
33038
33258
|
get_startLine(): sap.gantt.simple.BaseLine;
|
|
33039
33259
|
/**
|
|
33260
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33261
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33262
|
+
*
|
|
33040
33263
|
* Gets current value of property {@link #get_strokeWidth _strokeWidth}.
|
|
33041
33264
|
*
|
|
33042
33265
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -33047,6 +33270,9 @@ declare namespace sap {
|
|
|
33047
33270
|
*/
|
|
33048
33271
|
get_strokeWidth(): float;
|
|
33049
33272
|
/**
|
|
33273
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33274
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33275
|
+
*
|
|
33050
33276
|
* Gets current value of property {@link #get_visibleMarker _visibleMarker}.
|
|
33051
33277
|
*
|
|
33052
33278
|
* Visibility of the Delta Markers
|
|
@@ -33167,6 +33393,9 @@ declare namespace sap {
|
|
|
33167
33393
|
*/
|
|
33168
33394
|
getVisibleDeltaStartEndLines(): boolean;
|
|
33169
33395
|
/**
|
|
33396
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
33397
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33398
|
+
*
|
|
33170
33399
|
* Sets the aggregated {@link #get_backwardMarker _backwardMarker}.
|
|
33171
33400
|
*
|
|
33172
33401
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33178,6 +33407,9 @@ declare namespace sap {
|
|
|
33178
33407
|
o_backwardMarker: sap.gantt.simple.BaseTriangle
|
|
33179
33408
|
): this;
|
|
33180
33409
|
/**
|
|
33410
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
33411
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33412
|
+
*
|
|
33181
33413
|
* Sets the aggregated {@link #get_chartDeltaArea _chartDeltaArea}.
|
|
33182
33414
|
*
|
|
33183
33415
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33189,6 +33421,9 @@ declare namespace sap {
|
|
|
33189
33421
|
o_chartDeltaArea: sap.gantt.simple.BaseDeltaRectangle
|
|
33190
33422
|
): this;
|
|
33191
33423
|
/**
|
|
33424
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33425
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33426
|
+
*
|
|
33192
33427
|
* Sets a new value for property {@link #get_enableChartDeltaAreaHighlight _enableChartDeltaAreaHighlight}.
|
|
33193
33428
|
*
|
|
33194
33429
|
* Background area between Delta Lines
|
|
@@ -33206,6 +33441,9 @@ declare namespace sap {
|
|
|
33206
33441
|
b_enableChartDeltaAreaHighlight?: boolean
|
|
33207
33442
|
): this;
|
|
33208
33443
|
/**
|
|
33444
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
33445
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33446
|
+
*
|
|
33209
33447
|
* Sets the aggregated {@link #get_endLine _endLine}.
|
|
33210
33448
|
*
|
|
33211
33449
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33217,6 +33455,9 @@ declare namespace sap {
|
|
|
33217
33455
|
o_endLine: sap.gantt.simple.BaseLine
|
|
33218
33456
|
): this;
|
|
33219
33457
|
/**
|
|
33458
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
33459
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33460
|
+
*
|
|
33220
33461
|
* Sets the aggregated {@link #get_forwardMarker _forwardMarker}.
|
|
33221
33462
|
*
|
|
33222
33463
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33228,6 +33469,9 @@ declare namespace sap {
|
|
|
33228
33469
|
o_forwardMarker: sap.gantt.simple.BaseTriangle
|
|
33229
33470
|
): this;
|
|
33230
33471
|
/**
|
|
33472
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
33473
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33474
|
+
*
|
|
33231
33475
|
* Sets the aggregated {@link #get_headerDeltaArea _headerDeltaArea}.
|
|
33232
33476
|
*
|
|
33233
33477
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33239,6 +33483,9 @@ declare namespace sap {
|
|
|
33239
33483
|
o_headerDeltaArea: sap.gantt.simple.BaseDeltaRectangle
|
|
33240
33484
|
): this;
|
|
33241
33485
|
/**
|
|
33486
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
33487
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33488
|
+
*
|
|
33242
33489
|
* Sets the aggregated {@link #get_headerEndLine _headerEndLine}.
|
|
33243
33490
|
*
|
|
33244
33491
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33250,6 +33497,9 @@ declare namespace sap {
|
|
|
33250
33497
|
o_headerEndLine: sap.gantt.simple.BaseLine
|
|
33251
33498
|
): this;
|
|
33252
33499
|
/**
|
|
33500
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
33501
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33502
|
+
*
|
|
33253
33503
|
* Sets the aggregated {@link #get_headerStartLine _headerStartLine}.
|
|
33254
33504
|
*
|
|
33255
33505
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33261,6 +33511,9 @@ declare namespace sap {
|
|
|
33261
33511
|
o_headerStartLine: sap.gantt.simple.BaseLine
|
|
33262
33512
|
): this;
|
|
33263
33513
|
/**
|
|
33514
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33515
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33516
|
+
*
|
|
33264
33517
|
* Sets a new value for property {@link #get_isSelected _isSelected}.
|
|
33265
33518
|
*
|
|
33266
33519
|
* Selection property of the Delta Markers
|
|
@@ -33278,6 +33531,9 @@ declare namespace sap {
|
|
|
33278
33531
|
b_isSelected?: boolean
|
|
33279
33532
|
): this;
|
|
33280
33533
|
/**
|
|
33534
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33535
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33536
|
+
*
|
|
33281
33537
|
* Sets a new value for property {@link #get_level _level}.
|
|
33282
33538
|
*
|
|
33283
33539
|
* Level of markers in the header.
|
|
@@ -33295,6 +33551,9 @@ declare namespace sap {
|
|
|
33295
33551
|
i_level?: int
|
|
33296
33552
|
): this;
|
|
33297
33553
|
/**
|
|
33554
|
+
* @deprecated (since 1.108.22) - This is a private aggregation and it is being removed from UI5 version
|
|
33555
|
+
* 1.117. We recommend not using this aggregation. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33556
|
+
*
|
|
33298
33557
|
* Sets the aggregated {@link #get_startLine _startLine}.
|
|
33299
33558
|
*
|
|
33300
33559
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33306,6 +33565,9 @@ declare namespace sap {
|
|
|
33306
33565
|
o_startLine: sap.gantt.simple.BaseLine
|
|
33307
33566
|
): this;
|
|
33308
33567
|
/**
|
|
33568
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33569
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33570
|
+
*
|
|
33309
33571
|
* Sets a new value for property {@link #get_strokeWidth _strokeWidth}.
|
|
33310
33572
|
*
|
|
33311
33573
|
* Standard SVG 'stroke-width' attribute.
|
|
@@ -33323,6 +33585,9 @@ declare namespace sap {
|
|
|
33323
33585
|
f_strokeWidth?: float
|
|
33324
33586
|
): this;
|
|
33325
33587
|
/**
|
|
33588
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
33589
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
33590
|
+
*
|
|
33326
33591
|
* Sets a new value for property {@link #get_visibleMarker _visibleMarker}.
|
|
33327
33592
|
*
|
|
33328
33593
|
* Visibility of the Delta Markers
|
|
@@ -34293,6 +34558,8 @@ declare namespace sap {
|
|
|
34293
34558
|
): this;
|
|
34294
34559
|
/**
|
|
34295
34560
|
* @SINCE 1.91
|
|
34561
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
34562
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
34296
34563
|
*
|
|
34297
34564
|
* Gets current value of property {@link #get_enableRTA _enableRTA}.
|
|
34298
34565
|
*
|
|
@@ -34498,6 +34765,8 @@ declare namespace sap {
|
|
|
34498
34765
|
*/
|
|
34499
34766
|
getSearchSidePanelList(): /* was: sap.tnt.NavigationList */ any;
|
|
34500
34767
|
/**
|
|
34768
|
+
* @deprecated (since 1.108) - This is a private property and it is being removed from UI5 version 1.117.
|
|
34769
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
34501
34770
|
* @EXPERIMENTAL (since 1.100)
|
|
34502
34771
|
*
|
|
34503
34772
|
* Gets current value of property {@link #getShowSearchSidePanel showSearchSidePanel}.
|
|
@@ -34635,6 +34904,8 @@ declare namespace sap {
|
|
|
34635
34904
|
): sap.gantt.simple.GanttChartWithTable | null;
|
|
34636
34905
|
/**
|
|
34637
34906
|
* @SINCE 1.91
|
|
34907
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
34908
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
34638
34909
|
*
|
|
34639
34910
|
* Sets a new value for property {@link #get_enableRTA _enableRTA}.
|
|
34640
34911
|
*
|
|
@@ -34949,6 +35220,8 @@ declare namespace sap {
|
|
|
34949
35220
|
oSearchSidePanelList: /* was: sap.tnt.NavigationList */ any
|
|
34950
35221
|
): this;
|
|
34951
35222
|
/**
|
|
35223
|
+
* @deprecated (since 1.108) - This is a private property and it is being removed from UI5 version 1.117.
|
|
35224
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
34952
35225
|
* @EXPERIMENTAL (since 1.100)
|
|
34953
35226
|
*
|
|
34954
35227
|
* Sets a new value for property {@link #getShowSearchSidePanel showSearchSidePanel}.
|
|
@@ -36862,6 +37135,8 @@ declare namespace sap {
|
|
|
36862
37135
|
fullScreenMode(): boolean;
|
|
36863
37136
|
/**
|
|
36864
37137
|
* @SINCE 1.91
|
|
37138
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
37139
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
36865
37140
|
*
|
|
36866
37141
|
* Gets current value of property {@link #get_enableRTA _enableRTA}.
|
|
36867
37142
|
*
|
|
@@ -38037,6 +38312,8 @@ declare namespace sap {
|
|
|
38037
38312
|
): this;
|
|
38038
38313
|
/**
|
|
38039
38314
|
* @SINCE 1.91
|
|
38315
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
38316
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
38040
38317
|
*
|
|
38041
38318
|
* Sets a new value for property {@link #get_enableRTA _enableRTA}.
|
|
38042
38319
|
*
|
|
@@ -41857,6 +42134,9 @@ declare namespace sap {
|
|
|
41857
42134
|
*/
|
|
41858
42135
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
41859
42136
|
/**
|
|
42137
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
42138
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
42139
|
+
*
|
|
41860
42140
|
* Gets current value of property {@link #get_lMarker _lMarker}.
|
|
41861
42141
|
*
|
|
41862
42142
|
* _lMarker determines up/down relation of L type .
|
|
@@ -42009,6 +42289,9 @@ declare namespace sap {
|
|
|
42009
42289
|
*/
|
|
42010
42290
|
getType(): sap.gantt.simple.RelationshipType;
|
|
42011
42291
|
/**
|
|
42292
|
+
* @deprecated (since 1.108.22) - This is a private property and it is being removed from UI5 version 1.117.
|
|
42293
|
+
* We recommend not using this property. In case you want to use it, contact us using CA-UI5-CTR-GNT.
|
|
42294
|
+
*
|
|
42012
42295
|
* Sets a new value for property {@link #get_lMarker _lMarker}.
|
|
42013
42296
|
*
|
|
42014
42297
|
* _lMarker determines up/down relation of L type .
|