@openui5/ts-types 1.112.2 → 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.f.d.ts +75 -38
- package/types/sap.m.d.ts +1854 -85
- 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.core.d.ts +1508 -518
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +13 -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.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.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.uxap.d.ts +26 -1
package/package.json
CHANGED
package/types/sap.f.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
|
/**
|
|
@@ -537,6 +537,8 @@ declare namespace sap {
|
|
|
537
537
|
oListener?: object
|
|
538
538
|
): this;
|
|
539
539
|
/**
|
|
540
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
541
|
+
*
|
|
540
542
|
* This method is a hook for the RenderManager that gets called during the rendering of child Controls.
|
|
541
543
|
* It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
|
|
542
544
|
*/
|
|
@@ -555,6 +557,8 @@ declare namespace sap {
|
|
|
555
557
|
}
|
|
556
558
|
): void;
|
|
557
559
|
/**
|
|
560
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
561
|
+
*
|
|
558
562
|
* Fires event {@link #event:press press} to attached listeners.
|
|
559
563
|
*
|
|
560
564
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1041,6 +1045,8 @@ declare namespace sap {
|
|
|
1041
1045
|
oListener?: object
|
|
1042
1046
|
): this;
|
|
1043
1047
|
/**
|
|
1048
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
1049
|
+
*
|
|
1044
1050
|
* This method is a hook for the RenderManager that gets called during the rendering of child Controls.
|
|
1045
1051
|
* It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
|
|
1046
1052
|
*/
|
|
@@ -1059,6 +1065,8 @@ declare namespace sap {
|
|
|
1059
1065
|
}
|
|
1060
1066
|
): void;
|
|
1061
1067
|
/**
|
|
1068
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
1069
|
+
*
|
|
1062
1070
|
* Fires event {@link #event:press press} to attached listeners.
|
|
1063
1071
|
*
|
|
1064
1072
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -2775,8 +2783,6 @@ declare namespace sap {
|
|
|
2775
2783
|
*
|
|
2776
2784
|
* If all the areas have assigned values greater than 1, the numbers are scaled so that at least one of
|
|
2777
2785
|
* them is equal to 1. For example, value of `2:4:8` is equal to `1:2:4`.
|
|
2778
|
-
*
|
|
2779
|
-
* When this property is set the `titlePrimaryArea` property has no effect.
|
|
2780
2786
|
*/
|
|
2781
2787
|
titleAreaShrinkRatio?:
|
|
2782
2788
|
| sap.f.DynamicPageTitleShrinkRatio
|
|
@@ -5428,8 +5434,6 @@ declare namespace sap {
|
|
|
5428
5434
|
* If all the areas have assigned values greater than 1, the numbers are scaled so that at least one of
|
|
5429
5435
|
* them is equal to 1. For example, value of `2:4:8` is equal to `1:2:4`.
|
|
5430
5436
|
*
|
|
5431
|
-
* When this property is set the `titlePrimaryArea` property has no effect.
|
|
5432
|
-
*
|
|
5433
5437
|
* Default value is `"1:1.6:1.6"`.
|
|
5434
5438
|
*
|
|
5435
5439
|
* @returns Value of property `titleAreaShrinkRatio`
|
|
@@ -6384,8 +6388,6 @@ declare namespace sap {
|
|
|
6384
6388
|
* If all the areas have assigned values greater than 1, the numbers are scaled so that at least one of
|
|
6385
6389
|
* them is equal to 1. For example, value of `2:4:8` is equal to `1:2:4`.
|
|
6386
6390
|
*
|
|
6387
|
-
* When this property is set the `titlePrimaryArea` property has no effect.
|
|
6388
|
-
*
|
|
6389
6391
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
6390
6392
|
*
|
|
6391
6393
|
* Default value is `"1:1.6:1.6"`.
|
|
@@ -6446,37 +6448,6 @@ declare namespace sap {
|
|
|
6446
6448
|
*/
|
|
6447
6449
|
oTitleMainAction: sap.f.semantic.TitleMainAction
|
|
6448
6450
|
): this;
|
|
6449
|
-
/**
|
|
6450
|
-
* @SINCE 1.52
|
|
6451
|
-
* @deprecated (since 1.58) - Please use the `titleAreaShrinkRatio` property instead. The value of `titleAreaShrinkRatio`
|
|
6452
|
-
* must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
|
|
6453
|
-
* than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
|
|
6454
|
-
* reduced.
|
|
6455
|
-
*
|
|
6456
|
-
* `titlePrimaryArea=Begin` can be achieved by setting a low number for the Heading area to `titleAreaShrinkRatio`,
|
|
6457
|
-
* for example `1:1.6:1.6`.
|
|
6458
|
-
*
|
|
6459
|
-
* `titlePrimaryArea=Middle` can be achieved by setting a low number for the Content area to `titleAreaShrinkRatio`,
|
|
6460
|
-
* for example `1.6:1:1.6`.
|
|
6461
|
-
*
|
|
6462
|
-
* Sets a new value for property {@link #getTitlePrimaryArea titlePrimaryArea}.
|
|
6463
|
-
*
|
|
6464
|
-
* Determines which of the title areas (Begin, Middle) is primary.
|
|
6465
|
-
*
|
|
6466
|
-
* **Note:** The primary area is shrinking at a lower rate, remaining visible as long as it can.
|
|
6467
|
-
*
|
|
6468
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
6469
|
-
*
|
|
6470
|
-
* Default value is `Begin`.
|
|
6471
|
-
*
|
|
6472
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
6473
|
-
*/
|
|
6474
|
-
setTitlePrimaryArea(
|
|
6475
|
-
/**
|
|
6476
|
-
* New value for property `titlePrimaryArea`
|
|
6477
|
-
*/
|
|
6478
|
-
sTitlePrimaryArea?: sap.f.DynamicPageTitleArea
|
|
6479
|
-
): this;
|
|
6480
6451
|
/**
|
|
6481
6452
|
* @SINCE 1.58
|
|
6482
6453
|
*
|
|
@@ -8810,6 +8781,8 @@ declare namespace sap {
|
|
|
8810
8781
|
oListener?: object
|
|
8811
8782
|
): this;
|
|
8812
8783
|
/**
|
|
8784
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8785
|
+
*
|
|
8813
8786
|
* Fires event {@link #event:press press} to attached listeners.
|
|
8814
8787
|
*
|
|
8815
8788
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -9411,6 +9384,8 @@ declare namespace sap {
|
|
|
9411
9384
|
*/
|
|
9412
9385
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
9413
9386
|
/**
|
|
9387
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
9388
|
+
*
|
|
9414
9389
|
* Returns the DOM Element that should get the focus.
|
|
9415
9390
|
*
|
|
9416
9391
|
* @returns Returns the DOM Element that should get the focus
|
|
@@ -9692,6 +9667,7 @@ declare namespace sap {
|
|
|
9692
9667
|
): this;
|
|
9693
9668
|
/**
|
|
9694
9669
|
* @SINCE 1.93
|
|
9670
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
9695
9671
|
*
|
|
9696
9672
|
* Fires event {@link #event:pinnedStateChange pinnedStateChange} to attached listeners.
|
|
9697
9673
|
*
|
|
@@ -10967,6 +10943,7 @@ declare namespace sap {
|
|
|
10967
10943
|
): this;
|
|
10968
10944
|
/**
|
|
10969
10945
|
* @SINCE 1.54
|
|
10946
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
10970
10947
|
*
|
|
10971
10948
|
* Fires event {@link #event:stateChange stateChange} to attached listeners.
|
|
10972
10949
|
*
|
|
@@ -12469,6 +12446,8 @@ declare namespace sap {
|
|
|
12469
12446
|
oListener?: object
|
|
12470
12447
|
): this;
|
|
12471
12448
|
/**
|
|
12449
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12450
|
+
*
|
|
12472
12451
|
* Fires event {@link #event:afterBeginColumnNavigate afterBeginColumnNavigate} to attached listeners.
|
|
12473
12452
|
*
|
|
12474
12453
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12522,6 +12501,8 @@ declare namespace sap {
|
|
|
12522
12501
|
}
|
|
12523
12502
|
): this;
|
|
12524
12503
|
/**
|
|
12504
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12505
|
+
*
|
|
12525
12506
|
* Fires event {@link #event:afterEndColumnNavigate afterEndColumnNavigate} to attached listeners.
|
|
12526
12507
|
*
|
|
12527
12508
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12575,6 +12556,8 @@ declare namespace sap {
|
|
|
12575
12556
|
}
|
|
12576
12557
|
): this;
|
|
12577
12558
|
/**
|
|
12559
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12560
|
+
*
|
|
12578
12561
|
* Fires event {@link #event:afterMidColumnNavigate afterMidColumnNavigate} to attached listeners.
|
|
12579
12562
|
*
|
|
12580
12563
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -12628,6 +12611,8 @@ declare namespace sap {
|
|
|
12628
12611
|
}
|
|
12629
12612
|
): this;
|
|
12630
12613
|
/**
|
|
12614
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12615
|
+
*
|
|
12631
12616
|
* Fires event {@link #event:beginColumnNavigate beginColumnNavigate} to attached listeners.
|
|
12632
12617
|
*
|
|
12633
12618
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -12685,6 +12670,7 @@ declare namespace sap {
|
|
|
12685
12670
|
): boolean;
|
|
12686
12671
|
/**
|
|
12687
12672
|
* @SINCE 1.76
|
|
12673
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12688
12674
|
*
|
|
12689
12675
|
* Fires event {@link #event:columnResize columnResize} to attached listeners.
|
|
12690
12676
|
*
|
|
@@ -12710,6 +12696,8 @@ declare namespace sap {
|
|
|
12710
12696
|
}
|
|
12711
12697
|
): this;
|
|
12712
12698
|
/**
|
|
12699
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12700
|
+
*
|
|
12713
12701
|
* Fires event {@link #event:endColumnNavigate endColumnNavigate} to attached listeners.
|
|
12714
12702
|
*
|
|
12715
12703
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -12766,6 +12754,8 @@ declare namespace sap {
|
|
|
12766
12754
|
}
|
|
12767
12755
|
): boolean;
|
|
12768
12756
|
/**
|
|
12757
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12758
|
+
*
|
|
12769
12759
|
* Fires event {@link #event:midColumnNavigate midColumnNavigate} to attached listeners.
|
|
12770
12760
|
*
|
|
12771
12761
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|
|
@@ -12822,6 +12812,8 @@ declare namespace sap {
|
|
|
12822
12812
|
}
|
|
12823
12813
|
): boolean;
|
|
12824
12814
|
/**
|
|
12815
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
12816
|
+
*
|
|
12825
12817
|
* Fires event {@link #event:stateChange stateChange} to attached listeners.
|
|
12826
12818
|
*
|
|
12827
12819
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -14554,6 +14546,8 @@ declare namespace sap {
|
|
|
14554
14546
|
oListener?: object
|
|
14555
14547
|
): this;
|
|
14556
14548
|
/**
|
|
14549
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14550
|
+
*
|
|
14557
14551
|
* Fires event {@link #event:borderReached borderReached} to attached listeners.
|
|
14558
14552
|
*
|
|
14559
14553
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -14582,6 +14576,8 @@ declare namespace sap {
|
|
|
14582
14576
|
}
|
|
14583
14577
|
): this;
|
|
14584
14578
|
/**
|
|
14579
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14580
|
+
*
|
|
14585
14581
|
* Fires event {@link #event:columnsChange columnsChange} to attached listeners.
|
|
14586
14582
|
*
|
|
14587
14583
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -14598,6 +14594,8 @@ declare namespace sap {
|
|
|
14598
14594
|
}
|
|
14599
14595
|
): this;
|
|
14600
14596
|
/**
|
|
14597
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14598
|
+
*
|
|
14601
14599
|
* Fires event {@link #event:layoutChange layoutChange} to attached listeners.
|
|
14602
14600
|
*
|
|
14603
14601
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -15687,6 +15685,8 @@ declare namespace sap {
|
|
|
15687
15685
|
oListener?: object
|
|
15688
15686
|
): this;
|
|
15689
15687
|
/**
|
|
15688
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
15689
|
+
*
|
|
15690
15690
|
* Fires event {@link #event:borderReached borderReached} to attached listeners.
|
|
15691
15691
|
*
|
|
15692
15692
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -15749,12 +15749,16 @@ declare namespace sap {
|
|
|
15749
15749
|
*/
|
|
15750
15750
|
getCustomLayout(): sap.ui.layout.cssgrid.GridLayoutBase;
|
|
15751
15751
|
/**
|
|
15752
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
15753
|
+
*
|
|
15752
15754
|
* Implements IGridConfigurable interface.
|
|
15753
15755
|
*
|
|
15754
15756
|
* @returns An array with the DOM elements
|
|
15755
15757
|
*/
|
|
15756
15758
|
getGridDomRefs(): HTMLElement[];
|
|
15757
15759
|
/**
|
|
15760
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
15761
|
+
*
|
|
15758
15762
|
* Implements IGridConfigurable interface.
|
|
15759
15763
|
*
|
|
15760
15764
|
* @returns The grid layout
|
|
@@ -16257,6 +16261,8 @@ declare namespace sap {
|
|
|
16257
16261
|
oListener?: object
|
|
16258
16262
|
): this;
|
|
16259
16263
|
/**
|
|
16264
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16265
|
+
*
|
|
16260
16266
|
* Fires event {@link #event:change change} to attached listeners.
|
|
16261
16267
|
*
|
|
16262
16268
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -16837,6 +16843,8 @@ declare namespace sap {
|
|
|
16837
16843
|
oListener?: object
|
|
16838
16844
|
): this;
|
|
16839
16845
|
/**
|
|
16846
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16847
|
+
*
|
|
16840
16848
|
* Fires event {@link #event:liveChange liveChange} to attached listeners.
|
|
16841
16849
|
*
|
|
16842
16850
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -16853,6 +16861,8 @@ declare namespace sap {
|
|
|
16853
16861
|
}
|
|
16854
16862
|
): this;
|
|
16855
16863
|
/**
|
|
16864
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16865
|
+
*
|
|
16856
16866
|
* Fires event {@link #event:search search} to attached listeners.
|
|
16857
16867
|
*
|
|
16858
16868
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -16873,6 +16883,8 @@ declare namespace sap {
|
|
|
16873
16883
|
}
|
|
16874
16884
|
): this;
|
|
16875
16885
|
/**
|
|
16886
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
16887
|
+
*
|
|
16876
16888
|
* Fires event {@link #event:suggest suggest} to attached listeners.
|
|
16877
16889
|
*
|
|
16878
16890
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -17168,6 +17180,7 @@ declare namespace sap {
|
|
|
17168
17180
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
17169
17181
|
/**
|
|
17170
17182
|
* @SINCE 1.65
|
|
17183
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17171
17184
|
*
|
|
17172
17185
|
* Sets classes according to the context of the page. Possible contexts are header, footer, and subheader.
|
|
17173
17186
|
*
|
|
@@ -17176,6 +17189,7 @@ declare namespace sap {
|
|
|
17176
17189
|
_applyContextClassFor(): sap.m.IBar;
|
|
17177
17190
|
/**
|
|
17178
17191
|
* @SINCE 1.65
|
|
17192
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17179
17193
|
*
|
|
17180
17194
|
* Sets the HTML tag according to the context of the page. Possible contexts are header, footer, and subheader.
|
|
17181
17195
|
*
|
|
@@ -17195,6 +17209,7 @@ declare namespace sap {
|
|
|
17195
17209
|
): this;
|
|
17196
17210
|
/**
|
|
17197
17211
|
* @SINCE 1.65
|
|
17212
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17198
17213
|
*
|
|
17199
17214
|
* Sets classes and HTML tag according to the context of the page. Possible contexts are header, footer,
|
|
17200
17215
|
* and subheader
|
|
@@ -17747,6 +17762,8 @@ declare namespace sap {
|
|
|
17747
17762
|
oListener?: object
|
|
17748
17763
|
): this;
|
|
17749
17764
|
/**
|
|
17765
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17766
|
+
*
|
|
17750
17767
|
* Fires event {@link #event:avatarPressed avatarPressed} to attached listeners.
|
|
17751
17768
|
*
|
|
17752
17769
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -17763,6 +17780,8 @@ declare namespace sap {
|
|
|
17763
17780
|
}
|
|
17764
17781
|
): this;
|
|
17765
17782
|
/**
|
|
17783
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17784
|
+
*
|
|
17766
17785
|
* Fires event {@link #event:copilotPressed copilotPressed} to attached listeners.
|
|
17767
17786
|
*
|
|
17768
17787
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -17779,6 +17798,8 @@ declare namespace sap {
|
|
|
17779
17798
|
}
|
|
17780
17799
|
): this;
|
|
17781
17800
|
/**
|
|
17801
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17802
|
+
*
|
|
17782
17803
|
* Fires event {@link #event:homeIconPressed homeIconPressed} to attached listeners.
|
|
17783
17804
|
*
|
|
17784
17805
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -17795,6 +17816,8 @@ declare namespace sap {
|
|
|
17795
17816
|
}
|
|
17796
17817
|
): this;
|
|
17797
17818
|
/**
|
|
17819
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17820
|
+
*
|
|
17798
17821
|
* Fires event {@link #event:menuButtonPressed menuButtonPressed} to attached listeners.
|
|
17799
17822
|
*
|
|
17800
17823
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -17811,6 +17834,8 @@ declare namespace sap {
|
|
|
17811
17834
|
}
|
|
17812
17835
|
): this;
|
|
17813
17836
|
/**
|
|
17837
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17838
|
+
*
|
|
17814
17839
|
* Fires event {@link #event:navButtonPressed navButtonPressed} to attached listeners.
|
|
17815
17840
|
*
|
|
17816
17841
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -17827,6 +17852,8 @@ declare namespace sap {
|
|
|
17827
17852
|
}
|
|
17828
17853
|
): this;
|
|
17829
17854
|
/**
|
|
17855
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17856
|
+
*
|
|
17830
17857
|
* Fires event {@link #event:notificationsPressed notificationsPressed} to attached listeners.
|
|
17831
17858
|
*
|
|
17832
17859
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -17843,6 +17870,8 @@ declare namespace sap {
|
|
|
17843
17870
|
}
|
|
17844
17871
|
): this;
|
|
17845
17872
|
/**
|
|
17873
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17874
|
+
*
|
|
17846
17875
|
* Fires event {@link #event:productSwitcherPressed productSwitcherPressed} to attached listeners.
|
|
17847
17876
|
*
|
|
17848
17877
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -17859,6 +17888,8 @@ declare namespace sap {
|
|
|
17859
17888
|
}
|
|
17860
17889
|
): this;
|
|
17861
17890
|
/**
|
|
17891
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17892
|
+
*
|
|
17862
17893
|
* Fires event {@link #event:searchButtonPressed searchButtonPressed} to attached listeners.
|
|
17863
17894
|
*
|
|
17864
17895
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -17884,6 +17915,7 @@ declare namespace sap {
|
|
|
17884
17915
|
getAdditionalContent(): sap.f.IShellBar[];
|
|
17885
17916
|
/**
|
|
17886
17917
|
* @SINCE 1.65
|
|
17918
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17887
17919
|
*
|
|
17888
17920
|
* Gets the available Bar contexts.
|
|
17889
17921
|
*
|
|
@@ -17914,6 +17946,7 @@ declare namespace sap {
|
|
|
17914
17946
|
getHomeIconTooltip(): string;
|
|
17915
17947
|
/**
|
|
17916
17948
|
* @SINCE 1.65
|
|
17949
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
17917
17950
|
*
|
|
17918
17951
|
* Gets the HTML tag of the root DOM Reference.
|
|
17919
17952
|
*
|
|
@@ -18066,6 +18099,7 @@ declare namespace sap {
|
|
|
18066
18099
|
): this;
|
|
18067
18100
|
/**
|
|
18068
18101
|
* @SINCE 1.65
|
|
18102
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
18069
18103
|
*
|
|
18070
18104
|
* Returns if the bar is sensitive to the container context. Implementation of the IBar interface
|
|
18071
18105
|
*
|
|
@@ -18129,6 +18163,7 @@ declare namespace sap {
|
|
|
18129
18163
|
): this;
|
|
18130
18164
|
/**
|
|
18131
18165
|
* @SINCE 1.65
|
|
18166
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
18132
18167
|
*
|
|
18133
18168
|
* Sets the HTML tag of the root DOM Reference.
|
|
18134
18169
|
*
|
|
@@ -18563,6 +18598,8 @@ declare namespace sap {
|
|
|
18563
18598
|
oListener?: object
|
|
18564
18599
|
): this;
|
|
18565
18600
|
/**
|
|
18601
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
18602
|
+
*
|
|
18566
18603
|
* Fires event {@link #event:toggle toggle} to attached listeners.
|
|
18567
18604
|
*
|
|
18568
18605
|
* Listeners may prevent the default action of this event by calling the `preventDefault` method on the
|