@sapui5/ts-types 1.112.1 → 1.113.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/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +59 -2
- package/types/sap.chart.d.ts +15 -1
- package/types/sap.collaboration.d.ts +33 -1
- package/types/sap.esh.search.ui.d.ts +405 -1
- package/types/sap.f.d.ts +75 -38
- package/types/sap.fe.core.d.ts +28 -2
- package/types/sap.fe.macros.d.ts +52 -69
- package/types/sap.fe.navigation.d.ts +2 -0
- package/types/sap.fe.templates.d.ts +6 -0
- package/types/sap.fe.test.d.ts +7 -1
- package/types/sap.feedback.ui.d.ts +2 -6
- package/types/sap.gantt.d.ts +238 -16
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +27 -1
- package/types/sap.m.d.ts +1854 -85
- package/types/sap.makit.d.ts +13 -1
- package/types/sap.me.d.ts +17 -1
- package/types/sap.ndc.d.ts +10 -2
- package/types/sap.ovp.d.ts +7 -1
- package/types/sap.rules.ui.d.ts +9 -1
- package/types/sap.sac.df.d.ts +62 -1
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +272 -2
- package/types/sap.suite.ui.generic.template.d.ts +180 -1
- package/types/sap.suite.ui.microchart.d.ts +37 -1
- package/types/sap.tnt.d.ts +7 -1
- package/types/sap.ui.codeeditor.d.ts +5 -1
- package/types/sap.ui.commons.d.ts +197 -1
- package/types/sap.ui.comp.d.ts +314 -7
- package/types/sap.ui.core.d.ts +1508 -518
- 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 +13 -1
- package/types/sap.ui.generic.app.d.ts +20 -7
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +52 -19
- package/types/sap.ui.layout.d.ts +43 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +11 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +5 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +63 -7
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +308 -4
- package/types/sap.ui.ux3.d.ts +147 -1
- package/types/sap.ui.vbm.d.ts +122 -1
- package/types/sap.ui.vk.d.ts +375 -2
- package/types/sap.ui.vtm.d.ts +73 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +63 -1
- package/types/sap.ui.webc.main.d.ts +189 -5
- package/types/sap.uiext.inbox.d.ts +27 -1
- package/types/sap.ushell.d.ts +375 -79
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +26 -1
- package/types/sap.viz.d.ts +229 -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 +10 -1
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.113.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -6793,6 +6793,7 @@ declare namespace sap {
|
|
|
6793
6793
|
): string;
|
|
6794
6794
|
/**
|
|
6795
6795
|
* @deprecated (since 1.90.0)
|
|
6796
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
6796
6797
|
*
|
|
6797
6798
|
* Do not use! This method only exists for type compatibility reasons and always returns 0.
|
|
6798
6799
|
*
|
|
@@ -6832,6 +6833,7 @@ declare namespace sap {
|
|
|
6832
6833
|
): int;
|
|
6833
6834
|
/**
|
|
6834
6835
|
* @deprecated (since 1.90.0)
|
|
6836
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
6835
6837
|
*
|
|
6836
6838
|
* Do not use! This method only exists for type compatibility reasons and does nothing.
|
|
6837
6839
|
*
|
|
@@ -14186,6 +14188,8 @@ declare namespace sap {
|
|
|
14186
14188
|
*/
|
|
14187
14189
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
14188
14190
|
/**
|
|
14191
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14192
|
+
*
|
|
14189
14193
|
* This method must be used to ensure 'configuration-first' principle for extended shapes.
|
|
14190
14194
|
*
|
|
14191
14195
|
* @returns Resolved attribute.
|
|
@@ -14205,6 +14209,8 @@ declare namespace sap {
|
|
|
14205
14209
|
bScaleBySapUiSizeMode: boolean
|
|
14206
14210
|
): string;
|
|
14207
14211
|
/**
|
|
14212
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14213
|
+
*
|
|
14208
14214
|
* Rotate Shape
|
|
14209
14215
|
*/
|
|
14210
14216
|
_rotate(
|
|
@@ -14222,6 +14228,8 @@ declare namespace sap {
|
|
|
14222
14228
|
aRetVal: object
|
|
14223
14229
|
): void;
|
|
14224
14230
|
/**
|
|
14231
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14232
|
+
*
|
|
14225
14233
|
* Provide logic for rotation considering RTL.
|
|
14226
14234
|
*
|
|
14227
14235
|
* @returns Actual rotation angle.
|
|
@@ -14233,6 +14241,8 @@ declare namespace sap {
|
|
|
14233
14241
|
nAngle: number
|
|
14234
14242
|
): number;
|
|
14235
14243
|
/**
|
|
14244
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14245
|
+
*
|
|
14236
14246
|
* Translate Shape
|
|
14237
14247
|
*/
|
|
14238
14248
|
_translate(
|
|
@@ -14654,6 +14664,8 @@ declare namespace sap {
|
|
|
14654
14664
|
*/
|
|
14655
14665
|
getSelectedShape(): sap.gantt.shape.SelectedShape;
|
|
14656
14666
|
/**
|
|
14667
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14668
|
+
*
|
|
14657
14669
|
* This method is used to get view boundary for visible area in Gantt Chart. The view boundary is a range
|
|
14658
14670
|
* of x-coordinate for visible area.
|
|
14659
14671
|
*
|
|
@@ -14727,6 +14739,8 @@ declare namespace sap {
|
|
|
14727
14739
|
oRowInfo: object
|
|
14728
14740
|
): number;
|
|
14729
14741
|
/**
|
|
14742
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14743
|
+
*
|
|
14730
14744
|
* Get the shape style string
|
|
14731
14745
|
*
|
|
14732
14746
|
* @returns shape styles
|
|
@@ -16009,6 +16023,8 @@ declare namespace sap {
|
|
|
16009
16023
|
*/
|
|
16010
16024
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
16011
16025
|
/**
|
|
16026
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16027
|
+
*
|
|
16012
16028
|
* Calculates the middle date of the given two dates.
|
|
16013
16029
|
*
|
|
16014
16030
|
* @returns the middle date
|
|
@@ -16024,6 +16040,8 @@ declare namespace sap {
|
|
|
16024
16040
|
dEnd: Date
|
|
16025
16041
|
): Date;
|
|
16026
16042
|
/**
|
|
16043
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16044
|
+
*
|
|
16027
16045
|
* Calculate new visible horizon according to specified zoom center and zoom delta
|
|
16028
16046
|
*
|
|
16029
16047
|
* @returns a new visible horizon
|
|
@@ -16040,6 +16058,8 @@ declare namespace sap {
|
|
|
16040
16058
|
oAnchorTime?: Date
|
|
16041
16059
|
): object;
|
|
16042
16060
|
/**
|
|
16061
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16062
|
+
*
|
|
16043
16063
|
* Calculate new visible horizon according to specified zoom center and zoom rate
|
|
16044
16064
|
*
|
|
16045
16065
|
* @returns a new visible horizon
|
|
@@ -16056,15 +16076,23 @@ declare namespace sap {
|
|
|
16056
16076
|
oAnchorTime?: Date
|
|
16057
16077
|
): object;
|
|
16058
16078
|
/**
|
|
16079
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16080
|
+
*
|
|
16059
16081
|
*
|
|
16060
16082
|
* @returns whether this._oZoom.base is generated
|
|
16061
16083
|
*/
|
|
16062
16084
|
calZoomBase(): boolean;
|
|
16063
|
-
|
|
16085
|
+
/**
|
|
16086
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16087
|
+
*/
|
|
16064
16088
|
calZoomScale(): void;
|
|
16065
|
-
|
|
16089
|
+
/**
|
|
16090
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16091
|
+
*/
|
|
16066
16092
|
calZoomScaleByDate(): void;
|
|
16067
16093
|
/**
|
|
16094
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16095
|
+
*
|
|
16068
16096
|
* Defaults the firstDayOfWeek property to a value from locale if user didn't specify it
|
|
16069
16097
|
*/
|
|
16070
16098
|
checkFirstDayOfWeek(
|
|
@@ -16585,6 +16613,8 @@ declare namespace sap {
|
|
|
16585
16613
|
oStopInfo: object
|
|
16586
16614
|
): void;
|
|
16587
16615
|
/**
|
|
16616
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16617
|
+
*
|
|
16588
16618
|
* Calculate and set new visible horizon for fine granular mouse wheel zoom
|
|
16589
16619
|
*/
|
|
16590
16620
|
updateVisibleHorizonOnFineGranularMouseWheelZoom(
|
|
@@ -16602,6 +16632,8 @@ declare namespace sap {
|
|
|
16602
16632
|
iZoomFactor: number
|
|
16603
16633
|
): void;
|
|
16604
16634
|
/**
|
|
16635
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16636
|
+
*
|
|
16605
16637
|
* update visible horizon for mouse wheel zoom according to configured zoom type
|
|
16606
16638
|
*/
|
|
16607
16639
|
updateVisibleHorizonOnMouseWheelZoom(
|
|
@@ -16615,6 +16647,8 @@ declare namespace sap {
|
|
|
16615
16647
|
iScrollDelta: number
|
|
16616
16648
|
): void;
|
|
16617
16649
|
/**
|
|
16650
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16651
|
+
*
|
|
16618
16652
|
* Calculate and set new visible horizon for step-wise mouse wheel zoom
|
|
16619
16653
|
*/
|
|
16620
16654
|
updateVisibleHorizonOnStepWiseMouseWheelZoom(
|
|
@@ -16940,6 +16974,8 @@ declare namespace sap {
|
|
|
16940
16974
|
iZoomLevels: int
|
|
16941
16975
|
): this;
|
|
16942
16976
|
/**
|
|
16977
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16978
|
+
*
|
|
16943
16979
|
* This method does below things: 1. Sets time line option according to the stop info object. 2. Sets zoom
|
|
16944
16980
|
* level according to the stop info object. The setter of zoom level does some additional things.
|
|
16945
16981
|
*
|
|
@@ -17045,6 +17081,8 @@ declare namespace sap {
|
|
|
17045
17081
|
*/
|
|
17046
17082
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
17047
17083
|
/**
|
|
17084
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17085
|
+
*
|
|
17048
17086
|
* Provide accessibility support for control Cell
|
|
17049
17087
|
* See:
|
|
17050
17088
|
* {sap.ui.core.Control#getAccessibilityInfo}
|
|
@@ -20981,6 +21019,8 @@ declare namespace sap {
|
|
|
20981
21019
|
oListener?: object
|
|
20982
21020
|
): this;
|
|
20983
21021
|
/**
|
|
21022
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21023
|
+
*
|
|
20984
21024
|
* Fires event {@link #event:checkBoxChange checkBoxChange} to attached listeners.
|
|
20985
21025
|
*
|
|
20986
21026
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -21376,6 +21416,8 @@ declare namespace sap {
|
|
|
21376
21416
|
*/
|
|
21377
21417
|
getTimeRange(): any[];
|
|
21378
21418
|
/**
|
|
21419
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
21420
|
+
*
|
|
21379
21421
|
* Calculate a slice of time range out of the total range
|
|
21380
21422
|
*/
|
|
21381
21423
|
getTimeRangeSlice(
|
|
@@ -24731,7 +24773,7 @@ declare namespace sap {
|
|
|
24731
24773
|
/**
|
|
24732
24774
|
* Optimizes the rendering of overlapping shapes
|
|
24733
24775
|
*/
|
|
24734
|
-
|
|
24776
|
+
enablePseudoShapes?:
|
|
24735
24777
|
| boolean
|
|
24736
24778
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
24737
24779
|
| `{${string}}`;
|
|
@@ -24758,6 +24800,19 @@ declare namespace sap {
|
|
|
24758
24800
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
24759
24801
|
| `{${string}}`;
|
|
24760
24802
|
|
|
24803
|
+
/**
|
|
24804
|
+
* @EXPERIMENTAL (since 1.113)
|
|
24805
|
+
*
|
|
24806
|
+
* Comma-separated value of shape aggregations to decide the rendering order The aggregations first in the
|
|
24807
|
+
* array are rendered first. Aggregations not mentioned in the array will be rendered at the very first
|
|
24808
|
+
* Example: "shapes3,shapes2,shapes1" means shapes3 will be rendered at the bottom, and shapes1 will be
|
|
24809
|
+
* rendered at the top
|
|
24810
|
+
*/
|
|
24811
|
+
shapeRenderOrder?:
|
|
24812
|
+
| string[]
|
|
24813
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
24814
|
+
| `{${string}}`;
|
|
24815
|
+
|
|
24761
24816
|
/**
|
|
24762
24817
|
* Table of the Gantt Chart
|
|
24763
24818
|
*
|
|
@@ -26020,6 +26075,8 @@ declare namespace sap {
|
|
|
26020
26075
|
oListener?: object
|
|
26021
26076
|
): this;
|
|
26022
26077
|
/**
|
|
26078
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
26079
|
+
*
|
|
26023
26080
|
* Fires event {@link #event:mouseEnter mouseEnter} to attached listeners.
|
|
26024
26081
|
*
|
|
26025
26082
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26031,6 +26088,8 @@ declare namespace sap {
|
|
|
26031
26088
|
mParameters?: object
|
|
26032
26089
|
): this;
|
|
26033
26090
|
/**
|
|
26091
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
26092
|
+
*
|
|
26034
26093
|
* Fires event {@link #event:mouseLeave mouseLeave} to attached listeners.
|
|
26035
26094
|
*
|
|
26036
26095
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26042,6 +26101,8 @@ declare namespace sap {
|
|
|
26042
26101
|
mParameters?: object
|
|
26043
26102
|
): this;
|
|
26044
26103
|
/**
|
|
26104
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
26105
|
+
*
|
|
26045
26106
|
* Fires event {@link #event:press press} to attached listeners.
|
|
26046
26107
|
*
|
|
26047
26108
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26402,6 +26463,7 @@ declare namespace sap {
|
|
|
26402
26463
|
): this;
|
|
26403
26464
|
/**
|
|
26404
26465
|
* @SINCE 1.88
|
|
26466
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
26405
26467
|
*
|
|
26406
26468
|
* Fires event {@link #event:adhoclineDrop adhoclineDrop} to attached listeners.
|
|
26407
26469
|
*
|
|
@@ -26418,6 +26480,8 @@ declare namespace sap {
|
|
|
26418
26480
|
}
|
|
26419
26481
|
): this;
|
|
26420
26482
|
/**
|
|
26483
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
26484
|
+
*
|
|
26421
26485
|
* Fires event {@link #event:markerMouseEnter markerMouseEnter} to attached listeners.
|
|
26422
26486
|
*
|
|
26423
26487
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26429,6 +26493,8 @@ declare namespace sap {
|
|
|
26429
26493
|
mParameters?: object
|
|
26430
26494
|
): this;
|
|
26431
26495
|
/**
|
|
26496
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
26497
|
+
*
|
|
26432
26498
|
* Fires event {@link #event:markerMouseLeave markerMouseLeave} to attached listeners.
|
|
26433
26499
|
*
|
|
26434
26500
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -26440,6 +26506,8 @@ declare namespace sap {
|
|
|
26440
26506
|
mParameters?: object
|
|
26441
26507
|
): this;
|
|
26442
26508
|
/**
|
|
26509
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
26510
|
+
*
|
|
26443
26511
|
* Fires event {@link #event:markerPress markerPress} to attached listeners.
|
|
26444
26512
|
*
|
|
26445
26513
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -27264,7 +27332,9 @@ declare namespace sap {
|
|
|
27264
27332
|
*/
|
|
27265
27333
|
vShape: int | string | sap.gantt.simple.BaseShape
|
|
27266
27334
|
): sap.gantt.simple.BaseShape | null;
|
|
27267
|
-
|
|
27335
|
+
/**
|
|
27336
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
27337
|
+
*/
|
|
27268
27338
|
renderElement(): void;
|
|
27269
27339
|
/**
|
|
27270
27340
|
* Sets a new value for property {@link #getActiveShape activeShape}.
|
|
@@ -27309,6 +27379,8 @@ declare namespace sap {
|
|
|
27309
27379
|
bCountInBirdEye?: boolean
|
|
27310
27380
|
): this;
|
|
27311
27381
|
/**
|
|
27382
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
27383
|
+
*
|
|
27312
27384
|
*
|
|
27313
27385
|
* @returns Returns `this` to allow method chaining
|
|
27314
27386
|
*/
|
|
@@ -27695,6 +27767,8 @@ declare namespace sap {
|
|
|
27695
27767
|
oListener?: object
|
|
27696
27768
|
): this;
|
|
27697
27769
|
/**
|
|
27770
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
27771
|
+
*
|
|
27698
27772
|
* Fires event {@link #event:mouseEnter mouseEnter} to attached listeners.
|
|
27699
27773
|
*
|
|
27700
27774
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -27706,6 +27780,8 @@ declare namespace sap {
|
|
|
27706
27780
|
mParameters?: object
|
|
27707
27781
|
): this;
|
|
27708
27782
|
/**
|
|
27783
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
27784
|
+
*
|
|
27709
27785
|
* Fires event {@link #event:mouseLeave mouseLeave} to attached listeners.
|
|
27710
27786
|
*
|
|
27711
27787
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -27717,6 +27793,8 @@ declare namespace sap {
|
|
|
27717
27793
|
mParameters?: object
|
|
27718
27794
|
): this;
|
|
27719
27795
|
/**
|
|
27796
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
27797
|
+
*
|
|
27720
27798
|
* Fires event {@link #event:press press} to attached listeners.
|
|
27721
27799
|
*
|
|
27722
27800
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -28177,6 +28255,8 @@ declare namespace sap {
|
|
|
28177
28255
|
vShape: int | string | sap.gantt.simple.BaseShape
|
|
28178
28256
|
): sap.gantt.simple.BaseShape | null;
|
|
28179
28257
|
/**
|
|
28258
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
28259
|
+
*
|
|
28180
28260
|
* Renders the container with RenderManager recursively
|
|
28181
28261
|
*/
|
|
28182
28262
|
renderElement(
|
|
@@ -29350,6 +29430,8 @@ declare namespace sap {
|
|
|
29350
29430
|
*/
|
|
29351
29431
|
getStrokeWidth(): float;
|
|
29352
29432
|
/**
|
|
29433
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
29434
|
+
*
|
|
29353
29435
|
* Get the shape style string
|
|
29354
29436
|
*
|
|
29355
29437
|
* @returns shape styles
|
|
@@ -29452,6 +29534,8 @@ declare namespace sap {
|
|
|
29452
29534
|
*/
|
|
29453
29535
|
getYBias(): float;
|
|
29454
29536
|
/**
|
|
29537
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
29538
|
+
*
|
|
29455
29539
|
* Render the shape. Write the shape DOM into render manager buffer.
|
|
29456
29540
|
*
|
|
29457
29541
|
* All customized shape need to overwrite this method to provide it's own rendering logic
|
|
@@ -30399,6 +30483,8 @@ declare namespace sap {
|
|
|
30399
30483
|
*/
|
|
30400
30484
|
getShowEllipsis(): boolean;
|
|
30401
30485
|
/**
|
|
30486
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
30487
|
+
*
|
|
30402
30488
|
* Get the BaseText style string
|
|
30403
30489
|
*
|
|
30404
30490
|
* @returns BaseText styles
|
|
@@ -30876,6 +30962,8 @@ declare namespace sap {
|
|
|
30876
30962
|
oListener?: object
|
|
30877
30963
|
): this;
|
|
30878
30964
|
/**
|
|
30965
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
30966
|
+
*
|
|
30879
30967
|
* Fires event {@link #event:mouseEnter mouseEnter} to attached listeners.
|
|
30880
30968
|
*
|
|
30881
30969
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -30887,6 +30975,8 @@ declare namespace sap {
|
|
|
30887
30975
|
mParameters?: object
|
|
30888
30976
|
): this;
|
|
30889
30977
|
/**
|
|
30978
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
30979
|
+
*
|
|
30890
30980
|
* Fires event {@link #event:mouseLeave mouseLeave} to attached listeners.
|
|
30891
30981
|
*
|
|
30892
30982
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -30898,6 +30988,8 @@ declare namespace sap {
|
|
|
30898
30988
|
mParameters?: object
|
|
30899
30989
|
): this;
|
|
30900
30990
|
/**
|
|
30991
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
30992
|
+
*
|
|
30901
30993
|
* Fires event {@link #event:press press} to attached listeners.
|
|
30902
30994
|
*
|
|
30903
30995
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -31677,6 +31769,8 @@ declare namespace sap {
|
|
|
31677
31769
|
oListener?: object
|
|
31678
31770
|
): this;
|
|
31679
31771
|
/**
|
|
31772
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
31773
|
+
*
|
|
31680
31774
|
* Fires event {@link #event:birdEyeButtonPress birdEyeButtonPress} to attached listeners.
|
|
31681
31775
|
*
|
|
31682
31776
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -31689,6 +31783,7 @@ declare namespace sap {
|
|
|
31689
31783
|
): this;
|
|
31690
31784
|
/**
|
|
31691
31785
|
* @EXPERIMENTAL (since 1.102)
|
|
31786
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
31692
31787
|
*
|
|
31693
31788
|
* Fires event {@link #event:closeFindButtonPress closeFindButtonPress} to attached listeners.
|
|
31694
31789
|
*
|
|
@@ -31702,6 +31797,7 @@ declare namespace sap {
|
|
|
31702
31797
|
): this;
|
|
31703
31798
|
/**
|
|
31704
31799
|
* @EXPERIMENTAL (since 1.102)
|
|
31800
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
31705
31801
|
*
|
|
31706
31802
|
* Fires event {@link #event:closeSidePanelButtonPress closeSidePanelButtonPress} to attached listeners.
|
|
31707
31803
|
*
|
|
@@ -31714,6 +31810,8 @@ declare namespace sap {
|
|
|
31714
31810
|
mParameters?: object
|
|
31715
31811
|
): this;
|
|
31716
31812
|
/**
|
|
31813
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
31814
|
+
*
|
|
31717
31815
|
* Fires event {@link #event:displayTypeChange displayTypeChange} to attached listeners.
|
|
31718
31816
|
*
|
|
31719
31817
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -31728,6 +31826,7 @@ declare namespace sap {
|
|
|
31728
31826
|
): this;
|
|
31729
31827
|
/**
|
|
31730
31828
|
* @EXPERIMENTAL (since 1.102)
|
|
31829
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
31731
31830
|
*
|
|
31732
31831
|
* Fires event {@link #event:findButtonPress findButtonPress} to attached listeners.
|
|
31733
31832
|
*
|
|
@@ -31741,6 +31840,7 @@ declare namespace sap {
|
|
|
31741
31840
|
): this;
|
|
31742
31841
|
/**
|
|
31743
31842
|
* @EXPERIMENTAL (since 1.102)
|
|
31843
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
31744
31844
|
*
|
|
31745
31845
|
* Fires event {@link #event:findPopupButtonPress findPopupButtonPress} to attached listeners.
|
|
31746
31846
|
*
|
|
@@ -31754,6 +31854,7 @@ declare namespace sap {
|
|
|
31754
31854
|
): this;
|
|
31755
31855
|
/**
|
|
31756
31856
|
* @EXPERIMENTAL (since 1.100)
|
|
31857
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
31757
31858
|
*
|
|
31758
31859
|
* Fires event {@link #event:ganttSidePanel ganttSidePanel} to attached listeners.
|
|
31759
31860
|
*
|
|
@@ -31768,6 +31869,8 @@ declare namespace sap {
|
|
|
31768
31869
|
}
|
|
31769
31870
|
): this;
|
|
31770
31871
|
/**
|
|
31872
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
31873
|
+
*
|
|
31771
31874
|
* Fires event {@link #event:zoomStopChange zoomStopChange} to attached listeners.
|
|
31772
31875
|
*
|
|
31773
31876
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -32500,6 +32603,7 @@ declare namespace sap {
|
|
|
32500
32603
|
): this;
|
|
32501
32604
|
/**
|
|
32502
32605
|
* @SINCE 1.88
|
|
32606
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
32503
32607
|
*
|
|
32504
32608
|
* Fires event {@link #event:setDataComplete setDataComplete} to attached listeners.
|
|
32505
32609
|
*
|
|
@@ -32968,6 +33072,7 @@ declare namespace sap {
|
|
|
32968
33072
|
): this;
|
|
32969
33073
|
/**
|
|
32970
33074
|
* @SINCE 1.88
|
|
33075
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
32971
33076
|
*
|
|
32972
33077
|
* Fires event {@link #event:deltalineDrop deltalineDrop} to attached listeners.
|
|
32973
33078
|
*
|
|
@@ -32989,6 +33094,7 @@ declare namespace sap {
|
|
|
32989
33094
|
): this;
|
|
32990
33095
|
/**
|
|
32991
33096
|
* @SINCE 1.88
|
|
33097
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
32992
33098
|
*
|
|
32993
33099
|
* Fires event {@link #event:deltalineResize deltalineResize} to attached listeners.
|
|
32994
33100
|
*
|
|
@@ -33011,6 +33117,8 @@ declare namespace sap {
|
|
|
33011
33117
|
}
|
|
33012
33118
|
): this;
|
|
33013
33119
|
/**
|
|
33120
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
33121
|
+
*
|
|
33014
33122
|
* Fires event {@link #event:mouseEnter mouseEnter} to attached listeners.
|
|
33015
33123
|
*
|
|
33016
33124
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33022,6 +33130,8 @@ declare namespace sap {
|
|
|
33022
33130
|
mParameters?: object
|
|
33023
33131
|
): this;
|
|
33024
33132
|
/**
|
|
33133
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
33134
|
+
*
|
|
33025
33135
|
* Fires event {@link #event:mouseLeave mouseLeave} to attached listeners.
|
|
33026
33136
|
*
|
|
33027
33137
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -33033,6 +33143,8 @@ declare namespace sap {
|
|
|
33033
33143
|
mParameters?: object
|
|
33034
33144
|
): this;
|
|
33035
33145
|
/**
|
|
33146
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
33147
|
+
*
|
|
33036
33148
|
* Fires event {@link #event:press press} to attached listeners.
|
|
33037
33149
|
*
|
|
33038
33150
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34307,6 +34419,7 @@ declare namespace sap {
|
|
|
34307
34419
|
): this;
|
|
34308
34420
|
/**
|
|
34309
34421
|
* @EXPERIMENTAL (since 1.106)
|
|
34422
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
34310
34423
|
*
|
|
34311
34424
|
* Fires event {@link #event:customGanttSearchResult customGanttSearchResult} to attached listeners.
|
|
34312
34425
|
*
|
|
@@ -34325,6 +34438,8 @@ declare namespace sap {
|
|
|
34325
34438
|
}
|
|
34326
34439
|
): this;
|
|
34327
34440
|
/**
|
|
34441
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
34442
|
+
*
|
|
34328
34443
|
* Fires event {@link #event:customSettingChange customSettingChange} to attached listeners.
|
|
34329
34444
|
*
|
|
34330
34445
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -34346,6 +34461,7 @@ declare namespace sap {
|
|
|
34346
34461
|
): this;
|
|
34347
34462
|
/**
|
|
34348
34463
|
* @EXPERIMENTAL (since 1.102)
|
|
34464
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
34349
34465
|
*
|
|
34350
34466
|
* Fires event {@link #event:ganttSearchSidePanelList ganttSearchSidePanelList} to attached listeners.
|
|
34351
34467
|
*
|
|
@@ -34365,6 +34481,7 @@ declare namespace sap {
|
|
|
34365
34481
|
): this;
|
|
34366
34482
|
/**
|
|
34367
34483
|
* @SINCE 1.88
|
|
34484
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
34368
34485
|
*
|
|
34369
34486
|
* Fires event {@link #event:variantApplied variantApplied} to attached listeners.
|
|
34370
34487
|
*
|
|
@@ -36123,9 +36240,9 @@ declare namespace sap {
|
|
|
36123
36240
|
*/
|
|
36124
36241
|
collapse(
|
|
36125
36242
|
/**
|
|
36126
|
-
*
|
|
36243
|
+
* A single key or an array of scheme keys defined in `sap.gantt.simple.ShapeScheme`
|
|
36127
36244
|
*/
|
|
36128
|
-
|
|
36245
|
+
vSchemeKey: string | string[],
|
|
36129
36246
|
/**
|
|
36130
36247
|
* A single index or an array of indices of the rows to be collapsed
|
|
36131
36248
|
*/
|
|
@@ -36498,9 +36615,9 @@ declare namespace sap {
|
|
|
36498
36615
|
*/
|
|
36499
36616
|
expand(
|
|
36500
36617
|
/**
|
|
36501
|
-
*
|
|
36618
|
+
* A single key or an array of scheme keys defined in `sap.gantt.simple.ShapeScheme`
|
|
36502
36619
|
*/
|
|
36503
|
-
|
|
36620
|
+
vSchemeKey: string | string[],
|
|
36504
36621
|
/**
|
|
36505
36622
|
* A single index or an array of indices of the rows to be collapsed
|
|
36506
36623
|
*/
|
|
@@ -36568,6 +36685,8 @@ declare namespace sap {
|
|
|
36568
36685
|
rowSelection: boolean
|
|
36569
36686
|
): void;
|
|
36570
36687
|
/**
|
|
36688
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
36689
|
+
*
|
|
36571
36690
|
* Fires event {@link #event:dragStart dragStart} to attached listeners.
|
|
36572
36691
|
*
|
|
36573
36692
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36613,6 +36732,7 @@ declare namespace sap {
|
|
|
36613
36732
|
): this;
|
|
36614
36733
|
/**
|
|
36615
36734
|
* @SINCE 1.100
|
|
36735
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
36616
36736
|
*
|
|
36617
36737
|
* Fires event {@link #event:renderingComplete renderingComplete} to attached listeners.
|
|
36618
36738
|
*
|
|
@@ -36625,6 +36745,8 @@ declare namespace sap {
|
|
|
36625
36745
|
mParameters?: object
|
|
36626
36746
|
): this;
|
|
36627
36747
|
/**
|
|
36748
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
36749
|
+
*
|
|
36628
36750
|
* Fires event {@link #event:shapeConnect shapeConnect} to attached listeners.
|
|
36629
36751
|
*
|
|
36630
36752
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36650,6 +36772,7 @@ declare namespace sap {
|
|
|
36650
36772
|
): this;
|
|
36651
36773
|
/**
|
|
36652
36774
|
* @SINCE 1.102
|
|
36775
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
36653
36776
|
*
|
|
36654
36777
|
* Fires event {@link #event:shapeConnectorList shapeConnectorList} to attached listeners.
|
|
36655
36778
|
*
|
|
@@ -36675,6 +36798,8 @@ declare namespace sap {
|
|
|
36675
36798
|
}
|
|
36676
36799
|
): this;
|
|
36677
36800
|
/**
|
|
36801
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
36802
|
+
*
|
|
36678
36803
|
* Fires event {@link #event:shapeContextMenu shapeContextMenu} to attached listeners.
|
|
36679
36804
|
*
|
|
36680
36805
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36707,6 +36832,8 @@ declare namespace sap {
|
|
|
36707
36832
|
}
|
|
36708
36833
|
): this;
|
|
36709
36834
|
/**
|
|
36835
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
36836
|
+
*
|
|
36710
36837
|
* Fires event {@link #event:shapeDoubleClick shapeDoubleClick} to attached listeners.
|
|
36711
36838
|
*
|
|
36712
36839
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36731,6 +36858,8 @@ declare namespace sap {
|
|
|
36731
36858
|
}
|
|
36732
36859
|
): this;
|
|
36733
36860
|
/**
|
|
36861
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
36862
|
+
*
|
|
36734
36863
|
* Fires event {@link #event:shapeDrop shapeDrop} to attached listeners.
|
|
36735
36864
|
*
|
|
36736
36865
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36801,6 +36930,7 @@ declare namespace sap {
|
|
|
36801
36930
|
): this;
|
|
36802
36931
|
/**
|
|
36803
36932
|
* @SINCE 1.100
|
|
36933
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
36804
36934
|
*
|
|
36805
36935
|
* Fires event {@link #event:shapeHighlightChange shapeHighlightChange} to attached listeners.
|
|
36806
36936
|
*
|
|
@@ -36818,6 +36948,8 @@ declare namespace sap {
|
|
|
36818
36948
|
}
|
|
36819
36949
|
): this;
|
|
36820
36950
|
/**
|
|
36951
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
36952
|
+
*
|
|
36821
36953
|
* Fires event {@link #event:shapeMouseEnter shapeMouseEnter} to attached listeners.
|
|
36822
36954
|
*
|
|
36823
36955
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36842,6 +36974,8 @@ declare namespace sap {
|
|
|
36842
36974
|
}
|
|
36843
36975
|
): this;
|
|
36844
36976
|
/**
|
|
36977
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
36978
|
+
*
|
|
36845
36979
|
* Fires event {@link #event:shapeMouseLeave shapeMouseLeave} to attached listeners.
|
|
36846
36980
|
*
|
|
36847
36981
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36862,6 +36996,8 @@ declare namespace sap {
|
|
|
36862
36996
|
}
|
|
36863
36997
|
): this;
|
|
36864
36998
|
/**
|
|
36999
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
37000
|
+
*
|
|
36865
37001
|
* Fires event {@link #event:shapePress shapePress} to attached listeners.
|
|
36866
37002
|
*
|
|
36867
37003
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -36889,6 +37025,8 @@ declare namespace sap {
|
|
|
36889
37025
|
}
|
|
36890
37026
|
): boolean;
|
|
36891
37027
|
/**
|
|
37028
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
37029
|
+
*
|
|
36892
37030
|
* Fires event {@link #event:shapeResize shapeResize} to attached listeners.
|
|
36893
37031
|
*
|
|
36894
37032
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36921,6 +37059,8 @@ declare namespace sap {
|
|
|
36921
37059
|
}
|
|
36922
37060
|
): this;
|
|
36923
37061
|
/**
|
|
37062
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
37063
|
+
*
|
|
36924
37064
|
* Fires event {@link #event:shapeSelectionChange shapeSelectionChange} to attached listeners.
|
|
36925
37065
|
*
|
|
36926
37066
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -36938,6 +37078,7 @@ declare namespace sap {
|
|
|
36938
37078
|
): this;
|
|
36939
37079
|
/**
|
|
36940
37080
|
* @SINCE 1.68
|
|
37081
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
36941
37082
|
*
|
|
36942
37083
|
* Fires event {@link #event:visibleHorizonUpdate visibleHorizonUpdate} to attached listeners.
|
|
36943
37084
|
*
|
|
@@ -37021,6 +37162,8 @@ declare namespace sap {
|
|
|
37021
37162
|
*/
|
|
37022
37163
|
getAdhocLines(): sap.gantt.AdhocLine[];
|
|
37023
37164
|
/**
|
|
37165
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
37166
|
+
*
|
|
37024
37167
|
* This is a shortcut method for GanttChart instance to get the AxisTime.
|
|
37025
37168
|
*
|
|
37026
37169
|
* @returns the AxisTime instance
|
|
@@ -37276,15 +37419,15 @@ declare namespace sap {
|
|
|
37276
37419
|
*/
|
|
37277
37420
|
getEnableNowLine(): boolean;
|
|
37278
37421
|
/**
|
|
37279
|
-
* Gets current value of property {@link #
|
|
37422
|
+
* Gets current value of property {@link #getEnablePseudoShapes enablePseudoShapes}.
|
|
37280
37423
|
*
|
|
37281
37424
|
* Optimizes the rendering of overlapping shapes
|
|
37282
37425
|
*
|
|
37283
37426
|
* Default value is `false`.
|
|
37284
37427
|
*
|
|
37285
|
-
* @returns Value of property `
|
|
37428
|
+
* @returns Value of property `enablePseudoShapes`
|
|
37286
37429
|
*/
|
|
37287
|
-
|
|
37430
|
+
getEnablePseudoShapes(): boolean;
|
|
37288
37431
|
/**
|
|
37289
37432
|
* @SINCE 1.85
|
|
37290
37433
|
*
|
|
@@ -37586,6 +37729,21 @@ declare namespace sap {
|
|
|
37586
37729
|
* @returns Value of property `shapeOverRelationship`
|
|
37587
37730
|
*/
|
|
37588
37731
|
getShapeOverRelationship(): boolean;
|
|
37732
|
+
/**
|
|
37733
|
+
* @EXPERIMENTAL (since 1.113)
|
|
37734
|
+
*
|
|
37735
|
+
* Gets current value of property {@link #getShapeRenderOrder shapeRenderOrder}.
|
|
37736
|
+
*
|
|
37737
|
+
* Comma-separated value of shape aggregations to decide the rendering order The aggregations first in the
|
|
37738
|
+
* array are rendered first. Aggregations not mentioned in the array will be rendered at the very first
|
|
37739
|
+
* Example: "shapes3,shapes2,shapes1" means shapes3 will be rendered at the bottom, and shapes1 will be
|
|
37740
|
+
* rendered at the top
|
|
37741
|
+
*
|
|
37742
|
+
* Default value is `[]`.
|
|
37743
|
+
*
|
|
37744
|
+
* @returns Value of property `shapeRenderOrder`
|
|
37745
|
+
*/
|
|
37746
|
+
getShapeRenderOrder(): string[];
|
|
37589
37747
|
/**
|
|
37590
37748
|
* Gets content of aggregation {@link #getShapeSchemes shapeSchemes}.
|
|
37591
37749
|
*
|
|
@@ -38628,7 +38786,7 @@ declare namespace sap {
|
|
|
38628
38786
|
bEnableNowLine?: boolean
|
|
38629
38787
|
): this;
|
|
38630
38788
|
/**
|
|
38631
|
-
* Sets a new value for property {@link #
|
|
38789
|
+
* Sets a new value for property {@link #getEnablePseudoShapes enablePseudoShapes}.
|
|
38632
38790
|
*
|
|
38633
38791
|
* Optimizes the rendering of overlapping shapes
|
|
38634
38792
|
*
|
|
@@ -38638,11 +38796,11 @@ declare namespace sap {
|
|
|
38638
38796
|
*
|
|
38639
38797
|
* @returns Reference to `this` in order to allow method chaining
|
|
38640
38798
|
*/
|
|
38641
|
-
|
|
38799
|
+
setEnablePseudoShapes(
|
|
38642
38800
|
/**
|
|
38643
|
-
* New value for property `
|
|
38801
|
+
* New value for property `enablePseudoShapes`
|
|
38644
38802
|
*/
|
|
38645
|
-
|
|
38803
|
+
bEnablePseudoShapes?: boolean
|
|
38646
38804
|
): this;
|
|
38647
38805
|
/**
|
|
38648
38806
|
* @SINCE 1.85
|
|
@@ -38664,6 +38822,8 @@ declare namespace sap {
|
|
|
38664
38822
|
bEnableSelectAndDrag?: boolean
|
|
38665
38823
|
): this;
|
|
38666
38824
|
/**
|
|
38825
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
38826
|
+
*
|
|
38667
38827
|
* Enable or disable table's variable row height feature
|
|
38668
38828
|
*/
|
|
38669
38829
|
setEnableVariableRowHeight(
|
|
@@ -38819,6 +38979,8 @@ declare namespace sap {
|
|
|
38819
38979
|
bIsConnectorDetailsVisible?: boolean
|
|
38820
38980
|
): this;
|
|
38821
38981
|
/**
|
|
38982
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
38983
|
+
*
|
|
38822
38984
|
* Implementation of sap.gantt.simple.GanttChartWithTable.setLargeDataScrolling method.
|
|
38823
38985
|
*/
|
|
38824
38986
|
setLargeDataScrolling(
|
|
@@ -41551,6 +41713,8 @@ declare namespace sap {
|
|
|
41551
41713
|
oListener?: object
|
|
41552
41714
|
): this;
|
|
41553
41715
|
/**
|
|
41716
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
41717
|
+
*
|
|
41554
41718
|
* Fires event {@link #event:interactiveChange interactiveChange} to attached listeners.
|
|
41555
41719
|
*
|
|
41556
41720
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -42912,6 +43076,8 @@ declare namespace sap {
|
|
|
42912
43076
|
| sap.gantt.simple.StockChartDimension
|
|
42913
43077
|
): sap.gantt.simple.StockChartDimension | null;
|
|
42914
43078
|
/**
|
|
43079
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
43080
|
+
*
|
|
42915
43081
|
* Render a shape element with RenderManager
|
|
42916
43082
|
*/
|
|
42917
43083
|
renderElement(
|
|
@@ -43653,6 +43819,8 @@ declare namespace sap {
|
|
|
43653
43819
|
vPeriod: int | string | sap.gantt.simple.UtilizationPeriod
|
|
43654
43820
|
): sap.gantt.simple.UtilizationPeriod | null;
|
|
43655
43821
|
/**
|
|
43822
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
43823
|
+
*
|
|
43656
43824
|
* Render a shape element with RenderManager
|
|
43657
43825
|
*/
|
|
43658
43826
|
renderElement(
|
|
@@ -43789,6 +43957,8 @@ declare namespace sap {
|
|
|
43789
43957
|
*/
|
|
43790
43958
|
getRemainCapacityColor(): sap.gantt.ValueSVGPaintServer;
|
|
43791
43959
|
/**
|
|
43960
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
43961
|
+
*
|
|
43792
43962
|
* Calculate the actual width of the shape. The width is calculated based on the time range provided by
|
|
43793
43963
|
* property `time` and `endTime` bindings.
|
|
43794
43964
|
*
|
|
@@ -43796,6 +43966,8 @@ declare namespace sap {
|
|
|
43796
43966
|
*/
|
|
43797
43967
|
getWidth(): float;
|
|
43798
43968
|
/**
|
|
43969
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
43970
|
+
*
|
|
43799
43971
|
* Convert the bound time to svg x coordination
|
|
43800
43972
|
*
|
|
43801
43973
|
* @returns the x coordination
|
|
@@ -44212,6 +44384,8 @@ declare namespace sap {
|
|
|
44212
44384
|
vDimension: int | string | sap.gantt.simple.UtilizationDimension
|
|
44213
44385
|
): sap.gantt.simple.UtilizationDimension | null;
|
|
44214
44386
|
/**
|
|
44387
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
44388
|
+
*
|
|
44215
44389
|
* Render a shape element with RenderManager
|
|
44216
44390
|
*/
|
|
44217
44391
|
renderElement(
|
|
@@ -47302,6 +47476,8 @@ declare namespace sap {
|
|
|
47302
47476
|
iLevel: int
|
|
47303
47477
|
): this;
|
|
47304
47478
|
/**
|
|
47479
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47480
|
+
*
|
|
47305
47481
|
* Fires event {@link #event:chartClick chartClick} to attached listeners.
|
|
47306
47482
|
*
|
|
47307
47483
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47343,6 +47519,8 @@ declare namespace sap {
|
|
|
47343
47519
|
}
|
|
47344
47520
|
): this;
|
|
47345
47521
|
/**
|
|
47522
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47523
|
+
*
|
|
47346
47524
|
* Fires event {@link #event:chartDoubleClick chartDoubleClick} to attached listeners.
|
|
47347
47525
|
*
|
|
47348
47526
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47384,6 +47562,8 @@ declare namespace sap {
|
|
|
47384
47562
|
}
|
|
47385
47563
|
): this;
|
|
47386
47564
|
/**
|
|
47565
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47566
|
+
*
|
|
47387
47567
|
* Fires event {@link #event:chartDragEnter chartDragEnter} to attached listeners.
|
|
47388
47568
|
*
|
|
47389
47569
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47397,6 +47577,8 @@ declare namespace sap {
|
|
|
47397
47577
|
}
|
|
47398
47578
|
): this;
|
|
47399
47579
|
/**
|
|
47580
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47581
|
+
*
|
|
47400
47582
|
* Fires event {@link #event:chartDragLeave chartDragLeave} to attached listeners.
|
|
47401
47583
|
*
|
|
47402
47584
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47412,6 +47594,8 @@ declare namespace sap {
|
|
|
47412
47594
|
}
|
|
47413
47595
|
): this;
|
|
47414
47596
|
/**
|
|
47597
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47598
|
+
*
|
|
47415
47599
|
* Fires event {@link #event:chartMouseOver chartMouseOver} to attached listeners.
|
|
47416
47600
|
*
|
|
47417
47601
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47453,6 +47637,8 @@ declare namespace sap {
|
|
|
47453
47637
|
}
|
|
47454
47638
|
): this;
|
|
47455
47639
|
/**
|
|
47640
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47641
|
+
*
|
|
47456
47642
|
* Fires event {@link #event:chartRightClick chartRightClick} to attached listeners.
|
|
47457
47643
|
*
|
|
47458
47644
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47494,6 +47680,8 @@ declare namespace sap {
|
|
|
47494
47680
|
}
|
|
47495
47681
|
): this;
|
|
47496
47682
|
/**
|
|
47683
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47684
|
+
*
|
|
47497
47685
|
* Fires event {@link #event:ganttChartSwitchRequested ganttChartSwitchRequested} to attached listeners.
|
|
47498
47686
|
*
|
|
47499
47687
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47511,6 +47699,7 @@ declare namespace sap {
|
|
|
47511
47699
|
): this;
|
|
47512
47700
|
/**
|
|
47513
47701
|
* @deprecated (since 1.44)
|
|
47702
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47514
47703
|
*
|
|
47515
47704
|
* Fires event {@link #event:horizontalScroll horizontalScroll} to attached listeners.
|
|
47516
47705
|
*
|
|
@@ -47536,6 +47725,8 @@ declare namespace sap {
|
|
|
47536
47725
|
}
|
|
47537
47726
|
): this;
|
|
47538
47727
|
/**
|
|
47728
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47729
|
+
*
|
|
47539
47730
|
* Fires event {@link #event:relationshipSelectionChange relationshipSelectionChange} to attached listeners.
|
|
47540
47731
|
*
|
|
47541
47732
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47552,6 +47743,8 @@ declare namespace sap {
|
|
|
47552
47743
|
}
|
|
47553
47744
|
): this;
|
|
47554
47745
|
/**
|
|
47746
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47747
|
+
*
|
|
47555
47748
|
* Fires event {@link #event:rowSelectionChange rowSelectionChange} to attached listeners.
|
|
47556
47749
|
*
|
|
47557
47750
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47568,6 +47761,8 @@ declare namespace sap {
|
|
|
47568
47761
|
}
|
|
47569
47762
|
): this;
|
|
47570
47763
|
/**
|
|
47764
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47765
|
+
*
|
|
47571
47766
|
* Fires event {@link #event:shapeDragEnd shapeDragEnd} to attached listeners.
|
|
47572
47767
|
*
|
|
47573
47768
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47607,6 +47802,8 @@ declare namespace sap {
|
|
|
47607
47802
|
}
|
|
47608
47803
|
): this;
|
|
47609
47804
|
/**
|
|
47805
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47806
|
+
*
|
|
47610
47807
|
* Fires event {@link #event:shapeMouseEnter shapeMouseEnter} to attached listeners.
|
|
47611
47808
|
*
|
|
47612
47809
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47635,6 +47832,8 @@ declare namespace sap {
|
|
|
47635
47832
|
}
|
|
47636
47833
|
): this;
|
|
47637
47834
|
/**
|
|
47835
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47836
|
+
*
|
|
47638
47837
|
* Fires event {@link #event:shapeMouseLeave shapeMouseLeave} to attached listeners.
|
|
47639
47838
|
*
|
|
47640
47839
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47655,6 +47854,8 @@ declare namespace sap {
|
|
|
47655
47854
|
}
|
|
47656
47855
|
): this;
|
|
47657
47856
|
/**
|
|
47857
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47858
|
+
*
|
|
47658
47859
|
* Fires event {@link #event:shapeResizeEnd shapeResizeEnd} to attached listeners.
|
|
47659
47860
|
*
|
|
47660
47861
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47683,6 +47884,8 @@ declare namespace sap {
|
|
|
47683
47884
|
}
|
|
47684
47885
|
): this;
|
|
47685
47886
|
/**
|
|
47887
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47888
|
+
*
|
|
47686
47889
|
* Fires event {@link #event:shapeSelectionChange shapeSelectionChange} to attached listeners.
|
|
47687
47890
|
*
|
|
47688
47891
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47699,6 +47902,8 @@ declare namespace sap {
|
|
|
47699
47902
|
}
|
|
47700
47903
|
): this;
|
|
47701
47904
|
/**
|
|
47905
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47906
|
+
*
|
|
47702
47907
|
* Fires event {@link #event:splitterResize splitterResize} to attached listeners.
|
|
47703
47908
|
*
|
|
47704
47909
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47745,6 +47950,8 @@ declare namespace sap {
|
|
|
47745
47950
|
}
|
|
47746
47951
|
): this;
|
|
47747
47952
|
/**
|
|
47953
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47954
|
+
*
|
|
47748
47955
|
* Fires event {@link #event:treeTableToggleEvent treeTableToggleEvent} to attached listeners.
|
|
47749
47956
|
*
|
|
47750
47957
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47770,6 +47977,7 @@ declare namespace sap {
|
|
|
47770
47977
|
): this;
|
|
47771
47978
|
/**
|
|
47772
47979
|
* @deprecated (since 1.44)
|
|
47980
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
47773
47981
|
*
|
|
47774
47982
|
* Fires event {@link #event:verticalScroll verticalScroll} to attached listeners.
|
|
47775
47983
|
*
|
|
@@ -48253,6 +48461,8 @@ declare namespace sap {
|
|
|
48253
48461
|
*/
|
|
48254
48462
|
getWidth(): sap.ui.core.CSSSize;
|
|
48255
48463
|
/**
|
|
48464
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
48465
|
+
*
|
|
48256
48466
|
* Default event handler for the internal event expandChartChange from global TOOLBAR.
|
|
48257
48467
|
*/
|
|
48258
48468
|
handleExpandChartChange(
|
|
@@ -48306,6 +48516,8 @@ declare namespace sap {
|
|
|
48306
48516
|
oRow: sap.ui.core.Control
|
|
48307
48517
|
): int;
|
|
48308
48518
|
/**
|
|
48519
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
48520
|
+
*
|
|
48309
48521
|
* Initializes the GanttChart instance after creation.
|
|
48310
48522
|
*/
|
|
48311
48523
|
init(): void;
|
|
@@ -48376,6 +48588,8 @@ declare namespace sap {
|
|
|
48376
48588
|
vDate: Date | string | any[]
|
|
48377
48589
|
): void;
|
|
48378
48590
|
/**
|
|
48591
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
48592
|
+
*
|
|
48379
48593
|
* Notifies that the data source has changed.
|
|
48380
48594
|
*/
|
|
48381
48595
|
notifySourceChange(): void;
|
|
@@ -49532,6 +49746,8 @@ declare namespace sap {
|
|
|
49532
49746
|
oListener?: object
|
|
49533
49747
|
): this;
|
|
49534
49748
|
/**
|
|
49749
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
49750
|
+
*
|
|
49535
49751
|
* Fires event {@link #event:customSettingChange customSettingChange} to attached listeners.
|
|
49536
49752
|
*
|
|
49537
49753
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -49552,6 +49768,8 @@ declare namespace sap {
|
|
|
49552
49768
|
}
|
|
49553
49769
|
): this;
|
|
49554
49770
|
/**
|
|
49771
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
49772
|
+
*
|
|
49555
49773
|
* Fires event {@link #event:ganttChartChangeRequested ganttChartChangeRequested} to attached listeners.
|
|
49556
49774
|
*
|
|
49557
49775
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -49590,6 +49808,8 @@ declare namespace sap {
|
|
|
49590
49808
|
}
|
|
49591
49809
|
): this;
|
|
49592
49810
|
/**
|
|
49811
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
49812
|
+
*
|
|
49593
49813
|
* Fires event {@link #event:treeTableToggleEvent treeTableToggleEvent} to attached listeners.
|
|
49594
49814
|
*
|
|
49595
49815
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -50759,6 +50979,8 @@ declare namespace sap {
|
|
|
50759
50979
|
iRowIndex: int
|
|
50760
50980
|
): this;
|
|
50761
50981
|
/**
|
|
50982
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
50983
|
+
*
|
|
50762
50984
|
* Allows to hide the hierarchy structure (tree icons, indentation) in left table. This might be useful
|
|
50763
50985
|
* in some scenarios when the data is not hierarchical, no need for any expand/collapse. **Note:** In flat
|
|
50764
50986
|
* mode the hierarchy is not visible to the user.
|