@sapui5/ts-types 1.129.1 → 1.130.0
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/index.d.ts +1 -0
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +42 -41
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +83 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +3 -0
- package/types/sap.fe.core.d.ts +45 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +508 -233
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +5 -2
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +727 -204
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +1291 -3674
- 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.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +99 -16
- package/types/sap.suite.ui.commons.d.ts +232 -123
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +251 -70
- 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 -25
- package/types/sap.ui.core.d.ts +116 -109
- 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 +3 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +22 -5
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +269 -234
- 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 +6 -11
- 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.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +1 -1
- package/types/sap.ui.vtm.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.webanalytics.core.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.
|
|
1
|
+
// For Library Version: 1.130.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -5852,7 +5852,7 @@ declare namespace sap {
|
|
|
5852
5852
|
/**
|
|
5853
5853
|
* Time unit of millisecond.
|
|
5854
5854
|
*
|
|
5855
|
-
* @
|
|
5855
|
+
* @since 1.123
|
|
5856
5856
|
*/
|
|
5857
5857
|
millisecond = "sap.gantt.polyfills.time.timeMillisecond",
|
|
5858
5858
|
/**
|
|
@@ -5866,7 +5866,7 @@ declare namespace sap {
|
|
|
5866
5866
|
/**
|
|
5867
5867
|
* Time unit of second.
|
|
5868
5868
|
*
|
|
5869
|
-
* @
|
|
5869
|
+
* @since 1.123
|
|
5870
5870
|
*/
|
|
5871
5871
|
second = "d3.time.second",
|
|
5872
5872
|
/**
|
|
@@ -17032,7 +17032,7 @@ declare namespace sap {
|
|
|
17032
17032
|
* total horizon and visible horizon. Additionally, the control appends a millisecond offset to ABAP timestamps
|
|
17033
17033
|
* bound to the total horizon and visible horizon in the following format: `YYYYMMDDHHMMSSLLL`.
|
|
17034
17034
|
*
|
|
17035
|
-
* @
|
|
17035
|
+
* @since 1.123
|
|
17036
17036
|
*/
|
|
17037
17037
|
enableMillisecondSupport?:
|
|
17038
17038
|
| boolean
|
|
@@ -18001,7 +18001,7 @@ declare namespace sap {
|
|
|
18001
18001
|
*
|
|
18002
18002
|
* Default value is `false`.
|
|
18003
18003
|
*
|
|
18004
|
-
* @
|
|
18004
|
+
* @since 1.123
|
|
18005
18005
|
*
|
|
18006
18006
|
* @returns Value of property `enableMillisecondSupport`
|
|
18007
18007
|
*/
|
|
@@ -18011,7 +18011,7 @@ declare namespace sap {
|
|
|
18011
18011
|
* accepts ABAP timestamps in the format of `YYYYMMDDHHMMSSLLL` or JS Date with milliseconds bound to the
|
|
18012
18012
|
* total horizon and visible horizon.
|
|
18013
18013
|
*
|
|
18014
|
-
* @
|
|
18014
|
+
* @since 1.123
|
|
18015
18015
|
*
|
|
18016
18016
|
* @returns zoom strategy aggregation
|
|
18017
18017
|
*/
|
|
@@ -23373,13 +23373,10 @@ declare namespace sap {
|
|
|
23373
23373
|
namespace overlays {
|
|
23374
23374
|
/**
|
|
23375
23375
|
* Describes the settings that can be provided to the GanttRowOverlay constructor.
|
|
23376
|
-
*
|
|
23377
|
-
* @experimental (since 1.120)
|
|
23378
23376
|
*/
|
|
23379
23377
|
interface $GanttRowOverlaySettings extends sap.ui.core.$ElementSettings {
|
|
23380
23378
|
/**
|
|
23381
23379
|
* @since 1.120
|
|
23382
|
-
* @experimental (since 1.120)
|
|
23383
23380
|
*/
|
|
23384
23381
|
staticOverlay?:
|
|
23385
23382
|
| sap.gantt.overlays.Overlay[]
|
|
@@ -23389,7 +23386,6 @@ declare namespace sap {
|
|
|
23389
23386
|
|
|
23390
23387
|
/**
|
|
23391
23388
|
* @since 1.120
|
|
23392
|
-
* @experimental (since 1.120)
|
|
23393
23389
|
*/
|
|
23394
23390
|
expandedOverlay?:
|
|
23395
23391
|
| sap.gantt.overlays.Overlay[]
|
|
@@ -23400,14 +23396,10 @@ declare namespace sap {
|
|
|
23400
23396
|
|
|
23401
23397
|
/**
|
|
23402
23398
|
* Describes the settings that can be provided to the Overlay constructor.
|
|
23403
|
-
*
|
|
23404
|
-
* @experimental (since 1.120)
|
|
23405
23399
|
*/
|
|
23406
23400
|
interface $OverlaySettings extends sap.ui.core.$ElementSettings {
|
|
23407
23401
|
/**
|
|
23408
23402
|
* @since 1.120
|
|
23409
|
-
* @experimental (since 1.120) - level defined for an overlay shape that is to be added on the expansion
|
|
23410
|
-
* of a row.
|
|
23411
23403
|
*/
|
|
23412
23404
|
overlayLevel?:
|
|
23413
23405
|
| int
|
|
@@ -23416,15 +23408,11 @@ declare namespace sap {
|
|
|
23416
23408
|
|
|
23417
23409
|
/**
|
|
23418
23410
|
* @since 1.120
|
|
23419
|
-
* @experimental (since 1.120) - shape id for an overlay shape that is to be added on the expansion of a
|
|
23420
|
-
* row, this is valid for the shape bound overlay. this id should match with the shape id that must be associated.
|
|
23421
|
-
* this property has precedence over "overlayLevel" property incase of shape bound overlay.
|
|
23422
23411
|
*/
|
|
23423
23412
|
overlayShapeId?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
23424
23413
|
|
|
23425
23414
|
/**
|
|
23426
23415
|
* @since 1.120
|
|
23427
|
-
* @experimental (since 1.120)
|
|
23428
23416
|
*/
|
|
23429
23417
|
shape?: sap.gantt.simple.BaseShape;
|
|
23430
23418
|
}
|
|
@@ -23433,7 +23421,6 @@ declare namespace sap {
|
|
|
23433
23421
|
* The GanttRowOverlay class contains staticOverlay and expanded aggregations that are of type Overlay.
|
|
23434
23422
|
*
|
|
23435
23423
|
* @since 1.120
|
|
23436
|
-
* @experimental (since 1.120)
|
|
23437
23424
|
*/
|
|
23438
23425
|
class GanttRowOverlay extends sap.ui.core.Element {
|
|
23439
23426
|
/**
|
|
@@ -23485,7 +23472,6 @@ declare namespace sap {
|
|
|
23485
23472
|
* Adds some expandedOverlay to the aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
23486
23473
|
*
|
|
23487
23474
|
* @since 1.120
|
|
23488
|
-
* @experimental (since 1.120)
|
|
23489
23475
|
*
|
|
23490
23476
|
* @returns Reference to `this` in order to allow method chaining
|
|
23491
23477
|
*/
|
|
@@ -23499,7 +23485,6 @@ declare namespace sap {
|
|
|
23499
23485
|
* Adds some staticOverlay to the aggregation {@link #getStaticOverlay staticOverlay}.
|
|
23500
23486
|
*
|
|
23501
23487
|
* @since 1.120
|
|
23502
|
-
* @experimental (since 1.120)
|
|
23503
23488
|
*
|
|
23504
23489
|
* @returns Reference to `this` in order to allow method chaining
|
|
23505
23490
|
*/
|
|
@@ -23513,7 +23498,6 @@ declare namespace sap {
|
|
|
23513
23498
|
* Destroys all the expandedOverlay in the aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
23514
23499
|
*
|
|
23515
23500
|
* @since 1.120
|
|
23516
|
-
* @experimental (since 1.120)
|
|
23517
23501
|
*
|
|
23518
23502
|
* @returns Reference to `this` in order to allow method chaining
|
|
23519
23503
|
*/
|
|
@@ -23522,7 +23506,6 @@ declare namespace sap {
|
|
|
23522
23506
|
* Destroys all the staticOverlay in the aggregation {@link #getStaticOverlay staticOverlay}.
|
|
23523
23507
|
*
|
|
23524
23508
|
* @since 1.120
|
|
23525
|
-
* @experimental (since 1.120)
|
|
23526
23509
|
*
|
|
23527
23510
|
* @returns Reference to `this` in order to allow method chaining
|
|
23528
23511
|
*/
|
|
@@ -23531,14 +23514,12 @@ declare namespace sap {
|
|
|
23531
23514
|
* Gets content of aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
23532
23515
|
*
|
|
23533
23516
|
* @since 1.120
|
|
23534
|
-
* @experimental (since 1.120)
|
|
23535
23517
|
*/
|
|
23536
23518
|
getExpandedOverlay(): sap.gantt.overlays.Overlay[];
|
|
23537
23519
|
/**
|
|
23538
23520
|
* Gets content of aggregation {@link #getStaticOverlay staticOverlay}.
|
|
23539
23521
|
*
|
|
23540
23522
|
* @since 1.120
|
|
23541
|
-
* @experimental (since 1.120)
|
|
23542
23523
|
*/
|
|
23543
23524
|
getStaticOverlay(): sap.gantt.overlays.Overlay[];
|
|
23544
23525
|
/**
|
|
@@ -23546,7 +23527,6 @@ declare namespace sap {
|
|
|
23546
23527
|
* and returns its index if found or -1 otherwise.
|
|
23547
23528
|
*
|
|
23548
23529
|
* @since 1.120
|
|
23549
|
-
* @experimental (since 1.120)
|
|
23550
23530
|
*
|
|
23551
23531
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
23552
23532
|
*/
|
|
@@ -23561,7 +23541,6 @@ declare namespace sap {
|
|
|
23561
23541
|
* and returns its index if found or -1 otherwise.
|
|
23562
23542
|
*
|
|
23563
23543
|
* @since 1.120
|
|
23564
|
-
* @experimental (since 1.120)
|
|
23565
23544
|
*
|
|
23566
23545
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
23567
23546
|
*/
|
|
@@ -23575,7 +23554,6 @@ declare namespace sap {
|
|
|
23575
23554
|
* Inserts a expandedOverlay into the aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
23576
23555
|
*
|
|
23577
23556
|
* @since 1.120
|
|
23578
|
-
* @experimental (since 1.120)
|
|
23579
23557
|
*
|
|
23580
23558
|
* @returns Reference to `this` in order to allow method chaining
|
|
23581
23559
|
*/
|
|
@@ -23595,7 +23573,6 @@ declare namespace sap {
|
|
|
23595
23573
|
* Inserts a staticOverlay into the aggregation {@link #getStaticOverlay staticOverlay}.
|
|
23596
23574
|
*
|
|
23597
23575
|
* @since 1.120
|
|
23598
|
-
* @experimental (since 1.120)
|
|
23599
23576
|
*
|
|
23600
23577
|
* @returns Reference to `this` in order to allow method chaining
|
|
23601
23578
|
*/
|
|
@@ -23617,7 +23594,6 @@ declare namespace sap {
|
|
|
23617
23594
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
23618
23595
|
*
|
|
23619
23596
|
* @since 1.120
|
|
23620
|
-
* @experimental (since 1.120)
|
|
23621
23597
|
*
|
|
23622
23598
|
* @returns An array of the removed elements (might be empty)
|
|
23623
23599
|
*/
|
|
@@ -23628,7 +23604,6 @@ declare namespace sap {
|
|
|
23628
23604
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
23629
23605
|
*
|
|
23630
23606
|
* @since 1.120
|
|
23631
|
-
* @experimental (since 1.120)
|
|
23632
23607
|
*
|
|
23633
23608
|
* @returns An array of the removed elements (might be empty)
|
|
23634
23609
|
*/
|
|
@@ -23637,7 +23612,6 @@ declare namespace sap {
|
|
|
23637
23612
|
* Removes a expandedOverlay from the aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
23638
23613
|
*
|
|
23639
23614
|
* @since 1.120
|
|
23640
|
-
* @experimental (since 1.120)
|
|
23641
23615
|
*
|
|
23642
23616
|
* @returns The removed expandedOverlay or `null`
|
|
23643
23617
|
*/
|
|
@@ -23651,7 +23625,6 @@ declare namespace sap {
|
|
|
23651
23625
|
* Removes a staticOverlay from the aggregation {@link #getStaticOverlay staticOverlay}.
|
|
23652
23626
|
*
|
|
23653
23627
|
* @since 1.120
|
|
23654
|
-
* @experimental (since 1.120)
|
|
23655
23628
|
*
|
|
23656
23629
|
* @returns The removed staticOverlay or `null`
|
|
23657
23630
|
*/
|
|
@@ -23667,7 +23640,6 @@ declare namespace sap {
|
|
|
23667
23640
|
* specific time points in the chart area.
|
|
23668
23641
|
*
|
|
23669
23642
|
* @since 1.120
|
|
23670
|
-
* @experimental (since 1.120)
|
|
23671
23643
|
*/
|
|
23672
23644
|
class Overlay extends sap.ui.core.Element {
|
|
23673
23645
|
/**
|
|
@@ -23719,7 +23691,6 @@ declare namespace sap {
|
|
|
23719
23691
|
* Destroys the shape in the aggregation {@link #getShape shape}.
|
|
23720
23692
|
*
|
|
23721
23693
|
* @since 1.120
|
|
23722
|
-
* @experimental (since 1.120)
|
|
23723
23694
|
*
|
|
23724
23695
|
* @returns Reference to `this` in order to allow method chaining
|
|
23725
23696
|
*/
|
|
@@ -23730,8 +23701,6 @@ declare namespace sap {
|
|
|
23730
23701
|
* Default value is `1`.
|
|
23731
23702
|
*
|
|
23732
23703
|
* @since 1.120
|
|
23733
|
-
* @experimental (since 1.120) - level defined for an overlay shape that is to be added on the expansion
|
|
23734
|
-
* of a row.
|
|
23735
23704
|
*
|
|
23736
23705
|
* @returns Value of property `overlayLevel`
|
|
23737
23706
|
*/
|
|
@@ -23740,9 +23709,6 @@ declare namespace sap {
|
|
|
23740
23709
|
* Gets current value of property {@link #getOverlayShapeId overlayShapeId}.
|
|
23741
23710
|
*
|
|
23742
23711
|
* @since 1.120
|
|
23743
|
-
* @experimental (since 1.120) - shape id for an overlay shape that is to be added on the expansion of a
|
|
23744
|
-
* row, this is valid for the shape bound overlay. this id should match with the shape id that must be associated.
|
|
23745
|
-
* this property has precedence over "overlayLevel" property incase of shape bound overlay.
|
|
23746
23712
|
*
|
|
23747
23713
|
* @returns Value of property `overlayShapeId`
|
|
23748
23714
|
*/
|
|
@@ -23751,7 +23717,6 @@ declare namespace sap {
|
|
|
23751
23717
|
* Gets content of aggregation {@link #getShape shape}.
|
|
23752
23718
|
*
|
|
23753
23719
|
* @since 1.120
|
|
23754
|
-
* @experimental (since 1.120)
|
|
23755
23720
|
*/
|
|
23756
23721
|
getShape(): sap.gantt.simple.BaseShape;
|
|
23757
23722
|
/**
|
|
@@ -23762,8 +23727,6 @@ declare namespace sap {
|
|
|
23762
23727
|
* Default value is `1`.
|
|
23763
23728
|
*
|
|
23764
23729
|
* @since 1.120
|
|
23765
|
-
* @experimental (since 1.120) - level defined for an overlay shape that is to be added on the expansion
|
|
23766
|
-
* of a row.
|
|
23767
23730
|
*
|
|
23768
23731
|
* @returns Reference to `this` in order to allow method chaining
|
|
23769
23732
|
*/
|
|
@@ -23779,9 +23742,6 @@ declare namespace sap {
|
|
|
23779
23742
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
23780
23743
|
*
|
|
23781
23744
|
* @since 1.120
|
|
23782
|
-
* @experimental (since 1.120) - shape id for an overlay shape that is to be added on the expansion of a
|
|
23783
|
-
* row, this is valid for the shape bound overlay. this id should match with the shape id that must be associated.
|
|
23784
|
-
* this property has precedence over "overlayLevel" property incase of shape bound overlay.
|
|
23785
23745
|
*
|
|
23786
23746
|
* @returns Reference to `this` in order to allow method chaining
|
|
23787
23747
|
*/
|
|
@@ -23795,7 +23755,6 @@ declare namespace sap {
|
|
|
23795
23755
|
* Sets the aggregated {@link #getShape shape}.
|
|
23796
23756
|
*
|
|
23797
23757
|
* @since 1.120
|
|
23798
|
-
* @experimental (since 1.120)
|
|
23799
23758
|
*
|
|
23800
23759
|
* @returns Reference to `this` in order to allow method chaining
|
|
23801
23760
|
*/
|
|
@@ -25404,6 +25363,14 @@ declare namespace sap {
|
|
|
25404
25363
|
| string[]
|
|
25405
25364
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
25406
25365
|
| `{${string}}`;
|
|
25366
|
+
|
|
25367
|
+
/**
|
|
25368
|
+
* Provides the style class name for the shape that can be mapped from shapeStyles aggregation in GanttChartWithTable
|
|
25369
|
+
* or GanttChartContainer.
|
|
25370
|
+
*
|
|
25371
|
+
* @since 1.130
|
|
25372
|
+
*/
|
|
25373
|
+
styleName?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
25407
25374
|
}
|
|
25408
25375
|
|
|
25409
25376
|
/**
|
|
@@ -25637,7 +25604,7 @@ declare namespace sap {
|
|
|
25637
25604
|
* Flag to show or hide Find and Select search button Find operation is not going to work for the stock
|
|
25638
25605
|
* chart and utilization gantt charts with time continuous shapes.
|
|
25639
25606
|
*
|
|
25640
|
-
* @
|
|
25607
|
+
* @since 1.100
|
|
25641
25608
|
*/
|
|
25642
25609
|
showSearchButton?:
|
|
25643
25610
|
| boolean
|
|
@@ -25647,7 +25614,7 @@ declare namespace sap {
|
|
|
25647
25614
|
/**
|
|
25648
25615
|
* Defines where the search box should appear on pressing the find button
|
|
25649
25616
|
*
|
|
25650
|
-
* @
|
|
25617
|
+
* @since 1.102
|
|
25651
25618
|
*/
|
|
25652
25619
|
findMode?:
|
|
25653
25620
|
| sap.gantt.config.FindMode
|
|
@@ -25688,35 +25655,35 @@ declare namespace sap {
|
|
|
25688
25655
|
/**
|
|
25689
25656
|
* Fired to invoke Gantt search side panel
|
|
25690
25657
|
*
|
|
25691
|
-
* @
|
|
25658
|
+
* @since 1.100
|
|
25692
25659
|
*/
|
|
25693
25660
|
ganttSidePanel?: (oEvent: ContainerToolbar$GanttSidePanelEvent) => void;
|
|
25694
25661
|
|
|
25695
25662
|
/**
|
|
25696
25663
|
* Gets initiated when the find button is pressed on the toolbar
|
|
25697
25664
|
*
|
|
25698
|
-
* @
|
|
25665
|
+
* @since 1.102
|
|
25699
25666
|
*/
|
|
25700
25667
|
findButtonPress?: (oEvent: sap.ui.base.Event) => void;
|
|
25701
25668
|
|
|
25702
25669
|
/**
|
|
25703
25670
|
* Gets initiated when the close find button is pressed on the toolbar
|
|
25704
25671
|
*
|
|
25705
|
-
* @
|
|
25672
|
+
* @since 1.102
|
|
25706
25673
|
*/
|
|
25707
25674
|
closeFindButtonPress?: (oEvent: sap.ui.base.Event) => void;
|
|
25708
25675
|
|
|
25709
25676
|
/**
|
|
25710
25677
|
* Gets initiated when the find popup button is pressed on the sidepanel
|
|
25711
25678
|
*
|
|
25712
|
-
* @
|
|
25679
|
+
* @since 1.102
|
|
25713
25680
|
*/
|
|
25714
25681
|
findPopupButtonPress?: (oEvent: sap.ui.base.Event) => void;
|
|
25715
25682
|
|
|
25716
25683
|
/**
|
|
25717
25684
|
* Gets initiated when the close button is pressed on the sidepanel
|
|
25718
25685
|
*
|
|
25719
|
-
* @
|
|
25686
|
+
* @since 1.102
|
|
25720
25687
|
*/
|
|
25721
25688
|
closeSidePanelButtonPress?: (oEvent: sap.ui.base.Event) => void;
|
|
25722
25689
|
}
|
|
@@ -26070,7 +26037,7 @@ declare namespace sap {
|
|
|
26070
26037
|
/**
|
|
26071
26038
|
* Array of search results displayed on the toolbar and side panel
|
|
26072
26039
|
*
|
|
26073
|
-
* @
|
|
26040
|
+
* @since 1.106
|
|
26074
26041
|
*/
|
|
26075
26042
|
customSearchResults?:
|
|
26076
26043
|
| any[]
|
|
@@ -26080,7 +26047,7 @@ declare namespace sap {
|
|
|
26080
26047
|
/**
|
|
26081
26048
|
* This property enables the auto selection of a shape upon search and find.
|
|
26082
26049
|
*
|
|
26083
|
-
* @
|
|
26050
|
+
* @since 1.111
|
|
26084
26051
|
*/
|
|
26085
26052
|
enableAutoSelectOnFind?:
|
|
26086
26053
|
| boolean
|
|
@@ -26132,24 +26099,36 @@ declare namespace sap {
|
|
|
26132
26099
|
/**
|
|
26133
26100
|
* Side panel to display search results of Find and Select operation in the chart area
|
|
26134
26101
|
*
|
|
26135
|
-
* @
|
|
26102
|
+
* @since 1.100
|
|
26136
26103
|
*/
|
|
26137
26104
|
searchSidePanel?: /* was: sap.gantt.simple.GanttSearchSidePanel */ any;
|
|
26138
26105
|
|
|
26139
26106
|
/**
|
|
26140
26107
|
* List of search results displayed on the side panel of Find and Select operation
|
|
26141
26108
|
*
|
|
26142
|
-
* @
|
|
26109
|
+
* @since 1.102
|
|
26143
26110
|
*/
|
|
26144
26111
|
searchSidePanelList?: sap.tnt.NavigationList;
|
|
26145
26112
|
|
|
26146
26113
|
/**
|
|
26147
26114
|
* Side panel to place custom control within the Gantt Chart Container.
|
|
26148
26115
|
*
|
|
26149
|
-
* @
|
|
26116
|
+
* @since 1.126
|
|
26150
26117
|
*/
|
|
26151
26118
|
sidePanel?: sap.gantt.layouts.SidePanel;
|
|
26152
26119
|
|
|
26120
|
+
/**
|
|
26121
|
+
* Configuration for the Gantt chart styles. This aggregation will be ignored if ganntStyleConfigs aggregation
|
|
26122
|
+
* is set for ganttChartWithTable.
|
|
26123
|
+
*
|
|
26124
|
+
* @since 1.130
|
|
26125
|
+
*/
|
|
26126
|
+
shapeStyles?:
|
|
26127
|
+
| sap.gantt.simple.ShapeStyle[]
|
|
26128
|
+
| sap.gantt.simple.ShapeStyle
|
|
26129
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
26130
|
+
| `{${string}}`;
|
|
26131
|
+
|
|
26153
26132
|
/**
|
|
26154
26133
|
* Event fired when the custom settings value is changed.
|
|
26155
26134
|
*
|
|
@@ -26177,7 +26156,7 @@ declare namespace sap {
|
|
|
26177
26156
|
* This event enables the application to modify the list (i.e, change text, add icons, etc) which is shown
|
|
26178
26157
|
* on the search side panel.
|
|
26179
26158
|
*
|
|
26180
|
-
* @
|
|
26159
|
+
* @since 1.102
|
|
26181
26160
|
*/
|
|
26182
26161
|
ganttSearchSidePanelList?: (
|
|
26183
26162
|
oEvent: GanttChartContainer$GanttSearchSidePanelListEvent
|
|
@@ -26189,7 +26168,7 @@ declare namespace sap {
|
|
|
26189
26168
|
* This event enables the application to filter the search results that are shown on the toolbar and side
|
|
26190
26169
|
* panel
|
|
26191
26170
|
*
|
|
26192
|
-
* @
|
|
26171
|
+
* @since 1.106
|
|
26193
26172
|
*/
|
|
26194
26173
|
customGanttSearchResult?: (
|
|
26195
26174
|
oEvent: GanttChartContainer$CustomGanttSearchResultEvent
|
|
@@ -26200,7 +26179,7 @@ declare namespace sap {
|
|
|
26200
26179
|
*
|
|
26201
26180
|
* This event enables the application to react when a change occurs in the selected search item.
|
|
26202
26181
|
*
|
|
26203
|
-
* @
|
|
26182
|
+
* @since 1.121
|
|
26204
26183
|
*/
|
|
26205
26184
|
searchSelectionChanged?: (
|
|
26206
26185
|
oEvent: GanttChartContainer$SearchSelectionChangedEvent
|
|
@@ -26682,7 +26661,7 @@ declare namespace sap {
|
|
|
26682
26661
|
/**
|
|
26683
26662
|
* Determines if only tasks need to be used for rendering the expanded shapes. Subtasks are not required.
|
|
26684
26663
|
*
|
|
26685
|
-
* @
|
|
26664
|
+
* @since 1.98
|
|
26686
26665
|
*/
|
|
26687
26666
|
useParentShapeOnExpand?:
|
|
26688
26667
|
| boolean
|
|
@@ -26692,7 +26671,7 @@ declare namespace sap {
|
|
|
26692
26671
|
/**
|
|
26693
26672
|
* Defines the property names for which findAll method should search in different entities
|
|
26694
26673
|
*
|
|
26695
|
-
* @
|
|
26674
|
+
* @since 1.100
|
|
26696
26675
|
*/
|
|
26697
26676
|
findBy?:
|
|
26698
26677
|
| string[]
|
|
@@ -26702,7 +26681,7 @@ declare namespace sap {
|
|
|
26702
26681
|
/**
|
|
26703
26682
|
* Defines relationship between the operator and the property names using the findAll method
|
|
26704
26683
|
*
|
|
26705
|
-
* @
|
|
26684
|
+
* @since 1.100
|
|
26706
26685
|
*/
|
|
26707
26686
|
findByOperator?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
26708
26687
|
|
|
@@ -26744,7 +26723,7 @@ declare namespace sap {
|
|
|
26744
26723
|
* interactions like horizontal scroll, zoom out, bird eye which changes the visible horizon until the time
|
|
26745
26724
|
* when all the data is fetched. This property has to be used with `setAllDataLoadedPromise()`.
|
|
26746
26725
|
*
|
|
26747
|
-
* @
|
|
26726
|
+
* @since 1.109
|
|
26748
26727
|
*/
|
|
26749
26728
|
horizontalLazyLoadingEnabled?:
|
|
26750
26729
|
| boolean
|
|
@@ -26754,7 +26733,7 @@ declare namespace sap {
|
|
|
26754
26733
|
/**
|
|
26755
26734
|
* Optimizes the rendering of overlapping shapes
|
|
26756
26735
|
*
|
|
26757
|
-
* @
|
|
26736
|
+
* @since 1.110
|
|
26758
26737
|
*/
|
|
26759
26738
|
enablePseudoShapes?:
|
|
26760
26739
|
| boolean
|
|
@@ -26789,7 +26768,7 @@ declare namespace sap {
|
|
|
26789
26768
|
* Example: "shapes3,shapes2,shapes1" means shapes3 will be rendered at the bottom, and shapes1 will be
|
|
26790
26769
|
* rendered at the top
|
|
26791
26770
|
*
|
|
26792
|
-
* @
|
|
26771
|
+
* @since 1.113
|
|
26793
26772
|
*/
|
|
26794
26773
|
shapeRenderOrder?:
|
|
26795
26774
|
| string[]
|
|
@@ -26799,7 +26778,7 @@ declare namespace sap {
|
|
|
26799
26778
|
/**
|
|
26800
26779
|
* Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
|
|
26801
26780
|
*
|
|
26802
|
-
* @
|
|
26781
|
+
* @since 1.127
|
|
26803
26782
|
*/
|
|
26804
26783
|
enableMultipleGhosts?:
|
|
26805
26784
|
| boolean
|
|
@@ -26919,6 +26898,17 @@ declare namespace sap {
|
|
|
26919
26898
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
26920
26899
|
| `{${string}}`;
|
|
26921
26900
|
|
|
26901
|
+
/**
|
|
26902
|
+
* Configuration for the Gantt chart styles. This Aggregation will override shapeStyles aggregation of ganttChartContainer.
|
|
26903
|
+
*
|
|
26904
|
+
* @since 1.130
|
|
26905
|
+
*/
|
|
26906
|
+
shapeStyles?:
|
|
26907
|
+
| sap.gantt.simple.ShapeStyle[]
|
|
26908
|
+
| sap.gantt.simple.ShapeStyle
|
|
26909
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
26910
|
+
| `{${string}}`;
|
|
26911
|
+
|
|
26922
26912
|
/**
|
|
26923
26913
|
* Fired when the shape selection of the gantt chart has been changed.
|
|
26924
26914
|
*/
|
|
@@ -27141,7 +27131,6 @@ declare namespace sap {
|
|
|
27141
27131
|
|
|
27142
27132
|
/**
|
|
27143
27133
|
* @since 1.120
|
|
27144
|
-
* @experimental (since 1.120)
|
|
27145
27134
|
*/
|
|
27146
27135
|
overlays1?:
|
|
27147
27136
|
| sap.gantt.overlays.GanttRowOverlay[]
|
|
@@ -27151,7 +27140,6 @@ declare namespace sap {
|
|
|
27151
27140
|
|
|
27152
27141
|
/**
|
|
27153
27142
|
* @since 1.120
|
|
27154
|
-
* @experimental (since 1.120)
|
|
27155
27143
|
*/
|
|
27156
27144
|
overlays2?:
|
|
27157
27145
|
| sap.gantt.overlays.GanttRowOverlay[]
|
|
@@ -27161,7 +27149,6 @@ declare namespace sap {
|
|
|
27161
27149
|
|
|
27162
27150
|
/**
|
|
27163
27151
|
* @since 1.120
|
|
27164
|
-
* @experimental (since 1.120)
|
|
27165
27152
|
*/
|
|
27166
27153
|
overlays3?:
|
|
27167
27154
|
| sap.gantt.overlays.GanttRowOverlay[]
|
|
@@ -27171,7 +27158,6 @@ declare namespace sap {
|
|
|
27171
27158
|
|
|
27172
27159
|
/**
|
|
27173
27160
|
* @since 1.120
|
|
27174
|
-
* @experimental (since 1.120)
|
|
27175
27161
|
*/
|
|
27176
27162
|
overlays4?:
|
|
27177
27163
|
| sap.gantt.overlays.GanttRowOverlay[]
|
|
@@ -27181,7 +27167,6 @@ declare namespace sap {
|
|
|
27181
27167
|
|
|
27182
27168
|
/**
|
|
27183
27169
|
* @since 1.120
|
|
27184
|
-
* @experimental (since 1.120)
|
|
27185
27170
|
*/
|
|
27186
27171
|
overlays5?:
|
|
27187
27172
|
| sap.gantt.overlays.GanttRowOverlay[]
|
|
@@ -27605,6 +27590,92 @@ declare namespace sap {
|
|
|
27605
27590
|
| `{${string}}`;
|
|
27606
27591
|
}
|
|
27607
27592
|
|
|
27593
|
+
/**
|
|
27594
|
+
* Describes the settings that can be provided to the ShapeStyle constructor.
|
|
27595
|
+
*/
|
|
27596
|
+
interface $ShapeStyleSettings extends sap.ui.core.$ElementSettings {
|
|
27597
|
+
/**
|
|
27598
|
+
* The name of the Shape style. This is a mandatory field. The name should be unique.
|
|
27599
|
+
*
|
|
27600
|
+
* @since 1.130
|
|
27601
|
+
*/
|
|
27602
|
+
name?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
27603
|
+
|
|
27604
|
+
/**
|
|
27605
|
+
* This property defines the event for which the style should be applied. This is a mandatory field. For
|
|
27606
|
+
* example, if the eventState is "dragDrop", the style is applied to ghost image of shape on drag.
|
|
27607
|
+
*
|
|
27608
|
+
* @since 1.130
|
|
27609
|
+
*/
|
|
27610
|
+
eventState?:
|
|
27611
|
+
| sap.gantt.simple.shapeEventType
|
|
27612
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
27613
|
+
| `{${string}}`;
|
|
27614
|
+
|
|
27615
|
+
/**
|
|
27616
|
+
* The stroke property is a presentation property defining the color (or any SVG paint servers like gradients
|
|
27617
|
+
* or patterns) used to paint the outline of the shape.
|
|
27618
|
+
*
|
|
27619
|
+
* @since 1.130
|
|
27620
|
+
*/
|
|
27621
|
+
stroke?:
|
|
27622
|
+
| sap.gantt.ValueSVGPaintServer
|
|
27623
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
27624
|
+
| `{${string}}`;
|
|
27625
|
+
|
|
27626
|
+
/**
|
|
27627
|
+
* The strokeWidth property is a presentation property defining the width of the stroke to be applied to
|
|
27628
|
+
* the shape.
|
|
27629
|
+
*
|
|
27630
|
+
* @since 1.130
|
|
27631
|
+
*/
|
|
27632
|
+
strokeWidth?:
|
|
27633
|
+
| float
|
|
27634
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
27635
|
+
| `{${string}}`;
|
|
27636
|
+
|
|
27637
|
+
/**
|
|
27638
|
+
* The strokeDasharray property is a presentation property defining the pattern of dashes and gaps used
|
|
27639
|
+
* to paint the outline of the shape.
|
|
27640
|
+
*
|
|
27641
|
+
* @since 1.130
|
|
27642
|
+
*/
|
|
27643
|
+
strokeDasharray?:
|
|
27644
|
+
| string
|
|
27645
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
27646
|
+
|
|
27647
|
+
/**
|
|
27648
|
+
* For shapes and text, the fill property is a presentation attribute that defines the color (or any SVG
|
|
27649
|
+
* paint server like gradients or patterns)
|
|
27650
|
+
*
|
|
27651
|
+
* @since 1.130
|
|
27652
|
+
*/
|
|
27653
|
+
fill?:
|
|
27654
|
+
| sap.gantt.ValueSVGPaintServer
|
|
27655
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
27656
|
+
| `{${string}}`;
|
|
27657
|
+
|
|
27658
|
+
/**
|
|
27659
|
+
* Text color property.
|
|
27660
|
+
*
|
|
27661
|
+
* @since 1.130
|
|
27662
|
+
*/
|
|
27663
|
+
textFill?:
|
|
27664
|
+
| sap.gantt.ValueSVGPaintServer
|
|
27665
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
27666
|
+
| `{${string}}`;
|
|
27667
|
+
|
|
27668
|
+
/**
|
|
27669
|
+
* Visibility of the shape.
|
|
27670
|
+
*
|
|
27671
|
+
* @since 1.130
|
|
27672
|
+
*/
|
|
27673
|
+
visible?:
|
|
27674
|
+
| boolean
|
|
27675
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
27676
|
+
| `{${string}}`;
|
|
27677
|
+
}
|
|
27678
|
+
|
|
27608
27679
|
/**
|
|
27609
27680
|
* Describes the settings that can be provided to the StockChart constructor.
|
|
27610
27681
|
*/
|
|
@@ -28023,15 +28094,11 @@ declare namespace sap {
|
|
|
28023
28094
|
|
|
28024
28095
|
/**
|
|
28025
28096
|
* Parameters of the ContainerToolbar#closeFindButtonPress event.
|
|
28026
|
-
*
|
|
28027
|
-
* @experimental (since 1.102)
|
|
28028
28097
|
*/
|
|
28029
28098
|
interface ContainerToolbar$CloseFindButtonPressEventParameters {}
|
|
28030
28099
|
|
|
28031
28100
|
/**
|
|
28032
28101
|
* Parameters of the ContainerToolbar#closeSidePanelButtonPress event.
|
|
28033
|
-
*
|
|
28034
|
-
* @experimental (since 1.102)
|
|
28035
28102
|
*/
|
|
28036
28103
|
interface ContainerToolbar$CloseSidePanelButtonPressEventParameters {}
|
|
28037
28104
|
|
|
@@ -28044,22 +28111,16 @@ declare namespace sap {
|
|
|
28044
28111
|
|
|
28045
28112
|
/**
|
|
28046
28113
|
* Parameters of the ContainerToolbar#findButtonPress event.
|
|
28047
|
-
*
|
|
28048
|
-
* @experimental (since 1.102)
|
|
28049
28114
|
*/
|
|
28050
28115
|
interface ContainerToolbar$FindButtonPressEventParameters {}
|
|
28051
28116
|
|
|
28052
28117
|
/**
|
|
28053
28118
|
* Parameters of the ContainerToolbar#findPopupButtonPress event.
|
|
28054
|
-
*
|
|
28055
|
-
* @experimental (since 1.102)
|
|
28056
28119
|
*/
|
|
28057
28120
|
interface ContainerToolbar$FindPopupButtonPressEventParameters {}
|
|
28058
28121
|
|
|
28059
28122
|
/**
|
|
28060
28123
|
* Parameters of the ContainerToolbar#ganttSidePanel event.
|
|
28061
|
-
*
|
|
28062
|
-
* @experimental (since 1.100)
|
|
28063
28124
|
*/
|
|
28064
28125
|
interface ContainerToolbar$GanttSidePanelEventParameters {
|
|
28065
28126
|
updateSidePanelState?: object;
|
|
@@ -28119,8 +28180,6 @@ declare namespace sap {
|
|
|
28119
28180
|
|
|
28120
28181
|
/**
|
|
28121
28182
|
* Parameters of the GanttChartContainer#customGanttSearchResult event.
|
|
28122
|
-
*
|
|
28123
|
-
* @experimental (since 1.106)
|
|
28124
28183
|
*/
|
|
28125
28184
|
interface GanttChartContainer$CustomGanttSearchResultEventParameters {
|
|
28126
28185
|
/**
|
|
@@ -28147,8 +28206,6 @@ declare namespace sap {
|
|
|
28147
28206
|
|
|
28148
28207
|
/**
|
|
28149
28208
|
* Parameters of the GanttChartContainer#ganttSearchSidePanelList event.
|
|
28150
|
-
*
|
|
28151
|
-
* @experimental (since 1.102)
|
|
28152
28209
|
*/
|
|
28153
28210
|
interface GanttChartContainer$GanttSearchSidePanelListEventParameters {
|
|
28154
28211
|
/**
|
|
@@ -28160,8 +28217,6 @@ declare namespace sap {
|
|
|
28160
28217
|
|
|
28161
28218
|
/**
|
|
28162
28219
|
* Parameters of the GanttChartContainer#searchSelectionChanged event.
|
|
28163
|
-
*
|
|
28164
|
-
* @experimental (since 1.121)
|
|
28165
28220
|
*/
|
|
28166
28221
|
interface GanttChartContainer$SearchSelectionChangedEventParameters {
|
|
28167
28222
|
shape?: sap.gantt.simple.BaseShape;
|
|
@@ -32200,6 +32255,17 @@ declare namespace sap {
|
|
|
32200
32255
|
* @returns shape styles
|
|
32201
32256
|
*/
|
|
32202
32257
|
getStyle(): string;
|
|
32258
|
+
/**
|
|
32259
|
+
* Gets current value of property {@link #getStyleName styleName}.
|
|
32260
|
+
*
|
|
32261
|
+
* Provides the style class name for the shape that can be mapped from shapeStyles aggregation in GanttChartWithTable
|
|
32262
|
+
* or GanttChartContainer.
|
|
32263
|
+
*
|
|
32264
|
+
* @since 1.130
|
|
32265
|
+
*
|
|
32266
|
+
* @returns Value of property `styleName`
|
|
32267
|
+
*/
|
|
32268
|
+
getStyleName(): string;
|
|
32203
32269
|
/**
|
|
32204
32270
|
* Gets current value of property {@link #getTime time}.
|
|
32205
32271
|
*
|
|
@@ -32983,6 +33049,24 @@ declare namespace sap {
|
|
|
32983
33049
|
*/
|
|
32984
33050
|
fStrokeWidth?: float
|
|
32985
33051
|
): this;
|
|
33052
|
+
/**
|
|
33053
|
+
* Sets a new value for property {@link #getStyleName styleName}.
|
|
33054
|
+
*
|
|
33055
|
+
* Provides the style class name for the shape that can be mapped from shapeStyles aggregation in GanttChartWithTable
|
|
33056
|
+
* or GanttChartContainer.
|
|
33057
|
+
*
|
|
33058
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
33059
|
+
*
|
|
33060
|
+
* @since 1.130
|
|
33061
|
+
*
|
|
33062
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
33063
|
+
*/
|
|
33064
|
+
setStyleName(
|
|
33065
|
+
/**
|
|
33066
|
+
* New value for property `styleName`
|
|
33067
|
+
*/
|
|
33068
|
+
sStyleName?: string
|
|
33069
|
+
): this;
|
|
32986
33070
|
/**
|
|
32987
33071
|
* Sets a new value for property {@link #getTime time}.
|
|
32988
33072
|
*
|
|
@@ -34045,7 +34129,7 @@ declare namespace sap {
|
|
|
34045
34129
|
*
|
|
34046
34130
|
* Gets initiated when the close find button is pressed on the toolbar
|
|
34047
34131
|
*
|
|
34048
|
-
* @
|
|
34132
|
+
* @since 1.102
|
|
34049
34133
|
*
|
|
34050
34134
|
* @returns Reference to `this` in order to allow method chaining
|
|
34051
34135
|
*/
|
|
@@ -34073,7 +34157,7 @@ declare namespace sap {
|
|
|
34073
34157
|
*
|
|
34074
34158
|
* Gets initiated when the close find button is pressed on the toolbar
|
|
34075
34159
|
*
|
|
34076
|
-
* @
|
|
34160
|
+
* @since 1.102
|
|
34077
34161
|
*
|
|
34078
34162
|
* @returns Reference to `this` in order to allow method chaining
|
|
34079
34163
|
*/
|
|
@@ -34096,7 +34180,7 @@ declare namespace sap {
|
|
|
34096
34180
|
*
|
|
34097
34181
|
* Gets initiated when the close button is pressed on the sidepanel
|
|
34098
34182
|
*
|
|
34099
|
-
* @
|
|
34183
|
+
* @since 1.102
|
|
34100
34184
|
*
|
|
34101
34185
|
* @returns Reference to `this` in order to allow method chaining
|
|
34102
34186
|
*/
|
|
@@ -34124,7 +34208,7 @@ declare namespace sap {
|
|
|
34124
34208
|
*
|
|
34125
34209
|
* Gets initiated when the close button is pressed on the sidepanel
|
|
34126
34210
|
*
|
|
34127
|
-
* @
|
|
34211
|
+
* @since 1.102
|
|
34128
34212
|
*
|
|
34129
34213
|
* @returns Reference to `this` in order to allow method chaining
|
|
34130
34214
|
*/
|
|
@@ -34196,7 +34280,7 @@ declare namespace sap {
|
|
|
34196
34280
|
*
|
|
34197
34281
|
* Gets initiated when the find button is pressed on the toolbar
|
|
34198
34282
|
*
|
|
34199
|
-
* @
|
|
34283
|
+
* @since 1.102
|
|
34200
34284
|
*
|
|
34201
34285
|
* @returns Reference to `this` in order to allow method chaining
|
|
34202
34286
|
*/
|
|
@@ -34224,7 +34308,7 @@ declare namespace sap {
|
|
|
34224
34308
|
*
|
|
34225
34309
|
* Gets initiated when the find button is pressed on the toolbar
|
|
34226
34310
|
*
|
|
34227
|
-
* @
|
|
34311
|
+
* @since 1.102
|
|
34228
34312
|
*
|
|
34229
34313
|
* @returns Reference to `this` in order to allow method chaining
|
|
34230
34314
|
*/
|
|
@@ -34247,7 +34331,7 @@ declare namespace sap {
|
|
|
34247
34331
|
*
|
|
34248
34332
|
* Gets initiated when the find popup button is pressed on the sidepanel
|
|
34249
34333
|
*
|
|
34250
|
-
* @
|
|
34334
|
+
* @since 1.102
|
|
34251
34335
|
*
|
|
34252
34336
|
* @returns Reference to `this` in order to allow method chaining
|
|
34253
34337
|
*/
|
|
@@ -34275,7 +34359,7 @@ declare namespace sap {
|
|
|
34275
34359
|
*
|
|
34276
34360
|
* Gets initiated when the find popup button is pressed on the sidepanel
|
|
34277
34361
|
*
|
|
34278
|
-
* @
|
|
34362
|
+
* @since 1.102
|
|
34279
34363
|
*
|
|
34280
34364
|
* @returns Reference to `this` in order to allow method chaining
|
|
34281
34365
|
*/
|
|
@@ -34298,7 +34382,7 @@ declare namespace sap {
|
|
|
34298
34382
|
*
|
|
34299
34383
|
* Fired to invoke Gantt search side panel
|
|
34300
34384
|
*
|
|
34301
|
-
* @
|
|
34385
|
+
* @since 1.100
|
|
34302
34386
|
*
|
|
34303
34387
|
* @returns Reference to `this` in order to allow method chaining
|
|
34304
34388
|
*/
|
|
@@ -34326,7 +34410,7 @@ declare namespace sap {
|
|
|
34326
34410
|
*
|
|
34327
34411
|
* Fired to invoke Gantt search side panel
|
|
34328
34412
|
*
|
|
34329
|
-
* @
|
|
34413
|
+
* @since 1.100
|
|
34330
34414
|
*
|
|
34331
34415
|
* @returns Reference to `this` in order to allow method chaining
|
|
34332
34416
|
*/
|
|
@@ -34428,7 +34512,7 @@ declare namespace sap {
|
|
|
34428
34512
|
*
|
|
34429
34513
|
* The passed function and listener object must match the ones used for event registration.
|
|
34430
34514
|
*
|
|
34431
|
-
* @
|
|
34515
|
+
* @since 1.102
|
|
34432
34516
|
*
|
|
34433
34517
|
* @returns Reference to `this` in order to allow method chaining
|
|
34434
34518
|
*/
|
|
@@ -34448,7 +34532,7 @@ declare namespace sap {
|
|
|
34448
34532
|
*
|
|
34449
34533
|
* The passed function and listener object must match the ones used for event registration.
|
|
34450
34534
|
*
|
|
34451
|
-
* @
|
|
34535
|
+
* @since 1.102
|
|
34452
34536
|
*
|
|
34453
34537
|
* @returns Reference to `this` in order to allow method chaining
|
|
34454
34538
|
*/
|
|
@@ -34487,7 +34571,7 @@ declare namespace sap {
|
|
|
34487
34571
|
*
|
|
34488
34572
|
* The passed function and listener object must match the ones used for event registration.
|
|
34489
34573
|
*
|
|
34490
|
-
* @
|
|
34574
|
+
* @since 1.102
|
|
34491
34575
|
*
|
|
34492
34576
|
* @returns Reference to `this` in order to allow method chaining
|
|
34493
34577
|
*/
|
|
@@ -34507,7 +34591,7 @@ declare namespace sap {
|
|
|
34507
34591
|
*
|
|
34508
34592
|
* The passed function and listener object must match the ones used for event registration.
|
|
34509
34593
|
*
|
|
34510
|
-
* @
|
|
34594
|
+
* @since 1.102
|
|
34511
34595
|
*
|
|
34512
34596
|
* @returns Reference to `this` in order to allow method chaining
|
|
34513
34597
|
*/
|
|
@@ -34527,7 +34611,7 @@ declare namespace sap {
|
|
|
34527
34611
|
*
|
|
34528
34612
|
* The passed function and listener object must match the ones used for event registration.
|
|
34529
34613
|
*
|
|
34530
|
-
* @
|
|
34614
|
+
* @since 1.100
|
|
34531
34615
|
*
|
|
34532
34616
|
* @returns Reference to `this` in order to allow method chaining
|
|
34533
34617
|
*/
|
|
@@ -34576,7 +34660,7 @@ declare namespace sap {
|
|
|
34576
34660
|
/**
|
|
34577
34661
|
* Fires event {@link #event:closeFindButtonPress closeFindButtonPress} to attached listeners.
|
|
34578
34662
|
*
|
|
34579
|
-
* @
|
|
34663
|
+
* @since 1.102
|
|
34580
34664
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
34581
34665
|
*
|
|
34582
34666
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34590,7 +34674,7 @@ declare namespace sap {
|
|
|
34590
34674
|
/**
|
|
34591
34675
|
* Fires event {@link #event:closeSidePanelButtonPress closeSidePanelButtonPress} to attached listeners.
|
|
34592
34676
|
*
|
|
34593
|
-
* @
|
|
34677
|
+
* @since 1.102
|
|
34594
34678
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
34595
34679
|
*
|
|
34596
34680
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34617,7 +34701,7 @@ declare namespace sap {
|
|
|
34617
34701
|
/**
|
|
34618
34702
|
* Fires event {@link #event:findButtonPress findButtonPress} to attached listeners.
|
|
34619
34703
|
*
|
|
34620
|
-
* @
|
|
34704
|
+
* @since 1.102
|
|
34621
34705
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
34622
34706
|
*
|
|
34623
34707
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34631,7 +34715,7 @@ declare namespace sap {
|
|
|
34631
34715
|
/**
|
|
34632
34716
|
* Fires event {@link #event:findPopupButtonPress findPopupButtonPress} to attached listeners.
|
|
34633
34717
|
*
|
|
34634
|
-
* @
|
|
34718
|
+
* @since 1.102
|
|
34635
34719
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
34636
34720
|
*
|
|
34637
34721
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34645,7 +34729,7 @@ declare namespace sap {
|
|
|
34645
34729
|
/**
|
|
34646
34730
|
* Fires event {@link #event:ganttSidePanel ganttSidePanel} to attached listeners.
|
|
34647
34731
|
*
|
|
34648
|
-
* @
|
|
34732
|
+
* @since 1.100
|
|
34649
34733
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
34650
34734
|
*
|
|
34651
34735
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34690,7 +34774,7 @@ declare namespace sap {
|
|
|
34690
34774
|
*
|
|
34691
34775
|
* Default value is `Both`.
|
|
34692
34776
|
*
|
|
34693
|
-
* @
|
|
34777
|
+
* @since 1.102
|
|
34694
34778
|
*
|
|
34695
34779
|
* @returns Value of property `findMode`
|
|
34696
34780
|
*/
|
|
@@ -34762,7 +34846,7 @@ declare namespace sap {
|
|
|
34762
34846
|
*
|
|
34763
34847
|
* Default value is `false`.
|
|
34764
34848
|
*
|
|
34765
|
-
* @
|
|
34849
|
+
* @since 1.100
|
|
34766
34850
|
*
|
|
34767
34851
|
* @returns Value of property `showSearchButton`
|
|
34768
34852
|
*/
|
|
@@ -34908,7 +34992,7 @@ declare namespace sap {
|
|
|
34908
34992
|
*
|
|
34909
34993
|
* Default value is `Both`.
|
|
34910
34994
|
*
|
|
34911
|
-
* @
|
|
34995
|
+
* @since 1.102
|
|
34912
34996
|
*
|
|
34913
34997
|
* @returns Reference to `this` in order to allow method chaining
|
|
34914
34998
|
*/
|
|
@@ -35015,7 +35099,7 @@ declare namespace sap {
|
|
|
35015
35099
|
*
|
|
35016
35100
|
* Default value is `false`.
|
|
35017
35101
|
*
|
|
35018
|
-
* @
|
|
35102
|
+
* @since 1.100
|
|
35019
35103
|
*
|
|
35020
35104
|
* @returns Reference to `this` in order to allow method chaining
|
|
35021
35105
|
*/
|
|
@@ -36448,6 +36532,19 @@ declare namespace sap {
|
|
|
36448
36532
|
*/
|
|
36449
36533
|
oGanttChart: sap.gantt.simple.GanttChartWithTable
|
|
36450
36534
|
): this;
|
|
36535
|
+
/**
|
|
36536
|
+
* Adds some shapeStyle to the aggregation {@link #getShapeStyles shapeStyles}.
|
|
36537
|
+
*
|
|
36538
|
+
* @since 1.130
|
|
36539
|
+
*
|
|
36540
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
36541
|
+
*/
|
|
36542
|
+
addShapeStyle(
|
|
36543
|
+
/**
|
|
36544
|
+
* The shapeStyle to add; if empty, nothing is inserted
|
|
36545
|
+
*/
|
|
36546
|
+
oShapeStyle: sap.gantt.simple.ShapeStyle
|
|
36547
|
+
): this;
|
|
36451
36548
|
/**
|
|
36452
36549
|
* Attaches event handler `fnFunction` to the {@link #event:customGanttSearchResult customGanttSearchResult }
|
|
36453
36550
|
* event of this `sap.gantt.simple.GanttChartContainer`.
|
|
@@ -36460,7 +36557,7 @@ declare namespace sap {
|
|
|
36460
36557
|
* This event enables the application to filter the search results that are shown on the toolbar and side
|
|
36461
36558
|
* panel
|
|
36462
36559
|
*
|
|
36463
|
-
* @
|
|
36560
|
+
* @since 1.106
|
|
36464
36561
|
*
|
|
36465
36562
|
* @returns Reference to `this` in order to allow method chaining
|
|
36466
36563
|
*/
|
|
@@ -36494,7 +36591,7 @@ declare namespace sap {
|
|
|
36494
36591
|
* This event enables the application to filter the search results that are shown on the toolbar and side
|
|
36495
36592
|
* panel
|
|
36496
36593
|
*
|
|
36497
|
-
* @
|
|
36594
|
+
* @since 1.106
|
|
36498
36595
|
*
|
|
36499
36596
|
* @returns Reference to `this` in order to allow method chaining
|
|
36500
36597
|
*/
|
|
@@ -36584,7 +36681,7 @@ declare namespace sap {
|
|
|
36584
36681
|
* This event enables the application to modify the list (i.e, change text, add icons, etc) which is shown
|
|
36585
36682
|
* on the search side panel.
|
|
36586
36683
|
*
|
|
36587
|
-
* @
|
|
36684
|
+
* @since 1.102
|
|
36588
36685
|
*
|
|
36589
36686
|
* @returns Reference to `this` in order to allow method chaining
|
|
36590
36687
|
*/
|
|
@@ -36618,7 +36715,7 @@ declare namespace sap {
|
|
|
36618
36715
|
* This event enables the application to modify the list (i.e, change text, add icons, etc) which is shown
|
|
36619
36716
|
* on the search side panel.
|
|
36620
36717
|
*
|
|
36621
|
-
* @
|
|
36718
|
+
* @since 1.102
|
|
36622
36719
|
*
|
|
36623
36720
|
* @returns Reference to `this` in order to allow method chaining
|
|
36624
36721
|
*/
|
|
@@ -36646,7 +36743,7 @@ declare namespace sap {
|
|
|
36646
36743
|
*
|
|
36647
36744
|
* This event enables the application to react when a change occurs in the selected search item.
|
|
36648
36745
|
*
|
|
36649
|
-
* @
|
|
36746
|
+
* @since 1.121
|
|
36650
36747
|
*
|
|
36651
36748
|
* @returns Reference to `this` in order to allow method chaining
|
|
36652
36749
|
*/
|
|
@@ -36679,7 +36776,7 @@ declare namespace sap {
|
|
|
36679
36776
|
*
|
|
36680
36777
|
* This event enables the application to react when a change occurs in the selected search item.
|
|
36681
36778
|
*
|
|
36682
|
-
* @
|
|
36779
|
+
* @since 1.121
|
|
36683
36780
|
*
|
|
36684
36781
|
* @returns Reference to `this` in order to allow method chaining
|
|
36685
36782
|
*/
|
|
@@ -36767,7 +36864,7 @@ declare namespace sap {
|
|
|
36767
36864
|
/**
|
|
36768
36865
|
* Destroys the searchSidePanel in the aggregation {@link #getSearchSidePanel searchSidePanel}.
|
|
36769
36866
|
*
|
|
36770
|
-
* @
|
|
36867
|
+
* @since 1.100
|
|
36771
36868
|
*
|
|
36772
36869
|
* @returns Reference to `this` in order to allow method chaining
|
|
36773
36870
|
*/
|
|
@@ -36775,15 +36872,23 @@ declare namespace sap {
|
|
|
36775
36872
|
/**
|
|
36776
36873
|
* Destroys the searchSidePanelList in the aggregation {@link #getSearchSidePanelList searchSidePanelList}.
|
|
36777
36874
|
*
|
|
36778
|
-
* @
|
|
36875
|
+
* @since 1.102
|
|
36779
36876
|
*
|
|
36780
36877
|
* @returns Reference to `this` in order to allow method chaining
|
|
36781
36878
|
*/
|
|
36782
36879
|
destroySearchSidePanelList(): this;
|
|
36880
|
+
/**
|
|
36881
|
+
* Destroys all the shapeStyles in the aggregation {@link #getShapeStyles shapeStyles}.
|
|
36882
|
+
*
|
|
36883
|
+
* @since 1.130
|
|
36884
|
+
*
|
|
36885
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
36886
|
+
*/
|
|
36887
|
+
destroyShapeStyles(): this;
|
|
36783
36888
|
/**
|
|
36784
36889
|
* Destroys the sidePanel in the aggregation {@link #getSidePanel sidePanel}.
|
|
36785
36890
|
*
|
|
36786
|
-
* @
|
|
36891
|
+
* @since 1.126
|
|
36787
36892
|
*
|
|
36788
36893
|
* @returns Reference to `this` in order to allow method chaining
|
|
36789
36894
|
*/
|
|
@@ -36823,7 +36928,7 @@ declare namespace sap {
|
|
|
36823
36928
|
*
|
|
36824
36929
|
* The passed function and listener object must match the ones used for event registration.
|
|
36825
36930
|
*
|
|
36826
|
-
* @
|
|
36931
|
+
* @since 1.106
|
|
36827
36932
|
*
|
|
36828
36933
|
* @returns Reference to `this` in order to allow method chaining
|
|
36829
36934
|
*/
|
|
@@ -36866,7 +36971,7 @@ declare namespace sap {
|
|
|
36866
36971
|
*
|
|
36867
36972
|
* The passed function and listener object must match the ones used for event registration.
|
|
36868
36973
|
*
|
|
36869
|
-
* @
|
|
36974
|
+
* @since 1.102
|
|
36870
36975
|
*
|
|
36871
36976
|
* @returns Reference to `this` in order to allow method chaining
|
|
36872
36977
|
*/
|
|
@@ -36888,7 +36993,7 @@ declare namespace sap {
|
|
|
36888
36993
|
*
|
|
36889
36994
|
* The passed function and listener object must match the ones used for event registration.
|
|
36890
36995
|
*
|
|
36891
|
-
* @
|
|
36996
|
+
* @since 1.121
|
|
36892
36997
|
*
|
|
36893
36998
|
* @returns Reference to `this` in order to allow method chaining
|
|
36894
36999
|
*/
|
|
@@ -36927,7 +37032,7 @@ declare namespace sap {
|
|
|
36927
37032
|
/**
|
|
36928
37033
|
* Fires event {@link #event:customGanttSearchResult customGanttSearchResult} to attached listeners.
|
|
36929
37034
|
*
|
|
36930
|
-
* @
|
|
37035
|
+
* @since 1.106
|
|
36931
37036
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
36932
37037
|
*
|
|
36933
37038
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36954,7 +37059,7 @@ declare namespace sap {
|
|
|
36954
37059
|
/**
|
|
36955
37060
|
* Fires event {@link #event:ganttSearchSidePanelList ganttSearchSidePanelList} to attached listeners.
|
|
36956
37061
|
*
|
|
36957
|
-
* @
|
|
37062
|
+
* @since 1.102
|
|
36958
37063
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
36959
37064
|
*
|
|
36960
37065
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36968,7 +37073,7 @@ declare namespace sap {
|
|
|
36968
37073
|
/**
|
|
36969
37074
|
* Fires event {@link #event:searchSelectionChanged searchSelectionChanged} to attached listeners.
|
|
36970
37075
|
*
|
|
36971
|
-
* @
|
|
37076
|
+
* @since 1.121
|
|
36972
37077
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
36973
37078
|
*
|
|
36974
37079
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37000,7 +37105,7 @@ declare namespace sap {
|
|
|
37000
37105
|
*
|
|
37001
37106
|
* Default value is `[]`.
|
|
37002
37107
|
*
|
|
37003
|
-
* @
|
|
37108
|
+
* @since 1.106
|
|
37004
37109
|
*
|
|
37005
37110
|
* @returns Value of property `customSearchResults`
|
|
37006
37111
|
*/
|
|
@@ -37052,7 +37157,7 @@ declare namespace sap {
|
|
|
37052
37157
|
*
|
|
37053
37158
|
* Default value is `true`.
|
|
37054
37159
|
*
|
|
37055
|
-
* @
|
|
37160
|
+
* @since 1.111
|
|
37056
37161
|
*
|
|
37057
37162
|
* @returns Value of property `enableAutoSelectOnFind`
|
|
37058
37163
|
*/
|
|
@@ -37208,7 +37313,7 @@ declare namespace sap {
|
|
|
37208
37313
|
*
|
|
37209
37314
|
* Side panel to display search results of Find and Select operation in the chart area
|
|
37210
37315
|
*
|
|
37211
|
-
* @
|
|
37316
|
+
* @since 1.100
|
|
37212
37317
|
*/
|
|
37213
37318
|
getSearchSidePanel(): /* was: sap.gantt.simple.GanttSearchSidePanel */ any;
|
|
37214
37319
|
/**
|
|
@@ -37216,15 +37321,24 @@ declare namespace sap {
|
|
|
37216
37321
|
*
|
|
37217
37322
|
* List of search results displayed on the side panel of Find and Select operation
|
|
37218
37323
|
*
|
|
37219
|
-
* @
|
|
37324
|
+
* @since 1.102
|
|
37220
37325
|
*/
|
|
37221
37326
|
getSearchSidePanelList(): sap.tnt.NavigationList;
|
|
37327
|
+
/**
|
|
37328
|
+
* Gets content of aggregation {@link #getShapeStyles shapeStyles}.
|
|
37329
|
+
*
|
|
37330
|
+
* Configuration for the Gantt chart styles. This aggregation will be ignored if ganntStyleConfigs aggregation
|
|
37331
|
+
* is set for ganttChartWithTable.
|
|
37332
|
+
*
|
|
37333
|
+
* @since 1.130
|
|
37334
|
+
*/
|
|
37335
|
+
getShapeStyles(): sap.gantt.simple.ShapeStyle[];
|
|
37222
37336
|
/**
|
|
37223
37337
|
* Gets content of aggregation {@link #getSidePanel sidePanel}.
|
|
37224
37338
|
*
|
|
37225
37339
|
* Side panel to place custom control within the Gantt Chart Container.
|
|
37226
37340
|
*
|
|
37227
|
-
* @
|
|
37341
|
+
* @since 1.126
|
|
37228
37342
|
*/
|
|
37229
37343
|
getSidePanel(): sap.gantt.layouts.SidePanel;
|
|
37230
37344
|
/**
|
|
@@ -37317,6 +37431,20 @@ declare namespace sap {
|
|
|
37317
37431
|
*/
|
|
37318
37432
|
oGanttChart: sap.gantt.simple.GanttChartWithTable
|
|
37319
37433
|
): int;
|
|
37434
|
+
/**
|
|
37435
|
+
* Checks for the provided `sap.gantt.simple.ShapeStyle` in the aggregation {@link #getShapeStyles shapeStyles}.
|
|
37436
|
+
* and returns its index if found or -1 otherwise.
|
|
37437
|
+
*
|
|
37438
|
+
* @since 1.130
|
|
37439
|
+
*
|
|
37440
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
37441
|
+
*/
|
|
37442
|
+
indexOfShapeStyle(
|
|
37443
|
+
/**
|
|
37444
|
+
* The shapeStyle whose index is looked for
|
|
37445
|
+
*/
|
|
37446
|
+
oShapeStyle: sap.gantt.simple.ShapeStyle
|
|
37447
|
+
): int;
|
|
37320
37448
|
/**
|
|
37321
37449
|
* Inserts a ganttChart into the aggregation {@link #getGanttCharts ganttCharts}.
|
|
37322
37450
|
*
|
|
@@ -37335,6 +37463,25 @@ declare namespace sap {
|
|
|
37335
37463
|
*/
|
|
37336
37464
|
iIndex: int
|
|
37337
37465
|
): this;
|
|
37466
|
+
/**
|
|
37467
|
+
* Inserts a shapeStyle into the aggregation {@link #getShapeStyles shapeStyles}.
|
|
37468
|
+
*
|
|
37469
|
+
* @since 1.130
|
|
37470
|
+
*
|
|
37471
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
37472
|
+
*/
|
|
37473
|
+
insertShapeStyle(
|
|
37474
|
+
/**
|
|
37475
|
+
* The shapeStyle to insert; if empty, nothing is inserted
|
|
37476
|
+
*/
|
|
37477
|
+
oShapeStyle: sap.gantt.simple.ShapeStyle,
|
|
37478
|
+
/**
|
|
37479
|
+
* The `0`-based index the shapeStyle should be inserted at; for a negative value of `iIndex`, the shapeStyle
|
|
37480
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the shapeStyle
|
|
37481
|
+
* is inserted at the last position
|
|
37482
|
+
*/
|
|
37483
|
+
iIndex: int
|
|
37484
|
+
): this;
|
|
37338
37485
|
/**
|
|
37339
37486
|
* Removes all the controls from the aggregation {@link #getGanttCharts ganttCharts}.
|
|
37340
37487
|
*
|
|
@@ -37344,6 +37491,16 @@ declare namespace sap {
|
|
|
37344
37491
|
* @returns An array of the removed elements (might be empty)
|
|
37345
37492
|
*/
|
|
37346
37493
|
removeAllGanttCharts(): sap.gantt.simple.GanttChartWithTable[];
|
|
37494
|
+
/**
|
|
37495
|
+
* Removes all the controls from the aggregation {@link #getShapeStyles shapeStyles}.
|
|
37496
|
+
*
|
|
37497
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
37498
|
+
*
|
|
37499
|
+
* @since 1.130
|
|
37500
|
+
*
|
|
37501
|
+
* @returns An array of the removed elements (might be empty)
|
|
37502
|
+
*/
|
|
37503
|
+
removeAllShapeStyles(): sap.gantt.simple.ShapeStyle[];
|
|
37347
37504
|
/**
|
|
37348
37505
|
* Removes a ganttChart from the aggregation {@link #getGanttCharts ganttCharts}.
|
|
37349
37506
|
*
|
|
@@ -37356,6 +37513,19 @@ declare namespace sap {
|
|
|
37356
37513
|
*/
|
|
37357
37514
|
vGanttChart: int | string | sap.gantt.simple.GanttChartWithTable
|
|
37358
37515
|
): sap.gantt.simple.GanttChartWithTable | null;
|
|
37516
|
+
/**
|
|
37517
|
+
* Removes a shapeStyle from the aggregation {@link #getShapeStyles shapeStyles}.
|
|
37518
|
+
*
|
|
37519
|
+
* @since 1.130
|
|
37520
|
+
*
|
|
37521
|
+
* @returns The removed shapeStyle or `null`
|
|
37522
|
+
*/
|
|
37523
|
+
removeShapeStyle(
|
|
37524
|
+
/**
|
|
37525
|
+
* The shapeStyle to remove or its index or id
|
|
37526
|
+
*/
|
|
37527
|
+
vShapeStyle: int | string | sap.gantt.simple.ShapeStyle
|
|
37528
|
+
): sap.gantt.simple.ShapeStyle | null;
|
|
37359
37529
|
/**
|
|
37360
37530
|
* Sets a new value for property {@link #getCustomSearchResults customSearchResults}.
|
|
37361
37531
|
*
|
|
@@ -37365,7 +37535,7 @@ declare namespace sap {
|
|
|
37365
37535
|
*
|
|
37366
37536
|
* Default value is `[]`.
|
|
37367
37537
|
*
|
|
37368
|
-
* @
|
|
37538
|
+
* @since 1.106
|
|
37369
37539
|
*
|
|
37370
37540
|
* @returns Reference to `this` in order to allow method chaining
|
|
37371
37541
|
*/
|
|
@@ -37445,7 +37615,7 @@ declare namespace sap {
|
|
|
37445
37615
|
*
|
|
37446
37616
|
* Default value is `true`.
|
|
37447
37617
|
*
|
|
37448
|
-
* @
|
|
37618
|
+
* @since 1.111
|
|
37449
37619
|
*
|
|
37450
37620
|
* @returns Reference to `this` in order to allow method chaining
|
|
37451
37621
|
*/
|
|
@@ -37675,7 +37845,7 @@ declare namespace sap {
|
|
|
37675
37845
|
/**
|
|
37676
37846
|
* Sets the aggregated {@link #getSearchSidePanel searchSidePanel}.
|
|
37677
37847
|
*
|
|
37678
|
-
* @
|
|
37848
|
+
* @since 1.100
|
|
37679
37849
|
*
|
|
37680
37850
|
* @returns Reference to `this` in order to allow method chaining
|
|
37681
37851
|
*/
|
|
@@ -37688,7 +37858,7 @@ declare namespace sap {
|
|
|
37688
37858
|
/**
|
|
37689
37859
|
* Sets the aggregated {@link #getSearchSidePanelList searchSidePanelList}.
|
|
37690
37860
|
*
|
|
37691
|
-
* @
|
|
37861
|
+
* @since 1.102
|
|
37692
37862
|
*
|
|
37693
37863
|
* @returns Reference to `this` in order to allow method chaining
|
|
37694
37864
|
*/
|
|
@@ -37701,7 +37871,7 @@ declare namespace sap {
|
|
|
37701
37871
|
/**
|
|
37702
37872
|
* Sets the aggregated {@link #getSidePanel sidePanel}.
|
|
37703
37873
|
*
|
|
37704
|
-
* @
|
|
37874
|
+
* @since 1.126
|
|
37705
37875
|
*
|
|
37706
37876
|
* @returns Reference to `this` in order to allow method chaining
|
|
37707
37877
|
*/
|
|
@@ -37971,6 +38141,19 @@ declare namespace sap {
|
|
|
37971
38141
|
*/
|
|
37972
38142
|
oShapeScheme: sap.gantt.simple.ShapeScheme
|
|
37973
38143
|
): this;
|
|
38144
|
+
/**
|
|
38145
|
+
* Adds some shapeStyle to the aggregation {@link #getShapeStyles shapeStyles}.
|
|
38146
|
+
*
|
|
38147
|
+
* @since 1.130
|
|
38148
|
+
*
|
|
38149
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
38150
|
+
*/
|
|
38151
|
+
addShapeStyle(
|
|
38152
|
+
/**
|
|
38153
|
+
* The shapeStyle to add; if empty, nothing is inserted
|
|
38154
|
+
*/
|
|
38155
|
+
oShapeStyle: sap.gantt.simple.ShapeStyle
|
|
38156
|
+
): this;
|
|
37974
38157
|
/**
|
|
37975
38158
|
* Adds some simpleAdhocLine to the aggregation {@link #getSimpleAdhocLines simpleAdhocLines}.
|
|
37976
38159
|
*
|
|
@@ -38873,6 +39056,14 @@ declare namespace sap {
|
|
|
38873
39056
|
* @returns Reference to `this` in order to allow method chaining
|
|
38874
39057
|
*/
|
|
38875
39058
|
destroyShapeSchemes(): this;
|
|
39059
|
+
/**
|
|
39060
|
+
* Destroys all the shapeStyles in the aggregation {@link #getShapeStyles shapeStyles}.
|
|
39061
|
+
*
|
|
39062
|
+
* @since 1.130
|
|
39063
|
+
*
|
|
39064
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39065
|
+
*/
|
|
39066
|
+
destroyShapeStyles(): this;
|
|
38876
39067
|
/**
|
|
38877
39068
|
* Destroys all the simpleAdhocLines in the aggregation {@link #getSimpleAdhocLines simpleAdhocLines}.
|
|
38878
39069
|
*
|
|
@@ -39718,7 +39909,7 @@ declare namespace sap {
|
|
|
39718
39909
|
*
|
|
39719
39910
|
* Default value is `true`.
|
|
39720
39911
|
*
|
|
39721
|
-
* @
|
|
39912
|
+
* @since 1.127
|
|
39722
39913
|
*
|
|
39723
39914
|
* @returns Value of property `enableMultipleGhosts`
|
|
39724
39915
|
*/
|
|
@@ -39753,7 +39944,7 @@ declare namespace sap {
|
|
|
39753
39944
|
*
|
|
39754
39945
|
* Default value is `false`.
|
|
39755
39946
|
*
|
|
39756
|
-
* @
|
|
39947
|
+
* @since 1.110
|
|
39757
39948
|
*
|
|
39758
39949
|
* @returns Value of property `enablePseudoShapes`
|
|
39759
39950
|
*/
|
|
@@ -39798,7 +39989,7 @@ declare namespace sap {
|
|
|
39798
39989
|
*
|
|
39799
39990
|
* Default value is `[]`.
|
|
39800
39991
|
*
|
|
39801
|
-
* @
|
|
39992
|
+
* @since 1.100
|
|
39802
39993
|
*
|
|
39803
39994
|
* @returns Value of property `findBy`
|
|
39804
39995
|
*/
|
|
@@ -39810,7 +40001,7 @@ declare namespace sap {
|
|
|
39810
40001
|
*
|
|
39811
40002
|
* Default value is `library.simple.findByOperator.OR`.
|
|
39812
40003
|
*
|
|
39813
|
-
* @
|
|
40004
|
+
* @since 1.100
|
|
39814
40005
|
*
|
|
39815
40006
|
* @returns Value of property `findByOperator`
|
|
39816
40007
|
*/
|
|
@@ -39864,7 +40055,7 @@ declare namespace sap {
|
|
|
39864
40055
|
*
|
|
39865
40056
|
* Default value is `false`.
|
|
39866
40057
|
*
|
|
39867
|
-
* @
|
|
40058
|
+
* @since 1.109
|
|
39868
40059
|
*
|
|
39869
40060
|
* @returns Value of property `horizontalLazyLoadingEnabled`
|
|
39870
40061
|
*/
|
|
@@ -40076,7 +40267,7 @@ declare namespace sap {
|
|
|
40076
40267
|
*
|
|
40077
40268
|
* Default value is `[]`.
|
|
40078
40269
|
*
|
|
40079
|
-
* @
|
|
40270
|
+
* @since 1.113
|
|
40080
40271
|
*
|
|
40081
40272
|
* @returns Value of property `shapeRenderOrder`
|
|
40082
40273
|
*/
|
|
@@ -40127,6 +40318,14 @@ declare namespace sap {
|
|
|
40127
40318
|
* @returns Value of property `shapeSelectionSettings`
|
|
40128
40319
|
*/
|
|
40129
40320
|
getShapeSelectionSettings(): object;
|
|
40321
|
+
/**
|
|
40322
|
+
* Gets content of aggregation {@link #getShapeStyles shapeStyles}.
|
|
40323
|
+
*
|
|
40324
|
+
* Configuration for the Gantt chart styles. This Aggregation will override shapeStyles aggregation of ganttChartContainer.
|
|
40325
|
+
*
|
|
40326
|
+
* @since 1.130
|
|
40327
|
+
*/
|
|
40328
|
+
getShapeStyles(): sap.gantt.simple.ShapeStyle[];
|
|
40130
40329
|
/**
|
|
40131
40330
|
* Returns a list of shape UIDs containing a given set of properties.
|
|
40132
40331
|
*
|
|
@@ -40313,7 +40512,7 @@ declare namespace sap {
|
|
|
40313
40512
|
*
|
|
40314
40513
|
* Default value is `false`.
|
|
40315
40514
|
*
|
|
40316
|
-
* @
|
|
40515
|
+
* @since 1.98
|
|
40317
40516
|
*
|
|
40318
40517
|
* @returns Value of property `useParentShapeOnExpand`
|
|
40319
40518
|
*/
|
|
@@ -40398,6 +40597,20 @@ declare namespace sap {
|
|
|
40398
40597
|
*/
|
|
40399
40598
|
oShapeScheme: sap.gantt.simple.ShapeScheme
|
|
40400
40599
|
): int;
|
|
40600
|
+
/**
|
|
40601
|
+
* Checks for the provided `sap.gantt.simple.ShapeStyle` in the aggregation {@link #getShapeStyles shapeStyles}.
|
|
40602
|
+
* and returns its index if found or -1 otherwise.
|
|
40603
|
+
*
|
|
40604
|
+
* @since 1.130
|
|
40605
|
+
*
|
|
40606
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
40607
|
+
*/
|
|
40608
|
+
indexOfShapeStyle(
|
|
40609
|
+
/**
|
|
40610
|
+
* The shapeStyle whose index is looked for
|
|
40611
|
+
*/
|
|
40612
|
+
oShapeStyle: sap.gantt.simple.ShapeStyle
|
|
40613
|
+
): int;
|
|
40401
40614
|
/**
|
|
40402
40615
|
* Checks for the provided `sap.gantt.simple.AdhocLine` in the aggregation {@link #getSimpleAdhocLines simpleAdhocLines}.
|
|
40403
40616
|
* and returns its index if found or -1 otherwise.
|
|
@@ -40506,6 +40719,25 @@ declare namespace sap {
|
|
|
40506
40719
|
*/
|
|
40507
40720
|
iIndex: int
|
|
40508
40721
|
): this;
|
|
40722
|
+
/**
|
|
40723
|
+
* Inserts a shapeStyle into the aggregation {@link #getShapeStyles shapeStyles}.
|
|
40724
|
+
*
|
|
40725
|
+
* @since 1.130
|
|
40726
|
+
*
|
|
40727
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
40728
|
+
*/
|
|
40729
|
+
insertShapeStyle(
|
|
40730
|
+
/**
|
|
40731
|
+
* The shapeStyle to insert; if empty, nothing is inserted
|
|
40732
|
+
*/
|
|
40733
|
+
oShapeStyle: sap.gantt.simple.ShapeStyle,
|
|
40734
|
+
/**
|
|
40735
|
+
* The `0`-based index the shapeStyle should be inserted at; for a negative value of `iIndex`, the shapeStyle
|
|
40736
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the shapeStyle
|
|
40737
|
+
* is inserted at the last position
|
|
40738
|
+
*/
|
|
40739
|
+
iIndex: int
|
|
40740
|
+
): this;
|
|
40509
40741
|
/**
|
|
40510
40742
|
* Inserts a simpleAdhocLine into the aggregation {@link #getSimpleAdhocLines simpleAdhocLines}.
|
|
40511
40743
|
*
|
|
@@ -40624,6 +40856,16 @@ declare namespace sap {
|
|
|
40624
40856
|
* @returns An array of the removed elements (might be empty)
|
|
40625
40857
|
*/
|
|
40626
40858
|
removeAllShapeSchemes(): sap.gantt.simple.ShapeScheme[];
|
|
40859
|
+
/**
|
|
40860
|
+
* Removes all the controls from the aggregation {@link #getShapeStyles shapeStyles}.
|
|
40861
|
+
*
|
|
40862
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
40863
|
+
*
|
|
40864
|
+
* @since 1.130
|
|
40865
|
+
*
|
|
40866
|
+
* @returns An array of the removed elements (might be empty)
|
|
40867
|
+
*/
|
|
40868
|
+
removeAllShapeStyles(): sap.gantt.simple.ShapeStyle[];
|
|
40627
40869
|
/**
|
|
40628
40870
|
* Removes all the controls from the aggregation {@link #getSimpleAdhocLines simpleAdhocLines}.
|
|
40629
40871
|
*
|
|
@@ -40688,6 +40930,19 @@ declare namespace sap {
|
|
|
40688
40930
|
*/
|
|
40689
40931
|
vShapeScheme: int | string | sap.gantt.simple.ShapeScheme
|
|
40690
40932
|
): sap.gantt.simple.ShapeScheme | null;
|
|
40933
|
+
/**
|
|
40934
|
+
* Removes a shapeStyle from the aggregation {@link #getShapeStyles shapeStyles}.
|
|
40935
|
+
*
|
|
40936
|
+
* @since 1.130
|
|
40937
|
+
*
|
|
40938
|
+
* @returns The removed shapeStyle or `null`
|
|
40939
|
+
*/
|
|
40940
|
+
removeShapeStyle(
|
|
40941
|
+
/**
|
|
40942
|
+
* The shapeStyle to remove or its index or id
|
|
40943
|
+
*/
|
|
40944
|
+
vShapeStyle: int | string | sap.gantt.simple.ShapeStyle
|
|
40945
|
+
): sap.gantt.simple.ShapeStyle | null;
|
|
40691
40946
|
/**
|
|
40692
40947
|
* Removes a simpleAdhocLine from the aggregation {@link #getSimpleAdhocLines simpleAdhocLines}.
|
|
40693
40948
|
*
|
|
@@ -41084,7 +41339,7 @@ declare namespace sap {
|
|
|
41084
41339
|
*
|
|
41085
41340
|
* Default value is `true`.
|
|
41086
41341
|
*
|
|
41087
|
-
* @
|
|
41342
|
+
* @since 1.127
|
|
41088
41343
|
*
|
|
41089
41344
|
* @returns Reference to `this` in order to allow method chaining
|
|
41090
41345
|
*/
|
|
@@ -41140,7 +41395,7 @@ declare namespace sap {
|
|
|
41140
41395
|
*
|
|
41141
41396
|
* Default value is `false`.
|
|
41142
41397
|
*
|
|
41143
|
-
* @
|
|
41398
|
+
* @since 1.110
|
|
41144
41399
|
*
|
|
41145
41400
|
* @returns Reference to `this` in order to allow method chaining
|
|
41146
41401
|
*/
|
|
@@ -41222,7 +41477,7 @@ declare namespace sap {
|
|
|
41222
41477
|
*
|
|
41223
41478
|
* Default value is `[]`.
|
|
41224
41479
|
*
|
|
41225
|
-
* @
|
|
41480
|
+
* @since 1.100
|
|
41226
41481
|
*
|
|
41227
41482
|
* @returns Reference to `this` in order to allow method chaining
|
|
41228
41483
|
*/
|
|
@@ -41241,7 +41496,7 @@ declare namespace sap {
|
|
|
41241
41496
|
*
|
|
41242
41497
|
* Default value is `library.simple.findByOperator.OR`.
|
|
41243
41498
|
*
|
|
41244
|
-
* @
|
|
41499
|
+
* @since 1.100
|
|
41245
41500
|
*
|
|
41246
41501
|
* @returns Reference to `this` in order to allow method chaining
|
|
41247
41502
|
*/
|
|
@@ -41300,7 +41555,7 @@ declare namespace sap {
|
|
|
41300
41555
|
*
|
|
41301
41556
|
* Default value is `false`.
|
|
41302
41557
|
*
|
|
41303
|
-
* @
|
|
41558
|
+
* @since 1.109
|
|
41304
41559
|
*
|
|
41305
41560
|
* @returns Reference to `this` in order to allow method chaining
|
|
41306
41561
|
*/
|
|
@@ -41466,7 +41721,7 @@ declare namespace sap {
|
|
|
41466
41721
|
/**
|
|
41467
41722
|
* Provides a custom row height based on the application logic.
|
|
41468
41723
|
*
|
|
41469
|
-
* @
|
|
41724
|
+
* @since 1.88
|
|
41470
41725
|
*/
|
|
41471
41726
|
setRowsHeight(
|
|
41472
41727
|
/**
|
|
@@ -41838,7 +42093,7 @@ declare namespace sap {
|
|
|
41838
42093
|
*
|
|
41839
42094
|
* Default value is `false`.
|
|
41840
42095
|
*
|
|
41841
|
-
* @
|
|
42096
|
+
* @since 1.98
|
|
41842
42097
|
*
|
|
41843
42098
|
* @returns Reference to `this` in order to allow method chaining
|
|
41844
42099
|
*/
|
|
@@ -42201,7 +42456,6 @@ declare namespace sap {
|
|
|
42201
42456
|
* Adds some overlays1 to the aggregation {@link #getOverlays1 overlays1}.
|
|
42202
42457
|
*
|
|
42203
42458
|
* @since 1.120
|
|
42204
|
-
* @experimental (since 1.120)
|
|
42205
42459
|
*
|
|
42206
42460
|
* @returns Reference to `this` in order to allow method chaining
|
|
42207
42461
|
*/
|
|
@@ -42215,7 +42469,6 @@ declare namespace sap {
|
|
|
42215
42469
|
* Adds some overlays2 to the aggregation {@link #getOverlays2 overlays2}.
|
|
42216
42470
|
*
|
|
42217
42471
|
* @since 1.120
|
|
42218
|
-
* @experimental (since 1.120)
|
|
42219
42472
|
*
|
|
42220
42473
|
* @returns Reference to `this` in order to allow method chaining
|
|
42221
42474
|
*/
|
|
@@ -42229,7 +42482,6 @@ declare namespace sap {
|
|
|
42229
42482
|
* Adds some overlays3 to the aggregation {@link #getOverlays3 overlays3}.
|
|
42230
42483
|
*
|
|
42231
42484
|
* @since 1.120
|
|
42232
|
-
* @experimental (since 1.120)
|
|
42233
42485
|
*
|
|
42234
42486
|
* @returns Reference to `this` in order to allow method chaining
|
|
42235
42487
|
*/
|
|
@@ -42243,7 +42495,6 @@ declare namespace sap {
|
|
|
42243
42495
|
* Adds some overlays4 to the aggregation {@link #getOverlays4 overlays4}.
|
|
42244
42496
|
*
|
|
42245
42497
|
* @since 1.120
|
|
42246
|
-
* @experimental (since 1.120)
|
|
42247
42498
|
*
|
|
42248
42499
|
* @returns Reference to `this` in order to allow method chaining
|
|
42249
42500
|
*/
|
|
@@ -42257,7 +42508,6 @@ declare namespace sap {
|
|
|
42257
42508
|
* Adds some overlays5 to the aggregation {@link #getOverlays5 overlays5}.
|
|
42258
42509
|
*
|
|
42259
42510
|
* @since 1.120
|
|
42260
|
-
* @experimental (since 1.120)
|
|
42261
42511
|
*
|
|
42262
42512
|
* @returns Reference to `this` in order to allow method chaining
|
|
42263
42513
|
*/
|
|
@@ -42390,7 +42640,6 @@ declare namespace sap {
|
|
|
42390
42640
|
* Destroys all the overlays1 in the aggregation {@link #getOverlays1 overlays1}.
|
|
42391
42641
|
*
|
|
42392
42642
|
* @since 1.120
|
|
42393
|
-
* @experimental (since 1.120)
|
|
42394
42643
|
*
|
|
42395
42644
|
* @returns Reference to `this` in order to allow method chaining
|
|
42396
42645
|
*/
|
|
@@ -42399,7 +42648,6 @@ declare namespace sap {
|
|
|
42399
42648
|
* Destroys all the overlays2 in the aggregation {@link #getOverlays2 overlays2}.
|
|
42400
42649
|
*
|
|
42401
42650
|
* @since 1.120
|
|
42402
|
-
* @experimental (since 1.120)
|
|
42403
42651
|
*
|
|
42404
42652
|
* @returns Reference to `this` in order to allow method chaining
|
|
42405
42653
|
*/
|
|
@@ -42408,7 +42656,6 @@ declare namespace sap {
|
|
|
42408
42656
|
* Destroys all the overlays3 in the aggregation {@link #getOverlays3 overlays3}.
|
|
42409
42657
|
*
|
|
42410
42658
|
* @since 1.120
|
|
42411
|
-
* @experimental (since 1.120)
|
|
42412
42659
|
*
|
|
42413
42660
|
* @returns Reference to `this` in order to allow method chaining
|
|
42414
42661
|
*/
|
|
@@ -42417,7 +42664,6 @@ declare namespace sap {
|
|
|
42417
42664
|
* Destroys all the overlays4 in the aggregation {@link #getOverlays4 overlays4}.
|
|
42418
42665
|
*
|
|
42419
42666
|
* @since 1.120
|
|
42420
|
-
* @experimental (since 1.120)
|
|
42421
42667
|
*
|
|
42422
42668
|
* @returns Reference to `this` in order to allow method chaining
|
|
42423
42669
|
*/
|
|
@@ -42426,7 +42672,6 @@ declare namespace sap {
|
|
|
42426
42672
|
* Destroys all the overlays5 in the aggregation {@link #getOverlays5 overlays5}.
|
|
42427
42673
|
*
|
|
42428
42674
|
* @since 1.120
|
|
42429
|
-
* @experimental (since 1.120)
|
|
42430
42675
|
*
|
|
42431
42676
|
* @returns Reference to `this` in order to allow method chaining
|
|
42432
42677
|
*/
|
|
@@ -42513,35 +42758,30 @@ declare namespace sap {
|
|
|
42513
42758
|
* Gets content of aggregation {@link #getOverlays1 overlays1}.
|
|
42514
42759
|
*
|
|
42515
42760
|
* @since 1.120
|
|
42516
|
-
* @experimental (since 1.120)
|
|
42517
42761
|
*/
|
|
42518
42762
|
getOverlays1(): sap.gantt.overlays.GanttRowOverlay[];
|
|
42519
42763
|
/**
|
|
42520
42764
|
* Gets content of aggregation {@link #getOverlays2 overlays2}.
|
|
42521
42765
|
*
|
|
42522
42766
|
* @since 1.120
|
|
42523
|
-
* @experimental (since 1.120)
|
|
42524
42767
|
*/
|
|
42525
42768
|
getOverlays2(): sap.gantt.overlays.GanttRowOverlay[];
|
|
42526
42769
|
/**
|
|
42527
42770
|
* Gets content of aggregation {@link #getOverlays3 overlays3}.
|
|
42528
42771
|
*
|
|
42529
42772
|
* @since 1.120
|
|
42530
|
-
* @experimental (since 1.120)
|
|
42531
42773
|
*/
|
|
42532
42774
|
getOverlays3(): sap.gantt.overlays.GanttRowOverlay[];
|
|
42533
42775
|
/**
|
|
42534
42776
|
* Gets content of aggregation {@link #getOverlays4 overlays4}.
|
|
42535
42777
|
*
|
|
42536
42778
|
* @since 1.120
|
|
42537
|
-
* @experimental (since 1.120)
|
|
42538
42779
|
*/
|
|
42539
42780
|
getOverlays4(): sap.gantt.overlays.GanttRowOverlay[];
|
|
42540
42781
|
/**
|
|
42541
42782
|
* Gets content of aggregation {@link #getOverlays5 overlays5}.
|
|
42542
42783
|
*
|
|
42543
42784
|
* @since 1.120
|
|
42544
|
-
* @experimental (since 1.120)
|
|
42545
42785
|
*/
|
|
42546
42786
|
getOverlays5(): sap.gantt.overlays.GanttRowOverlay[];
|
|
42547
42787
|
/**
|
|
@@ -42675,7 +42915,6 @@ declare namespace sap {
|
|
|
42675
42915
|
* and returns its index if found or -1 otherwise.
|
|
42676
42916
|
*
|
|
42677
42917
|
* @since 1.120
|
|
42678
|
-
* @experimental (since 1.120)
|
|
42679
42918
|
*
|
|
42680
42919
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
42681
42920
|
*/
|
|
@@ -42690,7 +42929,6 @@ declare namespace sap {
|
|
|
42690
42929
|
* and returns its index if found or -1 otherwise.
|
|
42691
42930
|
*
|
|
42692
42931
|
* @since 1.120
|
|
42693
|
-
* @experimental (since 1.120)
|
|
42694
42932
|
*
|
|
42695
42933
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
42696
42934
|
*/
|
|
@@ -42705,7 +42943,6 @@ declare namespace sap {
|
|
|
42705
42943
|
* and returns its index if found or -1 otherwise.
|
|
42706
42944
|
*
|
|
42707
42945
|
* @since 1.120
|
|
42708
|
-
* @experimental (since 1.120)
|
|
42709
42946
|
*
|
|
42710
42947
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
42711
42948
|
*/
|
|
@@ -42720,7 +42957,6 @@ declare namespace sap {
|
|
|
42720
42957
|
* and returns its index if found or -1 otherwise.
|
|
42721
42958
|
*
|
|
42722
42959
|
* @since 1.120
|
|
42723
|
-
* @experimental (since 1.120)
|
|
42724
42960
|
*
|
|
42725
42961
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
42726
42962
|
*/
|
|
@@ -42735,7 +42971,6 @@ declare namespace sap {
|
|
|
42735
42971
|
* and returns its index if found or -1 otherwise.
|
|
42736
42972
|
*
|
|
42737
42973
|
* @since 1.120
|
|
42738
|
-
* @experimental (since 1.120)
|
|
42739
42974
|
*
|
|
42740
42975
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
42741
42976
|
*/
|
|
@@ -42940,7 +43175,6 @@ declare namespace sap {
|
|
|
42940
43175
|
* Inserts a overlays1 into the aggregation {@link #getOverlays1 overlays1}.
|
|
42941
43176
|
*
|
|
42942
43177
|
* @since 1.120
|
|
42943
|
-
* @experimental (since 1.120)
|
|
42944
43178
|
*
|
|
42945
43179
|
* @returns Reference to `this` in order to allow method chaining
|
|
42946
43180
|
*/
|
|
@@ -42960,7 +43194,6 @@ declare namespace sap {
|
|
|
42960
43194
|
* Inserts a overlays2 into the aggregation {@link #getOverlays2 overlays2}.
|
|
42961
43195
|
*
|
|
42962
43196
|
* @since 1.120
|
|
42963
|
-
* @experimental (since 1.120)
|
|
42964
43197
|
*
|
|
42965
43198
|
* @returns Reference to `this` in order to allow method chaining
|
|
42966
43199
|
*/
|
|
@@ -42980,7 +43213,6 @@ declare namespace sap {
|
|
|
42980
43213
|
* Inserts a overlays3 into the aggregation {@link #getOverlays3 overlays3}.
|
|
42981
43214
|
*
|
|
42982
43215
|
* @since 1.120
|
|
42983
|
-
* @experimental (since 1.120)
|
|
42984
43216
|
*
|
|
42985
43217
|
* @returns Reference to `this` in order to allow method chaining
|
|
42986
43218
|
*/
|
|
@@ -43000,7 +43232,6 @@ declare namespace sap {
|
|
|
43000
43232
|
* Inserts a overlays4 into the aggregation {@link #getOverlays4 overlays4}.
|
|
43001
43233
|
*
|
|
43002
43234
|
* @since 1.120
|
|
43003
|
-
* @experimental (since 1.120)
|
|
43004
43235
|
*
|
|
43005
43236
|
* @returns Reference to `this` in order to allow method chaining
|
|
43006
43237
|
*/
|
|
@@ -43020,7 +43251,6 @@ declare namespace sap {
|
|
|
43020
43251
|
* Inserts a overlays5 into the aggregation {@link #getOverlays5 overlays5}.
|
|
43021
43252
|
*
|
|
43022
43253
|
* @since 1.120
|
|
43023
|
-
* @experimental (since 1.120)
|
|
43024
43254
|
*
|
|
43025
43255
|
* @returns Reference to `this` in order to allow method chaining
|
|
43026
43256
|
*/
|
|
@@ -43209,7 +43439,6 @@ declare namespace sap {
|
|
|
43209
43439
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
43210
43440
|
*
|
|
43211
43441
|
* @since 1.120
|
|
43212
|
-
* @experimental (since 1.120)
|
|
43213
43442
|
*
|
|
43214
43443
|
* @returns An array of the removed elements (might be empty)
|
|
43215
43444
|
*/
|
|
@@ -43220,7 +43449,6 @@ declare namespace sap {
|
|
|
43220
43449
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
43221
43450
|
*
|
|
43222
43451
|
* @since 1.120
|
|
43223
|
-
* @experimental (since 1.120)
|
|
43224
43452
|
*
|
|
43225
43453
|
* @returns An array of the removed elements (might be empty)
|
|
43226
43454
|
*/
|
|
@@ -43231,7 +43459,6 @@ declare namespace sap {
|
|
|
43231
43459
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
43232
43460
|
*
|
|
43233
43461
|
* @since 1.120
|
|
43234
|
-
* @experimental (since 1.120)
|
|
43235
43462
|
*
|
|
43236
43463
|
* @returns An array of the removed elements (might be empty)
|
|
43237
43464
|
*/
|
|
@@ -43242,7 +43469,6 @@ declare namespace sap {
|
|
|
43242
43469
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
43243
43470
|
*
|
|
43244
43471
|
* @since 1.120
|
|
43245
|
-
* @experimental (since 1.120)
|
|
43246
43472
|
*
|
|
43247
43473
|
* @returns An array of the removed elements (might be empty)
|
|
43248
43474
|
*/
|
|
@@ -43253,7 +43479,6 @@ declare namespace sap {
|
|
|
43253
43479
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
43254
43480
|
*
|
|
43255
43481
|
* @since 1.120
|
|
43256
|
-
* @experimental (since 1.120)
|
|
43257
43482
|
*
|
|
43258
43483
|
* @returns An array of the removed elements (might be empty)
|
|
43259
43484
|
*/
|
|
@@ -43393,7 +43618,6 @@ declare namespace sap {
|
|
|
43393
43618
|
* Removes a overlays1 from the aggregation {@link #getOverlays1 overlays1}.
|
|
43394
43619
|
*
|
|
43395
43620
|
* @since 1.120
|
|
43396
|
-
* @experimental (since 1.120)
|
|
43397
43621
|
*
|
|
43398
43622
|
* @returns The removed overlays1 or `null`
|
|
43399
43623
|
*/
|
|
@@ -43407,7 +43631,6 @@ declare namespace sap {
|
|
|
43407
43631
|
* Removes a overlays2 from the aggregation {@link #getOverlays2 overlays2}.
|
|
43408
43632
|
*
|
|
43409
43633
|
* @since 1.120
|
|
43410
|
-
* @experimental (since 1.120)
|
|
43411
43634
|
*
|
|
43412
43635
|
* @returns The removed overlays2 or `null`
|
|
43413
43636
|
*/
|
|
@@ -43421,7 +43644,6 @@ declare namespace sap {
|
|
|
43421
43644
|
* Removes a overlays3 from the aggregation {@link #getOverlays3 overlays3}.
|
|
43422
43645
|
*
|
|
43423
43646
|
* @since 1.120
|
|
43424
|
-
* @experimental (since 1.120)
|
|
43425
43647
|
*
|
|
43426
43648
|
* @returns The removed overlays3 or `null`
|
|
43427
43649
|
*/
|
|
@@ -43435,7 +43657,6 @@ declare namespace sap {
|
|
|
43435
43657
|
* Removes a overlays4 from the aggregation {@link #getOverlays4 overlays4}.
|
|
43436
43658
|
*
|
|
43437
43659
|
* @since 1.120
|
|
43438
|
-
* @experimental (since 1.120)
|
|
43439
43660
|
*
|
|
43440
43661
|
* @returns The removed overlays4 or `null`
|
|
43441
43662
|
*/
|
|
@@ -43449,7 +43670,6 @@ declare namespace sap {
|
|
|
43449
43670
|
* Removes a overlays5 from the aggregation {@link #getOverlays5 overlays5}.
|
|
43450
43671
|
*
|
|
43451
43672
|
* @since 1.120
|
|
43452
|
-
* @experimental (since 1.120)
|
|
43453
43673
|
*
|
|
43454
43674
|
* @returns The removed overlays5 or `null`
|
|
43455
43675
|
*/
|
|
@@ -46107,6 +46327,310 @@ declare namespace sap {
|
|
|
46107
46327
|
iRowSpan?: int
|
|
46108
46328
|
): this;
|
|
46109
46329
|
}
|
|
46330
|
+
/**
|
|
46331
|
+
* class handles style properties for shapes. Different styles can be defined for different event states.
|
|
46332
|
+
*
|
|
46333
|
+
*
|
|
46334
|
+
* @since 1.130
|
|
46335
|
+
*/
|
|
46336
|
+
class ShapeStyle extends sap.ui.core.Element {
|
|
46337
|
+
/**
|
|
46338
|
+
* Constructor for a new `ShapeStyle`
|
|
46339
|
+
*
|
|
46340
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
46341
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
46342
|
+
* of the syntax of the settings object.
|
|
46343
|
+
*/
|
|
46344
|
+
constructor(
|
|
46345
|
+
/**
|
|
46346
|
+
* Initial settings for the new control
|
|
46347
|
+
*/
|
|
46348
|
+
mSettings?: sap.gantt.simple.$ShapeStyleSettings
|
|
46349
|
+
);
|
|
46350
|
+
/**
|
|
46351
|
+
* Constructor for a new `ShapeStyle`
|
|
46352
|
+
*
|
|
46353
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
46354
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
46355
|
+
* of the syntax of the settings object.
|
|
46356
|
+
*/
|
|
46357
|
+
constructor(
|
|
46358
|
+
/**
|
|
46359
|
+
* ID of the new control, generated automatically if no ID is given
|
|
46360
|
+
*/
|
|
46361
|
+
sId?: string,
|
|
46362
|
+
/**
|
|
46363
|
+
* Initial settings for the new control
|
|
46364
|
+
*/
|
|
46365
|
+
mSettings?: sap.gantt.simple.$ShapeStyleSettings
|
|
46366
|
+
);
|
|
46367
|
+
|
|
46368
|
+
/**
|
|
46369
|
+
* Creates a new subclass of class sap.gantt.simple.ShapeStyle with name `sClassName` and enriches it with
|
|
46370
|
+
* the information contained in `oClassInfo`.
|
|
46371
|
+
*
|
|
46372
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
46373
|
+
*
|
|
46374
|
+
*
|
|
46375
|
+
* @returns Created class / constructor function
|
|
46376
|
+
*/
|
|
46377
|
+
static extend<T extends Record<string, unknown>>(
|
|
46378
|
+
/**
|
|
46379
|
+
* Name of the class being created
|
|
46380
|
+
*/
|
|
46381
|
+
sClassName: string,
|
|
46382
|
+
/**
|
|
46383
|
+
* Object literal with information about the class
|
|
46384
|
+
*/
|
|
46385
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.ShapeStyle>,
|
|
46386
|
+
/**
|
|
46387
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
46388
|
+
* used by this class
|
|
46389
|
+
*/
|
|
46390
|
+
FNMetaImpl?: Function
|
|
46391
|
+
): Function;
|
|
46392
|
+
/**
|
|
46393
|
+
* Returns a metadata object for class sap.gantt.simple.ShapeStyle.
|
|
46394
|
+
*
|
|
46395
|
+
*
|
|
46396
|
+
* @returns Metadata object describing this class
|
|
46397
|
+
*/
|
|
46398
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
46399
|
+
/**
|
|
46400
|
+
* Gets current value of property {@link #getEventState eventState}.
|
|
46401
|
+
*
|
|
46402
|
+
* This property defines the event for which the style should be applied. This is a mandatory field. For
|
|
46403
|
+
* example, if the eventState is "dragDrop", the style is applied to ghost image of shape on drag.
|
|
46404
|
+
*
|
|
46405
|
+
* @since 1.130
|
|
46406
|
+
*
|
|
46407
|
+
* @returns Value of property `eventState`
|
|
46408
|
+
*/
|
|
46409
|
+
getEventState(): sap.gantt.simple.shapeEventType;
|
|
46410
|
+
/**
|
|
46411
|
+
* Gets current value of property {@link #getFill fill}.
|
|
46412
|
+
*
|
|
46413
|
+
* For shapes and text, the fill property is a presentation attribute that defines the color (or any SVG
|
|
46414
|
+
* paint server like gradients or patterns)
|
|
46415
|
+
*
|
|
46416
|
+
* @since 1.130
|
|
46417
|
+
*
|
|
46418
|
+
* @returns Value of property `fill`
|
|
46419
|
+
*/
|
|
46420
|
+
getFill(): sap.gantt.ValueSVGPaintServer;
|
|
46421
|
+
/**
|
|
46422
|
+
* Gets current value of property {@link #getName name}.
|
|
46423
|
+
*
|
|
46424
|
+
* The name of the Shape style. This is a mandatory field. The name should be unique.
|
|
46425
|
+
*
|
|
46426
|
+
* @since 1.130
|
|
46427
|
+
*
|
|
46428
|
+
* @returns Value of property `name`
|
|
46429
|
+
*/
|
|
46430
|
+
getName(): string;
|
|
46431
|
+
/**
|
|
46432
|
+
* Gets current value of property {@link #getStroke stroke}.
|
|
46433
|
+
*
|
|
46434
|
+
* The stroke property is a presentation property defining the color (or any SVG paint servers like gradients
|
|
46435
|
+
* or patterns) used to paint the outline of the shape.
|
|
46436
|
+
*
|
|
46437
|
+
* @since 1.130
|
|
46438
|
+
*
|
|
46439
|
+
* @returns Value of property `stroke`
|
|
46440
|
+
*/
|
|
46441
|
+
getStroke(): sap.gantt.ValueSVGPaintServer;
|
|
46442
|
+
/**
|
|
46443
|
+
* Gets current value of property {@link #getStrokeDasharray strokeDasharray}.
|
|
46444
|
+
*
|
|
46445
|
+
* The strokeDasharray property is a presentation property defining the pattern of dashes and gaps used
|
|
46446
|
+
* to paint the outline of the shape.
|
|
46447
|
+
*
|
|
46448
|
+
* @since 1.130
|
|
46449
|
+
*
|
|
46450
|
+
* @returns Value of property `strokeDasharray`
|
|
46451
|
+
*/
|
|
46452
|
+
getStrokeDasharray(): string;
|
|
46453
|
+
/**
|
|
46454
|
+
* Gets current value of property {@link #getStrokeWidth strokeWidth}.
|
|
46455
|
+
*
|
|
46456
|
+
* The strokeWidth property is a presentation property defining the width of the stroke to be applied to
|
|
46457
|
+
* the shape.
|
|
46458
|
+
*
|
|
46459
|
+
* Default value is `1`.
|
|
46460
|
+
*
|
|
46461
|
+
* @since 1.130
|
|
46462
|
+
*
|
|
46463
|
+
* @returns Value of property `strokeWidth`
|
|
46464
|
+
*/
|
|
46465
|
+
getStrokeWidth(): float;
|
|
46466
|
+
/**
|
|
46467
|
+
* Gets current value of property {@link #getTextFill textFill}.
|
|
46468
|
+
*
|
|
46469
|
+
* Text color property.
|
|
46470
|
+
*
|
|
46471
|
+
* @since 1.130
|
|
46472
|
+
*
|
|
46473
|
+
* @returns Value of property `textFill`
|
|
46474
|
+
*/
|
|
46475
|
+
getTextFill(): sap.gantt.ValueSVGPaintServer;
|
|
46476
|
+
/**
|
|
46477
|
+
* Gets current value of property {@link #getVisible visible}.
|
|
46478
|
+
*
|
|
46479
|
+
* Visibility of the shape.
|
|
46480
|
+
*
|
|
46481
|
+
* Default value is `true`.
|
|
46482
|
+
*
|
|
46483
|
+
* @since 1.130
|
|
46484
|
+
*
|
|
46485
|
+
* @returns Value of property `visible`
|
|
46486
|
+
*/
|
|
46487
|
+
getVisible(): boolean;
|
|
46488
|
+
/**
|
|
46489
|
+
* Sets a new value for property {@link #getEventState eventState}.
|
|
46490
|
+
*
|
|
46491
|
+
* This property defines the event for which the style should be applied. This is a mandatory field. For
|
|
46492
|
+
* example, if the eventState is "dragDrop", the style is applied to ghost image of shape on drag.
|
|
46493
|
+
*
|
|
46494
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46495
|
+
*
|
|
46496
|
+
* @since 1.130
|
|
46497
|
+
*
|
|
46498
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
46499
|
+
*/
|
|
46500
|
+
setEventState(
|
|
46501
|
+
/**
|
|
46502
|
+
* New value for property `eventState`
|
|
46503
|
+
*/
|
|
46504
|
+
sEventState: sap.gantt.simple.shapeEventType
|
|
46505
|
+
): this;
|
|
46506
|
+
/**
|
|
46507
|
+
* Sets a new value for property {@link #getFill fill}.
|
|
46508
|
+
*
|
|
46509
|
+
* For shapes and text, the fill property is a presentation attribute that defines the color (or any SVG
|
|
46510
|
+
* paint server like gradients or patterns)
|
|
46511
|
+
*
|
|
46512
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46513
|
+
*
|
|
46514
|
+
* @since 1.130
|
|
46515
|
+
*
|
|
46516
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
46517
|
+
*/
|
|
46518
|
+
setFill(
|
|
46519
|
+
/**
|
|
46520
|
+
* New value for property `fill`
|
|
46521
|
+
*/
|
|
46522
|
+
sFill: sap.gantt.ValueSVGPaintServer
|
|
46523
|
+
): this;
|
|
46524
|
+
/**
|
|
46525
|
+
* Sets a new value for property {@link #getName name}.
|
|
46526
|
+
*
|
|
46527
|
+
* The name of the Shape style. This is a mandatory field. The name should be unique.
|
|
46528
|
+
*
|
|
46529
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46530
|
+
*
|
|
46531
|
+
* @since 1.130
|
|
46532
|
+
*
|
|
46533
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
46534
|
+
*/
|
|
46535
|
+
setName(
|
|
46536
|
+
/**
|
|
46537
|
+
* New value for property `name`
|
|
46538
|
+
*/
|
|
46539
|
+
sName: string
|
|
46540
|
+
): this;
|
|
46541
|
+
/**
|
|
46542
|
+
* Sets a new value for property {@link #getStroke stroke}.
|
|
46543
|
+
*
|
|
46544
|
+
* The stroke property is a presentation property defining the color (or any SVG paint servers like gradients
|
|
46545
|
+
* or patterns) used to paint the outline of the shape.
|
|
46546
|
+
*
|
|
46547
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46548
|
+
*
|
|
46549
|
+
* @since 1.130
|
|
46550
|
+
*
|
|
46551
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
46552
|
+
*/
|
|
46553
|
+
setStroke(
|
|
46554
|
+
/**
|
|
46555
|
+
* New value for property `stroke`
|
|
46556
|
+
*/
|
|
46557
|
+
sStroke: sap.gantt.ValueSVGPaintServer
|
|
46558
|
+
): this;
|
|
46559
|
+
/**
|
|
46560
|
+
* Sets a new value for property {@link #getStrokeDasharray strokeDasharray}.
|
|
46561
|
+
*
|
|
46562
|
+
* The strokeDasharray property is a presentation property defining the pattern of dashes and gaps used
|
|
46563
|
+
* to paint the outline of the shape.
|
|
46564
|
+
*
|
|
46565
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46566
|
+
*
|
|
46567
|
+
* @since 1.130
|
|
46568
|
+
*
|
|
46569
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
46570
|
+
*/
|
|
46571
|
+
setStrokeDasharray(
|
|
46572
|
+
/**
|
|
46573
|
+
* New value for property `strokeDasharray`
|
|
46574
|
+
*/
|
|
46575
|
+
sStrokeDasharray: string
|
|
46576
|
+
): this;
|
|
46577
|
+
/**
|
|
46578
|
+
* Sets a new value for property {@link #getStrokeWidth strokeWidth}.
|
|
46579
|
+
*
|
|
46580
|
+
* The strokeWidth property is a presentation property defining the width of the stroke to be applied to
|
|
46581
|
+
* the shape.
|
|
46582
|
+
*
|
|
46583
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46584
|
+
*
|
|
46585
|
+
* Default value is `1`.
|
|
46586
|
+
*
|
|
46587
|
+
* @since 1.130
|
|
46588
|
+
*
|
|
46589
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
46590
|
+
*/
|
|
46591
|
+
setStrokeWidth(
|
|
46592
|
+
/**
|
|
46593
|
+
* New value for property `strokeWidth`
|
|
46594
|
+
*/
|
|
46595
|
+
fStrokeWidth?: float
|
|
46596
|
+
): this;
|
|
46597
|
+
/**
|
|
46598
|
+
* Sets a new value for property {@link #getTextFill textFill}.
|
|
46599
|
+
*
|
|
46600
|
+
* Text color property.
|
|
46601
|
+
*
|
|
46602
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46603
|
+
*
|
|
46604
|
+
* @since 1.130
|
|
46605
|
+
*
|
|
46606
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
46607
|
+
*/
|
|
46608
|
+
setTextFill(
|
|
46609
|
+
/**
|
|
46610
|
+
* New value for property `textFill`
|
|
46611
|
+
*/
|
|
46612
|
+
sTextFill: sap.gantt.ValueSVGPaintServer
|
|
46613
|
+
): this;
|
|
46614
|
+
/**
|
|
46615
|
+
* Sets a new value for property {@link #getVisible visible}.
|
|
46616
|
+
*
|
|
46617
|
+
* Visibility of the shape.
|
|
46618
|
+
*
|
|
46619
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46620
|
+
*
|
|
46621
|
+
* Default value is `true`.
|
|
46622
|
+
*
|
|
46623
|
+
* @since 1.130
|
|
46624
|
+
*
|
|
46625
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
46626
|
+
*/
|
|
46627
|
+
setVisible(
|
|
46628
|
+
/**
|
|
46629
|
+
* New value for property `visible`
|
|
46630
|
+
*/
|
|
46631
|
+
bVisible?: boolean
|
|
46632
|
+
): this;
|
|
46633
|
+
}
|
|
46110
46634
|
/**
|
|
46111
46635
|
* Stock Chart (SC) is a complex shape, you can use it to visualize stock utilization on different dimensions.
|
|
46112
46636
|
* Each Stock dimension is represented by a line, you could define different colors for each dimension.
|
|
@@ -48139,6 +48663,19 @@ declare namespace sap {
|
|
|
48139
48663
|
*/
|
|
48140
48664
|
StartToStart = "StartToStart",
|
|
48141
48665
|
}
|
|
48666
|
+
/**
|
|
48667
|
+
* Defines eventType for Shape style configuration.
|
|
48668
|
+
*
|
|
48669
|
+
* This enum is part of the 'sap/gantt/library' module export and must be accessed by the property 'simple.shapeEventType'.
|
|
48670
|
+
*
|
|
48671
|
+
* @since 1.130
|
|
48672
|
+
*/
|
|
48673
|
+
enum shapeEventType {
|
|
48674
|
+
/**
|
|
48675
|
+
* Event type for drag and drop of shape.
|
|
48676
|
+
*/
|
|
48677
|
+
DragDrop = "DragDrop",
|
|
48678
|
+
}
|
|
48142
48679
|
/**
|
|
48143
48680
|
* Configuration options for vertical alignment of title of the shape representing a Task.
|
|
48144
48681
|
*
|
|
@@ -48362,8 +48899,6 @@ declare namespace sap {
|
|
|
48362
48899
|
|
|
48363
48900
|
/**
|
|
48364
48901
|
* Event object of the ContainerToolbar#closeFindButtonPress event.
|
|
48365
|
-
*
|
|
48366
|
-
* @experimental (since 1.102)
|
|
48367
48902
|
*/
|
|
48368
48903
|
type ContainerToolbar$CloseFindButtonPressEvent = sap.ui.base.Event<
|
|
48369
48904
|
ContainerToolbar$CloseFindButtonPressEventParameters,
|
|
@@ -48372,8 +48907,6 @@ declare namespace sap {
|
|
|
48372
48907
|
|
|
48373
48908
|
/**
|
|
48374
48909
|
* Event object of the ContainerToolbar#closeSidePanelButtonPress event.
|
|
48375
|
-
*
|
|
48376
|
-
* @experimental (since 1.102)
|
|
48377
48910
|
*/
|
|
48378
48911
|
type ContainerToolbar$CloseSidePanelButtonPressEvent = sap.ui.base.Event<
|
|
48379
48912
|
ContainerToolbar$CloseSidePanelButtonPressEventParameters,
|
|
@@ -48390,8 +48923,6 @@ declare namespace sap {
|
|
|
48390
48923
|
|
|
48391
48924
|
/**
|
|
48392
48925
|
* Event object of the ContainerToolbar#findButtonPress event.
|
|
48393
|
-
*
|
|
48394
|
-
* @experimental (since 1.102)
|
|
48395
48926
|
*/
|
|
48396
48927
|
type ContainerToolbar$FindButtonPressEvent = sap.ui.base.Event<
|
|
48397
48928
|
ContainerToolbar$FindButtonPressEventParameters,
|
|
@@ -48400,8 +48931,6 @@ declare namespace sap {
|
|
|
48400
48931
|
|
|
48401
48932
|
/**
|
|
48402
48933
|
* Event object of the ContainerToolbar#findPopupButtonPress event.
|
|
48403
|
-
*
|
|
48404
|
-
* @experimental (since 1.102)
|
|
48405
48934
|
*/
|
|
48406
48935
|
type ContainerToolbar$FindPopupButtonPressEvent = sap.ui.base.Event<
|
|
48407
48936
|
ContainerToolbar$FindPopupButtonPressEventParameters,
|
|
@@ -48410,8 +48939,6 @@ declare namespace sap {
|
|
|
48410
48939
|
|
|
48411
48940
|
/**
|
|
48412
48941
|
* Event object of the ContainerToolbar#ganttSidePanel event.
|
|
48413
|
-
*
|
|
48414
|
-
* @experimental (since 1.100)
|
|
48415
48942
|
*/
|
|
48416
48943
|
type ContainerToolbar$GanttSidePanelEvent = sap.ui.base.Event<
|
|
48417
48944
|
ContainerToolbar$GanttSidePanelEventParameters,
|
|
@@ -48468,8 +48995,6 @@ declare namespace sap {
|
|
|
48468
48995
|
|
|
48469
48996
|
/**
|
|
48470
48997
|
* Event object of the GanttChartContainer#customGanttSearchResult event.
|
|
48471
|
-
*
|
|
48472
|
-
* @experimental (since 1.106)
|
|
48473
48998
|
*/
|
|
48474
48999
|
type GanttChartContainer$CustomGanttSearchResultEvent = sap.ui.base.Event<
|
|
48475
49000
|
GanttChartContainer$CustomGanttSearchResultEventParameters,
|
|
@@ -48486,8 +49011,6 @@ declare namespace sap {
|
|
|
48486
49011
|
|
|
48487
49012
|
/**
|
|
48488
49013
|
* Event object of the GanttChartContainer#ganttSearchSidePanelList event.
|
|
48489
|
-
*
|
|
48490
|
-
* @experimental (since 1.102)
|
|
48491
49014
|
*/
|
|
48492
49015
|
type GanttChartContainer$GanttSearchSidePanelListEvent =
|
|
48493
49016
|
sap.ui.base.Event<
|
|
@@ -48497,8 +49020,6 @@ declare namespace sap {
|
|
|
48497
49020
|
|
|
48498
49021
|
/**
|
|
48499
49022
|
* Event object of the GanttChartContainer#searchSelectionChanged event.
|
|
48500
|
-
*
|
|
48501
|
-
* @experimental (since 1.121)
|
|
48502
49023
|
*/
|
|
48503
49024
|
type GanttChartContainer$SearchSelectionChangedEvent = sap.ui.base.Event<
|
|
48504
49025
|
GanttChartContainer$SearchSelectionChangedEventParameters,
|
|
@@ -56523,6 +57044,8 @@ declare namespace sap {
|
|
|
56523
57044
|
|
|
56524
57045
|
"sap/gantt/simple/ShapeScheme": undefined;
|
|
56525
57046
|
|
|
57047
|
+
"sap/gantt/simple/ShapeStyle": undefined;
|
|
57048
|
+
|
|
56526
57049
|
"sap/gantt/simple/StockChart": undefined;
|
|
56527
57050
|
|
|
56528
57051
|
"sap/gantt/simple/StockChartDimension": undefined;
|