@openui5/types 1.114.0 → 1.115.1
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 +1780 -1315
- package/types/sap.m.d.ts +12407 -8461
- package/types/sap.tnt.d.ts +173 -95
- package/types/sap.ui.codeeditor.d.ts +61 -39
- package/types/sap.ui.commons.d.ts +1393 -846
- package/types/sap.ui.core.d.ts +6286 -3651
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +160 -100
- package/types/sap.ui.integration.d.ts +502 -375
- package/types/sap.ui.layout.d.ts +603 -640
- package/types/sap.ui.mdc.d.ts +22208 -140
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +29 -13
- package/types/sap.ui.support.d.ts +15 -16
- package/types/sap.ui.table.d.ts +907 -647
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1765 -1179
- package/types/sap.ui.ux3.d.ts +1472 -807
- package/types/sap.ui.webc.common.d.ts +5 -5
- package/types/sap.ui.webc.fiori.d.ts +817 -462
- package/types/sap.ui.webc.main.d.ts +2018 -1096
- package/types/sap.uxap.d.ts +472 -348
package/types/sap.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/uxap/library" {
|
|
4
4
|
/**
|
|
@@ -28,7 +28,7 @@ declare module "sap/uxap/library" {
|
|
|
28
28
|
OneColumn = "OneColumn",
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
* @
|
|
31
|
+
* @since 1.52
|
|
32
32
|
*
|
|
33
33
|
* Interface for controls that are eligible for the `headerContent` aggregation of the `{@link sap.uxap.ObjectPageLayout}`.
|
|
34
34
|
*
|
|
@@ -38,19 +38,18 @@ declare module "sap/uxap/library" {
|
|
|
38
38
|
*
|
|
39
39
|
*
|
|
40
40
|
* For more information on the types of header available for the `{@link sap.uxap.ObjectPageLayout ObjectPageLayout}`,
|
|
41
|
-
* see {@link topic
|
|
41
|
+
* see {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}.
|
|
42
42
|
*
|
|
43
|
-
* For details regarding the differences and similarities between the available headers, see {@link topic
|
|
44
|
-
* Object Page Headers Comparison}.
|
|
43
|
+
* For details regarding the differences and similarities between the available headers, see {@link https://ui5.sap.com/#/topic/9c9d94fd28284539a9a5a57e9caf82a8 Object Page Headers Comparison}.
|
|
45
44
|
* See:
|
|
46
|
-
* {@link topic
|
|
45
|
+
* {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
47
46
|
*/
|
|
48
47
|
export interface IHeaderContent {
|
|
49
48
|
__implements__sap_uxap_IHeaderContent: boolean;
|
|
50
49
|
}
|
|
51
50
|
|
|
52
51
|
/**
|
|
53
|
-
* @
|
|
52
|
+
* @since 1.52
|
|
54
53
|
*
|
|
55
54
|
* Interface for controls that are eligible for the `headerTitle` aggregation of the `{@link sap.uxap.ObjectPageLayout}`.
|
|
56
55
|
*
|
|
@@ -59,19 +58,18 @@ declare module "sap/uxap/library" {
|
|
|
59
58
|
* - `{@link sap.uxap.ObjectPageDynamicHeaderTitle}` - `ObjectPageLayout`'s dynamic header
|
|
60
59
|
*
|
|
61
60
|
* For more information on the types of header available for the `{@link sap.uxap.ObjectPageLayout ObjectPageLayout}`,
|
|
62
|
-
* see {@link topic
|
|
61
|
+
* see {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}.
|
|
63
62
|
*
|
|
64
|
-
* For details regarding the differences and similarities between the available headers, see {@link topic
|
|
65
|
-
* Object Page Headers Comparison}.
|
|
63
|
+
* For details regarding the differences and similarities between the available headers, see {@link https://ui5.sap.com/#/topic/9c9d94fd28284539a9a5a57e9caf82a8 Object Page Headers Comparison}.
|
|
66
64
|
* See:
|
|
67
|
-
* {@link topic
|
|
65
|
+
* {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
68
66
|
*/
|
|
69
67
|
export interface IHeaderTitle {
|
|
70
68
|
__implements__sap_uxap_IHeaderTitle: boolean;
|
|
71
69
|
}
|
|
72
70
|
|
|
73
71
|
/**
|
|
74
|
-
* @
|
|
72
|
+
* @since 1.32.0
|
|
75
73
|
*
|
|
76
74
|
* Used by the `ObjectSectionBase` control to define the importance of the content contained in it.
|
|
77
75
|
*/
|
|
@@ -174,9 +172,9 @@ declare module "sap/uxap/AnchorBar" {
|
|
|
174
172
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
175
173
|
|
|
176
174
|
/**
|
|
177
|
-
* @
|
|
175
|
+
* @since 1.26
|
|
178
176
|
*
|
|
179
|
-
* Displays the titles of the sections and subsections in the {@link sap.uxap.ObjectPageLayout ObjectPageLayout}
|
|
177
|
+
* Displays the titles of the sections and subsections in the {@link sap.uxap.ObjectPageLayout ObjectPageLayout }
|
|
180
178
|
* and allows the user to scroll to the respective content.
|
|
181
179
|
*
|
|
182
180
|
* Overview:
|
|
@@ -193,7 +191,7 @@ declare module "sap/uxap/AnchorBar" {
|
|
|
193
191
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
194
192
|
* of the syntax of the settings object.
|
|
195
193
|
* See:
|
|
196
|
-
* {@link topic
|
|
194
|
+
* {@link https://ui5.sap.com/#/topic/370b67986497463187336fa130aebbf1 Anchor Bar}
|
|
197
195
|
*/
|
|
198
196
|
constructor(
|
|
199
197
|
/**
|
|
@@ -208,7 +206,7 @@ declare module "sap/uxap/AnchorBar" {
|
|
|
208
206
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
209
207
|
* of the syntax of the settings object.
|
|
210
208
|
* See:
|
|
211
|
-
* {@link topic
|
|
209
|
+
* {@link https://ui5.sap.com/#/topic/370b67986497463187336fa130aebbf1 Anchor Bar}
|
|
212
210
|
*/
|
|
213
211
|
constructor(
|
|
214
212
|
/**
|
|
@@ -251,7 +249,7 @@ declare module "sap/uxap/AnchorBar" {
|
|
|
251
249
|
*/
|
|
252
250
|
static getMetadata(): ElementMetadata;
|
|
253
251
|
/**
|
|
254
|
-
* @
|
|
252
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
255
253
|
*
|
|
256
254
|
* This method is a hook for the RenderManager that gets called during the rendering of child Controls.
|
|
257
255
|
* It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
|
|
@@ -267,7 +265,7 @@ declare module "sap/uxap/AnchorBar" {
|
|
|
267
265
|
mAriaProps: object
|
|
268
266
|
): void;
|
|
269
267
|
/**
|
|
270
|
-
* @
|
|
268
|
+
* @since 1.58
|
|
271
269
|
*
|
|
272
270
|
* Gets current value of property {@link #getBackgroundDesign backgroundDesign}.
|
|
273
271
|
*
|
|
@@ -329,7 +327,7 @@ declare module "sap/uxap/AnchorBar" {
|
|
|
329
327
|
iDuration?: int
|
|
330
328
|
): void;
|
|
331
329
|
/**
|
|
332
|
-
* @
|
|
330
|
+
* @since 1.58
|
|
333
331
|
*
|
|
334
332
|
* Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
|
|
335
333
|
*
|
|
@@ -410,7 +408,7 @@ declare module "sap/uxap/AnchorBar" {
|
|
|
410
408
|
upperCase?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
411
409
|
|
|
412
410
|
/**
|
|
413
|
-
* @
|
|
411
|
+
* @since 1.58
|
|
414
412
|
*
|
|
415
413
|
* Determines the background color of the `AnchorBar`.
|
|
416
414
|
*
|
|
@@ -434,8 +432,6 @@ declare module "sap/uxap/BlockBase" {
|
|
|
434
432
|
|
|
435
433
|
import ModelMapping from "sap/uxap/ModelMapping";
|
|
436
434
|
|
|
437
|
-
import Event from "sap/ui/base/Event";
|
|
438
|
-
|
|
439
435
|
import View from "sap/ui/core/mvc/View";
|
|
440
436
|
|
|
441
437
|
import {
|
|
@@ -452,8 +448,10 @@ declare module "sap/uxap/BlockBase" {
|
|
|
452
448
|
AggregationBindingInfo,
|
|
453
449
|
} from "sap/ui/base/ManagedObject";
|
|
454
450
|
|
|
451
|
+
import Event from "sap/ui/base/Event";
|
|
452
|
+
|
|
455
453
|
/**
|
|
456
|
-
* @
|
|
454
|
+
* @since 1.26
|
|
457
455
|
*
|
|
458
456
|
* The main element that holds the content that is displayed in an {@link sap.uxap.ObjectPageLayout ObjectPageLayout},
|
|
459
457
|
* but not necessarily only there.
|
|
@@ -464,7 +462,7 @@ declare module "sap/uxap/BlockBase" {
|
|
|
464
462
|
*
|
|
465
463
|
* A block is a control that:
|
|
466
464
|
* - Has modes and a view associated to each mode. At rendering time, the view associated to the mode
|
|
467
|
-
*
|
|
465
|
+
* is rendered.
|
|
468
466
|
* - Can use all view types for storing its internal control tree (XML, JS, JSON, HTML)
|
|
469
467
|
*
|
|
470
468
|
* As any UI5 view, the XML view can have a controller which automatically comes with a `this.oParentBlock`
|
|
@@ -480,8 +478,8 @@ declare module "sap/uxap/BlockBase" {
|
|
|
480
478
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
481
479
|
* of the syntax of the settings object.
|
|
482
480
|
* See:
|
|
483
|
-
* {@link topic
|
|
484
|
-
* {@link topic
|
|
481
|
+
* {@link https://ui5.sap.com/#/topic/4527729576cb4a4888275b6935aad03a Block Base}
|
|
482
|
+
* {@link https://ui5.sap.com/#/topic/2978f6064742456ebed31c5ccf4d051d Creating Blocks}
|
|
485
483
|
*/
|
|
486
484
|
constructor(
|
|
487
485
|
/**
|
|
@@ -496,8 +494,8 @@ declare module "sap/uxap/BlockBase" {
|
|
|
496
494
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
497
495
|
* of the syntax of the settings object.
|
|
498
496
|
* See:
|
|
499
|
-
* {@link topic
|
|
500
|
-
* {@link topic
|
|
497
|
+
* {@link https://ui5.sap.com/#/topic/4527729576cb4a4888275b6935aad03a Block Base}
|
|
498
|
+
* {@link https://ui5.sap.com/#/topic/2978f6064742456ebed31c5ccf4d051d Creating Blocks}
|
|
501
499
|
*/
|
|
502
500
|
constructor(
|
|
503
501
|
/**
|
|
@@ -551,7 +549,7 @@ declare module "sap/uxap/BlockBase" {
|
|
|
551
549
|
oMapping: ModelMapping
|
|
552
550
|
): this;
|
|
553
551
|
/**
|
|
554
|
-
* @
|
|
552
|
+
* @since 1.72
|
|
555
553
|
*
|
|
556
554
|
* Attaches event handler `fnFunction` to the {@link #event:viewInit viewInit} event of this `sap.uxap.BlockBase`.
|
|
557
555
|
*
|
|
@@ -571,14 +569,14 @@ declare module "sap/uxap/BlockBase" {
|
|
|
571
569
|
/**
|
|
572
570
|
* The function to be called when the event occurs
|
|
573
571
|
*/
|
|
574
|
-
fnFunction: (p1:
|
|
572
|
+
fnFunction: (p1: BlockBase$ViewInitEvent) => void,
|
|
575
573
|
/**
|
|
576
574
|
* Context object to call the event handler with. Defaults to this `sap.uxap.BlockBase` itself
|
|
577
575
|
*/
|
|
578
576
|
oListener?: object
|
|
579
577
|
): this;
|
|
580
578
|
/**
|
|
581
|
-
* @
|
|
579
|
+
* @since 1.72
|
|
582
580
|
*
|
|
583
581
|
* Attaches event handler `fnFunction` to the {@link #event:viewInit viewInit} event of this `sap.uxap.BlockBase`.
|
|
584
582
|
*
|
|
@@ -593,14 +591,14 @@ declare module "sap/uxap/BlockBase" {
|
|
|
593
591
|
/**
|
|
594
592
|
* The function to be called when the event occurs
|
|
595
593
|
*/
|
|
596
|
-
fnFunction: (p1:
|
|
594
|
+
fnFunction: (p1: BlockBase$ViewInitEvent) => void,
|
|
597
595
|
/**
|
|
598
596
|
* Context object to call the event handler with. Defaults to this `sap.uxap.BlockBase` itself
|
|
599
597
|
*/
|
|
600
598
|
oListener?: object
|
|
601
599
|
): this;
|
|
602
600
|
/**
|
|
603
|
-
* @
|
|
601
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
604
602
|
*
|
|
605
603
|
* Creates a view.
|
|
606
604
|
*
|
|
@@ -623,7 +621,7 @@ declare module "sap/uxap/BlockBase" {
|
|
|
623
621
|
*/
|
|
624
622
|
destroyMappings(): this;
|
|
625
623
|
/**
|
|
626
|
-
* @
|
|
624
|
+
* @since 1.72
|
|
627
625
|
*
|
|
628
626
|
* Detaches event handler `fnFunction` from the {@link #event:viewInit viewInit} event of this `sap.uxap.BlockBase`.
|
|
629
627
|
*
|
|
@@ -635,15 +633,15 @@ declare module "sap/uxap/BlockBase" {
|
|
|
635
633
|
/**
|
|
636
634
|
* The function to be called, when the event occurs
|
|
637
635
|
*/
|
|
638
|
-
fnFunction: (p1:
|
|
636
|
+
fnFunction: (p1: BlockBase$ViewInitEvent) => void,
|
|
639
637
|
/**
|
|
640
638
|
* Context object on which the given function had to be called
|
|
641
639
|
*/
|
|
642
640
|
oListener?: object
|
|
643
641
|
): this;
|
|
644
642
|
/**
|
|
645
|
-
* @
|
|
646
|
-
* @
|
|
643
|
+
* @since 1.72
|
|
644
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
647
645
|
*
|
|
648
646
|
* Fires event {@link #event:viewInit viewInit} to attached listeners.
|
|
649
647
|
*
|
|
@@ -653,12 +651,7 @@ declare module "sap/uxap/BlockBase" {
|
|
|
653
651
|
/**
|
|
654
652
|
* Parameters to pass along with the event
|
|
655
653
|
*/
|
|
656
|
-
mParameters?:
|
|
657
|
-
/**
|
|
658
|
-
* The initialized view.
|
|
659
|
-
*/
|
|
660
|
-
view?: View;
|
|
661
|
-
}
|
|
654
|
+
mParameters?: BlockBase$ViewInitEventParameters
|
|
662
655
|
): this;
|
|
663
656
|
/**
|
|
664
657
|
* Gets current value of property {@link #getColumnLayout columnLayout}.
|
|
@@ -936,12 +929,27 @@ declare module "sap/uxap/BlockBase" {
|
|
|
936
929
|
selectedView?: Control | string;
|
|
937
930
|
|
|
938
931
|
/**
|
|
939
|
-
* @
|
|
932
|
+
* @since 1.72
|
|
940
933
|
*
|
|
941
934
|
* Fired when an aggregated view is instantiated.
|
|
942
935
|
*/
|
|
943
|
-
viewInit?: (oEvent: Event) => void;
|
|
936
|
+
viewInit?: (oEvent: Event<BlockBase$ViewInitEventParameters>) => void;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
export interface BlockBase$ViewInitEventParameters {
|
|
940
|
+
/**
|
|
941
|
+
* The initialized view.
|
|
942
|
+
*/
|
|
943
|
+
view?: View;
|
|
944
944
|
}
|
|
945
|
+
|
|
946
|
+
/**
|
|
947
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'BlockBase$ViewInitEventParameters'
|
|
948
|
+
* in 1.115.1 and any later releases.
|
|
949
|
+
*/
|
|
950
|
+
export type $BlockBaseViewInitEventParameters = BlockBase$ViewInitEventParameters;
|
|
951
|
+
|
|
952
|
+
export type BlockBase$ViewInitEvent = Event<BlockBase$ViewInitEventParameters>;
|
|
945
953
|
}
|
|
946
954
|
|
|
947
955
|
declare module "sap/uxap/BreadCrumbs" {
|
|
@@ -959,7 +967,7 @@ declare module "sap/uxap/BreadCrumbs" {
|
|
|
959
967
|
} from "sap/ui/base/ManagedObject";
|
|
960
968
|
|
|
961
969
|
/**
|
|
962
|
-
* @
|
|
970
|
+
* @since 1.30
|
|
963
971
|
*
|
|
964
972
|
* Represents the navigation steps up to the current location in the app.
|
|
965
973
|
*
|
|
@@ -970,7 +978,7 @@ declare module "sap/uxap/BreadCrumbs" {
|
|
|
970
978
|
*
|
|
971
979
|
* It has two main modes of operation:
|
|
972
980
|
* - A trail of links followed by separators, when there's enough space for the control to fit on one
|
|
973
|
-
*
|
|
981
|
+
* line.
|
|
974
982
|
* - A dropdown list with the links, when the trail of links wouldn't fit on one line.
|
|
975
983
|
*/
|
|
976
984
|
export default class BreadCrumbs extends Control {
|
|
@@ -1183,7 +1191,7 @@ declare module "sap/uxap/HierarchicalSelect" {
|
|
|
1183
1191
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1184
1192
|
|
|
1185
1193
|
/**
|
|
1186
|
-
* @
|
|
1194
|
+
* @since 1.26
|
|
1187
1195
|
*
|
|
1188
1196
|
* A select that displays items on a hierarchy of 2 levels.
|
|
1189
1197
|
*
|
|
@@ -1296,7 +1304,7 @@ declare module "sap/uxap/ModelMapping" {
|
|
|
1296
1304
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1297
1305
|
|
|
1298
1306
|
/**
|
|
1299
|
-
* @
|
|
1307
|
+
* @since 1.26
|
|
1300
1308
|
*
|
|
1301
1309
|
* Defines the entity that will be passed to the {@link sap.uxap.ObjectPageLayout}.
|
|
1302
1310
|
*/
|
|
@@ -1464,7 +1472,7 @@ declare module "sap/uxap/ObjectPageAccessibleLandmarkInfo" {
|
|
|
1464
1472
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1465
1473
|
|
|
1466
1474
|
/**
|
|
1467
|
-
* @
|
|
1475
|
+
* @since 1.61
|
|
1468
1476
|
*
|
|
1469
1477
|
* Settings for accessible landmarks which can be applied to the container elements of a `sap.uxap.ObjectPageLayout`
|
|
1470
1478
|
* control. These landmarks are used by assistive technologies (such as screenreaders) to provide a meaningful
|
|
@@ -1965,7 +1973,7 @@ declare module "sap/uxap/ObjectPageDynamicHeaderContent" {
|
|
|
1965
1973
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
1966
1974
|
|
|
1967
1975
|
/**
|
|
1968
|
-
* @
|
|
1976
|
+
* @since 1.52
|
|
1969
1977
|
*
|
|
1970
1978
|
* Header content for the dynamic header of the {@link sap.uxap.ObjectPageLayout}.
|
|
1971
1979
|
*
|
|
@@ -1977,8 +1985,8 @@ declare module "sap/uxap/ObjectPageDynamicHeaderContent" {
|
|
|
1977
1985
|
* all the additional information of the object.
|
|
1978
1986
|
*
|
|
1979
1987
|
* Documentation links:
|
|
1980
|
-
* - {@link topic
|
|
1981
|
-
* - {@link topic
|
|
1988
|
+
* - {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
1989
|
+
* - {@link https://ui5.sap.com/#/topic/6e340c119ddd4c778b315f65a0432420 Object Page Dynamic Header}
|
|
1982
1990
|
*/
|
|
1983
1991
|
export default class ObjectPageDynamicHeaderContent
|
|
1984
1992
|
extends DynamicPageHeader
|
|
@@ -1991,8 +1999,8 @@ declare module "sap/uxap/ObjectPageDynamicHeaderContent" {
|
|
|
1991
1999
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
1992
2000
|
* of the syntax of the settings object.
|
|
1993
2001
|
*
|
|
1994
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.f.DynamicPageHeader#constructor
|
|
1995
|
-
*
|
|
2002
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.f.DynamicPageHeader#constructor sap.f.DynamicPageHeader }
|
|
2003
|
+
* can be used.
|
|
1996
2004
|
*/
|
|
1997
2005
|
constructor(
|
|
1998
2006
|
/**
|
|
@@ -2007,8 +2015,8 @@ declare module "sap/uxap/ObjectPageDynamicHeaderContent" {
|
|
|
2007
2015
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2008
2016
|
* of the syntax of the settings object.
|
|
2009
2017
|
*
|
|
2010
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.f.DynamicPageHeader#constructor
|
|
2011
|
-
*
|
|
2018
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.f.DynamicPageHeader#constructor sap.f.DynamicPageHeader }
|
|
2019
|
+
* can be used.
|
|
2012
2020
|
*/
|
|
2013
2021
|
constructor(
|
|
2014
2022
|
/**
|
|
@@ -2067,7 +2075,7 @@ declare module "sap/uxap/ObjectPageDynamicHeaderTitle" {
|
|
|
2067
2075
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
2068
2076
|
|
|
2069
2077
|
/**
|
|
2070
|
-
* @
|
|
2078
|
+
* @since 1.52
|
|
2071
2079
|
*
|
|
2072
2080
|
* Represents the static part (header title) of the dynamic header of the {@link sap.uxap.ObjectPageLayout}.
|
|
2073
2081
|
*
|
|
@@ -2090,12 +2098,12 @@ declare module "sap/uxap/ObjectPageDynamicHeaderTitle" {
|
|
|
2090
2098
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2091
2099
|
* of the syntax of the settings object.
|
|
2092
2100
|
*
|
|
2093
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.f.DynamicPageTitle#constructor
|
|
2094
|
-
*
|
|
2101
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.f.DynamicPageTitle#constructor sap.f.DynamicPageTitle }
|
|
2102
|
+
* can be used.
|
|
2095
2103
|
* See:
|
|
2096
|
-
* {@link topic
|
|
2097
|
-
* {@link topic
|
|
2098
|
-
* {@link topic
|
|
2104
|
+
* {@link https://ui5.sap.com/#/topic/6e340c119ddd4c778b315f65a0432420 Object Page Dynamic Header}
|
|
2105
|
+
* {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
2106
|
+
* {@link https://ui5.sap.com/#/topic/9c9d94fd28284539a9a5a57e9caf82a8 Object Page Headers Comparison}
|
|
2099
2107
|
*/
|
|
2100
2108
|
constructor(
|
|
2101
2109
|
/**
|
|
@@ -2110,12 +2118,12 @@ declare module "sap/uxap/ObjectPageDynamicHeaderTitle" {
|
|
|
2110
2118
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2111
2119
|
* of the syntax of the settings object.
|
|
2112
2120
|
*
|
|
2113
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.f.DynamicPageTitle#constructor
|
|
2114
|
-
*
|
|
2121
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.f.DynamicPageTitle#constructor sap.f.DynamicPageTitle }
|
|
2122
|
+
* can be used.
|
|
2115
2123
|
* See:
|
|
2116
|
-
* {@link topic
|
|
2117
|
-
* {@link topic
|
|
2118
|
-
* {@link topic
|
|
2124
|
+
* {@link https://ui5.sap.com/#/topic/6e340c119ddd4c778b315f65a0432420 Object Page Dynamic Header}
|
|
2125
|
+
* {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
2126
|
+
* {@link https://ui5.sap.com/#/topic/9c9d94fd28284539a9a5a57e9caf82a8 Object Page Headers Comparison}
|
|
2119
2127
|
*/
|
|
2120
2128
|
constructor(
|
|
2121
2129
|
/**
|
|
@@ -2170,8 +2178,6 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2170
2178
|
|
|
2171
2179
|
import Link from "sap/m/Link";
|
|
2172
2180
|
|
|
2173
|
-
import Event from "sap/ui/base/Event";
|
|
2174
|
-
|
|
2175
2181
|
import Breadcrumbs from "sap/m/Breadcrumbs";
|
|
2176
2182
|
|
|
2177
2183
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -2191,8 +2197,10 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2191
2197
|
AggregationBindingInfo,
|
|
2192
2198
|
} from "sap/ui/base/ManagedObject";
|
|
2193
2199
|
|
|
2200
|
+
import Event from "sap/ui/base/Event";
|
|
2201
|
+
|
|
2194
2202
|
/**
|
|
2195
|
-
* @
|
|
2203
|
+
* @since 1.26
|
|
2196
2204
|
*
|
|
2197
2205
|
* Represents the static part (header title) of the classic header of the {@link sap.uxap.ObjectPageLayout}.
|
|
2198
2206
|
*
|
|
@@ -2215,9 +2223,9 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2215
2223
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2216
2224
|
* of the syntax of the settings object.
|
|
2217
2225
|
* See:
|
|
2218
|
-
* {@link topic
|
|
2219
|
-
* {@link topic
|
|
2220
|
-
* {@link topic
|
|
2226
|
+
* {@link https://ui5.sap.com/#/topic/0fecbce45e39406aa939bd25e89823f4 Object Page Classic Header}
|
|
2227
|
+
* {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
2228
|
+
* {@link https://ui5.sap.com/#/topic/9c9d94fd28284539a9a5a57e9caf82a8 Object Page Headers Comparison}
|
|
2221
2229
|
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/ Object Page Header}
|
|
2222
2230
|
* {@link fiori:https://experience.sap.com/fiori-design-web/object-page/ UX Guidelines: Object Page}
|
|
2223
2231
|
*/
|
|
@@ -2234,9 +2242,9 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2234
2242
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2235
2243
|
* of the syntax of the settings object.
|
|
2236
2244
|
* See:
|
|
2237
|
-
* {@link topic
|
|
2238
|
-
* {@link topic
|
|
2239
|
-
* {@link topic
|
|
2245
|
+
* {@link https://ui5.sap.com/#/topic/0fecbce45e39406aa939bd25e89823f4 Object Page Classic Header}
|
|
2246
|
+
* {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
2247
|
+
* {@link https://ui5.sap.com/#/topic/9c9d94fd28284539a9a5a57e9caf82a8 Object Page Headers Comparison}
|
|
2240
2248
|
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/ Object Page Header}
|
|
2241
2249
|
* {@link fiori:https://experience.sap.com/fiori-design-web/object-page/ UX Guidelines: Object Page}
|
|
2242
2250
|
*/
|
|
@@ -2324,7 +2332,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2324
2332
|
/**
|
|
2325
2333
|
* The function to be called when the event occurs
|
|
2326
2334
|
*/
|
|
2327
|
-
fnFunction: (p1:
|
|
2335
|
+
fnFunction: (p1: ObjectPageHeader$MarkChangesPressEvent) => void,
|
|
2328
2336
|
/**
|
|
2329
2337
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageHeader` itself
|
|
2330
2338
|
*/
|
|
@@ -2345,7 +2353,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2345
2353
|
/**
|
|
2346
2354
|
* The function to be called when the event occurs
|
|
2347
2355
|
*/
|
|
2348
|
-
fnFunction: (p1:
|
|
2356
|
+
fnFunction: (p1: ObjectPageHeader$MarkChangesPressEvent) => void,
|
|
2349
2357
|
/**
|
|
2350
2358
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageHeader` itself
|
|
2351
2359
|
*/
|
|
@@ -2371,7 +2379,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2371
2379
|
/**
|
|
2372
2380
|
* The function to be called when the event occurs
|
|
2373
2381
|
*/
|
|
2374
|
-
fnFunction: (p1:
|
|
2382
|
+
fnFunction: (p1: ObjectPageHeader$MarkLockedPressEvent) => void,
|
|
2375
2383
|
/**
|
|
2376
2384
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageHeader` itself
|
|
2377
2385
|
*/
|
|
@@ -2392,7 +2400,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2392
2400
|
/**
|
|
2393
2401
|
* The function to be called when the event occurs
|
|
2394
2402
|
*/
|
|
2395
|
-
fnFunction: (p1:
|
|
2403
|
+
fnFunction: (p1: ObjectPageHeader$MarkLockedPressEvent) => void,
|
|
2396
2404
|
/**
|
|
2397
2405
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageHeader` itself
|
|
2398
2406
|
*/
|
|
@@ -2418,7 +2426,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2418
2426
|
/**
|
|
2419
2427
|
* The function to be called when the event occurs
|
|
2420
2428
|
*/
|
|
2421
|
-
fnFunction: (p1:
|
|
2429
|
+
fnFunction: (p1: ObjectPageHeader$TitleSelectorPressEvent) => void,
|
|
2422
2430
|
/**
|
|
2423
2431
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageHeader` itself
|
|
2424
2432
|
*/
|
|
@@ -2439,7 +2447,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2439
2447
|
/**
|
|
2440
2448
|
* The function to be called when the event occurs
|
|
2441
2449
|
*/
|
|
2442
|
-
fnFunction: (p1:
|
|
2450
|
+
fnFunction: (p1: ObjectPageHeader$TitleSelectorPressEvent) => void,
|
|
2443
2451
|
/**
|
|
2444
2452
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageHeader` itself
|
|
2445
2453
|
*/
|
|
@@ -2452,7 +2460,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2452
2460
|
*/
|
|
2453
2461
|
destroyActions(): this;
|
|
2454
2462
|
/**
|
|
2455
|
-
* @
|
|
2463
|
+
* @since 1.50
|
|
2456
2464
|
*
|
|
2457
2465
|
* Destroys the breadcrumbs in the aggregation {@link #getBreadcrumbs breadcrumbs}.
|
|
2458
2466
|
*
|
|
@@ -2474,7 +2482,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2474
2482
|
*/
|
|
2475
2483
|
destroyNavigationBar(): this;
|
|
2476
2484
|
/**
|
|
2477
|
-
* @
|
|
2485
|
+
* @since 1.38.0
|
|
2478
2486
|
*
|
|
2479
2487
|
* Destroys the sideContentButton in the aggregation {@link #getSideContentButton sideContentButton}.
|
|
2480
2488
|
*
|
|
@@ -2482,7 +2490,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2482
2490
|
*/
|
|
2483
2491
|
destroySideContentButton(): this;
|
|
2484
2492
|
/**
|
|
2485
|
-
* @
|
|
2493
|
+
* @since 1.56
|
|
2486
2494
|
*
|
|
2487
2495
|
* Destroys the titleSelectorTooltip in the aggregation {@link #getTitleSelectorTooltip titleSelectorTooltip}.
|
|
2488
2496
|
*
|
|
@@ -2501,7 +2509,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2501
2509
|
/**
|
|
2502
2510
|
* The function to be called, when the event occurs
|
|
2503
2511
|
*/
|
|
2504
|
-
fnFunction: (p1:
|
|
2512
|
+
fnFunction: (p1: ObjectPageHeader$MarkChangesPressEvent) => void,
|
|
2505
2513
|
/**
|
|
2506
2514
|
* Context object on which the given function had to be called
|
|
2507
2515
|
*/
|
|
@@ -2519,7 +2527,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2519
2527
|
/**
|
|
2520
2528
|
* The function to be called, when the event occurs
|
|
2521
2529
|
*/
|
|
2522
|
-
fnFunction: (p1:
|
|
2530
|
+
fnFunction: (p1: ObjectPageHeader$MarkLockedPressEvent) => void,
|
|
2523
2531
|
/**
|
|
2524
2532
|
* Context object on which the given function had to be called
|
|
2525
2533
|
*/
|
|
@@ -2537,14 +2545,14 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2537
2545
|
/**
|
|
2538
2546
|
* The function to be called, when the event occurs
|
|
2539
2547
|
*/
|
|
2540
|
-
fnFunction: (p1:
|
|
2548
|
+
fnFunction: (p1: ObjectPageHeader$TitleSelectorPressEvent) => void,
|
|
2541
2549
|
/**
|
|
2542
2550
|
* Context object on which the given function had to be called
|
|
2543
2551
|
*/
|
|
2544
2552
|
oListener?: object
|
|
2545
2553
|
): this;
|
|
2546
2554
|
/**
|
|
2547
|
-
* @
|
|
2555
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2548
2556
|
*
|
|
2549
2557
|
* Fires event {@link #event:markChangesPress markChangesPress} to attached listeners.
|
|
2550
2558
|
*
|
|
@@ -2554,15 +2562,10 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2554
2562
|
/**
|
|
2555
2563
|
* Parameters to pass along with the event
|
|
2556
2564
|
*/
|
|
2557
|
-
mParameters?:
|
|
2558
|
-
/**
|
|
2559
|
-
* DOM reference of the changed item's icon to be used for positioning.
|
|
2560
|
-
*/
|
|
2561
|
-
domRef?: string;
|
|
2562
|
-
}
|
|
2565
|
+
mParameters?: ObjectPageHeader$MarkChangesPressEventParameters
|
|
2563
2566
|
): this;
|
|
2564
2567
|
/**
|
|
2565
|
-
* @
|
|
2568
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2566
2569
|
*
|
|
2567
2570
|
* Fires event {@link #event:markLockedPress markLockedPress} to attached listeners.
|
|
2568
2571
|
*
|
|
@@ -2572,15 +2575,10 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2572
2575
|
/**
|
|
2573
2576
|
* Parameters to pass along with the event
|
|
2574
2577
|
*/
|
|
2575
|
-
mParameters?:
|
|
2576
|
-
/**
|
|
2577
|
-
* DOM reference of the lock item's icon to be used for positioning.
|
|
2578
|
-
*/
|
|
2579
|
-
domRef?: string;
|
|
2580
|
-
}
|
|
2578
|
+
mParameters?: ObjectPageHeader$MarkLockedPressEventParameters
|
|
2581
2579
|
): this;
|
|
2582
2580
|
/**
|
|
2583
|
-
* @
|
|
2581
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2584
2582
|
*
|
|
2585
2583
|
* Fires event {@link #event:titleSelectorPress titleSelectorPress} to attached listeners.
|
|
2586
2584
|
*
|
|
@@ -2590,12 +2588,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2590
2588
|
/**
|
|
2591
2589
|
* Parameters to pass along with the event
|
|
2592
2590
|
*/
|
|
2593
|
-
mParameters?:
|
|
2594
|
-
/**
|
|
2595
|
-
* DOM reference of the title item's icon to be used for positioning.
|
|
2596
|
-
*/
|
|
2597
|
-
domRef?: string;
|
|
2598
|
-
}
|
|
2591
|
+
mParameters?: ObjectPageHeader$TitleSelectorPressEventParameters
|
|
2599
2592
|
): this;
|
|
2600
2593
|
/**
|
|
2601
2594
|
* Gets content of aggregation {@link #getActions actions}.
|
|
@@ -2610,7 +2603,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2610
2603
|
*/
|
|
2611
2604
|
getActions(): Control[];
|
|
2612
2605
|
/**
|
|
2613
|
-
* @
|
|
2606
|
+
* @since 1.50
|
|
2614
2607
|
*
|
|
2615
2608
|
* Gets content of aggregation {@link #getBreadcrumbs breadcrumbs}.
|
|
2616
2609
|
*
|
|
@@ -2682,7 +2675,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2682
2675
|
*/
|
|
2683
2676
|
getIsObjectTitleAlwaysVisible(): boolean;
|
|
2684
2677
|
/**
|
|
2685
|
-
* @
|
|
2678
|
+
* @since 1.34.0
|
|
2686
2679
|
*
|
|
2687
2680
|
* Gets current value of property {@link #getMarkChanges markChanges}.
|
|
2688
2681
|
*
|
|
@@ -2743,7 +2736,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2743
2736
|
*/
|
|
2744
2737
|
getObjectImageAlt(): string;
|
|
2745
2738
|
/**
|
|
2746
|
-
* @
|
|
2739
|
+
* @since 1.73
|
|
2747
2740
|
*
|
|
2748
2741
|
* Gets current value of property {@link #getObjectImageBackgroundColor objectImageBackgroundColor}.
|
|
2749
2742
|
*
|
|
@@ -2831,7 +2824,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2831
2824
|
*/
|
|
2832
2825
|
getShowTitleSelector(): boolean;
|
|
2833
2826
|
/**
|
|
2834
|
-
* @
|
|
2827
|
+
* @since 1.38.0
|
|
2835
2828
|
*
|
|
2836
2829
|
* Gets content of aggregation {@link #getSideContentButton sideContentButton}.
|
|
2837
2830
|
*
|
|
@@ -2839,7 +2832,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2839
2832
|
*/
|
|
2840
2833
|
getSideContentButton(): Button;
|
|
2841
2834
|
/**
|
|
2842
|
-
* @
|
|
2835
|
+
* @since 1.56
|
|
2843
2836
|
*
|
|
2844
2837
|
* Gets content of aggregation {@link #getTitleSelectorTooltip titleSelectorTooltip}.
|
|
2845
2838
|
*
|
|
@@ -2956,7 +2949,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2956
2949
|
vBreadCrumbLink: int | string | Link
|
|
2957
2950
|
): Link | null;
|
|
2958
2951
|
/**
|
|
2959
|
-
* @
|
|
2952
|
+
* @since 1.50
|
|
2960
2953
|
*
|
|
2961
2954
|
* Sets the aggregated {@link #getBreadcrumbs breadcrumbs}.
|
|
2962
2955
|
*
|
|
@@ -3037,7 +3030,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
3037
3030
|
bIsObjectTitleAlwaysVisible?: boolean
|
|
3038
3031
|
): this;
|
|
3039
3032
|
/**
|
|
3040
|
-
* @
|
|
3033
|
+
* @since 1.34.0
|
|
3041
3034
|
*
|
|
3042
3035
|
* Sets a new value for property {@link #getMarkChanges markChanges}.
|
|
3043
3036
|
*
|
|
@@ -3138,7 +3131,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
3138
3131
|
sObjectImageAlt?: string
|
|
3139
3132
|
): this;
|
|
3140
3133
|
/**
|
|
3141
|
-
* @
|
|
3134
|
+
* @since 1.73
|
|
3142
3135
|
*
|
|
3143
3136
|
* Sets a new value for property {@link #getObjectImageBackgroundColor objectImageBackgroundColor}.
|
|
3144
3137
|
*
|
|
@@ -3289,7 +3282,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
3289
3282
|
bShowTitleSelector?: boolean
|
|
3290
3283
|
): this;
|
|
3291
3284
|
/**
|
|
3292
|
-
* @
|
|
3285
|
+
* @since 1.38.0
|
|
3293
3286
|
*
|
|
3294
3287
|
* Sets the aggregated {@link #getSideContentButton sideContentButton}.
|
|
3295
3288
|
*
|
|
@@ -3302,7 +3295,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
3302
3295
|
oSideContentButton: Button
|
|
3303
3296
|
): this;
|
|
3304
3297
|
/**
|
|
3305
|
-
* @
|
|
3298
|
+
* @since 1.56
|
|
3306
3299
|
*
|
|
3307
3300
|
* Sets the aggregated {@link #getTitleSelectorTooltip titleSelectorTooltip}.
|
|
3308
3301
|
*
|
|
@@ -3352,7 +3345,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
3352
3345
|
| `{${string}}`;
|
|
3353
3346
|
|
|
3354
3347
|
/**
|
|
3355
|
-
* @
|
|
3348
|
+
* @since 1.73
|
|
3356
3349
|
*
|
|
3357
3350
|
* Determines the background color of the image placeholder or icon if valid icon URI is provided.
|
|
3358
3351
|
*/
|
|
@@ -3429,7 +3422,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
3429
3422
|
showPlaceholder?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3430
3423
|
|
|
3431
3424
|
/**
|
|
3432
|
-
* @
|
|
3425
|
+
* @since 1.34.0
|
|
3433
3426
|
*
|
|
3434
3427
|
* Marks that there are unsaved changes in the objectPageHeader. The markChanges state cannot be used together
|
|
3435
3428
|
* with the markLocked state. If both are set to true, only the locked state will be displayed.
|
|
@@ -3437,7 +3430,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
3437
3430
|
markChanges?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3438
3431
|
|
|
3439
3432
|
/**
|
|
3440
|
-
* @
|
|
3433
|
+
* @since 1.50
|
|
3441
3434
|
*
|
|
3442
3435
|
* The breadcrumbs displayed in the `ObjectPageHeader`. If this aggregation is set, the `breadCrumbsLinks`
|
|
3443
3436
|
* aggregation is omitted.
|
|
@@ -3468,14 +3461,14 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
3468
3461
|
actions?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
3469
3462
|
|
|
3470
3463
|
/**
|
|
3471
|
-
* @
|
|
3464
|
+
* @since 1.38.0
|
|
3472
3465
|
*
|
|
3473
3466
|
* A button that is used for opening the side content of the page or some additional content.
|
|
3474
3467
|
*/
|
|
3475
3468
|
sideContentButton?: Button;
|
|
3476
3469
|
|
|
3477
3470
|
/**
|
|
3478
|
-
* @
|
|
3471
|
+
* @since 1.56
|
|
3479
3472
|
*
|
|
3480
3473
|
* A custom tooltip for the title selector button.
|
|
3481
3474
|
*
|
|
@@ -3489,18 +3482,69 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
3489
3482
|
/**
|
|
3490
3483
|
* The event is fired when the objectPage header title selector (down-arrow) is pressed
|
|
3491
3484
|
*/
|
|
3492
|
-
titleSelectorPress?: (
|
|
3485
|
+
titleSelectorPress?: (
|
|
3486
|
+
oEvent: Event<ObjectPageHeader$TitleSelectorPressEventParameters>
|
|
3487
|
+
) => void;
|
|
3493
3488
|
|
|
3494
3489
|
/**
|
|
3495
3490
|
* The event is fired when the Locked button is pressed
|
|
3496
3491
|
*/
|
|
3497
|
-
markLockedPress?: (
|
|
3492
|
+
markLockedPress?: (
|
|
3493
|
+
oEvent: Event<ObjectPageHeader$MarkLockedPressEventParameters>
|
|
3494
|
+
) => void;
|
|
3498
3495
|
|
|
3499
3496
|
/**
|
|
3500
3497
|
* The event is fired when the unsaved changes button is pressed
|
|
3501
3498
|
*/
|
|
3502
|
-
markChangesPress?: (
|
|
3499
|
+
markChangesPress?: (
|
|
3500
|
+
oEvent: Event<ObjectPageHeader$MarkChangesPressEventParameters>
|
|
3501
|
+
) => void;
|
|
3503
3502
|
}
|
|
3503
|
+
|
|
3504
|
+
export interface ObjectPageHeader$MarkChangesPressEventParameters {
|
|
3505
|
+
/**
|
|
3506
|
+
* DOM reference of the changed item's icon to be used for positioning.
|
|
3507
|
+
*/
|
|
3508
|
+
domRef?: string;
|
|
3509
|
+
}
|
|
3510
|
+
|
|
3511
|
+
/**
|
|
3512
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageHeader$MarkChangesPressEventParameters'
|
|
3513
|
+
* in 1.115.1 and any later releases.
|
|
3514
|
+
*/
|
|
3515
|
+
export type $ObjectPageHeaderMarkChangesPressEventParameters = ObjectPageHeader$MarkChangesPressEventParameters;
|
|
3516
|
+
|
|
3517
|
+
export type ObjectPageHeader$MarkChangesPressEvent = Event<ObjectPageHeader$MarkChangesPressEventParameters>;
|
|
3518
|
+
|
|
3519
|
+
export interface ObjectPageHeader$MarkLockedPressEventParameters {
|
|
3520
|
+
/**
|
|
3521
|
+
* DOM reference of the lock item's icon to be used for positioning.
|
|
3522
|
+
*/
|
|
3523
|
+
domRef?: string;
|
|
3524
|
+
}
|
|
3525
|
+
|
|
3526
|
+
/**
|
|
3527
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageHeader$MarkLockedPressEventParameters'
|
|
3528
|
+
* in 1.115.1 and any later releases.
|
|
3529
|
+
*/
|
|
3530
|
+
export type $ObjectPageHeaderMarkLockedPressEventParameters = ObjectPageHeader$MarkLockedPressEventParameters;
|
|
3531
|
+
|
|
3532
|
+
export type ObjectPageHeader$MarkLockedPressEvent = Event<ObjectPageHeader$MarkLockedPressEventParameters>;
|
|
3533
|
+
|
|
3534
|
+
export interface ObjectPageHeader$TitleSelectorPressEventParameters {
|
|
3535
|
+
/**
|
|
3536
|
+
* DOM reference of the title item's icon to be used for positioning.
|
|
3537
|
+
*/
|
|
3538
|
+
domRef?: string;
|
|
3539
|
+
}
|
|
3540
|
+
|
|
3541
|
+
/**
|
|
3542
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageHeader$TitleSelectorPressEventParameters'
|
|
3543
|
+
* in 1.115.1 and any later releases.
|
|
3544
|
+
*/
|
|
3545
|
+
export type $ObjectPageHeaderTitleSelectorPressEventParameters = ObjectPageHeader$TitleSelectorPressEventParameters;
|
|
3546
|
+
|
|
3547
|
+
export type ObjectPageHeader$TitleSelectorPressEvent = Event<ObjectPageHeader$TitleSelectorPressEventParameters>;
|
|
3504
3548
|
}
|
|
3505
3549
|
|
|
3506
3550
|
declare module "sap/uxap/ObjectPageHeaderActionButton" {
|
|
@@ -3515,7 +3559,7 @@ declare module "sap/uxap/ObjectPageHeaderActionButton" {
|
|
|
3515
3559
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
3516
3560
|
|
|
3517
3561
|
/**
|
|
3518
|
-
* @
|
|
3562
|
+
* @since 1.26
|
|
3519
3563
|
*
|
|
3520
3564
|
* A Button that is used in the `actions` aggregation of the {@link sap.uxap.ObjectPageHeader}.
|
|
3521
3565
|
*
|
|
@@ -3611,7 +3655,7 @@ declare module "sap/uxap/ObjectPageHeaderActionButton" {
|
|
|
3611
3655
|
*/
|
|
3612
3656
|
getHideText(): boolean;
|
|
3613
3657
|
/**
|
|
3614
|
-
* @
|
|
3658
|
+
* @since 1.34.0
|
|
3615
3659
|
*
|
|
3616
3660
|
* Gets current value of property {@link #getImportance importance}.
|
|
3617
3661
|
*
|
|
@@ -3661,7 +3705,7 @@ declare module "sap/uxap/ObjectPageHeaderActionButton" {
|
|
|
3661
3705
|
bHideText?: boolean
|
|
3662
3706
|
): this;
|
|
3663
3707
|
/**
|
|
3664
|
-
* @
|
|
3708
|
+
* @since 1.34.0
|
|
3665
3709
|
*
|
|
3666
3710
|
* Sets a new value for property {@link #getImportance importance}.
|
|
3667
3711
|
*
|
|
@@ -3698,7 +3742,7 @@ declare module "sap/uxap/ObjectPageHeaderActionButton" {
|
|
|
3698
3742
|
hideIcon?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3699
3743
|
|
|
3700
3744
|
/**
|
|
3701
|
-
* @
|
|
3745
|
+
* @since 1.34.0
|
|
3702
3746
|
*
|
|
3703
3747
|
* Determines the order in which the button overflows.
|
|
3704
3748
|
*/
|
|
@@ -3722,7 +3766,7 @@ declare module "sap/uxap/ObjectPageHeaderContent" {
|
|
|
3722
3766
|
} from "sap/ui/base/ManagedObject";
|
|
3723
3767
|
|
|
3724
3768
|
/**
|
|
3725
|
-
* @
|
|
3769
|
+
* @since 1.30
|
|
3726
3770
|
*
|
|
3727
3771
|
* Header content for the classic header of the {@link sap.uxap.ObjectPageLayout}.
|
|
3728
3772
|
*
|
|
@@ -3734,8 +3778,8 @@ declare module "sap/uxap/ObjectPageHeaderContent" {
|
|
|
3734
3778
|
* additional information of the object.
|
|
3735
3779
|
*
|
|
3736
3780
|
* Documentation links:
|
|
3737
|
-
* - {@link topic
|
|
3738
|
-
* - {@link topic
|
|
3781
|
+
* - {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
3782
|
+
* - {@link https://ui5.sap.com/#/topic/0fecbce45e39406aa939bd25e89823f4 Object Page Classic Header}
|
|
3739
3783
|
* - {@link https://experience.sap.com/fiori-design-web/object-page/ UX Guidelines: Object Page}
|
|
3740
3784
|
*/
|
|
3741
3785
|
export default class ObjectPageHeaderContent
|
|
@@ -3749,8 +3793,7 @@ declare module "sap/uxap/ObjectPageHeaderContent" {
|
|
|
3749
3793
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
3750
3794
|
* of the syntax of the settings object.
|
|
3751
3795
|
* See:
|
|
3752
|
-
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/#header-content Object Page
|
|
3753
|
-
* Header Content}
|
|
3796
|
+
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/#header-content Object Page Header Content}
|
|
3754
3797
|
*/
|
|
3755
3798
|
constructor(
|
|
3756
3799
|
/**
|
|
@@ -3765,8 +3808,7 @@ declare module "sap/uxap/ObjectPageHeaderContent" {
|
|
|
3765
3808
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
3766
3809
|
* of the syntax of the settings object.
|
|
3767
3810
|
* See:
|
|
3768
|
-
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/#header-content Object Page
|
|
3769
|
-
* Header Content}
|
|
3811
|
+
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/#header-content Object Page Header Content}
|
|
3770
3812
|
*/
|
|
3771
3813
|
constructor(
|
|
3772
3814
|
/**
|
|
@@ -3950,7 +3992,7 @@ declare module "sap/uxap/ObjectPageHeaderLayoutData" {
|
|
|
3950
3992
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
3951
3993
|
|
|
3952
3994
|
/**
|
|
3953
|
-
* @
|
|
3995
|
+
* @since 1.26
|
|
3954
3996
|
*
|
|
3955
3997
|
* A {@link sap.ui.core.LayoutData} element that can be added to controls used in the `headerContent` aggregation
|
|
3956
3998
|
* of the `ObjectPageLayout`.
|
|
@@ -4224,8 +4266,6 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4224
4266
|
|
|
4225
4267
|
import Event from "sap/ui/base/Event";
|
|
4226
4268
|
|
|
4227
|
-
import ObjectPageSubSection from "sap/uxap/ObjectPageSubSection";
|
|
4228
|
-
|
|
4229
4269
|
import { BackgroundDesign, IBar } from "sap/m/library";
|
|
4230
4270
|
|
|
4231
4271
|
import { IHeaderTitle, ObjectPageSubSectionLayout } from "sap/uxap/library";
|
|
@@ -4244,8 +4284,10 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4244
4284
|
AggregationBindingInfo,
|
|
4245
4285
|
} from "sap/ui/base/ManagedObject";
|
|
4246
4286
|
|
|
4287
|
+
import ObjectPageSubSection from "sap/uxap/ObjectPageSubSection";
|
|
4288
|
+
|
|
4247
4289
|
/**
|
|
4248
|
-
* @
|
|
4290
|
+
* @since 1.26
|
|
4249
4291
|
*
|
|
4250
4292
|
* A layout that allows apps to easily display information related to a business object.
|
|
4251
4293
|
*
|
|
@@ -4292,15 +4334,14 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4292
4334
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
4293
4335
|
* of the syntax of the settings object.
|
|
4294
4336
|
* See:
|
|
4295
|
-
* {@link topic
|
|
4296
|
-
* {@link topic
|
|
4297
|
-
* {@link topic
|
|
4298
|
-
* {@link topic
|
|
4299
|
-
* {@link topic
|
|
4300
|
-
* {@link topic
|
|
4337
|
+
* {@link https://ui5.sap.com/#/topic/2e61ab6c68a2480eb666c1927a707658 Object Page Layout}
|
|
4338
|
+
* {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
4339
|
+
* {@link https://ui5.sap.com/#/topic/370b67986497463187336fa130aebbf1 Anchor Bar}
|
|
4340
|
+
* {@link https://ui5.sap.com/#/topic/4527729576cb4a4888275b6935aad03a Object Page Blocks}
|
|
4341
|
+
* {@link https://ui5.sap.com/#/topic/2978f6064742456ebed31c5ccf4d051d Creating Blocks}
|
|
4342
|
+
* {@link https://ui5.sap.com/#/topic/bc410e94e46540efa02857e15aae583f Object Page Scrolling}
|
|
4301
4343
|
* {@link fiori:https://experience.sap.com/fiori-design-web/object-page/ Object Page Layout}
|
|
4302
|
-
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/ UX Guidelines: Object Page
|
|
4303
|
-
* - Snapping Header}
|
|
4344
|
+
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/ UX Guidelines: Object Page - Snapping Header}
|
|
4304
4345
|
*/
|
|
4305
4346
|
constructor(
|
|
4306
4347
|
/**
|
|
@@ -4315,15 +4356,14 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4315
4356
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
4316
4357
|
* of the syntax of the settings object.
|
|
4317
4358
|
* See:
|
|
4318
|
-
* {@link topic
|
|
4319
|
-
* {@link topic
|
|
4320
|
-
* {@link topic
|
|
4321
|
-
* {@link topic
|
|
4322
|
-
* {@link topic
|
|
4323
|
-
* {@link topic
|
|
4359
|
+
* {@link https://ui5.sap.com/#/topic/2e61ab6c68a2480eb666c1927a707658 Object Page Layout}
|
|
4360
|
+
* {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
4361
|
+
* {@link https://ui5.sap.com/#/topic/370b67986497463187336fa130aebbf1 Anchor Bar}
|
|
4362
|
+
* {@link https://ui5.sap.com/#/topic/4527729576cb4a4888275b6935aad03a Object Page Blocks}
|
|
4363
|
+
* {@link https://ui5.sap.com/#/topic/2978f6064742456ebed31c5ccf4d051d Creating Blocks}
|
|
4364
|
+
* {@link https://ui5.sap.com/#/topic/bc410e94e46540efa02857e15aae583f Object Page Scrolling}
|
|
4324
4365
|
* {@link fiori:https://experience.sap.com/fiori-design-web/object-page/ Object Page Layout}
|
|
4325
|
-
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/ UX Guidelines: Object Page
|
|
4326
|
-
* - Snapping Header}
|
|
4366
|
+
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/ UX Guidelines: Object Page - Snapping Header}
|
|
4327
4367
|
*/
|
|
4328
4368
|
constructor(
|
|
4329
4369
|
/**
|
|
@@ -4388,7 +4428,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4388
4428
|
oSection: ObjectPageSection
|
|
4389
4429
|
): this;
|
|
4390
4430
|
/**
|
|
4391
|
-
* Attaches event handler `fnFunction` to the {@link #event:editHeaderButtonPress editHeaderButtonPress}
|
|
4431
|
+
* Attaches event handler `fnFunction` to the {@link #event:editHeaderButtonPress editHeaderButtonPress }
|
|
4392
4432
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4393
4433
|
*
|
|
4394
4434
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -4414,7 +4454,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4414
4454
|
oListener?: object
|
|
4415
4455
|
): this;
|
|
4416
4456
|
/**
|
|
4417
|
-
* Attaches event handler `fnFunction` to the {@link #event:editHeaderButtonPress editHeaderButtonPress}
|
|
4457
|
+
* Attaches event handler `fnFunction` to the {@link #event:editHeaderButtonPress editHeaderButtonPress }
|
|
4418
4458
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4419
4459
|
*
|
|
4420
4460
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -4435,9 +4475,9 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4435
4475
|
oListener?: object
|
|
4436
4476
|
): this;
|
|
4437
4477
|
/**
|
|
4438
|
-
* @
|
|
4478
|
+
* @since 1.93
|
|
4439
4479
|
*
|
|
4440
|
-
* Attaches event handler `fnFunction` to the {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange}
|
|
4480
|
+
* Attaches event handler `fnFunction` to the {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange }
|
|
4441
4481
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4442
4482
|
*
|
|
4443
4483
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -4456,16 +4496,18 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4456
4496
|
/**
|
|
4457
4497
|
* The function to be called when the event occurs
|
|
4458
4498
|
*/
|
|
4459
|
-
fnFunction: (
|
|
4499
|
+
fnFunction: (
|
|
4500
|
+
p1: ObjectPageLayout$HeaderContentPinnedStateChangeEvent
|
|
4501
|
+
) => void,
|
|
4460
4502
|
/**
|
|
4461
4503
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4462
4504
|
*/
|
|
4463
4505
|
oListener?: object
|
|
4464
4506
|
): this;
|
|
4465
4507
|
/**
|
|
4466
|
-
* @
|
|
4508
|
+
* @since 1.93
|
|
4467
4509
|
*
|
|
4468
|
-
* Attaches event handler `fnFunction` to the {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange}
|
|
4510
|
+
* Attaches event handler `fnFunction` to the {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange }
|
|
4469
4511
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4470
4512
|
*
|
|
4471
4513
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -4479,14 +4521,16 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4479
4521
|
/**
|
|
4480
4522
|
* The function to be called when the event occurs
|
|
4481
4523
|
*/
|
|
4482
|
-
fnFunction: (
|
|
4524
|
+
fnFunction: (
|
|
4525
|
+
p1: ObjectPageLayout$HeaderContentPinnedStateChangeEvent
|
|
4526
|
+
) => void,
|
|
4483
4527
|
/**
|
|
4484
4528
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4485
4529
|
*/
|
|
4486
4530
|
oListener?: object
|
|
4487
4531
|
): this;
|
|
4488
4532
|
/**
|
|
4489
|
-
* @
|
|
4533
|
+
* @since 1.40
|
|
4490
4534
|
*
|
|
4491
4535
|
* Attaches event handler `fnFunction` to the {@link #event:navigate navigate} event of this `sap.uxap.ObjectPageLayout`.
|
|
4492
4536
|
*
|
|
@@ -4506,14 +4550,14 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4506
4550
|
/**
|
|
4507
4551
|
* The function to be called when the event occurs
|
|
4508
4552
|
*/
|
|
4509
|
-
fnFunction: (p1:
|
|
4553
|
+
fnFunction: (p1: ObjectPageLayout$NavigateEvent) => void,
|
|
4510
4554
|
/**
|
|
4511
4555
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4512
4556
|
*/
|
|
4513
4557
|
oListener?: object
|
|
4514
4558
|
): this;
|
|
4515
4559
|
/**
|
|
4516
|
-
* @
|
|
4560
|
+
* @since 1.40
|
|
4517
4561
|
*
|
|
4518
4562
|
* Attaches event handler `fnFunction` to the {@link #event:navigate navigate} event of this `sap.uxap.ObjectPageLayout`.
|
|
4519
4563
|
*
|
|
@@ -4528,14 +4572,14 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4528
4572
|
/**
|
|
4529
4573
|
* The function to be called when the event occurs
|
|
4530
4574
|
*/
|
|
4531
|
-
fnFunction: (p1:
|
|
4575
|
+
fnFunction: (p1: ObjectPageLayout$NavigateEvent) => void,
|
|
4532
4576
|
/**
|
|
4533
4577
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4534
4578
|
*/
|
|
4535
4579
|
oListener?: object
|
|
4536
4580
|
): this;
|
|
4537
4581
|
/**
|
|
4538
|
-
* @
|
|
4582
|
+
* @since 1.73
|
|
4539
4583
|
*
|
|
4540
4584
|
* Attaches event handler `fnFunction` to the {@link #event:sectionChange sectionChange} event of this `sap.uxap.ObjectPageLayout`.
|
|
4541
4585
|
*
|
|
@@ -4555,14 +4599,14 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4555
4599
|
/**
|
|
4556
4600
|
* The function to be called when the event occurs
|
|
4557
4601
|
*/
|
|
4558
|
-
fnFunction: (p1:
|
|
4602
|
+
fnFunction: (p1: ObjectPageLayout$SectionChangeEvent) => void,
|
|
4559
4603
|
/**
|
|
4560
4604
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4561
4605
|
*/
|
|
4562
4606
|
oListener?: object
|
|
4563
4607
|
): this;
|
|
4564
4608
|
/**
|
|
4565
|
-
* @
|
|
4609
|
+
* @since 1.73
|
|
4566
4610
|
*
|
|
4567
4611
|
* Attaches event handler `fnFunction` to the {@link #event:sectionChange sectionChange} event of this `sap.uxap.ObjectPageLayout`.
|
|
4568
4612
|
*
|
|
@@ -4577,16 +4621,16 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4577
4621
|
/**
|
|
4578
4622
|
* The function to be called when the event occurs
|
|
4579
4623
|
*/
|
|
4580
|
-
fnFunction: (p1:
|
|
4624
|
+
fnFunction: (p1: ObjectPageLayout$SectionChangeEvent) => void,
|
|
4581
4625
|
/**
|
|
4582
4626
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4583
4627
|
*/
|
|
4584
4628
|
oListener?: object
|
|
4585
4629
|
): this;
|
|
4586
4630
|
/**
|
|
4587
|
-
* @
|
|
4631
|
+
* @since 1.77
|
|
4588
4632
|
*
|
|
4589
|
-
* Attaches event handler `fnFunction` to the {@link #event:subSectionVisibilityChange subSectionVisibilityChange}
|
|
4633
|
+
* Attaches event handler `fnFunction` to the {@link #event:subSectionVisibilityChange subSectionVisibilityChange }
|
|
4590
4634
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4591
4635
|
*
|
|
4592
4636
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -4605,16 +4649,18 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4605
4649
|
/**
|
|
4606
4650
|
* The function to be called when the event occurs
|
|
4607
4651
|
*/
|
|
4608
|
-
fnFunction: (
|
|
4652
|
+
fnFunction: (
|
|
4653
|
+
p1: ObjectPageLayout$SubSectionVisibilityChangeEvent
|
|
4654
|
+
) => void,
|
|
4609
4655
|
/**
|
|
4610
4656
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4611
4657
|
*/
|
|
4612
4658
|
oListener?: object
|
|
4613
4659
|
): this;
|
|
4614
4660
|
/**
|
|
4615
|
-
* @
|
|
4661
|
+
* @since 1.77
|
|
4616
4662
|
*
|
|
4617
|
-
* Attaches event handler `fnFunction` to the {@link #event:subSectionVisibilityChange subSectionVisibilityChange}
|
|
4663
|
+
* Attaches event handler `fnFunction` to the {@link #event:subSectionVisibilityChange subSectionVisibilityChange }
|
|
4618
4664
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4619
4665
|
*
|
|
4620
4666
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -4628,7 +4674,9 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4628
4674
|
/**
|
|
4629
4675
|
* The function to be called when the event occurs
|
|
4630
4676
|
*/
|
|
4631
|
-
fnFunction: (
|
|
4677
|
+
fnFunction: (
|
|
4678
|
+
p1: ObjectPageLayout$SubSectionVisibilityChangeEvent
|
|
4679
|
+
) => void,
|
|
4632
4680
|
/**
|
|
4633
4681
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4634
4682
|
*/
|
|
@@ -4654,7 +4702,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4654
4702
|
/**
|
|
4655
4703
|
* The function to be called when the event occurs
|
|
4656
4704
|
*/
|
|
4657
|
-
fnFunction: (p1:
|
|
4705
|
+
fnFunction: (p1: ObjectPageLayout$ToggleAnchorBarEvent) => void,
|
|
4658
4706
|
/**
|
|
4659
4707
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4660
4708
|
*/
|
|
@@ -4675,14 +4723,14 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4675
4723
|
/**
|
|
4676
4724
|
* The function to be called when the event occurs
|
|
4677
4725
|
*/
|
|
4678
|
-
fnFunction: (p1:
|
|
4726
|
+
fnFunction: (p1: ObjectPageLayout$ToggleAnchorBarEvent) => void,
|
|
4679
4727
|
/**
|
|
4680
4728
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4681
4729
|
*/
|
|
4682
4730
|
oListener?: object
|
|
4683
4731
|
): this;
|
|
4684
4732
|
/**
|
|
4685
|
-
* @
|
|
4733
|
+
* @since 1.40
|
|
4686
4734
|
*
|
|
4687
4735
|
* Destroys the footer in the aggregation {@link #getFooter footer}.
|
|
4688
4736
|
*
|
|
@@ -4702,7 +4750,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4702
4750
|
*/
|
|
4703
4751
|
destroyHeaderTitle(): this;
|
|
4704
4752
|
/**
|
|
4705
|
-
* @
|
|
4753
|
+
* @since 1.61
|
|
4706
4754
|
*
|
|
4707
4755
|
* Destroys the landmarkInfo in the aggregation {@link #getLandmarkInfo landmarkInfo}.
|
|
4708
4756
|
*
|
|
@@ -4716,7 +4764,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4716
4764
|
*/
|
|
4717
4765
|
destroySections(): this;
|
|
4718
4766
|
/**
|
|
4719
|
-
* Detaches event handler `fnFunction` from the {@link #event:editHeaderButtonPress editHeaderButtonPress}
|
|
4767
|
+
* Detaches event handler `fnFunction` from the {@link #event:editHeaderButtonPress editHeaderButtonPress }
|
|
4720
4768
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4721
4769
|
*
|
|
4722
4770
|
* The passed function and listener object must match the ones used for event registration.
|
|
@@ -4734,9 +4782,9 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4734
4782
|
oListener?: object
|
|
4735
4783
|
): this;
|
|
4736
4784
|
/**
|
|
4737
|
-
* @
|
|
4785
|
+
* @since 1.93
|
|
4738
4786
|
*
|
|
4739
|
-
* Detaches event handler `fnFunction` from the {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange}
|
|
4787
|
+
* Detaches event handler `fnFunction` from the {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange }
|
|
4740
4788
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4741
4789
|
*
|
|
4742
4790
|
* The passed function and listener object must match the ones used for event registration.
|
|
@@ -4747,14 +4795,16 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4747
4795
|
/**
|
|
4748
4796
|
* The function to be called, when the event occurs
|
|
4749
4797
|
*/
|
|
4750
|
-
fnFunction: (
|
|
4798
|
+
fnFunction: (
|
|
4799
|
+
p1: ObjectPageLayout$HeaderContentPinnedStateChangeEvent
|
|
4800
|
+
) => void,
|
|
4751
4801
|
/**
|
|
4752
4802
|
* Context object on which the given function had to be called
|
|
4753
4803
|
*/
|
|
4754
4804
|
oListener?: object
|
|
4755
4805
|
): this;
|
|
4756
4806
|
/**
|
|
4757
|
-
* @
|
|
4807
|
+
* @since 1.40
|
|
4758
4808
|
*
|
|
4759
4809
|
* Detaches event handler `fnFunction` from the {@link #event:navigate navigate} event of this `sap.uxap.ObjectPageLayout`.
|
|
4760
4810
|
*
|
|
@@ -4766,14 +4816,14 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4766
4816
|
/**
|
|
4767
4817
|
* The function to be called, when the event occurs
|
|
4768
4818
|
*/
|
|
4769
|
-
fnFunction: (p1:
|
|
4819
|
+
fnFunction: (p1: ObjectPageLayout$NavigateEvent) => void,
|
|
4770
4820
|
/**
|
|
4771
4821
|
* Context object on which the given function had to be called
|
|
4772
4822
|
*/
|
|
4773
4823
|
oListener?: object
|
|
4774
4824
|
): this;
|
|
4775
4825
|
/**
|
|
4776
|
-
* @
|
|
4826
|
+
* @since 1.73
|
|
4777
4827
|
*
|
|
4778
4828
|
* Detaches event handler `fnFunction` from the {@link #event:sectionChange sectionChange} event of this
|
|
4779
4829
|
* `sap.uxap.ObjectPageLayout`.
|
|
@@ -4786,16 +4836,16 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4786
4836
|
/**
|
|
4787
4837
|
* The function to be called, when the event occurs
|
|
4788
4838
|
*/
|
|
4789
|
-
fnFunction: (p1:
|
|
4839
|
+
fnFunction: (p1: ObjectPageLayout$SectionChangeEvent) => void,
|
|
4790
4840
|
/**
|
|
4791
4841
|
* Context object on which the given function had to be called
|
|
4792
4842
|
*/
|
|
4793
4843
|
oListener?: object
|
|
4794
4844
|
): this;
|
|
4795
4845
|
/**
|
|
4796
|
-
* @
|
|
4846
|
+
* @since 1.77
|
|
4797
4847
|
*
|
|
4798
|
-
* Detaches event handler `fnFunction` from the {@link #event:subSectionVisibilityChange subSectionVisibilityChange}
|
|
4848
|
+
* Detaches event handler `fnFunction` from the {@link #event:subSectionVisibilityChange subSectionVisibilityChange }
|
|
4799
4849
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4800
4850
|
*
|
|
4801
4851
|
* The passed function and listener object must match the ones used for event registration.
|
|
@@ -4806,7 +4856,9 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4806
4856
|
/**
|
|
4807
4857
|
* The function to be called, when the event occurs
|
|
4808
4858
|
*/
|
|
4809
|
-
fnFunction: (
|
|
4859
|
+
fnFunction: (
|
|
4860
|
+
p1: ObjectPageLayout$SubSectionVisibilityChangeEvent
|
|
4861
|
+
) => void,
|
|
4810
4862
|
/**
|
|
4811
4863
|
* Context object on which the given function had to be called
|
|
4812
4864
|
*/
|
|
@@ -4824,14 +4876,14 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4824
4876
|
/**
|
|
4825
4877
|
* The function to be called, when the event occurs
|
|
4826
4878
|
*/
|
|
4827
|
-
fnFunction: (p1:
|
|
4879
|
+
fnFunction: (p1: ObjectPageLayout$ToggleAnchorBarEvent) => void,
|
|
4828
4880
|
/**
|
|
4829
4881
|
* Context object on which the given function had to be called
|
|
4830
4882
|
*/
|
|
4831
4883
|
oListener?: object
|
|
4832
4884
|
): this;
|
|
4833
4885
|
/**
|
|
4834
|
-
* @
|
|
4886
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4835
4887
|
*
|
|
4836
4888
|
* Fires event {@link #event:editHeaderButtonPress editHeaderButtonPress} to attached listeners.
|
|
4837
4889
|
*
|
|
@@ -4844,8 +4896,8 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4844
4896
|
mParameters?: object
|
|
4845
4897
|
): this;
|
|
4846
4898
|
/**
|
|
4847
|
-
* @
|
|
4848
|
-
* @
|
|
4899
|
+
* @since 1.93
|
|
4900
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4849
4901
|
*
|
|
4850
4902
|
* Fires event {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange} to attached
|
|
4851
4903
|
* listeners.
|
|
@@ -4856,16 +4908,11 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4856
4908
|
/**
|
|
4857
4909
|
* Parameters to pass along with the event
|
|
4858
4910
|
*/
|
|
4859
|
-
mParameters?:
|
|
4860
|
-
/**
|
|
4861
|
-
* False or True values indicate the new pinned property value.
|
|
4862
|
-
*/
|
|
4863
|
-
pinned?: boolean;
|
|
4864
|
-
}
|
|
4911
|
+
mParameters?: ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters
|
|
4865
4912
|
): this;
|
|
4866
4913
|
/**
|
|
4867
|
-
* @
|
|
4868
|
-
* @
|
|
4914
|
+
* @since 1.40
|
|
4915
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4869
4916
|
*
|
|
4870
4917
|
* Fires event {@link #event:navigate navigate} to attached listeners.
|
|
4871
4918
|
*
|
|
@@ -4875,20 +4922,11 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4875
4922
|
/**
|
|
4876
4923
|
* Parameters to pass along with the event
|
|
4877
4924
|
*/
|
|
4878
|
-
mParameters?:
|
|
4879
|
-
/**
|
|
4880
|
-
* The selected section object.
|
|
4881
|
-
*/
|
|
4882
|
-
section?: ObjectPageSection;
|
|
4883
|
-
/**
|
|
4884
|
-
* The selected subsection object.
|
|
4885
|
-
*/
|
|
4886
|
-
subSection?: ObjectPageSubSection;
|
|
4887
|
-
}
|
|
4925
|
+
mParameters?: ObjectPageLayout$NavigateEventParameters
|
|
4888
4926
|
): this;
|
|
4889
4927
|
/**
|
|
4890
|
-
* @
|
|
4891
|
-
* @
|
|
4928
|
+
* @since 1.73
|
|
4929
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4892
4930
|
*
|
|
4893
4931
|
* Fires event {@link #event:sectionChange sectionChange} to attached listeners.
|
|
4894
4932
|
*
|
|
@@ -4898,20 +4936,11 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4898
4936
|
/**
|
|
4899
4937
|
* Parameters to pass along with the event
|
|
4900
4938
|
*/
|
|
4901
|
-
mParameters?:
|
|
4902
|
-
/**
|
|
4903
|
-
* The section which the layout is scrolled to.
|
|
4904
|
-
*/
|
|
4905
|
-
section?: ObjectPageSection;
|
|
4906
|
-
/**
|
|
4907
|
-
* The subsection which the layout is scrolled to.
|
|
4908
|
-
*/
|
|
4909
|
-
subSection?: ObjectPageSubSection;
|
|
4910
|
-
}
|
|
4939
|
+
mParameters?: ObjectPageLayout$SectionChangeEventParameters
|
|
4911
4940
|
): this;
|
|
4912
4941
|
/**
|
|
4913
|
-
* @
|
|
4914
|
-
* @
|
|
4942
|
+
* @since 1.77
|
|
4943
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4915
4944
|
*
|
|
4916
4945
|
* Fires event {@link #event:subSectionVisibilityChange subSectionVisibilityChange} to attached listeners.
|
|
4917
4946
|
*
|
|
@@ -4921,15 +4950,10 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4921
4950
|
/**
|
|
4922
4951
|
* Parameters to pass along with the event
|
|
4923
4952
|
*/
|
|
4924
|
-
mParameters?:
|
|
4925
|
-
/**
|
|
4926
|
-
* Object whose keys are the visible SubSection IDs and their values are the SubSection instances
|
|
4927
|
-
*/
|
|
4928
|
-
visibleSubSections?: object;
|
|
4929
|
-
}
|
|
4953
|
+
mParameters?: ObjectPageLayout$SubSectionVisibilityChangeEventParameters
|
|
4930
4954
|
): this;
|
|
4931
4955
|
/**
|
|
4932
|
-
* @
|
|
4956
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
4933
4957
|
*
|
|
4934
4958
|
* Fires event {@link #event:toggleAnchorBar toggleAnchorBar} to attached listeners.
|
|
4935
4959
|
*
|
|
@@ -4939,16 +4963,10 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4939
4963
|
/**
|
|
4940
4964
|
* Parameters to pass along with the event
|
|
4941
4965
|
*/
|
|
4942
|
-
mParameters?:
|
|
4943
|
-
/**
|
|
4944
|
-
* False indicates that the Anchor bar has just detached from the Header and became part of the scrolling
|
|
4945
|
-
* area. True means that the Anchor bar has just snapped to the Header.
|
|
4946
|
-
*/
|
|
4947
|
-
fixed?: boolean;
|
|
4948
|
-
}
|
|
4966
|
+
mParameters?: ObjectPageLayout$ToggleAnchorBarEventParameters
|
|
4949
4967
|
): this;
|
|
4950
4968
|
/**
|
|
4951
|
-
* @
|
|
4969
|
+
* @since 1.34.0
|
|
4952
4970
|
*
|
|
4953
4971
|
* Gets current value of property {@link #getAlwaysShowContentHeader alwaysShowContentHeader}.
|
|
4954
4972
|
*
|
|
@@ -4963,7 +4981,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4963
4981
|
*/
|
|
4964
4982
|
getAlwaysShowContentHeader(): boolean;
|
|
4965
4983
|
/**
|
|
4966
|
-
* @
|
|
4984
|
+
* @since 1.58
|
|
4967
4985
|
*
|
|
4968
4986
|
* Gets current value of property {@link #getBackgroundDesignAnchorBar backgroundDesignAnchorBar}.
|
|
4969
4987
|
*
|
|
@@ -4988,7 +5006,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
4988
5006
|
*/
|
|
4989
5007
|
getEnableLazyLoading(): boolean;
|
|
4990
5008
|
/**
|
|
4991
|
-
* @
|
|
5009
|
+
* @since 1.34.0
|
|
4992
5010
|
*
|
|
4993
5011
|
* Gets current value of property {@link #getFlexEnabled flexEnabled}.
|
|
4994
5012
|
*
|
|
@@ -5001,7 +5019,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5001
5019
|
*/
|
|
5002
5020
|
getFlexEnabled(): boolean;
|
|
5003
5021
|
/**
|
|
5004
|
-
* @
|
|
5022
|
+
* @since 1.40
|
|
5005
5023
|
*
|
|
5006
5024
|
* Gets content of aggregation {@link #getFooter footer}.
|
|
5007
5025
|
*
|
|
@@ -5015,7 +5033,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5015
5033
|
*/
|
|
5016
5034
|
getHeaderContent(): Control[];
|
|
5017
5035
|
/**
|
|
5018
|
-
* @
|
|
5036
|
+
* @since 1.52
|
|
5019
5037
|
*
|
|
5020
5038
|
* Gets current value of property {@link #getHeaderContentPinnable headerContentPinnable}.
|
|
5021
5039
|
*
|
|
@@ -5033,7 +5051,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5033
5051
|
*/
|
|
5034
5052
|
getHeaderContentPinnable(): boolean;
|
|
5035
5053
|
/**
|
|
5036
|
-
* @
|
|
5054
|
+
* @since 1.93
|
|
5037
5055
|
*
|
|
5038
5056
|
* Gets current value of property {@link #getHeaderContentPinned headerContentPinned}.
|
|
5039
5057
|
*
|
|
@@ -5074,7 +5092,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5074
5092
|
*/
|
|
5075
5093
|
getHeight(): CSSSize;
|
|
5076
5094
|
/**
|
|
5077
|
-
* @
|
|
5095
|
+
* @since 1.34.0
|
|
5078
5096
|
*
|
|
5079
5097
|
* Gets current value of property {@link #getIsChildPage isChildPage}.
|
|
5080
5098
|
*
|
|
@@ -5090,7 +5108,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5090
5108
|
*/
|
|
5091
5109
|
getIsChildPage(): boolean;
|
|
5092
5110
|
/**
|
|
5093
|
-
* @
|
|
5111
|
+
* @since 1.61
|
|
5094
5112
|
*
|
|
5095
5113
|
* Gets content of aggregation {@link #getLandmarkInfo landmarkInfo}.
|
|
5096
5114
|
*
|
|
@@ -5100,7 +5118,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5100
5118
|
*/
|
|
5101
5119
|
getLandmarkInfo(): ObjectPageAccessibleLandmarkInfo;
|
|
5102
5120
|
/**
|
|
5103
|
-
* @
|
|
5121
|
+
* @since 1.52
|
|
5104
5122
|
*
|
|
5105
5123
|
* Gets current value of property {@link #getPreserveHeaderStateOnScroll preserveHeaderStateOnScroll}.
|
|
5106
5124
|
*
|
|
@@ -5109,10 +5127,10 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5109
5127
|
*
|
|
5110
5128
|
* **Notes:**
|
|
5111
5129
|
* - This property is only taken into account if an instance of `sap.uxap.ObjectPageDynamicHeaderTitle`
|
|
5112
|
-
*
|
|
5130
|
+
* is used for the `headerTitle` aggregation.
|
|
5113
5131
|
* - Based on internal rules, the value of the property is not always taken into account - for example,
|
|
5114
|
-
*
|
|
5115
|
-
*
|
|
5132
|
+
* when the control is rendered on tablet or mobile and the control`s title and header are with height larger
|
|
5133
|
+
* than the given threshold.
|
|
5116
5134
|
*
|
|
5117
5135
|
* Default value is `false`.
|
|
5118
5136
|
*
|
|
@@ -5136,7 +5154,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5136
5154
|
*/
|
|
5137
5155
|
getSections(): ObjectPageSection[];
|
|
5138
5156
|
/**
|
|
5139
|
-
* @
|
|
5157
|
+
* @since 1.44.0
|
|
5140
5158
|
*
|
|
5141
5159
|
* Gets current value of property {@link #getSectionTitleLevel sectionTitleLevel}.
|
|
5142
5160
|
*
|
|
@@ -5147,18 +5165,18 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5147
5165
|
*
|
|
5148
5166
|
* **Note:**
|
|
5149
5167
|
* - Defining a `sectionTitleLevel` will add `aria-level` attribute from 1 to 6 instead of changing the
|
|
5150
|
-
*
|
|
5168
|
+
* titles` HTML tag from H1 to H6.
|
|
5151
5169
|
* For example: if `sectionTitleLevel` is `TitleLevel.H1`, it will result as aria-level of 1 added to the
|
|
5152
5170
|
* `ObjectPageSection` title.
|
|
5153
5171
|
*
|
|
5154
5172
|
*
|
|
5155
5173
|
* - The `ObjectPageSubSection` title would have `aria-level` one level lower than the defined. For example:
|
|
5156
|
-
*
|
|
5157
|
-
*
|
|
5174
|
+
* if `sectionTitleLevel` is `TitleLevel.H1`, it will result as aria-level of 2 added to the `ObjectPageSubSection`
|
|
5175
|
+
* title.
|
|
5158
5176
|
*
|
|
5159
5177
|
*
|
|
5160
5178
|
* - It is possible to define a `titleLevel` on `ObjectPageSection` or `ObjectPageSubSection` level.
|
|
5161
|
-
*
|
|
5179
|
+
* In this case the value of this property will be ignored.
|
|
5162
5180
|
*
|
|
5163
5181
|
* Default value is `Auto`.
|
|
5164
5182
|
*
|
|
@@ -5166,7 +5184,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5166
5184
|
*/
|
|
5167
5185
|
getSectionTitleLevel(): TitleLevel | keyof typeof TitleLevel;
|
|
5168
5186
|
/**
|
|
5169
|
-
* @
|
|
5187
|
+
* @since 1.44.0
|
|
5170
5188
|
*
|
|
5171
5189
|
* ID of the element which is the current target of the association {@link #getSelectedSection selectedSection},
|
|
5172
5190
|
* or `null`.
|
|
@@ -5194,7 +5212,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5194
5212
|
*/
|
|
5195
5213
|
getShowAnchorBarPopover(): boolean;
|
|
5196
5214
|
/**
|
|
5197
|
-
* @
|
|
5215
|
+
* @since 1.34.0
|
|
5198
5216
|
*
|
|
5199
5217
|
* Gets current value of property {@link #getShowEditHeaderButton showEditHeaderButton}.
|
|
5200
5218
|
*
|
|
@@ -5209,7 +5227,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5209
5227
|
*/
|
|
5210
5228
|
getShowEditHeaderButton(): boolean;
|
|
5211
5229
|
/**
|
|
5212
|
-
* @
|
|
5230
|
+
* @since 1.40
|
|
5213
5231
|
*
|
|
5214
5232
|
* Gets current value of property {@link #getShowFooter showFooter}.
|
|
5215
5233
|
*
|
|
@@ -5231,7 +5249,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5231
5249
|
*/
|
|
5232
5250
|
getShowHeaderContent(): boolean;
|
|
5233
5251
|
/**
|
|
5234
|
-
* @
|
|
5252
|
+
* @since 1.32.0
|
|
5235
5253
|
*
|
|
5236
5254
|
* Gets current value of property {@link #getShowOnlyHighImportance showOnlyHighImportance}.
|
|
5237
5255
|
*
|
|
@@ -5268,7 +5286,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5268
5286
|
| ObjectPageSubSectionLayout
|
|
5269
5287
|
| keyof typeof ObjectPageSubSectionLayout;
|
|
5270
5288
|
/**
|
|
5271
|
-
* @
|
|
5289
|
+
* @since 1.52
|
|
5272
5290
|
*
|
|
5273
5291
|
* Gets current value of property {@link #getToggleHeaderOnTitleClick toggleHeaderOnTitleClick}.
|
|
5274
5292
|
*
|
|
@@ -5377,7 +5395,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5377
5395
|
iIndex: int
|
|
5378
5396
|
): this;
|
|
5379
5397
|
/**
|
|
5380
|
-
* @
|
|
5398
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
5381
5399
|
*
|
|
5382
5400
|
* This triggers rerendering of itself and its children.
|
|
5383
5401
|
*/
|
|
@@ -5445,7 +5463,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5445
5463
|
iOffset?: int
|
|
5446
5464
|
): void;
|
|
5447
5465
|
/**
|
|
5448
|
-
* @
|
|
5466
|
+
* @since 1.34.0
|
|
5449
5467
|
*
|
|
5450
5468
|
* Sets a new value for property {@link #getAlwaysShowContentHeader alwaysShowContentHeader}.
|
|
5451
5469
|
*
|
|
@@ -5467,7 +5485,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5467
5485
|
bAlwaysShowContentHeader?: boolean
|
|
5468
5486
|
): this;
|
|
5469
5487
|
/**
|
|
5470
|
-
* @
|
|
5488
|
+
* @since 1.58
|
|
5471
5489
|
*
|
|
5472
5490
|
* Sets the value of the `backgroundDesignAnchorBar` property.
|
|
5473
5491
|
*
|
|
@@ -5499,7 +5517,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5499
5517
|
bEnableLazyLoading?: boolean
|
|
5500
5518
|
): this;
|
|
5501
5519
|
/**
|
|
5502
|
-
* @
|
|
5520
|
+
* @since 1.34.0
|
|
5503
5521
|
*
|
|
5504
5522
|
* Sets a new value for property {@link #getFlexEnabled flexEnabled}.
|
|
5505
5523
|
*
|
|
@@ -5519,7 +5537,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5519
5537
|
bFlexEnabled?: boolean
|
|
5520
5538
|
): this;
|
|
5521
5539
|
/**
|
|
5522
|
-
* @
|
|
5540
|
+
* @since 1.40
|
|
5523
5541
|
*
|
|
5524
5542
|
* Sets the aggregated {@link #getFooter footer}.
|
|
5525
5543
|
*
|
|
@@ -5532,7 +5550,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5532
5550
|
oFooter: IBar
|
|
5533
5551
|
): this;
|
|
5534
5552
|
/**
|
|
5535
|
-
* @
|
|
5553
|
+
* @since 1.52
|
|
5536
5554
|
*
|
|
5537
5555
|
* Sets a new value for property {@link #getHeaderContentPinnable headerContentPinnable}.
|
|
5538
5556
|
*
|
|
@@ -5557,7 +5575,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5557
5575
|
bHeaderContentPinnable?: boolean
|
|
5558
5576
|
): this;
|
|
5559
5577
|
/**
|
|
5560
|
-
* @
|
|
5578
|
+
* @since 1.93
|
|
5561
5579
|
*
|
|
5562
5580
|
* Sets a new value for property {@link #getHeaderContentPinned headerContentPinned}.
|
|
5563
5581
|
*
|
|
@@ -5617,7 +5635,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5617
5635
|
sHeight?: CSSSize
|
|
5618
5636
|
): this;
|
|
5619
5637
|
/**
|
|
5620
|
-
* @
|
|
5638
|
+
* @since 1.34.0
|
|
5621
5639
|
*
|
|
5622
5640
|
* Sets a new value for property {@link #getIsChildPage isChildPage}.
|
|
5623
5641
|
*
|
|
@@ -5640,7 +5658,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5640
5658
|
bIsChildPage?: boolean
|
|
5641
5659
|
): this;
|
|
5642
5660
|
/**
|
|
5643
|
-
* @
|
|
5661
|
+
* @since 1.61
|
|
5644
5662
|
*
|
|
5645
5663
|
* Sets the aggregated {@link #getLandmarkInfo landmarkInfo}.
|
|
5646
5664
|
*
|
|
@@ -5653,7 +5671,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5653
5671
|
oLandmarkInfo: ObjectPageAccessibleLandmarkInfo
|
|
5654
5672
|
): this;
|
|
5655
5673
|
/**
|
|
5656
|
-
* @
|
|
5674
|
+
* @since 1.52
|
|
5657
5675
|
*
|
|
5658
5676
|
* Sets a new value for property {@link #getPreserveHeaderStateOnScroll preserveHeaderStateOnScroll}.
|
|
5659
5677
|
*
|
|
@@ -5662,10 +5680,10 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5662
5680
|
*
|
|
5663
5681
|
* **Notes:**
|
|
5664
5682
|
* - This property is only taken into account if an instance of `sap.uxap.ObjectPageDynamicHeaderTitle`
|
|
5665
|
-
*
|
|
5683
|
+
* is used for the `headerTitle` aggregation.
|
|
5666
5684
|
* - Based on internal rules, the value of the property is not always taken into account - for example,
|
|
5667
|
-
*
|
|
5668
|
-
*
|
|
5685
|
+
* when the control is rendered on tablet or mobile and the control`s title and header are with height larger
|
|
5686
|
+
* than the given threshold.
|
|
5669
5687
|
*
|
|
5670
5688
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5671
5689
|
*
|
|
@@ -5680,7 +5698,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5680
5698
|
bPreserveHeaderStateOnScroll?: boolean
|
|
5681
5699
|
): this;
|
|
5682
5700
|
/**
|
|
5683
|
-
* @
|
|
5701
|
+
* @since 1.44.0
|
|
5684
5702
|
*
|
|
5685
5703
|
* Sets a new value for property {@link #getSectionTitleLevel sectionTitleLevel}.
|
|
5686
5704
|
*
|
|
@@ -5691,18 +5709,18 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5691
5709
|
*
|
|
5692
5710
|
* **Note:**
|
|
5693
5711
|
* - Defining a `sectionTitleLevel` will add `aria-level` attribute from 1 to 6 instead of changing the
|
|
5694
|
-
*
|
|
5712
|
+
* titles` HTML tag from H1 to H6.
|
|
5695
5713
|
* For example: if `sectionTitleLevel` is `TitleLevel.H1`, it will result as aria-level of 1 added to the
|
|
5696
5714
|
* `ObjectPageSection` title.
|
|
5697
5715
|
*
|
|
5698
5716
|
*
|
|
5699
5717
|
* - The `ObjectPageSubSection` title would have `aria-level` one level lower than the defined. For example:
|
|
5700
|
-
*
|
|
5701
|
-
*
|
|
5718
|
+
* if `sectionTitleLevel` is `TitleLevel.H1`, it will result as aria-level of 2 added to the `ObjectPageSubSection`
|
|
5719
|
+
* title.
|
|
5702
5720
|
*
|
|
5703
5721
|
*
|
|
5704
5722
|
* - It is possible to define a `titleLevel` on `ObjectPageSection` or `ObjectPageSubSection` level.
|
|
5705
|
-
*
|
|
5723
|
+
* In this case the value of this property will be ignored.
|
|
5706
5724
|
*
|
|
5707
5725
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5708
5726
|
*
|
|
@@ -5772,7 +5790,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5772
5790
|
bShowAnchorBarPopover?: boolean
|
|
5773
5791
|
): this;
|
|
5774
5792
|
/**
|
|
5775
|
-
* @
|
|
5793
|
+
* @since 1.34.0
|
|
5776
5794
|
*
|
|
5777
5795
|
* Sets a new value for property {@link #getShowEditHeaderButton showEditHeaderButton}.
|
|
5778
5796
|
*
|
|
@@ -5794,7 +5812,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5794
5812
|
bShowEditHeaderButton?: boolean
|
|
5795
5813
|
): this;
|
|
5796
5814
|
/**
|
|
5797
|
-
* @
|
|
5815
|
+
* @since 1.40
|
|
5798
5816
|
*
|
|
5799
5817
|
* Sets a new value for property {@link #getShowFooter showFooter}.
|
|
5800
5818
|
*
|
|
@@ -5830,7 +5848,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5830
5848
|
bShowHeaderContent?: boolean
|
|
5831
5849
|
): this;
|
|
5832
5850
|
/**
|
|
5833
|
-
* @
|
|
5851
|
+
* @since 1.32.0
|
|
5834
5852
|
*
|
|
5835
5853
|
* Sets a new value for property {@link #getShowOnlyHighImportance showOnlyHighImportance}.
|
|
5836
5854
|
*
|
|
@@ -5888,7 +5906,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5888
5906
|
| keyof typeof ObjectPageSubSectionLayout
|
|
5889
5907
|
): this;
|
|
5890
5908
|
/**
|
|
5891
|
-
* @
|
|
5909
|
+
* @since 1.52
|
|
5892
5910
|
*
|
|
5893
5911
|
* Sets a new value for property {@link #getToggleHeaderOnTitleClick toggleHeaderOnTitleClick}.
|
|
5894
5912
|
*
|
|
@@ -5986,7 +6004,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5986
6004
|
upperCaseAnchorBar?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
5987
6005
|
|
|
5988
6006
|
/**
|
|
5989
|
-
* @
|
|
6007
|
+
* @since 1.58
|
|
5990
6008
|
*
|
|
5991
6009
|
* Determines the background color of the `AnchorBar`.
|
|
5992
6010
|
*
|
|
@@ -6017,7 +6035,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
6017
6035
|
| `{${string}}`;
|
|
6018
6036
|
|
|
6019
6037
|
/**
|
|
6020
|
-
* @
|
|
6038
|
+
* @since 1.44.0
|
|
6021
6039
|
*
|
|
6022
6040
|
* Determines the ARIA level of the `ObjectPageSection` and `ObjectPageSubSection` titles. The ARIA level
|
|
6023
6041
|
* is used by assisting technologies, such as screen readers, to create a hierarchical site map for faster
|
|
@@ -6026,18 +6044,18 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
6026
6044
|
*
|
|
6027
6045
|
* **Note:**
|
|
6028
6046
|
* - Defining a `sectionTitleLevel` will add `aria-level` attribute from 1 to 6 instead of changing the
|
|
6029
|
-
*
|
|
6047
|
+
* titles` HTML tag from H1 to H6.
|
|
6030
6048
|
* For example: if `sectionTitleLevel` is `TitleLevel.H1`, it will result as aria-level of 1 added to the
|
|
6031
6049
|
* `ObjectPageSection` title.
|
|
6032
6050
|
*
|
|
6033
6051
|
*
|
|
6034
6052
|
* - The `ObjectPageSubSection` title would have `aria-level` one level lower than the defined. For example:
|
|
6035
|
-
*
|
|
6036
|
-
*
|
|
6053
|
+
* if `sectionTitleLevel` is `TitleLevel.H1`, it will result as aria-level of 2 added to the `ObjectPageSubSection`
|
|
6054
|
+
* title.
|
|
6037
6055
|
*
|
|
6038
6056
|
*
|
|
6039
6057
|
* - It is possible to define a `titleLevel` on `ObjectPageSection` or `ObjectPageSubSection` level.
|
|
6040
|
-
*
|
|
6058
|
+
* In this case the value of this property will be ignored.
|
|
6041
6059
|
*/
|
|
6042
6060
|
sectionTitleLevel?:
|
|
6043
6061
|
| (TitleLevel | keyof typeof TitleLevel)
|
|
@@ -6071,14 +6089,14 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
6071
6089
|
showTitleInHeaderContent?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6072
6090
|
|
|
6073
6091
|
/**
|
|
6074
|
-
* @
|
|
6092
|
+
* @since 1.32.0
|
|
6075
6093
|
*
|
|
6076
6094
|
* Determines whether sections and subsections with importance Low and Medium are hidden even on large screens.
|
|
6077
6095
|
*/
|
|
6078
6096
|
showOnlyHighImportance?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6079
6097
|
|
|
6080
6098
|
/**
|
|
6081
|
-
* @
|
|
6099
|
+
* @since 1.34.0
|
|
6082
6100
|
*
|
|
6083
6101
|
* Determines whether the page is a child page and renders it with a different design. Child pages have
|
|
6084
6102
|
* an additional (darker/lighter) stripe on the left side of their header content area.
|
|
@@ -6089,7 +6107,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
6089
6107
|
isChildPage?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6090
6108
|
|
|
6091
6109
|
/**
|
|
6092
|
-
* @
|
|
6110
|
+
* @since 1.34.0
|
|
6093
6111
|
*
|
|
6094
6112
|
* Determines whether Header Content will always be expanded on desktop.
|
|
6095
6113
|
*
|
|
@@ -6099,7 +6117,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
6099
6117
|
alwaysShowContentHeader?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6100
6118
|
|
|
6101
6119
|
/**
|
|
6102
|
-
* @
|
|
6120
|
+
* @since 1.52
|
|
6103
6121
|
*
|
|
6104
6122
|
* Determines whether the Header Content area can be pinned.
|
|
6105
6123
|
*
|
|
@@ -6112,7 +6130,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
6112
6130
|
headerContentPinnable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6113
6131
|
|
|
6114
6132
|
/**
|
|
6115
|
-
* @
|
|
6133
|
+
* @since 1.93
|
|
6116
6134
|
*
|
|
6117
6135
|
* Determines whether the `sap.uxap.ObjectPageDynamicHeaderContent` is pinned.
|
|
6118
6136
|
*
|
|
@@ -6132,7 +6150,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
6132
6150
|
headerContentPinned?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6133
6151
|
|
|
6134
6152
|
/**
|
|
6135
|
-
* @
|
|
6153
|
+
* @since 1.52
|
|
6136
6154
|
*
|
|
6137
6155
|
* Determines whether the user can switch between the expanded/collapsed states of the `sap.uxap.ObjectPageDynamicHeaderContent`
|
|
6138
6156
|
* by clicking on the `sap.uxap.ObjectPageDynamicHeaderTitle`. If set to `false`, the `sap.uxap.ObjectPageDynamicHeaderTitle`
|
|
@@ -6145,22 +6163,22 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
6145
6163
|
toggleHeaderOnTitleClick?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6146
6164
|
|
|
6147
6165
|
/**
|
|
6148
|
-
* @
|
|
6166
|
+
* @since 1.52
|
|
6149
6167
|
*
|
|
6150
6168
|
* Preserves the current header state when scrolling. For example, if the user expands the header by clicking
|
|
6151
6169
|
* on the title and then scrolls down the page, the header will remain expanded.
|
|
6152
6170
|
*
|
|
6153
6171
|
* **Notes:**
|
|
6154
6172
|
* - This property is only taken into account if an instance of `sap.uxap.ObjectPageDynamicHeaderTitle`
|
|
6155
|
-
*
|
|
6173
|
+
* is used for the `headerTitle` aggregation.
|
|
6156
6174
|
* - Based on internal rules, the value of the property is not always taken into account - for example,
|
|
6157
|
-
*
|
|
6158
|
-
*
|
|
6175
|
+
* when the control is rendered on tablet or mobile and the control`s title and header are with height larger
|
|
6176
|
+
* than the given threshold.
|
|
6159
6177
|
*/
|
|
6160
6178
|
preserveHeaderStateOnScroll?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6161
6179
|
|
|
6162
6180
|
/**
|
|
6163
|
-
* @
|
|
6181
|
+
* @since 1.34.0
|
|
6164
6182
|
*
|
|
6165
6183
|
* Determines whether an Edit button will be displayed in Header Content.
|
|
6166
6184
|
*
|
|
@@ -6170,7 +6188,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
6170
6188
|
showEditHeaderButton?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6171
6189
|
|
|
6172
6190
|
/**
|
|
6173
|
-
* @
|
|
6191
|
+
* @since 1.34.0
|
|
6174
6192
|
*
|
|
6175
6193
|
* Specifies whether the object page enables flexibility features, such as hiding and adding sections.
|
|
6176
6194
|
* For more information about SAPUI5 flexibility, refer to the Developer Guide.
|
|
@@ -6178,7 +6196,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
6178
6196
|
flexEnabled?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
6179
6197
|
|
|
6180
6198
|
/**
|
|
6181
|
-
* @
|
|
6199
|
+
* @since 1.40
|
|
6182
6200
|
*
|
|
6183
6201
|
* Determines whether the footer is visible.
|
|
6184
6202
|
*/
|
|
@@ -6208,14 +6226,14 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
6208
6226
|
| `{${string}}`;
|
|
6209
6227
|
|
|
6210
6228
|
/**
|
|
6211
|
-
* @
|
|
6229
|
+
* @since 1.40
|
|
6212
6230
|
*
|
|
6213
6231
|
* Object page floating footer.
|
|
6214
6232
|
*/
|
|
6215
6233
|
footer?: IBar;
|
|
6216
6234
|
|
|
6217
6235
|
/**
|
|
6218
|
-
* @
|
|
6236
|
+
* @since 1.61
|
|
6219
6237
|
*
|
|
6220
6238
|
* Accessible landmark settings to be applied on the containers of the `sap.uxap.ObjectPageLayout` control.
|
|
6221
6239
|
*
|
|
@@ -6224,30 +6242,36 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
6224
6242
|
landmarkInfo?: ObjectPageAccessibleLandmarkInfo;
|
|
6225
6243
|
|
|
6226
6244
|
/**
|
|
6227
|
-
* @
|
|
6245
|
+
* @since 1.44.0
|
|
6228
6246
|
*
|
|
6229
6247
|
* The section that is selected by default on load.
|
|
6230
6248
|
*/
|
|
6231
6249
|
selectedSection?: ObjectPageSection | string;
|
|
6232
6250
|
|
|
6233
6251
|
/**
|
|
6234
|
-
* @
|
|
6252
|
+
* @since 1.93
|
|
6235
6253
|
*
|
|
6236
6254
|
* The event is fired when the `headerContentPinned` property is changed via user interaction.
|
|
6237
6255
|
*/
|
|
6238
|
-
headerContentPinnedStateChange?: (
|
|
6256
|
+
headerContentPinnedStateChange?: (
|
|
6257
|
+
oEvent: Event<ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters>
|
|
6258
|
+
) => void;
|
|
6239
6259
|
|
|
6240
6260
|
/**
|
|
6241
6261
|
* The event is fired when the Anchor bar is switched from moving to fixed or the other way round.
|
|
6242
6262
|
*/
|
|
6243
|
-
toggleAnchorBar?: (
|
|
6263
|
+
toggleAnchorBar?: (
|
|
6264
|
+
oEvent: Event<ObjectPageLayout$ToggleAnchorBarEventParameters>
|
|
6265
|
+
) => void;
|
|
6244
6266
|
|
|
6245
6267
|
/**
|
|
6246
|
-
* @
|
|
6268
|
+
* @since 1.73
|
|
6247
6269
|
*
|
|
6248
6270
|
* Fired when the current section is changed by scrolling.
|
|
6249
6271
|
*/
|
|
6250
|
-
sectionChange?: (
|
|
6272
|
+
sectionChange?: (
|
|
6273
|
+
oEvent: Event<ObjectPageLayout$SectionChangeEventParameters>
|
|
6274
|
+
) => void;
|
|
6251
6275
|
|
|
6252
6276
|
/**
|
|
6253
6277
|
* The event is fired when the Edit Header button is pressed
|
|
@@ -6255,19 +6279,119 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
6255
6279
|
editHeaderButtonPress?: (oEvent: Event) => void;
|
|
6256
6280
|
|
|
6257
6281
|
/**
|
|
6258
|
-
* @
|
|
6282
|
+
* @since 1.40
|
|
6259
6283
|
*
|
|
6260
6284
|
* The event is fired when the selected section is changed using the navigation.
|
|
6261
6285
|
*/
|
|
6262
|
-
navigate?: (
|
|
6286
|
+
navigate?: (
|
|
6287
|
+
oEvent: Event<ObjectPageLayout$NavigateEventParameters>
|
|
6288
|
+
) => void;
|
|
6263
6289
|
|
|
6264
6290
|
/**
|
|
6265
|
-
* @
|
|
6291
|
+
* @since 1.77
|
|
6266
6292
|
*
|
|
6267
6293
|
* Fired when the visibility of subsections is changed.
|
|
6268
6294
|
*/
|
|
6269
|
-
subSectionVisibilityChange?: (
|
|
6295
|
+
subSectionVisibilityChange?: (
|
|
6296
|
+
oEvent: Event<ObjectPageLayout$SubSectionVisibilityChangeEventParameters>
|
|
6297
|
+
) => void;
|
|
6270
6298
|
}
|
|
6299
|
+
|
|
6300
|
+
export interface ObjectPageLayout$EditHeaderButtonPressEventParameters {}
|
|
6301
|
+
|
|
6302
|
+
/**
|
|
6303
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$EditHeaderButtonPressEventParameters'
|
|
6304
|
+
* in 1.115.1 and any later releases.
|
|
6305
|
+
*/
|
|
6306
|
+
export type $ObjectPageLayoutEditHeaderButtonPressEventParameters = ObjectPageLayout$EditHeaderButtonPressEventParameters;
|
|
6307
|
+
|
|
6308
|
+
export type ObjectPageLayout$EditHeaderButtonPressEvent = Event<ObjectPageLayout$EditHeaderButtonPressEventParameters>;
|
|
6309
|
+
|
|
6310
|
+
export interface ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters {
|
|
6311
|
+
/**
|
|
6312
|
+
* False or True values indicate the new pinned property value.
|
|
6313
|
+
*/
|
|
6314
|
+
pinned?: boolean;
|
|
6315
|
+
}
|
|
6316
|
+
|
|
6317
|
+
/**
|
|
6318
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters'
|
|
6319
|
+
* in 1.115.1 and any later releases.
|
|
6320
|
+
*/
|
|
6321
|
+
export type $ObjectPageLayoutHeaderContentPinnedStateChangeEventParameters = ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters;
|
|
6322
|
+
|
|
6323
|
+
export type ObjectPageLayout$HeaderContentPinnedStateChangeEvent = Event<ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters>;
|
|
6324
|
+
|
|
6325
|
+
export interface ObjectPageLayout$NavigateEventParameters {
|
|
6326
|
+
/**
|
|
6327
|
+
* The selected section object.
|
|
6328
|
+
*/
|
|
6329
|
+
section?: ObjectPageSection;
|
|
6330
|
+
|
|
6331
|
+
/**
|
|
6332
|
+
* The selected subsection object.
|
|
6333
|
+
*/
|
|
6334
|
+
subSection?: ObjectPageSubSection;
|
|
6335
|
+
}
|
|
6336
|
+
|
|
6337
|
+
/**
|
|
6338
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$NavigateEventParameters'
|
|
6339
|
+
* in 1.115.1 and any later releases.
|
|
6340
|
+
*/
|
|
6341
|
+
export type $ObjectPageLayoutNavigateEventParameters = ObjectPageLayout$NavigateEventParameters;
|
|
6342
|
+
|
|
6343
|
+
export type ObjectPageLayout$NavigateEvent = Event<ObjectPageLayout$NavigateEventParameters>;
|
|
6344
|
+
|
|
6345
|
+
export interface ObjectPageLayout$SectionChangeEventParameters {
|
|
6346
|
+
/**
|
|
6347
|
+
* The section which the layout is scrolled to.
|
|
6348
|
+
*/
|
|
6349
|
+
section?: ObjectPageSection;
|
|
6350
|
+
|
|
6351
|
+
/**
|
|
6352
|
+
* The subsection which the layout is scrolled to.
|
|
6353
|
+
*/
|
|
6354
|
+
subSection?: ObjectPageSubSection;
|
|
6355
|
+
}
|
|
6356
|
+
|
|
6357
|
+
/**
|
|
6358
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$SectionChangeEventParameters'
|
|
6359
|
+
* in 1.115.1 and any later releases.
|
|
6360
|
+
*/
|
|
6361
|
+
export type $ObjectPageLayoutSectionChangeEventParameters = ObjectPageLayout$SectionChangeEventParameters;
|
|
6362
|
+
|
|
6363
|
+
export type ObjectPageLayout$SectionChangeEvent = Event<ObjectPageLayout$SectionChangeEventParameters>;
|
|
6364
|
+
|
|
6365
|
+
export interface ObjectPageLayout$SubSectionVisibilityChangeEventParameters {
|
|
6366
|
+
/**
|
|
6367
|
+
* Object whose keys are the visible SubSection IDs and their values are the SubSection instances
|
|
6368
|
+
*/
|
|
6369
|
+
visibleSubSections?: object;
|
|
6370
|
+
}
|
|
6371
|
+
|
|
6372
|
+
/**
|
|
6373
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$SubSectionVisibilityChangeEventParameters'
|
|
6374
|
+
* in 1.115.1 and any later releases.
|
|
6375
|
+
*/
|
|
6376
|
+
export type $ObjectPageLayoutSubSectionVisibilityChangeEventParameters = ObjectPageLayout$SubSectionVisibilityChangeEventParameters;
|
|
6377
|
+
|
|
6378
|
+
export type ObjectPageLayout$SubSectionVisibilityChangeEvent = Event<ObjectPageLayout$SubSectionVisibilityChangeEventParameters>;
|
|
6379
|
+
|
|
6380
|
+
export interface ObjectPageLayout$ToggleAnchorBarEventParameters {
|
|
6381
|
+
/**
|
|
6382
|
+
* False indicates that the Anchor bar has just detached from the Header and became part of the scrolling
|
|
6383
|
+
* area. True means that the Anchor bar has just snapped to the Header.
|
|
6384
|
+
*/
|
|
6385
|
+
fixed?: boolean;
|
|
6386
|
+
}
|
|
6387
|
+
|
|
6388
|
+
/**
|
|
6389
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$ToggleAnchorBarEventParameters'
|
|
6390
|
+
* in 1.115.1 and any later releases.
|
|
6391
|
+
*/
|
|
6392
|
+
export type $ObjectPageLayoutToggleAnchorBarEventParameters = ObjectPageLayout$ToggleAnchorBarEventParameters;
|
|
6393
|
+
|
|
6394
|
+
export type ObjectPageLayout$ToggleAnchorBarEvent = Event<ObjectPageLayout$ToggleAnchorBarEventParameters>;
|
|
6271
6395
|
}
|
|
6272
6396
|
|
|
6273
6397
|
declare module "sap/uxap/ObjectPageLazyLoader" {
|
|
@@ -6280,9 +6404,9 @@ declare module "sap/uxap/ObjectPageLazyLoader" {
|
|
|
6280
6404
|
import { AggregationBindingInfo } from "sap/ui/base/ManagedObject";
|
|
6281
6405
|
|
|
6282
6406
|
/**
|
|
6283
|
-
* @
|
|
6407
|
+
* @since 1.38
|
|
6284
6408
|
*
|
|
6285
|
-
* A helper element that enables a "stashed-based" lazy loading approach for the content of the {@link sap.uxap.ObjectPageSubSection}
|
|
6409
|
+
* A helper element that enables a "stashed-based" lazy loading approach for the content of the {@link sap.uxap.ObjectPageSubSection }
|
|
6286
6410
|
* control.
|
|
6287
6411
|
*
|
|
6288
6412
|
* `ObjectPageLazyLoader` is intended to be used in a declarative way only (for example, in a view) with
|
|
@@ -6457,7 +6581,7 @@ declare module "sap/uxap/ObjectPageSection" {
|
|
|
6457
6581
|
} from "sap/ui/base/ManagedObject";
|
|
6458
6582
|
|
|
6459
6583
|
/**
|
|
6460
|
-
* @
|
|
6584
|
+
* @since 1.26
|
|
6461
6585
|
*
|
|
6462
6586
|
* Top-level information container of an {@link sap.uxap.ObjectPageLayout}.
|
|
6463
6587
|
*
|
|
@@ -6538,7 +6662,7 @@ declare module "sap/uxap/ObjectPageSection" {
|
|
|
6538
6662
|
oSubSection: ObjectPageSubSection
|
|
6539
6663
|
): this;
|
|
6540
6664
|
/**
|
|
6541
|
-
* @
|
|
6665
|
+
* @since 1.106
|
|
6542
6666
|
*
|
|
6543
6667
|
* Destroys the heading in the aggregation {@link #getHeading heading}.
|
|
6544
6668
|
*
|
|
@@ -6552,7 +6676,7 @@ declare module "sap/uxap/ObjectPageSection" {
|
|
|
6552
6676
|
*/
|
|
6553
6677
|
destroySubSections(): this;
|
|
6554
6678
|
/**
|
|
6555
|
-
* @
|
|
6679
|
+
* @since 1.106
|
|
6556
6680
|
*
|
|
6557
6681
|
* Gets content of aggregation {@link #getHeading heading}.
|
|
6558
6682
|
*
|
|
@@ -6651,7 +6775,7 @@ declare module "sap/uxap/ObjectPageSection" {
|
|
|
6651
6775
|
vSubSection: int | string | ObjectPageSubSection
|
|
6652
6776
|
): ObjectPageSubSection | null;
|
|
6653
6777
|
/**
|
|
6654
|
-
* @
|
|
6778
|
+
* @since 1.106
|
|
6655
6779
|
*
|
|
6656
6780
|
* Sets the aggregated {@link #getHeading heading}.
|
|
6657
6781
|
*
|
|
@@ -6755,7 +6879,7 @@ declare module "sap/uxap/ObjectPageSection" {
|
|
|
6755
6879
|
| `{${string}}`;
|
|
6756
6880
|
|
|
6757
6881
|
/**
|
|
6758
|
-
* @
|
|
6882
|
+
* @since 1.106
|
|
6759
6883
|
*
|
|
6760
6884
|
* Section heading content.
|
|
6761
6885
|
*
|
|
@@ -6784,7 +6908,7 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
6784
6908
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
6785
6909
|
|
|
6786
6910
|
/**
|
|
6787
|
-
* @
|
|
6911
|
+
* @since 1.26
|
|
6788
6912
|
*
|
|
6789
6913
|
* An abstract container for sections and subsections in the {@link sap.uxap.ObjectPageLayout}.
|
|
6790
6914
|
*/
|
|
@@ -6871,7 +6995,7 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
6871
6995
|
*/
|
|
6872
6996
|
getCustomAnchorBarButton(): Button;
|
|
6873
6997
|
/**
|
|
6874
|
-
* @
|
|
6998
|
+
* @since 1.32.0
|
|
6875
6999
|
*
|
|
6876
7000
|
* Gets current value of property {@link #getImportance importance}.
|
|
6877
7001
|
*
|
|
@@ -6883,7 +7007,7 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
6883
7007
|
*/
|
|
6884
7008
|
getImportance(): Importance | keyof typeof Importance;
|
|
6885
7009
|
/**
|
|
6886
|
-
* @
|
|
7010
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
6887
7011
|
*
|
|
6888
7012
|
* Returns the control name text.
|
|
6889
7013
|
*
|
|
@@ -6898,14 +7022,14 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
6898
7022
|
* Defines the title of the respective section/subsection.
|
|
6899
7023
|
*
|
|
6900
7024
|
* **Note:** If a subsection is the only one (or the only one visible) within a section, its title is displayed
|
|
6901
|
-
* instead of the section title. This behavior is true even if the `showTitle` propeprty of {@link sap.uxap.ObjectPageSubSection}
|
|
7025
|
+
* instead of the section title. This behavior is true even if the `showTitle` propeprty of {@link sap.uxap.ObjectPageSubSection }
|
|
6902
7026
|
* is set to `false`.
|
|
6903
7027
|
*
|
|
6904
7028
|
* @returns Value of property `title`
|
|
6905
7029
|
*/
|
|
6906
7030
|
getTitle(): string;
|
|
6907
7031
|
/**
|
|
6908
|
-
* @
|
|
7032
|
+
* @since 1.44.0
|
|
6909
7033
|
*
|
|
6910
7034
|
* Gets current value of property {@link #getTitleLevel titleLevel}.
|
|
6911
7035
|
*
|
|
@@ -6944,7 +7068,7 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
6944
7068
|
oCustomAnchorBarButton: Button
|
|
6945
7069
|
): this;
|
|
6946
7070
|
/**
|
|
6947
|
-
* @
|
|
7071
|
+
* @since 1.32.0
|
|
6948
7072
|
*
|
|
6949
7073
|
* Sets a new value for property {@link #getImportance importance}.
|
|
6950
7074
|
*
|
|
@@ -6968,7 +7092,7 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
6968
7092
|
* Defines the title of the respective section/subsection.
|
|
6969
7093
|
*
|
|
6970
7094
|
* **Note:** If a subsection is the only one (or the only one visible) within a section, its title is displayed
|
|
6971
|
-
* instead of the section title. This behavior is true even if the `showTitle` propeprty of {@link sap.uxap.ObjectPageSubSection}
|
|
7095
|
+
* instead of the section title. This behavior is true even if the `showTitle` propeprty of {@link sap.uxap.ObjectPageSubSection }
|
|
6972
7096
|
* is set to `false`.
|
|
6973
7097
|
*
|
|
6974
7098
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
@@ -6982,7 +7106,7 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
6982
7106
|
sTitle?: string
|
|
6983
7107
|
): this;
|
|
6984
7108
|
/**
|
|
6985
|
-
* @
|
|
7109
|
+
* @since 1.44.0
|
|
6986
7110
|
*
|
|
6987
7111
|
* Sets a new value for property {@link #getTitleLevel titleLevel}.
|
|
6988
7112
|
*
|
|
@@ -7024,7 +7148,7 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
7024
7148
|
bVisible?: boolean
|
|
7025
7149
|
): this;
|
|
7026
7150
|
/**
|
|
7027
|
-
* @
|
|
7151
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7028
7152
|
*
|
|
7029
7153
|
* Performs the update of the invisible text label. This method is called for example when the section title
|
|
7030
7154
|
* is changed.
|
|
@@ -7039,13 +7163,13 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
7039
7163
|
* Defines the title of the respective section/subsection.
|
|
7040
7164
|
*
|
|
7041
7165
|
* **Note:** If a subsection is the only one (or the only one visible) within a section, its title is displayed
|
|
7042
|
-
* instead of the section title. This behavior is true even if the `showTitle` propeprty of {@link sap.uxap.ObjectPageSubSection}
|
|
7166
|
+
* instead of the section title. This behavior is true even if the `showTitle` propeprty of {@link sap.uxap.ObjectPageSubSection }
|
|
7043
7167
|
* is set to `false`.
|
|
7044
7168
|
*/
|
|
7045
7169
|
title?: string | PropertyBindingInfo;
|
|
7046
7170
|
|
|
7047
7171
|
/**
|
|
7048
|
-
* @
|
|
7172
|
+
* @since 1.44.0
|
|
7049
7173
|
*
|
|
7050
7174
|
* Determines the ARIA level of the `ObjectPageSectionBase` title. The ARIA level is used by assisting technologies,
|
|
7051
7175
|
* such as screen readers, to create a hierarchical site map for faster navigation.
|
|
@@ -7066,7 +7190,7 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
7066
7190
|
visible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
7067
7191
|
|
|
7068
7192
|
/**
|
|
7069
|
-
* @
|
|
7193
|
+
* @since 1.32.0
|
|
7070
7194
|
*
|
|
7071
7195
|
* Determines whether the section will be hidden on low resolutions.
|
|
7072
7196
|
*/
|
|
@@ -7107,7 +7231,7 @@ declare module "sap/uxap/ObjectPageSubSection" {
|
|
|
7107
7231
|
} from "sap/ui/base/ManagedObject";
|
|
7108
7232
|
|
|
7109
7233
|
/**
|
|
7110
|
-
* @
|
|
7234
|
+
* @since 1.26
|
|
7111
7235
|
*
|
|
7112
7236
|
* Second-level information container of an {@link sap.uxap.ObjectPageLayout}.
|
|
7113
7237
|
*
|
|
@@ -7262,9 +7386,9 @@ declare module "sap/uxap/ObjectPageSubSection" {
|
|
|
7262
7386
|
*
|
|
7263
7387
|
* Don't use the `sapUxAPObjectPageSubSectionAlignContent` CSS class in the following cases:
|
|
7264
7388
|
* - In combination with `ResponsiveLayout`, because `ResponsiveLayout` applies custom paddings. To align
|
|
7265
|
-
*
|
|
7389
|
+
* items with `sapUxAPObjectPageSubSectionAlignContent`, use `ColumnLayout`.
|
|
7266
7390
|
* - If there are multiple controls in the same `ObjectPageSubSection`, because the CSS class interferes
|
|
7267
|
-
*
|
|
7391
|
+
* with their alignment. Example:
|
|
7268
7392
|
*
|
|
7269
7393
|
*
|
|
7270
7394
|
* ```javascript
|
|
@@ -7291,7 +7415,7 @@ declare module "sap/uxap/ObjectPageSubSection" {
|
|
|
7291
7415
|
*/
|
|
7292
7416
|
getMoreBlocks(): Control[];
|
|
7293
7417
|
/**
|
|
7294
|
-
* @
|
|
7418
|
+
* @since 1.77
|
|
7295
7419
|
*
|
|
7296
7420
|
* Gets current value of property {@link #getShowTitle showTitle}.
|
|
7297
7421
|
*
|
|
@@ -7482,7 +7606,7 @@ declare module "sap/uxap/ObjectPageSubSection" {
|
|
|
7482
7606
|
sMode?: ObjectPageSubSectionMode | keyof typeof ObjectPageSubSectionMode
|
|
7483
7607
|
): this;
|
|
7484
7608
|
/**
|
|
7485
|
-
* @
|
|
7609
|
+
* @since 1.77
|
|
7486
7610
|
*
|
|
7487
7611
|
* Sets a new value for property {@link #getShowTitle showTitle}.
|
|
7488
7612
|
*
|
|
@@ -7527,7 +7651,7 @@ declare module "sap/uxap/ObjectPageSubSection" {
|
|
|
7527
7651
|
export interface $ObjectPageSubSectionSettings
|
|
7528
7652
|
extends $ObjectPageSectionBaseSettings {
|
|
7529
7653
|
/**
|
|
7530
|
-
* @
|
|
7654
|
+
* @since 1.77
|
|
7531
7655
|
*
|
|
7532
7656
|
* Determines whether to display the `SubSection` title or not.
|
|
7533
7657
|
*
|
|
@@ -7564,9 +7688,9 @@ declare module "sap/uxap/ObjectPageSubSection" {
|
|
|
7564
7688
|
*
|
|
7565
7689
|
* Don't use the `sapUxAPObjectPageSubSectionAlignContent` CSS class in the following cases:
|
|
7566
7690
|
* - In combination with `ResponsiveLayout`, because `ResponsiveLayout` applies custom paddings. To align
|
|
7567
|
-
*
|
|
7691
|
+
* items with `sapUxAPObjectPageSubSectionAlignContent`, use `ColumnLayout`.
|
|
7568
7692
|
* - If there are multiple controls in the same `ObjectPageSubSection`, because the CSS class interferes
|
|
7569
|
-
*
|
|
7693
|
+
* with their alignment. Example:
|
|
7570
7694
|
*
|
|
7571
7695
|
*
|
|
7572
7696
|
* ```javascript
|