@sapui5/ts-types 1.119.2 → 1.120.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 +0 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +58 -58
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +111 -1
- package/types/sap.f.d.ts +2 -2
- package/types/sap.fe.core.d.ts +10 -1
- package/types/sap.fe.macros.d.ts +78 -74
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +11 -2
- package/types/sap.fe.test.d.ts +5 -5
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +933 -15
- package/types/sap.insights.d.ts +93 -12
- package/types/sap.m.d.ts +6447 -913
- 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 +4 -3
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +848 -975
- package/types/sap.suite.ui.commons.d.ts +34 -2
- package/types/sap.suite.ui.generic.template.d.ts +29 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +47 -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 +572 -35
- package/types/sap.ui.core.d.ts +1925 -329
- 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 +1 -1
- package/types/sap.ui.layout.d.ts +125 -102
- package/types/sap.ui.mdc.d.ts +1857 -1151
- package/types/sap.ui.richtexteditor.d.ts +4 -12
- 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 +7 -1
- package/types/sap.ui.table.d.ts +117 -47
- 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 +5 -11
- 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 +470 -136
- package/types/sap.ui.webc.main.d.ts +3623 -1052
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1971 -832
- 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.landvisz.d.ts +0 -7875
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.120.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -375,8 +375,6 @@ declare namespace sap {
|
|
|
375
375
|
export const EMPTY_TOOLBAR_SCHEME_KEY: string;
|
|
376
376
|
|
|
377
377
|
/**
|
|
378
|
-
* @deprecated (since 1.63) - Using these constants may result in errors in your application.
|
|
379
|
-
*
|
|
380
378
|
* Defines the default configuration object for enabling the adhoc line setting item. Default values:
|
|
381
379
|
*
|
|
382
380
|
* - key - `sap.gantt.config.SETTING_ITEM_ENABLE_ADHOC_LINE_KEY`
|
|
@@ -394,8 +392,6 @@ declare namespace sap {
|
|
|
394
392
|
export const SETTING_ITEM_ENABLE_ADHOC_LINE_KEY: string;
|
|
395
393
|
|
|
396
394
|
/**
|
|
397
|
-
* @deprecated (since 1.63) - Using these constants may result in errors in your application.
|
|
398
|
-
*
|
|
399
395
|
* Defines the default configuration object for enabling the cursor line setting items. Default values:
|
|
400
396
|
*
|
|
401
397
|
* - key - `sap.gantt.config.SETTING_ITEM_ENABLE_CURSOR_LINE_KEY`
|
|
@@ -437,8 +433,6 @@ declare namespace sap {
|
|
|
437
433
|
export const SETTING_ITEM_ENABLE_NON_WORKING_TIME_KEY: string;
|
|
438
434
|
|
|
439
435
|
/**
|
|
440
|
-
* @deprecated (since 1.63) - Using these constants may result in errors in your application.
|
|
441
|
-
*
|
|
442
436
|
* Defines the default configuration object for enabling the present time indicator setting item. Default
|
|
443
437
|
* values:
|
|
444
438
|
* - key - `sap.gantt.config.SETTING_ITEM_ENABLE_NOW_LINE_KEY`
|
|
@@ -472,8 +466,6 @@ declare namespace sap {
|
|
|
472
466
|
export const SETTING_ITEM_ENABLE_STATUS_BAR_KEY: string;
|
|
473
467
|
|
|
474
468
|
/**
|
|
475
|
-
* @deprecated (since 1.63) - Using these constants may result in errors in your application.
|
|
476
|
-
*
|
|
477
469
|
* Defines the default configuration object for enabling the synchronized time scroll setting item. Default
|
|
478
470
|
* values are:
|
|
479
471
|
* - key - `sap.gantt.config.SETTING_ITEM_ENABLE_TIME_SCROLL_SYNC_KEY`
|
|
@@ -491,8 +483,6 @@ declare namespace sap {
|
|
|
491
483
|
export const SETTING_ITEM_ENABLE_TIME_SCROLL_SYNC_KEY: string;
|
|
492
484
|
|
|
493
485
|
/**
|
|
494
|
-
* @deprecated (since 1.63) - Using these constants may result in errors in your application.
|
|
495
|
-
*
|
|
496
486
|
* Defines the default configuration object for enabling vertical line setting item. Default values:
|
|
497
487
|
*
|
|
498
488
|
* - key - `sap.gantt.config.SETTING_ITEM_ENABLE_VERTICAL_LINE_KEY`
|
|
@@ -15884,7 +15874,7 @@ declare namespace sap {
|
|
|
15884
15874
|
* Entire time span Gantt Chart can display in the chart area We recommend that you set the type of this
|
|
15885
15875
|
* argument to `sap.gantt.config.TimeHorizon`. Otherwise some properties you set may not function properly.
|
|
15886
15876
|
*
|
|
15887
|
-
* Default totalHorizon value is: `sap.gantt.config.
|
|
15877
|
+
* Default totalHorizon value is: `sap.gantt.config.DEFAULT_TOTAL_HORIZON `
|
|
15888
15878
|
*/
|
|
15889
15879
|
totalHorizon?: sap.gantt.config.TimeHorizon;
|
|
15890
15880
|
|
|
@@ -15904,7 +15894,7 @@ declare namespace sap {
|
|
|
15904
15894
|
* the type of this argument to `sap.gantt.config.TimeHorizon`. Otherwise some properties you set may not
|
|
15905
15895
|
* function properly.
|
|
15906
15896
|
*
|
|
15907
|
-
* Default visible horizon value is `sap.gantt.config.
|
|
15897
|
+
* Default visible horizon value is `sap.gantt.config.DEFAULT_VISIBLE_HORIZON`
|
|
15908
15898
|
*/
|
|
15909
15899
|
visibleHorizon?: sap.gantt.config.TimeHorizon;
|
|
15910
15900
|
}
|
|
@@ -16252,7 +16242,7 @@ declare namespace sap {
|
|
|
16252
16242
|
* Entire time span Gantt Chart can display in the chart area We recommend that you set the type of this
|
|
16253
16243
|
* argument to `sap.gantt.config.TimeHorizon`. Otherwise some properties you set may not function properly.
|
|
16254
16244
|
*
|
|
16255
|
-
* Default totalHorizon value is: `sap.gantt.config.
|
|
16245
|
+
* Default totalHorizon value is: `sap.gantt.config.DEFAULT_TOTAL_HORIZON `
|
|
16256
16246
|
*/
|
|
16257
16247
|
getTotalHorizon(): sap.gantt.config.TimeHorizon;
|
|
16258
16248
|
/**
|
|
@@ -16279,7 +16269,7 @@ declare namespace sap {
|
|
|
16279
16269
|
* the type of this argument to `sap.gantt.config.TimeHorizon`. Otherwise some properties you set may not
|
|
16280
16270
|
* function properly.
|
|
16281
16271
|
*
|
|
16282
|
-
* Default visible horizon value is `sap.gantt.config.
|
|
16272
|
+
* Default visible horizon value is `sap.gantt.config.DEFAULT_VISIBLE_HORIZON`
|
|
16283
16273
|
*/
|
|
16284
16274
|
getVisibleHorizon(): sap.gantt.config.TimeHorizon;
|
|
16285
16275
|
/**
|
|
@@ -21619,6 +21609,430 @@ declare namespace sap {
|
|
|
21619
21609
|
}
|
|
21620
21610
|
}
|
|
21621
21611
|
|
|
21612
|
+
namespace overlays {
|
|
21613
|
+
interface $GanttRowOverlaySettings extends sap.ui.core.$ElementSettings {
|
|
21614
|
+
/**
|
|
21615
|
+
* @since 1.120
|
|
21616
|
+
* @experimental (since 1.120)
|
|
21617
|
+
*/
|
|
21618
|
+
staticOverlay?:
|
|
21619
|
+
| sap.gantt.overlays.Overlay[]
|
|
21620
|
+
| sap.gantt.overlays.Overlay
|
|
21621
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
21622
|
+
| `{${string}}`;
|
|
21623
|
+
|
|
21624
|
+
/**
|
|
21625
|
+
* @since 1.120
|
|
21626
|
+
* @experimental (since 1.120)
|
|
21627
|
+
*/
|
|
21628
|
+
expandedOverlay?:
|
|
21629
|
+
| sap.gantt.overlays.Overlay[]
|
|
21630
|
+
| sap.gantt.overlays.Overlay
|
|
21631
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
21632
|
+
| `{${string}}`;
|
|
21633
|
+
}
|
|
21634
|
+
|
|
21635
|
+
interface $OverlaySettings extends sap.ui.core.$ElementSettings {
|
|
21636
|
+
/**
|
|
21637
|
+
* @since 1.120
|
|
21638
|
+
* @experimental (since 1.120) - level defined for an overlay shape that is to be added on the expansion
|
|
21639
|
+
* of a row.
|
|
21640
|
+
*/
|
|
21641
|
+
overlayLevel?:
|
|
21642
|
+
| int
|
|
21643
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
21644
|
+
| `{${string}}`;
|
|
21645
|
+
|
|
21646
|
+
/**
|
|
21647
|
+
* @since 1.120
|
|
21648
|
+
* @experimental (since 1.120) - shape id for an overlay shape that is to be added on the expansion of a
|
|
21649
|
+
* row, this is valid for the shape bound overlay. this id should match with the shape id that must be associated.
|
|
21650
|
+
* this property has precedence over "overlayLevel" property incase of shape bound overlay.
|
|
21651
|
+
*/
|
|
21652
|
+
overlayShapeId?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
21653
|
+
|
|
21654
|
+
/**
|
|
21655
|
+
* @since 1.120
|
|
21656
|
+
* @experimental (since 1.120)
|
|
21657
|
+
*/
|
|
21658
|
+
shape?: sap.gantt.simple.BaseShape;
|
|
21659
|
+
}
|
|
21660
|
+
|
|
21661
|
+
/**
|
|
21662
|
+
* @since 1.120
|
|
21663
|
+
* @experimental (since 1.120)
|
|
21664
|
+
*
|
|
21665
|
+
* The GanttRowOverlay class contains staticOverlay and expanded aggregations that are of type Overlay.
|
|
21666
|
+
*/
|
|
21667
|
+
class GanttRowOverlay extends sap.ui.core.Element {
|
|
21668
|
+
/**
|
|
21669
|
+
* Creates and initializes a new GanttRowOverlay class.
|
|
21670
|
+
*
|
|
21671
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
21672
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
21673
|
+
* of the syntax of the settings object.
|
|
21674
|
+
*/
|
|
21675
|
+
constructor(
|
|
21676
|
+
/**
|
|
21677
|
+
* ID of the new control, generated automatically if an ID is not provided.
|
|
21678
|
+
*/
|
|
21679
|
+
sId?: string
|
|
21680
|
+
);
|
|
21681
|
+
|
|
21682
|
+
/**
|
|
21683
|
+
* Creates a new subclass of class sap.gantt.overlays.GanttRowOverlay with name `sClassName` and enriches
|
|
21684
|
+
* it with the information contained in `oClassInfo`.
|
|
21685
|
+
*
|
|
21686
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
21687
|
+
*
|
|
21688
|
+
* @returns Created class / constructor function
|
|
21689
|
+
*/
|
|
21690
|
+
static extend<T extends Record<string, unknown>>(
|
|
21691
|
+
/**
|
|
21692
|
+
* Name of the class being created
|
|
21693
|
+
*/
|
|
21694
|
+
sClassName: string,
|
|
21695
|
+
/**
|
|
21696
|
+
* Object literal with information about the class
|
|
21697
|
+
*/
|
|
21698
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.overlays.GanttRowOverlay>,
|
|
21699
|
+
/**
|
|
21700
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
21701
|
+
* used by this class
|
|
21702
|
+
*/
|
|
21703
|
+
FNMetaImpl?: Function
|
|
21704
|
+
): Function;
|
|
21705
|
+
/**
|
|
21706
|
+
* Returns a metadata object for class sap.gantt.overlays.GanttRowOverlay.
|
|
21707
|
+
*
|
|
21708
|
+
* @returns Metadata object describing this class
|
|
21709
|
+
*/
|
|
21710
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
21711
|
+
/**
|
|
21712
|
+
* @since 1.120
|
|
21713
|
+
* @experimental (since 1.120)
|
|
21714
|
+
*
|
|
21715
|
+
* Adds some expandedOverlay to the aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
21716
|
+
*
|
|
21717
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21718
|
+
*/
|
|
21719
|
+
addExpandedOverlay(
|
|
21720
|
+
/**
|
|
21721
|
+
* The expandedOverlay to add; if empty, nothing is inserted
|
|
21722
|
+
*/
|
|
21723
|
+
oExpandedOverlay: sap.gantt.overlays.Overlay
|
|
21724
|
+
): this;
|
|
21725
|
+
/**
|
|
21726
|
+
* @since 1.120
|
|
21727
|
+
* @experimental (since 1.120)
|
|
21728
|
+
*
|
|
21729
|
+
* Adds some staticOverlay to the aggregation {@link #getStaticOverlay staticOverlay}.
|
|
21730
|
+
*
|
|
21731
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21732
|
+
*/
|
|
21733
|
+
addStaticOverlay(
|
|
21734
|
+
/**
|
|
21735
|
+
* The staticOverlay to add; if empty, nothing is inserted
|
|
21736
|
+
*/
|
|
21737
|
+
oStaticOverlay: sap.gantt.overlays.Overlay
|
|
21738
|
+
): this;
|
|
21739
|
+
/**
|
|
21740
|
+
* @since 1.120
|
|
21741
|
+
* @experimental (since 1.120)
|
|
21742
|
+
*
|
|
21743
|
+
* Destroys all the expandedOverlay in the aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
21744
|
+
*
|
|
21745
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21746
|
+
*/
|
|
21747
|
+
destroyExpandedOverlay(): this;
|
|
21748
|
+
/**
|
|
21749
|
+
* @since 1.120
|
|
21750
|
+
* @experimental (since 1.120)
|
|
21751
|
+
*
|
|
21752
|
+
* Destroys all the staticOverlay in the aggregation {@link #getStaticOverlay staticOverlay}.
|
|
21753
|
+
*
|
|
21754
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21755
|
+
*/
|
|
21756
|
+
destroyStaticOverlay(): this;
|
|
21757
|
+
/**
|
|
21758
|
+
* @since 1.120
|
|
21759
|
+
* @experimental (since 1.120)
|
|
21760
|
+
*
|
|
21761
|
+
* Gets content of aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
21762
|
+
*/
|
|
21763
|
+
getExpandedOverlay(): sap.gantt.overlays.Overlay[];
|
|
21764
|
+
/**
|
|
21765
|
+
* @since 1.120
|
|
21766
|
+
* @experimental (since 1.120)
|
|
21767
|
+
*
|
|
21768
|
+
* Gets content of aggregation {@link #getStaticOverlay staticOverlay}.
|
|
21769
|
+
*/
|
|
21770
|
+
getStaticOverlay(): sap.gantt.overlays.Overlay[];
|
|
21771
|
+
/**
|
|
21772
|
+
* @since 1.120
|
|
21773
|
+
* @experimental (since 1.120)
|
|
21774
|
+
*
|
|
21775
|
+
* Checks for the provided `sap.gantt.overlays.Overlay` in the aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
21776
|
+
* and returns its index if found or -1 otherwise.
|
|
21777
|
+
*
|
|
21778
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
21779
|
+
*/
|
|
21780
|
+
indexOfExpandedOverlay(
|
|
21781
|
+
/**
|
|
21782
|
+
* The expandedOverlay whose index is looked for
|
|
21783
|
+
*/
|
|
21784
|
+
oExpandedOverlay: sap.gantt.overlays.Overlay
|
|
21785
|
+
): int;
|
|
21786
|
+
/**
|
|
21787
|
+
* @since 1.120
|
|
21788
|
+
* @experimental (since 1.120)
|
|
21789
|
+
*
|
|
21790
|
+
* Checks for the provided `sap.gantt.overlays.Overlay` in the aggregation {@link #getStaticOverlay staticOverlay}.
|
|
21791
|
+
* and returns its index if found or -1 otherwise.
|
|
21792
|
+
*
|
|
21793
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
21794
|
+
*/
|
|
21795
|
+
indexOfStaticOverlay(
|
|
21796
|
+
/**
|
|
21797
|
+
* The staticOverlay whose index is looked for
|
|
21798
|
+
*/
|
|
21799
|
+
oStaticOverlay: sap.gantt.overlays.Overlay
|
|
21800
|
+
): int;
|
|
21801
|
+
/**
|
|
21802
|
+
* @since 1.120
|
|
21803
|
+
* @experimental (since 1.120)
|
|
21804
|
+
*
|
|
21805
|
+
* Inserts a expandedOverlay into the aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
21806
|
+
*
|
|
21807
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21808
|
+
*/
|
|
21809
|
+
insertExpandedOverlay(
|
|
21810
|
+
/**
|
|
21811
|
+
* The expandedOverlay to insert; if empty, nothing is inserted
|
|
21812
|
+
*/
|
|
21813
|
+
oExpandedOverlay: sap.gantt.overlays.Overlay,
|
|
21814
|
+
/**
|
|
21815
|
+
* The `0`-based index the expandedOverlay should be inserted at; for a negative value of `iIndex`, the
|
|
21816
|
+
* expandedOverlay is inserted at position 0; for a value greater than the current size of the aggregation,
|
|
21817
|
+
* the expandedOverlay is inserted at the last position
|
|
21818
|
+
*/
|
|
21819
|
+
iIndex: int
|
|
21820
|
+
): this;
|
|
21821
|
+
/**
|
|
21822
|
+
* @since 1.120
|
|
21823
|
+
* @experimental (since 1.120)
|
|
21824
|
+
*
|
|
21825
|
+
* Inserts a staticOverlay into the aggregation {@link #getStaticOverlay staticOverlay}.
|
|
21826
|
+
*
|
|
21827
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21828
|
+
*/
|
|
21829
|
+
insertStaticOverlay(
|
|
21830
|
+
/**
|
|
21831
|
+
* The staticOverlay to insert; if empty, nothing is inserted
|
|
21832
|
+
*/
|
|
21833
|
+
oStaticOverlay: sap.gantt.overlays.Overlay,
|
|
21834
|
+
/**
|
|
21835
|
+
* The `0`-based index the staticOverlay should be inserted at; for a negative value of `iIndex`, the staticOverlay
|
|
21836
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the staticOverlay
|
|
21837
|
+
* is inserted at the last position
|
|
21838
|
+
*/
|
|
21839
|
+
iIndex: int
|
|
21840
|
+
): this;
|
|
21841
|
+
/**
|
|
21842
|
+
* @since 1.120
|
|
21843
|
+
* @experimental (since 1.120)
|
|
21844
|
+
*
|
|
21845
|
+
* Removes all the controls from the aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
21846
|
+
*
|
|
21847
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
21848
|
+
*
|
|
21849
|
+
* @returns An array of the removed elements (might be empty)
|
|
21850
|
+
*/
|
|
21851
|
+
removeAllExpandedOverlay(): sap.gantt.overlays.Overlay[];
|
|
21852
|
+
/**
|
|
21853
|
+
* @since 1.120
|
|
21854
|
+
* @experimental (since 1.120)
|
|
21855
|
+
*
|
|
21856
|
+
* Removes all the controls from the aggregation {@link #getStaticOverlay staticOverlay}.
|
|
21857
|
+
*
|
|
21858
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
21859
|
+
*
|
|
21860
|
+
* @returns An array of the removed elements (might be empty)
|
|
21861
|
+
*/
|
|
21862
|
+
removeAllStaticOverlay(): sap.gantt.overlays.Overlay[];
|
|
21863
|
+
/**
|
|
21864
|
+
* @since 1.120
|
|
21865
|
+
* @experimental (since 1.120)
|
|
21866
|
+
*
|
|
21867
|
+
* Removes a expandedOverlay from the aggregation {@link #getExpandedOverlay expandedOverlay}.
|
|
21868
|
+
*
|
|
21869
|
+
* @returns The removed expandedOverlay or `null`
|
|
21870
|
+
*/
|
|
21871
|
+
removeExpandedOverlay(
|
|
21872
|
+
/**
|
|
21873
|
+
* The expandedOverlay to remove or its index or id
|
|
21874
|
+
*/
|
|
21875
|
+
vExpandedOverlay: int | string | sap.gantt.overlays.Overlay
|
|
21876
|
+
): sap.gantt.overlays.Overlay | null;
|
|
21877
|
+
/**
|
|
21878
|
+
* @since 1.120
|
|
21879
|
+
* @experimental (since 1.120)
|
|
21880
|
+
*
|
|
21881
|
+
* Removes a staticOverlay from the aggregation {@link #getStaticOverlay staticOverlay}.
|
|
21882
|
+
*
|
|
21883
|
+
* @returns The removed staticOverlay or `null`
|
|
21884
|
+
*/
|
|
21885
|
+
removeStaticOverlay(
|
|
21886
|
+
/**
|
|
21887
|
+
* The staticOverlay to remove or its index or id
|
|
21888
|
+
*/
|
|
21889
|
+
vStaticOverlay: int | string | sap.gantt.overlays.Overlay
|
|
21890
|
+
): sap.gantt.overlays.Overlay | null;
|
|
21891
|
+
}
|
|
21892
|
+
/**
|
|
21893
|
+
* @since 1.120
|
|
21894
|
+
* @experimental (since 1.120)
|
|
21895
|
+
*
|
|
21896
|
+
* The Overlay class contains a shape aggregation to draw any Gantt 2.0 supported shapes as an overlay at
|
|
21897
|
+
* specific time points in the chart area.
|
|
21898
|
+
*/
|
|
21899
|
+
class Overlay extends sap.ui.core.Element {
|
|
21900
|
+
/**
|
|
21901
|
+
* Creates and initializes a new Overlay class.
|
|
21902
|
+
*
|
|
21903
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
21904
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
21905
|
+
* of the syntax of the settings object.
|
|
21906
|
+
*/
|
|
21907
|
+
constructor(
|
|
21908
|
+
/**
|
|
21909
|
+
* ID of the new control, generated automatically if an ID is not provided.
|
|
21910
|
+
*/
|
|
21911
|
+
sId?: string
|
|
21912
|
+
);
|
|
21913
|
+
|
|
21914
|
+
/**
|
|
21915
|
+
* Creates a new subclass of class sap.gantt.overlays.Overlay with name `sClassName` and enriches it with
|
|
21916
|
+
* the information contained in `oClassInfo`.
|
|
21917
|
+
*
|
|
21918
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
21919
|
+
*
|
|
21920
|
+
* @returns Created class / constructor function
|
|
21921
|
+
*/
|
|
21922
|
+
static extend<T extends Record<string, unknown>>(
|
|
21923
|
+
/**
|
|
21924
|
+
* Name of the class being created
|
|
21925
|
+
*/
|
|
21926
|
+
sClassName: string,
|
|
21927
|
+
/**
|
|
21928
|
+
* Object literal with information about the class
|
|
21929
|
+
*/
|
|
21930
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.overlays.Overlay>,
|
|
21931
|
+
/**
|
|
21932
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
21933
|
+
* used by this class
|
|
21934
|
+
*/
|
|
21935
|
+
FNMetaImpl?: Function
|
|
21936
|
+
): Function;
|
|
21937
|
+
/**
|
|
21938
|
+
* Returns a metadata object for class sap.gantt.overlays.Overlay.
|
|
21939
|
+
*
|
|
21940
|
+
* @returns Metadata object describing this class
|
|
21941
|
+
*/
|
|
21942
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
21943
|
+
/**
|
|
21944
|
+
* @since 1.120
|
|
21945
|
+
* @experimental (since 1.120)
|
|
21946
|
+
*
|
|
21947
|
+
* Destroys the shape in the aggregation {@link #getShape shape}.
|
|
21948
|
+
*
|
|
21949
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21950
|
+
*/
|
|
21951
|
+
destroyShape(): this;
|
|
21952
|
+
/**
|
|
21953
|
+
* @since 1.120
|
|
21954
|
+
* @experimental (since 1.120) - level defined for an overlay shape that is to be added on the expansion
|
|
21955
|
+
* of a row.
|
|
21956
|
+
*
|
|
21957
|
+
* Gets current value of property {@link #getOverlayLevel overlayLevel}.
|
|
21958
|
+
*
|
|
21959
|
+
* Default value is `1`.
|
|
21960
|
+
*
|
|
21961
|
+
* @returns Value of property `overlayLevel`
|
|
21962
|
+
*/
|
|
21963
|
+
getOverlayLevel(): int;
|
|
21964
|
+
/**
|
|
21965
|
+
* @since 1.120
|
|
21966
|
+
* @experimental (since 1.120) - shape id for an overlay shape that is to be added on the expansion of a
|
|
21967
|
+
* row, this is valid for the shape bound overlay. this id should match with the shape id that must be associated.
|
|
21968
|
+
* this property has precedence over "overlayLevel" property incase of shape bound overlay.
|
|
21969
|
+
*
|
|
21970
|
+
* Gets current value of property {@link #getOverlayShapeId overlayShapeId}.
|
|
21971
|
+
*
|
|
21972
|
+
* @returns Value of property `overlayShapeId`
|
|
21973
|
+
*/
|
|
21974
|
+
getOverlayShapeId(): string;
|
|
21975
|
+
/**
|
|
21976
|
+
* @since 1.120
|
|
21977
|
+
* @experimental (since 1.120)
|
|
21978
|
+
*
|
|
21979
|
+
* Gets content of aggregation {@link #getShape shape}.
|
|
21980
|
+
*/
|
|
21981
|
+
getShape(): sap.gantt.simple.BaseShape;
|
|
21982
|
+
/**
|
|
21983
|
+
* @since 1.120
|
|
21984
|
+
* @experimental (since 1.120) - level defined for an overlay shape that is to be added on the expansion
|
|
21985
|
+
* of a row.
|
|
21986
|
+
*
|
|
21987
|
+
* Sets a new value for property {@link #getOverlayLevel overlayLevel}.
|
|
21988
|
+
*
|
|
21989
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
21990
|
+
*
|
|
21991
|
+
* Default value is `1`.
|
|
21992
|
+
*
|
|
21993
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
21994
|
+
*/
|
|
21995
|
+
setOverlayLevel(
|
|
21996
|
+
/**
|
|
21997
|
+
* New value for property `overlayLevel`
|
|
21998
|
+
*/
|
|
21999
|
+
iOverlayLevel?: int
|
|
22000
|
+
): this;
|
|
22001
|
+
/**
|
|
22002
|
+
* @since 1.120
|
|
22003
|
+
* @experimental (since 1.120) - shape id for an overlay shape that is to be added on the expansion of a
|
|
22004
|
+
* row, this is valid for the shape bound overlay. this id should match with the shape id that must be associated.
|
|
22005
|
+
* this property has precedence over "overlayLevel" property incase of shape bound overlay.
|
|
22006
|
+
*
|
|
22007
|
+
* Sets a new value for property {@link #getOverlayShapeId overlayShapeId}.
|
|
22008
|
+
*
|
|
22009
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
22010
|
+
*
|
|
22011
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
22012
|
+
*/
|
|
22013
|
+
setOverlayShapeId(
|
|
22014
|
+
/**
|
|
22015
|
+
* New value for property `overlayShapeId`
|
|
22016
|
+
*/
|
|
22017
|
+
sOverlayShapeId: string
|
|
22018
|
+
): this;
|
|
22019
|
+
/**
|
|
22020
|
+
* @since 1.120
|
|
22021
|
+
* @experimental (since 1.120)
|
|
22022
|
+
*
|
|
22023
|
+
* Sets the aggregated {@link #getShape shape}.
|
|
22024
|
+
*
|
|
22025
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
22026
|
+
*/
|
|
22027
|
+
setShape(
|
|
22028
|
+
/**
|
|
22029
|
+
* The shape to set
|
|
22030
|
+
*/
|
|
22031
|
+
oShape: sap.gantt.simple.BaseShape
|
|
22032
|
+
): this;
|
|
22033
|
+
}
|
|
22034
|
+
}
|
|
22035
|
+
|
|
21622
22036
|
namespace simple {
|
|
21623
22037
|
/**
|
|
21624
22038
|
* @since 1.83
|
|
@@ -24959,6 +25373,56 @@ declare namespace sap {
|
|
|
24959
25373
|
| sap.gantt.simple.BaseShape
|
|
24960
25374
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
24961
25375
|
| `{${string}}`;
|
|
25376
|
+
|
|
25377
|
+
/**
|
|
25378
|
+
* @since 1.120
|
|
25379
|
+
* @experimental (since 1.120)
|
|
25380
|
+
*/
|
|
25381
|
+
overlays1?:
|
|
25382
|
+
| sap.gantt.overlays.GanttRowOverlay[]
|
|
25383
|
+
| sap.gantt.overlays.GanttRowOverlay
|
|
25384
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
25385
|
+
| `{${string}}`;
|
|
25386
|
+
|
|
25387
|
+
/**
|
|
25388
|
+
* @since 1.120
|
|
25389
|
+
* @experimental (since 1.120)
|
|
25390
|
+
*/
|
|
25391
|
+
overlays2?:
|
|
25392
|
+
| sap.gantt.overlays.GanttRowOverlay[]
|
|
25393
|
+
| sap.gantt.overlays.GanttRowOverlay
|
|
25394
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
25395
|
+
| `{${string}}`;
|
|
25396
|
+
|
|
25397
|
+
/**
|
|
25398
|
+
* @since 1.120
|
|
25399
|
+
* @experimental (since 1.120)
|
|
25400
|
+
*/
|
|
25401
|
+
overlays3?:
|
|
25402
|
+
| sap.gantt.overlays.GanttRowOverlay[]
|
|
25403
|
+
| sap.gantt.overlays.GanttRowOverlay
|
|
25404
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
25405
|
+
| `{${string}}`;
|
|
25406
|
+
|
|
25407
|
+
/**
|
|
25408
|
+
* @since 1.120
|
|
25409
|
+
* @experimental (since 1.120)
|
|
25410
|
+
*/
|
|
25411
|
+
overlays4?:
|
|
25412
|
+
| sap.gantt.overlays.GanttRowOverlay[]
|
|
25413
|
+
| sap.gantt.overlays.GanttRowOverlay
|
|
25414
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
25415
|
+
| `{${string}}`;
|
|
25416
|
+
|
|
25417
|
+
/**
|
|
25418
|
+
* @since 1.120
|
|
25419
|
+
* @experimental (since 1.120)
|
|
25420
|
+
*/
|
|
25421
|
+
overlays5?:
|
|
25422
|
+
| sap.gantt.overlays.GanttRowOverlay[]
|
|
25423
|
+
| sap.gantt.overlays.GanttRowOverlay
|
|
25424
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
25425
|
+
| `{${string}}`;
|
|
24962
25426
|
}
|
|
24963
25427
|
|
|
24964
25428
|
interface $LegendColumnConfigSettings
|
|
@@ -39062,6 +39526,76 @@ declare namespace sap {
|
|
|
39062
39526
|
*/
|
|
39063
39527
|
oCalendars: sap.gantt.simple.BaseCalendar
|
|
39064
39528
|
): this;
|
|
39529
|
+
/**
|
|
39530
|
+
* @since 1.120
|
|
39531
|
+
* @experimental (since 1.120)
|
|
39532
|
+
*
|
|
39533
|
+
* Adds some overlays1 to the aggregation {@link #getOverlays1 overlays1}.
|
|
39534
|
+
*
|
|
39535
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39536
|
+
*/
|
|
39537
|
+
addOverlays1(
|
|
39538
|
+
/**
|
|
39539
|
+
* The overlays1 to add; if empty, nothing is inserted
|
|
39540
|
+
*/
|
|
39541
|
+
oOverlays1: sap.gantt.overlays.GanttRowOverlay
|
|
39542
|
+
): this;
|
|
39543
|
+
/**
|
|
39544
|
+
* @since 1.120
|
|
39545
|
+
* @experimental (since 1.120)
|
|
39546
|
+
*
|
|
39547
|
+
* Adds some overlays2 to the aggregation {@link #getOverlays2 overlays2}.
|
|
39548
|
+
*
|
|
39549
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39550
|
+
*/
|
|
39551
|
+
addOverlays2(
|
|
39552
|
+
/**
|
|
39553
|
+
* The overlays2 to add; if empty, nothing is inserted
|
|
39554
|
+
*/
|
|
39555
|
+
oOverlays2: sap.gantt.overlays.GanttRowOverlay
|
|
39556
|
+
): this;
|
|
39557
|
+
/**
|
|
39558
|
+
* @since 1.120
|
|
39559
|
+
* @experimental (since 1.120)
|
|
39560
|
+
*
|
|
39561
|
+
* Adds some overlays3 to the aggregation {@link #getOverlays3 overlays3}.
|
|
39562
|
+
*
|
|
39563
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39564
|
+
*/
|
|
39565
|
+
addOverlays3(
|
|
39566
|
+
/**
|
|
39567
|
+
* The overlays3 to add; if empty, nothing is inserted
|
|
39568
|
+
*/
|
|
39569
|
+
oOverlays3: sap.gantt.overlays.GanttRowOverlay
|
|
39570
|
+
): this;
|
|
39571
|
+
/**
|
|
39572
|
+
* @since 1.120
|
|
39573
|
+
* @experimental (since 1.120)
|
|
39574
|
+
*
|
|
39575
|
+
* Adds some overlays4 to the aggregation {@link #getOverlays4 overlays4}.
|
|
39576
|
+
*
|
|
39577
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39578
|
+
*/
|
|
39579
|
+
addOverlays4(
|
|
39580
|
+
/**
|
|
39581
|
+
* The overlays4 to add; if empty, nothing is inserted
|
|
39582
|
+
*/
|
|
39583
|
+
oOverlays4: sap.gantt.overlays.GanttRowOverlay
|
|
39584
|
+
): this;
|
|
39585
|
+
/**
|
|
39586
|
+
* @since 1.120
|
|
39587
|
+
* @experimental (since 1.120)
|
|
39588
|
+
*
|
|
39589
|
+
* Adds some overlays5 to the aggregation {@link #getOverlays5 overlays5}.
|
|
39590
|
+
*
|
|
39591
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39592
|
+
*/
|
|
39593
|
+
addOverlays5(
|
|
39594
|
+
/**
|
|
39595
|
+
* The overlays5 to add; if empty, nothing is inserted
|
|
39596
|
+
*/
|
|
39597
|
+
oOverlays5: sap.gantt.overlays.GanttRowOverlay
|
|
39598
|
+
): this;
|
|
39065
39599
|
/**
|
|
39066
39600
|
* Adds some relationship to the aggregation {@link #getRelationships relationships}.
|
|
39067
39601
|
*
|
|
@@ -39174,6 +39708,51 @@ declare namespace sap {
|
|
|
39174
39708
|
* @returns Reference to `this` in order to allow method chaining
|
|
39175
39709
|
*/
|
|
39176
39710
|
destroyCalendars5(): this;
|
|
39711
|
+
/**
|
|
39712
|
+
* @since 1.120
|
|
39713
|
+
* @experimental (since 1.120)
|
|
39714
|
+
*
|
|
39715
|
+
* Destroys all the overlays1 in the aggregation {@link #getOverlays1 overlays1}.
|
|
39716
|
+
*
|
|
39717
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39718
|
+
*/
|
|
39719
|
+
destroyOverlays1(): this;
|
|
39720
|
+
/**
|
|
39721
|
+
* @since 1.120
|
|
39722
|
+
* @experimental (since 1.120)
|
|
39723
|
+
*
|
|
39724
|
+
* Destroys all the overlays2 in the aggregation {@link #getOverlays2 overlays2}.
|
|
39725
|
+
*
|
|
39726
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39727
|
+
*/
|
|
39728
|
+
destroyOverlays2(): this;
|
|
39729
|
+
/**
|
|
39730
|
+
* @since 1.120
|
|
39731
|
+
* @experimental (since 1.120)
|
|
39732
|
+
*
|
|
39733
|
+
* Destroys all the overlays3 in the aggregation {@link #getOverlays3 overlays3}.
|
|
39734
|
+
*
|
|
39735
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39736
|
+
*/
|
|
39737
|
+
destroyOverlays3(): this;
|
|
39738
|
+
/**
|
|
39739
|
+
* @since 1.120
|
|
39740
|
+
* @experimental (since 1.120)
|
|
39741
|
+
*
|
|
39742
|
+
* Destroys all the overlays4 in the aggregation {@link #getOverlays4 overlays4}.
|
|
39743
|
+
*
|
|
39744
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39745
|
+
*/
|
|
39746
|
+
destroyOverlays4(): this;
|
|
39747
|
+
/**
|
|
39748
|
+
* @since 1.120
|
|
39749
|
+
* @experimental (since 1.120)
|
|
39750
|
+
*
|
|
39751
|
+
* Destroys all the overlays5 in the aggregation {@link #getOverlays5 overlays5}.
|
|
39752
|
+
*
|
|
39753
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39754
|
+
*/
|
|
39755
|
+
destroyOverlays5(): this;
|
|
39177
39756
|
/**
|
|
39178
39757
|
* Destroys all the relationships in the aggregation {@link #getRelationships relationships}.
|
|
39179
39758
|
*
|
|
@@ -39246,6 +39825,41 @@ declare namespace sap {
|
|
|
39246
39825
|
* Gets content of aggregation {@link #getCalendars5 calendars5}.
|
|
39247
39826
|
*/
|
|
39248
39827
|
getCalendars5(): sap.gantt.simple.BaseCalendar[];
|
|
39828
|
+
/**
|
|
39829
|
+
* @since 1.120
|
|
39830
|
+
* @experimental (since 1.120)
|
|
39831
|
+
*
|
|
39832
|
+
* Gets content of aggregation {@link #getOverlays1 overlays1}.
|
|
39833
|
+
*/
|
|
39834
|
+
getOverlays1(): sap.gantt.overlays.GanttRowOverlay[];
|
|
39835
|
+
/**
|
|
39836
|
+
* @since 1.120
|
|
39837
|
+
* @experimental (since 1.120)
|
|
39838
|
+
*
|
|
39839
|
+
* Gets content of aggregation {@link #getOverlays2 overlays2}.
|
|
39840
|
+
*/
|
|
39841
|
+
getOverlays2(): sap.gantt.overlays.GanttRowOverlay[];
|
|
39842
|
+
/**
|
|
39843
|
+
* @since 1.120
|
|
39844
|
+
* @experimental (since 1.120)
|
|
39845
|
+
*
|
|
39846
|
+
* Gets content of aggregation {@link #getOverlays3 overlays3}.
|
|
39847
|
+
*/
|
|
39848
|
+
getOverlays3(): sap.gantt.overlays.GanttRowOverlay[];
|
|
39849
|
+
/**
|
|
39850
|
+
* @since 1.120
|
|
39851
|
+
* @experimental (since 1.120)
|
|
39852
|
+
*
|
|
39853
|
+
* Gets content of aggregation {@link #getOverlays4 overlays4}.
|
|
39854
|
+
*/
|
|
39855
|
+
getOverlays4(): sap.gantt.overlays.GanttRowOverlay[];
|
|
39856
|
+
/**
|
|
39857
|
+
* @since 1.120
|
|
39858
|
+
* @experimental (since 1.120)
|
|
39859
|
+
*
|
|
39860
|
+
* Gets content of aggregation {@link #getOverlays5 overlays5}.
|
|
39861
|
+
*/
|
|
39862
|
+
getOverlays5(): sap.gantt.overlays.GanttRowOverlay[];
|
|
39249
39863
|
/**
|
|
39250
39864
|
* Gets content of aggregation {@link #getRelationships relationships}.
|
|
39251
39865
|
*
|
|
@@ -39370,6 +39984,81 @@ declare namespace sap {
|
|
|
39370
39984
|
*/
|
|
39371
39985
|
oCalendars: sap.gantt.simple.BaseCalendar
|
|
39372
39986
|
): int;
|
|
39987
|
+
/**
|
|
39988
|
+
* @since 1.120
|
|
39989
|
+
* @experimental (since 1.120)
|
|
39990
|
+
*
|
|
39991
|
+
* Checks for the provided `sap.gantt.overlays.GanttRowOverlay` in the aggregation {@link #getOverlays1 overlays1}.
|
|
39992
|
+
* and returns its index if found or -1 otherwise.
|
|
39993
|
+
*
|
|
39994
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
39995
|
+
*/
|
|
39996
|
+
indexOfOverlays1(
|
|
39997
|
+
/**
|
|
39998
|
+
* The overlays1 whose index is looked for
|
|
39999
|
+
*/
|
|
40000
|
+
oOverlays1: sap.gantt.overlays.GanttRowOverlay
|
|
40001
|
+
): int;
|
|
40002
|
+
/**
|
|
40003
|
+
* @since 1.120
|
|
40004
|
+
* @experimental (since 1.120)
|
|
40005
|
+
*
|
|
40006
|
+
* Checks for the provided `sap.gantt.overlays.GanttRowOverlay` in the aggregation {@link #getOverlays2 overlays2}.
|
|
40007
|
+
* and returns its index if found or -1 otherwise.
|
|
40008
|
+
*
|
|
40009
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
40010
|
+
*/
|
|
40011
|
+
indexOfOverlays2(
|
|
40012
|
+
/**
|
|
40013
|
+
* The overlays2 whose index is looked for
|
|
40014
|
+
*/
|
|
40015
|
+
oOverlays2: sap.gantt.overlays.GanttRowOverlay
|
|
40016
|
+
): int;
|
|
40017
|
+
/**
|
|
40018
|
+
* @since 1.120
|
|
40019
|
+
* @experimental (since 1.120)
|
|
40020
|
+
*
|
|
40021
|
+
* Checks for the provided `sap.gantt.overlays.GanttRowOverlay` in the aggregation {@link #getOverlays3 overlays3}.
|
|
40022
|
+
* and returns its index if found or -1 otherwise.
|
|
40023
|
+
*
|
|
40024
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
40025
|
+
*/
|
|
40026
|
+
indexOfOverlays3(
|
|
40027
|
+
/**
|
|
40028
|
+
* The overlays3 whose index is looked for
|
|
40029
|
+
*/
|
|
40030
|
+
oOverlays3: sap.gantt.overlays.GanttRowOverlay
|
|
40031
|
+
): int;
|
|
40032
|
+
/**
|
|
40033
|
+
* @since 1.120
|
|
40034
|
+
* @experimental (since 1.120)
|
|
40035
|
+
*
|
|
40036
|
+
* Checks for the provided `sap.gantt.overlays.GanttRowOverlay` in the aggregation {@link #getOverlays4 overlays4}.
|
|
40037
|
+
* and returns its index if found or -1 otherwise.
|
|
40038
|
+
*
|
|
40039
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
40040
|
+
*/
|
|
40041
|
+
indexOfOverlays4(
|
|
40042
|
+
/**
|
|
40043
|
+
* The overlays4 whose index is looked for
|
|
40044
|
+
*/
|
|
40045
|
+
oOverlays4: sap.gantt.overlays.GanttRowOverlay
|
|
40046
|
+
): int;
|
|
40047
|
+
/**
|
|
40048
|
+
* @since 1.120
|
|
40049
|
+
* @experimental (since 1.120)
|
|
40050
|
+
*
|
|
40051
|
+
* Checks for the provided `sap.gantt.overlays.GanttRowOverlay` in the aggregation {@link #getOverlays5 overlays5}.
|
|
40052
|
+
* and returns its index if found or -1 otherwise.
|
|
40053
|
+
*
|
|
40054
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
40055
|
+
*/
|
|
40056
|
+
indexOfOverlays5(
|
|
40057
|
+
/**
|
|
40058
|
+
* The overlays5 whose index is looked for
|
|
40059
|
+
*/
|
|
40060
|
+
oOverlays5: sap.gantt.overlays.GanttRowOverlay
|
|
40061
|
+
): int;
|
|
39373
40062
|
/**
|
|
39374
40063
|
* Checks for the provided `sap.gantt.simple.Relationship` in the aggregation {@link #getRelationships relationships}.
|
|
39375
40064
|
* and returns its index if found or -1 otherwise.
|
|
@@ -39554,6 +40243,106 @@ declare namespace sap {
|
|
|
39554
40243
|
*/
|
|
39555
40244
|
iIndex: int
|
|
39556
40245
|
): this;
|
|
40246
|
+
/**
|
|
40247
|
+
* @since 1.120
|
|
40248
|
+
* @experimental (since 1.120)
|
|
40249
|
+
*
|
|
40250
|
+
* Inserts a overlays1 into the aggregation {@link #getOverlays1 overlays1}.
|
|
40251
|
+
*
|
|
40252
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
40253
|
+
*/
|
|
40254
|
+
insertOverlays1(
|
|
40255
|
+
/**
|
|
40256
|
+
* The overlays1 to insert; if empty, nothing is inserted
|
|
40257
|
+
*/
|
|
40258
|
+
oOverlays1: sap.gantt.overlays.GanttRowOverlay,
|
|
40259
|
+
/**
|
|
40260
|
+
* The `0`-based index the overlays1 should be inserted at; for a negative value of `iIndex`, the overlays1
|
|
40261
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the overlays1
|
|
40262
|
+
* is inserted at the last position
|
|
40263
|
+
*/
|
|
40264
|
+
iIndex: int
|
|
40265
|
+
): this;
|
|
40266
|
+
/**
|
|
40267
|
+
* @since 1.120
|
|
40268
|
+
* @experimental (since 1.120)
|
|
40269
|
+
*
|
|
40270
|
+
* Inserts a overlays2 into the aggregation {@link #getOverlays2 overlays2}.
|
|
40271
|
+
*
|
|
40272
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
40273
|
+
*/
|
|
40274
|
+
insertOverlays2(
|
|
40275
|
+
/**
|
|
40276
|
+
* The overlays2 to insert; if empty, nothing is inserted
|
|
40277
|
+
*/
|
|
40278
|
+
oOverlays2: sap.gantt.overlays.GanttRowOverlay,
|
|
40279
|
+
/**
|
|
40280
|
+
* The `0`-based index the overlays2 should be inserted at; for a negative value of `iIndex`, the overlays2
|
|
40281
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the overlays2
|
|
40282
|
+
* is inserted at the last position
|
|
40283
|
+
*/
|
|
40284
|
+
iIndex: int
|
|
40285
|
+
): this;
|
|
40286
|
+
/**
|
|
40287
|
+
* @since 1.120
|
|
40288
|
+
* @experimental (since 1.120)
|
|
40289
|
+
*
|
|
40290
|
+
* Inserts a overlays3 into the aggregation {@link #getOverlays3 overlays3}.
|
|
40291
|
+
*
|
|
40292
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
40293
|
+
*/
|
|
40294
|
+
insertOverlays3(
|
|
40295
|
+
/**
|
|
40296
|
+
* The overlays3 to insert; if empty, nothing is inserted
|
|
40297
|
+
*/
|
|
40298
|
+
oOverlays3: sap.gantt.overlays.GanttRowOverlay,
|
|
40299
|
+
/**
|
|
40300
|
+
* The `0`-based index the overlays3 should be inserted at; for a negative value of `iIndex`, the overlays3
|
|
40301
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the overlays3
|
|
40302
|
+
* is inserted at the last position
|
|
40303
|
+
*/
|
|
40304
|
+
iIndex: int
|
|
40305
|
+
): this;
|
|
40306
|
+
/**
|
|
40307
|
+
* @since 1.120
|
|
40308
|
+
* @experimental (since 1.120)
|
|
40309
|
+
*
|
|
40310
|
+
* Inserts a overlays4 into the aggregation {@link #getOverlays4 overlays4}.
|
|
40311
|
+
*
|
|
40312
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
40313
|
+
*/
|
|
40314
|
+
insertOverlays4(
|
|
40315
|
+
/**
|
|
40316
|
+
* The overlays4 to insert; if empty, nothing is inserted
|
|
40317
|
+
*/
|
|
40318
|
+
oOverlays4: sap.gantt.overlays.GanttRowOverlay,
|
|
40319
|
+
/**
|
|
40320
|
+
* The `0`-based index the overlays4 should be inserted at; for a negative value of `iIndex`, the overlays4
|
|
40321
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the overlays4
|
|
40322
|
+
* is inserted at the last position
|
|
40323
|
+
*/
|
|
40324
|
+
iIndex: int
|
|
40325
|
+
): this;
|
|
40326
|
+
/**
|
|
40327
|
+
* @since 1.120
|
|
40328
|
+
* @experimental (since 1.120)
|
|
40329
|
+
*
|
|
40330
|
+
* Inserts a overlays5 into the aggregation {@link #getOverlays5 overlays5}.
|
|
40331
|
+
*
|
|
40332
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
40333
|
+
*/
|
|
40334
|
+
insertOverlays5(
|
|
40335
|
+
/**
|
|
40336
|
+
* The overlays5 to insert; if empty, nothing is inserted
|
|
40337
|
+
*/
|
|
40338
|
+
oOverlays5: sap.gantt.overlays.GanttRowOverlay,
|
|
40339
|
+
/**
|
|
40340
|
+
* The `0`-based index the overlays5 should be inserted at; for a negative value of `iIndex`, the overlays5
|
|
40341
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the overlays5
|
|
40342
|
+
* is inserted at the last position
|
|
40343
|
+
*/
|
|
40344
|
+
iIndex: int
|
|
40345
|
+
): this;
|
|
39557
40346
|
/**
|
|
39558
40347
|
* Inserts a relationship into the aggregation {@link #getRelationships relationships}.
|
|
39559
40348
|
*
|
|
@@ -39714,6 +40503,61 @@ declare namespace sap {
|
|
|
39714
40503
|
* @returns An array of the removed elements (might be empty)
|
|
39715
40504
|
*/
|
|
39716
40505
|
removeAllCalendars5(): sap.gantt.simple.BaseCalendar[];
|
|
40506
|
+
/**
|
|
40507
|
+
* @since 1.120
|
|
40508
|
+
* @experimental (since 1.120)
|
|
40509
|
+
*
|
|
40510
|
+
* Removes all the controls from the aggregation {@link #getOverlays1 overlays1}.
|
|
40511
|
+
*
|
|
40512
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
40513
|
+
*
|
|
40514
|
+
* @returns An array of the removed elements (might be empty)
|
|
40515
|
+
*/
|
|
40516
|
+
removeAllOverlays1(): sap.gantt.overlays.GanttRowOverlay[];
|
|
40517
|
+
/**
|
|
40518
|
+
* @since 1.120
|
|
40519
|
+
* @experimental (since 1.120)
|
|
40520
|
+
*
|
|
40521
|
+
* Removes all the controls from the aggregation {@link #getOverlays2 overlays2}.
|
|
40522
|
+
*
|
|
40523
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
40524
|
+
*
|
|
40525
|
+
* @returns An array of the removed elements (might be empty)
|
|
40526
|
+
*/
|
|
40527
|
+
removeAllOverlays2(): sap.gantt.overlays.GanttRowOverlay[];
|
|
40528
|
+
/**
|
|
40529
|
+
* @since 1.120
|
|
40530
|
+
* @experimental (since 1.120)
|
|
40531
|
+
*
|
|
40532
|
+
* Removes all the controls from the aggregation {@link #getOverlays3 overlays3}.
|
|
40533
|
+
*
|
|
40534
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
40535
|
+
*
|
|
40536
|
+
* @returns An array of the removed elements (might be empty)
|
|
40537
|
+
*/
|
|
40538
|
+
removeAllOverlays3(): sap.gantt.overlays.GanttRowOverlay[];
|
|
40539
|
+
/**
|
|
40540
|
+
* @since 1.120
|
|
40541
|
+
* @experimental (since 1.120)
|
|
40542
|
+
*
|
|
40543
|
+
* Removes all the controls from the aggregation {@link #getOverlays4 overlays4}.
|
|
40544
|
+
*
|
|
40545
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
40546
|
+
*
|
|
40547
|
+
* @returns An array of the removed elements (might be empty)
|
|
40548
|
+
*/
|
|
40549
|
+
removeAllOverlays4(): sap.gantt.overlays.GanttRowOverlay[];
|
|
40550
|
+
/**
|
|
40551
|
+
* @since 1.120
|
|
40552
|
+
* @experimental (since 1.120)
|
|
40553
|
+
*
|
|
40554
|
+
* Removes all the controls from the aggregation {@link #getOverlays5 overlays5}.
|
|
40555
|
+
*
|
|
40556
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
40557
|
+
*
|
|
40558
|
+
* @returns An array of the removed elements (might be empty)
|
|
40559
|
+
*/
|
|
40560
|
+
removeAllOverlays5(): sap.gantt.overlays.GanttRowOverlay[];
|
|
39717
40561
|
/**
|
|
39718
40562
|
* Removes all the controls from the aggregation {@link #getRelationships relationships}.
|
|
39719
40563
|
*
|
|
@@ -39838,6 +40682,76 @@ declare namespace sap {
|
|
|
39838
40682
|
*/
|
|
39839
40683
|
vCalendars: int | string | sap.gantt.simple.BaseCalendar
|
|
39840
40684
|
): sap.gantt.simple.BaseCalendar | null;
|
|
40685
|
+
/**
|
|
40686
|
+
* @since 1.120
|
|
40687
|
+
* @experimental (since 1.120)
|
|
40688
|
+
*
|
|
40689
|
+
* Removes a overlays1 from the aggregation {@link #getOverlays1 overlays1}.
|
|
40690
|
+
*
|
|
40691
|
+
* @returns The removed overlays1 or `null`
|
|
40692
|
+
*/
|
|
40693
|
+
removeOverlays1(
|
|
40694
|
+
/**
|
|
40695
|
+
* The overlays1 to remove or its index or id
|
|
40696
|
+
*/
|
|
40697
|
+
vOverlays1: int | string | sap.gantt.overlays.GanttRowOverlay
|
|
40698
|
+
): sap.gantt.overlays.GanttRowOverlay | null;
|
|
40699
|
+
/**
|
|
40700
|
+
* @since 1.120
|
|
40701
|
+
* @experimental (since 1.120)
|
|
40702
|
+
*
|
|
40703
|
+
* Removes a overlays2 from the aggregation {@link #getOverlays2 overlays2}.
|
|
40704
|
+
*
|
|
40705
|
+
* @returns The removed overlays2 or `null`
|
|
40706
|
+
*/
|
|
40707
|
+
removeOverlays2(
|
|
40708
|
+
/**
|
|
40709
|
+
* The overlays2 to remove or its index or id
|
|
40710
|
+
*/
|
|
40711
|
+
vOverlays2: int | string | sap.gantt.overlays.GanttRowOverlay
|
|
40712
|
+
): sap.gantt.overlays.GanttRowOverlay | null;
|
|
40713
|
+
/**
|
|
40714
|
+
* @since 1.120
|
|
40715
|
+
* @experimental (since 1.120)
|
|
40716
|
+
*
|
|
40717
|
+
* Removes a overlays3 from the aggregation {@link #getOverlays3 overlays3}.
|
|
40718
|
+
*
|
|
40719
|
+
* @returns The removed overlays3 or `null`
|
|
40720
|
+
*/
|
|
40721
|
+
removeOverlays3(
|
|
40722
|
+
/**
|
|
40723
|
+
* The overlays3 to remove or its index or id
|
|
40724
|
+
*/
|
|
40725
|
+
vOverlays3: int | string | sap.gantt.overlays.GanttRowOverlay
|
|
40726
|
+
): sap.gantt.overlays.GanttRowOverlay | null;
|
|
40727
|
+
/**
|
|
40728
|
+
* @since 1.120
|
|
40729
|
+
* @experimental (since 1.120)
|
|
40730
|
+
*
|
|
40731
|
+
* Removes a overlays4 from the aggregation {@link #getOverlays4 overlays4}.
|
|
40732
|
+
*
|
|
40733
|
+
* @returns The removed overlays4 or `null`
|
|
40734
|
+
*/
|
|
40735
|
+
removeOverlays4(
|
|
40736
|
+
/**
|
|
40737
|
+
* The overlays4 to remove or its index or id
|
|
40738
|
+
*/
|
|
40739
|
+
vOverlays4: int | string | sap.gantt.overlays.GanttRowOverlay
|
|
40740
|
+
): sap.gantt.overlays.GanttRowOverlay | null;
|
|
40741
|
+
/**
|
|
40742
|
+
* @since 1.120
|
|
40743
|
+
* @experimental (since 1.120)
|
|
40744
|
+
*
|
|
40745
|
+
* Removes a overlays5 from the aggregation {@link #getOverlays5 overlays5}.
|
|
40746
|
+
*
|
|
40747
|
+
* @returns The removed overlays5 or `null`
|
|
40748
|
+
*/
|
|
40749
|
+
removeOverlays5(
|
|
40750
|
+
/**
|
|
40751
|
+
* The overlays5 to remove or its index or id
|
|
40752
|
+
*/
|
|
40753
|
+
vOverlays5: int | string | sap.gantt.overlays.GanttRowOverlay
|
|
40754
|
+
): sap.gantt.overlays.GanttRowOverlay | null;
|
|
39841
40755
|
/**
|
|
39842
40756
|
* Removes a relationship from the aggregation {@link #getRelationships relationships}.
|
|
39843
40757
|
*
|
|
@@ -50895,6 +51809,10 @@ declare namespace sap {
|
|
|
50895
51809
|
|
|
50896
51810
|
"sap/gantt/misc/Format": undefined;
|
|
50897
51811
|
|
|
51812
|
+
"sap/gantt/overlays/GanttRowOverlay": undefined;
|
|
51813
|
+
|
|
51814
|
+
"sap/gantt/overlays/Overlay": undefined;
|
|
51815
|
+
|
|
50898
51816
|
"sap/gantt/shape/cal/Calendar": undefined;
|
|
50899
51817
|
|
|
50900
51818
|
"sap/gantt/shape/Circle": undefined;
|