@sapui5/ts-types 1.113.0 → 1.115.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +0 -1
- package/types/sap.apf.d.ts +2 -2
- package/types/sap.ca.ui.d.ts +135 -67
- package/types/sap.chart.d.ts +154 -125
- package/types/sap.collaboration.d.ts +80 -78
- package/types/sap.esh.search.ui.d.ts +137 -1
- package/types/sap.f.d.ts +1357 -926
- package/types/sap.fe.core.d.ts +45 -155
- package/types/sap.fe.macros.d.ts +80 -9
- package/types/sap.fe.navigation.d.ts +34 -27
- package/types/sap.fe.templates.d.ts +8 -275
- package/types/sap.fe.test.d.ts +4 -10
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1716 -1087
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +35 -9
- package/types/sap.m.d.ts +7689 -5451
- package/types/sap.makit.d.ts +17 -5
- package/types/sap.me.d.ts +122 -63
- package/types/sap.ndc.d.ts +99 -39
- package/types/sap.ovp.d.ts +1 -2
- package/types/sap.rules.ui.d.ts +43 -19
- package/types/sap.sac.df.d.ts +31 -579
- package/types/sap.suite.ui.commons.d.ts +2060 -1282
- package/types/sap.suite.ui.generic.template.d.ts +29 -40
- package/types/sap.suite.ui.microchart.d.ts +188 -136
- package/types/sap.tnt.d.ts +134 -54
- package/types/sap.ui.codeeditor.d.ts +51 -29
- package/types/sap.ui.commons.d.ts +1017 -599
- package/types/sap.ui.comp.d.ts +2755 -1772
- package/types/sap.ui.core.d.ts +5398 -3172
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +32 -29
- package/types/sap.ui.fl.d.ts +123 -82
- package/types/sap.ui.generic.app.d.ts +41 -40
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +344 -163
- package/types/sap.ui.layout.d.ts +312 -355
- package/types/sap.ui.mdc.d.ts +21839 -8
- package/types/sap.ui.richtexteditor.d.ts +61 -49
- package/types/sap.ui.rta.d.ts +1 -2
- package/types/sap.ui.suite.d.ts +9 -9
- package/types/sap.ui.support.d.ts +5 -7
- package/types/sap.ui.table.d.ts +713 -452
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1077 -727
- package/types/sap.ui.ux3.d.ts +1038 -549
- package/types/sap.ui.vbm.d.ts +1262 -710
- package/types/sap.ui.vk.d.ts +3020 -1751
- package/types/sap.ui.vtm.d.ts +704 -457
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +532 -301
- package/types/sap.ui.webc.main.d.ts +1222 -720
- package/types/sap.uiext.inbox.d.ts +47 -24
- package/types/sap.ushell.d.ts +360 -174
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +287 -199
- package/types/sap.viz.d.ts +678 -391
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +5 -5
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +147 -81
- package/types/sap.sac.grid.d.ts +0 -760
package/types/sap.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -18,12 +18,11 @@ declare namespace sap {
|
|
|
18
18
|
*
|
|
19
19
|
*
|
|
20
20
|
* For more information on the types of header available for the `{@link sap.uxap.ObjectPageLayout ObjectPageLayout}`,
|
|
21
|
-
* see {@link topic
|
|
21
|
+
* see {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}.
|
|
22
22
|
*
|
|
23
|
-
* For details regarding the differences and similarities between the available headers, see {@link topic
|
|
24
|
-
* Object Page Headers Comparison}.
|
|
23
|
+
* For details regarding the differences and similarities between the available headers, see {@link https://ui5.sap.com/#/topic/9c9d94fd28284539a9a5a57e9caf82a8 Object Page Headers Comparison}.
|
|
25
24
|
* See:
|
|
26
|
-
* {@link topic
|
|
25
|
+
* {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
27
26
|
*/
|
|
28
27
|
interface IHeaderContent {
|
|
29
28
|
__implements__sap_uxap_IHeaderContent: boolean;
|
|
@@ -39,12 +38,11 @@ declare namespace sap {
|
|
|
39
38
|
* - `{@link sap.uxap.ObjectPageDynamicHeaderTitle}` - `ObjectPageLayout`'s dynamic header
|
|
40
39
|
*
|
|
41
40
|
* For more information on the types of header available for the `{@link sap.uxap.ObjectPageLayout ObjectPageLayout}`,
|
|
42
|
-
* see {@link topic
|
|
41
|
+
* see {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}.
|
|
43
42
|
*
|
|
44
|
-
* For details regarding the differences and similarities between the available headers, see {@link topic
|
|
45
|
-
* 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}.
|
|
46
44
|
* See:
|
|
47
|
-
* {@link topic
|
|
45
|
+
* {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
48
46
|
*/
|
|
49
47
|
interface IHeaderTitle {
|
|
50
48
|
__implements__sap_uxap_IHeaderTitle: boolean;
|
|
@@ -160,7 +158,9 @@ declare namespace sap {
|
|
|
160
158
|
*
|
|
161
159
|
* Fired when an aggregated view is instantiated.
|
|
162
160
|
*/
|
|
163
|
-
viewInit?: (
|
|
161
|
+
viewInit?: (
|
|
162
|
+
oEvent: sap.ui.base.Event<sap.uxap.$BlockBaseViewInitEventParameters>
|
|
163
|
+
) => void;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
interface $BreadCrumbsSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -539,17 +539,23 @@ declare namespace sap {
|
|
|
539
539
|
/**
|
|
540
540
|
* The event is fired when the objectPage header title selector (down-arrow) is pressed
|
|
541
541
|
*/
|
|
542
|
-
titleSelectorPress?: (
|
|
542
|
+
titleSelectorPress?: (
|
|
543
|
+
oEvent: sap.ui.base.Event<sap.uxap.$ObjectPageHeaderTitleSelectorPressEventParameters>
|
|
544
|
+
) => void;
|
|
543
545
|
|
|
544
546
|
/**
|
|
545
547
|
* The event is fired when the Locked button is pressed
|
|
546
548
|
*/
|
|
547
|
-
markLockedPress?: (
|
|
549
|
+
markLockedPress?: (
|
|
550
|
+
oEvent: sap.ui.base.Event<sap.uxap.$ObjectPageHeaderMarkLockedPressEventParameters>
|
|
551
|
+
) => void;
|
|
548
552
|
|
|
549
553
|
/**
|
|
550
554
|
* The event is fired when the unsaved changes button is pressed
|
|
551
555
|
*/
|
|
552
|
-
markChangesPress?: (
|
|
556
|
+
markChangesPress?: (
|
|
557
|
+
oEvent: sap.ui.base.Event<sap.uxap.$ObjectPageHeaderMarkChangesPressEventParameters>
|
|
558
|
+
) => void;
|
|
553
559
|
}
|
|
554
560
|
|
|
555
561
|
interface $ObjectPageHeaderActionButtonSettings
|
|
@@ -732,18 +738,18 @@ declare namespace sap {
|
|
|
732
738
|
*
|
|
733
739
|
* **Note:**
|
|
734
740
|
* - Defining a `sectionTitleLevel` will add `aria-level` attribute from 1 to 6 instead of changing the
|
|
735
|
-
*
|
|
741
|
+
* titles` HTML tag from H1 to H6.
|
|
736
742
|
* For example: if `sectionTitleLevel` is `TitleLevel.H1`, it will result as aria-level of 1 added to the
|
|
737
743
|
* `ObjectPageSection` title.
|
|
738
744
|
*
|
|
739
745
|
*
|
|
740
746
|
* - The `ObjectPageSubSection` title would have `aria-level` one level lower than the defined. For example:
|
|
741
|
-
*
|
|
742
|
-
*
|
|
747
|
+
* if `sectionTitleLevel` is `TitleLevel.H1`, it will result as aria-level of 2 added to the `ObjectPageSubSection`
|
|
748
|
+
* title.
|
|
743
749
|
*
|
|
744
750
|
*
|
|
745
751
|
* - It is possible to define a `titleLevel` on `ObjectPageSection` or `ObjectPageSubSection` level.
|
|
746
|
-
*
|
|
752
|
+
* In this case the value of this property will be ignored.
|
|
747
753
|
*/
|
|
748
754
|
sectionTitleLevel?:
|
|
749
755
|
| sap.ui.core.TitleLevel
|
|
@@ -888,10 +894,10 @@ declare namespace sap {
|
|
|
888
894
|
*
|
|
889
895
|
* **Notes:**
|
|
890
896
|
* - This property is only taken into account if an instance of `sap.uxap.ObjectPageDynamicHeaderTitle`
|
|
891
|
-
*
|
|
897
|
+
* is used for the `headerTitle` aggregation.
|
|
892
898
|
* - Based on internal rules, the value of the property is not always taken into account - for example,
|
|
893
|
-
*
|
|
894
|
-
*
|
|
899
|
+
* when the control is rendered on tablet or mobile and the control`s title and header are with height larger
|
|
900
|
+
* than the given threshold.
|
|
895
901
|
*/
|
|
896
902
|
preserveHeaderStateOnScroll?:
|
|
897
903
|
| boolean
|
|
@@ -983,19 +989,25 @@ declare namespace sap {
|
|
|
983
989
|
*
|
|
984
990
|
* The event is fired when the `headerContentPinned` property is changed via user interaction.
|
|
985
991
|
*/
|
|
986
|
-
headerContentPinnedStateChange?: (
|
|
992
|
+
headerContentPinnedStateChange?: (
|
|
993
|
+
oEvent: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutHeaderContentPinnedStateChangeEventParameters>
|
|
994
|
+
) => void;
|
|
987
995
|
|
|
988
996
|
/**
|
|
989
997
|
* The event is fired when the Anchor bar is switched from moving to fixed or the other way round.
|
|
990
998
|
*/
|
|
991
|
-
toggleAnchorBar?: (
|
|
999
|
+
toggleAnchorBar?: (
|
|
1000
|
+
oEvent: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutToggleAnchorBarEventParameters>
|
|
1001
|
+
) => void;
|
|
992
1002
|
|
|
993
1003
|
/**
|
|
994
1004
|
* @SINCE 1.73
|
|
995
1005
|
*
|
|
996
1006
|
* Fired when the current section is changed by scrolling.
|
|
997
1007
|
*/
|
|
998
|
-
sectionChange?: (
|
|
1008
|
+
sectionChange?: (
|
|
1009
|
+
oEvent: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutSectionChangeEventParameters>
|
|
1010
|
+
) => void;
|
|
999
1011
|
|
|
1000
1012
|
/**
|
|
1001
1013
|
* The event is fired when the Edit Header button is pressed
|
|
@@ -1007,14 +1019,18 @@ declare namespace sap {
|
|
|
1007
1019
|
*
|
|
1008
1020
|
* The event is fired when the selected section is changed using the navigation.
|
|
1009
1021
|
*/
|
|
1010
|
-
navigate?: (
|
|
1022
|
+
navigate?: (
|
|
1023
|
+
oEvent: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutNavigateEventParameters>
|
|
1024
|
+
) => void;
|
|
1011
1025
|
|
|
1012
1026
|
/**
|
|
1013
1027
|
* @SINCE 1.77
|
|
1014
1028
|
*
|
|
1015
1029
|
* Fired when the visibility of subsections is changed.
|
|
1016
1030
|
*/
|
|
1017
|
-
subSectionVisibilityChange?: (
|
|
1031
|
+
subSectionVisibilityChange?: (
|
|
1032
|
+
oEvent: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutSubSectionVisibilityChangeEventParameters>
|
|
1033
|
+
) => void;
|
|
1018
1034
|
}
|
|
1019
1035
|
|
|
1020
1036
|
interface $ObjectPageLazyLoaderSettings
|
|
@@ -1085,7 +1101,7 @@ declare namespace sap {
|
|
|
1085
1101
|
* Defines the title of the respective section/subsection.
|
|
1086
1102
|
*
|
|
1087
1103
|
* **Note:** If a subsection is the only one (or the only one visible) within a section, its title is displayed
|
|
1088
|
-
* instead of the section title. This behavior is true even if the `showTitle` propeprty of {@link sap.uxap.ObjectPageSubSection}
|
|
1104
|
+
* instead of the section title. This behavior is true even if the `showTitle` propeprty of {@link sap.uxap.ObjectPageSubSection }
|
|
1089
1105
|
* is set to `false`.
|
|
1090
1106
|
*/
|
|
1091
1107
|
title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
@@ -1181,9 +1197,9 @@ declare namespace sap {
|
|
|
1181
1197
|
*
|
|
1182
1198
|
* Don't use the `sapUxAPObjectPageSubSectionAlignContent` CSS class in the following cases:
|
|
1183
1199
|
* - In combination with `ResponsiveLayout`, because `ResponsiveLayout` applies custom paddings. To align
|
|
1184
|
-
*
|
|
1200
|
+
* items with `sapUxAPObjectPageSubSectionAlignContent`, use `ColumnLayout`.
|
|
1185
1201
|
* - If there are multiple controls in the same `ObjectPageSubSection`, because the CSS class interferes
|
|
1186
|
-
*
|
|
1202
|
+
* with their alignment. Example:
|
|
1187
1203
|
*
|
|
1188
1204
|
*
|
|
1189
1205
|
* ```javascript
|
|
@@ -1223,10 +1239,86 @@ declare namespace sap {
|
|
|
1223
1239
|
| `{${string}}`;
|
|
1224
1240
|
}
|
|
1225
1241
|
|
|
1242
|
+
interface $BlockBaseViewInitEventParameters {
|
|
1243
|
+
/**
|
|
1244
|
+
* The initialized view.
|
|
1245
|
+
*/
|
|
1246
|
+
view?: sap.ui.core.mvc.View;
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
interface $ObjectPageHeaderMarkChangesPressEventParameters {
|
|
1250
|
+
/**
|
|
1251
|
+
* DOM reference of the changed item's icon to be used for positioning.
|
|
1252
|
+
*/
|
|
1253
|
+
domRef?: string;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
interface $ObjectPageHeaderMarkLockedPressEventParameters {
|
|
1257
|
+
/**
|
|
1258
|
+
* DOM reference of the lock item's icon to be used for positioning.
|
|
1259
|
+
*/
|
|
1260
|
+
domRef?: string;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
interface $ObjectPageHeaderTitleSelectorPressEventParameters {
|
|
1264
|
+
/**
|
|
1265
|
+
* DOM reference of the title item's icon to be used for positioning.
|
|
1266
|
+
*/
|
|
1267
|
+
domRef?: string;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
interface $ObjectPageLayoutEditHeaderButtonPressEventParameters {}
|
|
1271
|
+
|
|
1272
|
+
interface $ObjectPageLayoutHeaderContentPinnedStateChangeEventParameters {
|
|
1273
|
+
/**
|
|
1274
|
+
* False or True values indicate the new pinned property value.
|
|
1275
|
+
*/
|
|
1276
|
+
pinned?: boolean;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
interface $ObjectPageLayoutNavigateEventParameters {
|
|
1280
|
+
/**
|
|
1281
|
+
* The selected section object.
|
|
1282
|
+
*/
|
|
1283
|
+
section?: sap.uxap.ObjectPageSection;
|
|
1284
|
+
|
|
1285
|
+
/**
|
|
1286
|
+
* The selected subsection object.
|
|
1287
|
+
*/
|
|
1288
|
+
subSection?: sap.uxap.ObjectPageSubSection;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
interface $ObjectPageLayoutSectionChangeEventParameters {
|
|
1292
|
+
/**
|
|
1293
|
+
* The section which the layout is scrolled to.
|
|
1294
|
+
*/
|
|
1295
|
+
section?: sap.uxap.ObjectPageSection;
|
|
1296
|
+
|
|
1297
|
+
/**
|
|
1298
|
+
* The subsection which the layout is scrolled to.
|
|
1299
|
+
*/
|
|
1300
|
+
subSection?: sap.uxap.ObjectPageSubSection;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
interface $ObjectPageLayoutSubSectionVisibilityChangeEventParameters {
|
|
1304
|
+
/**
|
|
1305
|
+
* Object whose keys are the visible SubSection IDs and their values are the SubSection instances
|
|
1306
|
+
*/
|
|
1307
|
+
visibleSubSections?: object;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
interface $ObjectPageLayoutToggleAnchorBarEventParameters {
|
|
1311
|
+
/**
|
|
1312
|
+
* False indicates that the Anchor bar has just detached from the Header and became part of the scrolling
|
|
1313
|
+
* area. True means that the Anchor bar has just snapped to the Header.
|
|
1314
|
+
*/
|
|
1315
|
+
fixed?: boolean;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1226
1318
|
/**
|
|
1227
1319
|
* @SINCE 1.26
|
|
1228
1320
|
*
|
|
1229
|
-
* Displays the titles of the sections and subsections in the {@link sap.uxap.ObjectPageLayout ObjectPageLayout}
|
|
1321
|
+
* Displays the titles of the sections and subsections in the {@link sap.uxap.ObjectPageLayout ObjectPageLayout }
|
|
1230
1322
|
* and allows the user to scroll to the respective content.
|
|
1231
1323
|
*
|
|
1232
1324
|
* Overview:
|
|
@@ -1243,7 +1335,7 @@ declare namespace sap {
|
|
|
1243
1335
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
1244
1336
|
* of the syntax of the settings object.
|
|
1245
1337
|
* See:
|
|
1246
|
-
* {@link topic
|
|
1338
|
+
* {@link https://ui5.sap.com/#/topic/370b67986497463187336fa130aebbf1 Anchor Bar}
|
|
1247
1339
|
*/
|
|
1248
1340
|
constructor(
|
|
1249
1341
|
/**
|
|
@@ -1258,7 +1350,7 @@ declare namespace sap {
|
|
|
1258
1350
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
1259
1351
|
* of the syntax of the settings object.
|
|
1260
1352
|
* See:
|
|
1261
|
-
* {@link topic
|
|
1353
|
+
* {@link https://ui5.sap.com/#/topic/370b67986497463187336fa130aebbf1 Anchor Bar}
|
|
1262
1354
|
*/
|
|
1263
1355
|
constructor(
|
|
1264
1356
|
/**
|
|
@@ -1458,7 +1550,7 @@ declare namespace sap {
|
|
|
1458
1550
|
*
|
|
1459
1551
|
* A block is a control that:
|
|
1460
1552
|
* - Has modes and a view associated to each mode. At rendering time, the view associated to the mode
|
|
1461
|
-
*
|
|
1553
|
+
* is rendered.
|
|
1462
1554
|
* - Can use all view types for storing its internal control tree (XML, JS, JSON, HTML)
|
|
1463
1555
|
*
|
|
1464
1556
|
* As any UI5 view, the XML view can have a controller which automatically comes with a `this.oParentBlock`
|
|
@@ -1474,8 +1566,8 @@ declare namespace sap {
|
|
|
1474
1566
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
1475
1567
|
* of the syntax of the settings object.
|
|
1476
1568
|
* See:
|
|
1477
|
-
* {@link topic
|
|
1478
|
-
* {@link topic
|
|
1569
|
+
* {@link https://ui5.sap.com/#/topic/4527729576cb4a4888275b6935aad03a Block Base}
|
|
1570
|
+
* {@link https://ui5.sap.com/#/topic/2978f6064742456ebed31c5ccf4d051d Creating Blocks}
|
|
1479
1571
|
*/
|
|
1480
1572
|
constructor(
|
|
1481
1573
|
/**
|
|
@@ -1490,8 +1582,8 @@ declare namespace sap {
|
|
|
1490
1582
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
1491
1583
|
* of the syntax of the settings object.
|
|
1492
1584
|
* See:
|
|
1493
|
-
* {@link topic
|
|
1494
|
-
* {@link topic
|
|
1585
|
+
* {@link https://ui5.sap.com/#/topic/4527729576cb4a4888275b6935aad03a Block Base}
|
|
1586
|
+
* {@link https://ui5.sap.com/#/topic/2978f6064742456ebed31c5ccf4d051d Creating Blocks}
|
|
1495
1587
|
*/
|
|
1496
1588
|
constructor(
|
|
1497
1589
|
/**
|
|
@@ -1565,7 +1657,9 @@ declare namespace sap {
|
|
|
1565
1657
|
/**
|
|
1566
1658
|
* The function to be called when the event occurs
|
|
1567
1659
|
*/
|
|
1568
|
-
fnFunction: (
|
|
1660
|
+
fnFunction: (
|
|
1661
|
+
p1: sap.ui.base.Event<sap.uxap.$BlockBaseViewInitEventParameters>
|
|
1662
|
+
) => void,
|
|
1569
1663
|
/**
|
|
1570
1664
|
* Context object to call the event handler with. Defaults to this `sap.uxap.BlockBase` itself
|
|
1571
1665
|
*/
|
|
@@ -1587,7 +1681,9 @@ declare namespace sap {
|
|
|
1587
1681
|
/**
|
|
1588
1682
|
* The function to be called when the event occurs
|
|
1589
1683
|
*/
|
|
1590
|
-
fnFunction: (
|
|
1684
|
+
fnFunction: (
|
|
1685
|
+
p1: sap.ui.base.Event<sap.uxap.$BlockBaseViewInitEventParameters>
|
|
1686
|
+
) => void,
|
|
1591
1687
|
/**
|
|
1592
1688
|
* Context object to call the event handler with. Defaults to this `sap.uxap.BlockBase` itself
|
|
1593
1689
|
*/
|
|
@@ -1629,7 +1725,9 @@ declare namespace sap {
|
|
|
1629
1725
|
/**
|
|
1630
1726
|
* The function to be called, when the event occurs
|
|
1631
1727
|
*/
|
|
1632
|
-
fnFunction: (
|
|
1728
|
+
fnFunction: (
|
|
1729
|
+
p1: sap.ui.base.Event<sap.uxap.$BlockBaseViewInitEventParameters>
|
|
1730
|
+
) => void,
|
|
1633
1731
|
/**
|
|
1634
1732
|
* Context object on which the given function had to be called
|
|
1635
1733
|
*/
|
|
@@ -1647,12 +1745,7 @@ declare namespace sap {
|
|
|
1647
1745
|
/**
|
|
1648
1746
|
* Parameters to pass along with the event
|
|
1649
1747
|
*/
|
|
1650
|
-
mParameters?:
|
|
1651
|
-
/**
|
|
1652
|
-
* The initialized view.
|
|
1653
|
-
*/
|
|
1654
|
-
view?: sap.ui.core.mvc.View;
|
|
1655
|
-
}
|
|
1748
|
+
mParameters?: sap.uxap.$BlockBaseViewInitEventParameters
|
|
1656
1749
|
): this;
|
|
1657
1750
|
/**
|
|
1658
1751
|
* Gets current value of property {@link #getColumnLayout columnLayout}.
|
|
@@ -1877,7 +1970,7 @@ declare namespace sap {
|
|
|
1877
1970
|
*
|
|
1878
1971
|
* It has two main modes of operation:
|
|
1879
1972
|
* - A trail of links followed by separators, when there's enough space for the control to fit on one
|
|
1880
|
-
*
|
|
1973
|
+
* line.
|
|
1881
1974
|
* - A dropdown list with the links, when the trail of links wouldn't fit on one line.
|
|
1882
1975
|
*/
|
|
1883
1976
|
class BreadCrumbs extends sap.ui.core.Control {
|
|
@@ -2695,8 +2788,8 @@ declare namespace sap {
|
|
|
2695
2788
|
* all the additional information of the object.
|
|
2696
2789
|
*
|
|
2697
2790
|
* Documentation links:
|
|
2698
|
-
* - {@link topic
|
|
2699
|
-
* - {@link topic
|
|
2791
|
+
* - {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
2792
|
+
* - {@link https://ui5.sap.com/#/topic/6e340c119ddd4c778b315f65a0432420 Object Page Dynamic Header}
|
|
2700
2793
|
*/
|
|
2701
2794
|
class ObjectPageDynamicHeaderContent
|
|
2702
2795
|
extends sap.f.DynamicPageHeader
|
|
@@ -2709,8 +2802,8 @@ declare namespace sap {
|
|
|
2709
2802
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2710
2803
|
* of the syntax of the settings object.
|
|
2711
2804
|
*
|
|
2712
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.f.DynamicPageHeader#constructor
|
|
2713
|
-
*
|
|
2805
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.f.DynamicPageHeader#constructor sap.f.DynamicPageHeader }
|
|
2806
|
+
* can be used.
|
|
2714
2807
|
*/
|
|
2715
2808
|
constructor(
|
|
2716
2809
|
/**
|
|
@@ -2725,8 +2818,8 @@ declare namespace sap {
|
|
|
2725
2818
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2726
2819
|
* of the syntax of the settings object.
|
|
2727
2820
|
*
|
|
2728
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.f.DynamicPageHeader#constructor
|
|
2729
|
-
*
|
|
2821
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.f.DynamicPageHeader#constructor sap.f.DynamicPageHeader }
|
|
2822
|
+
* can be used.
|
|
2730
2823
|
*/
|
|
2731
2824
|
constructor(
|
|
2732
2825
|
/**
|
|
@@ -2793,12 +2886,12 @@ declare namespace sap {
|
|
|
2793
2886
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2794
2887
|
* of the syntax of the settings object.
|
|
2795
2888
|
*
|
|
2796
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.f.DynamicPageTitle#constructor
|
|
2797
|
-
*
|
|
2889
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.f.DynamicPageTitle#constructor sap.f.DynamicPageTitle }
|
|
2890
|
+
* can be used.
|
|
2798
2891
|
* See:
|
|
2799
|
-
* {@link topic
|
|
2800
|
-
* {@link topic
|
|
2801
|
-
* {@link topic
|
|
2892
|
+
* {@link https://ui5.sap.com/#/topic/6e340c119ddd4c778b315f65a0432420 Object Page Dynamic Header}
|
|
2893
|
+
* {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
2894
|
+
* {@link https://ui5.sap.com/#/topic/9c9d94fd28284539a9a5a57e9caf82a8 Object Page Headers Comparison}
|
|
2802
2895
|
*/
|
|
2803
2896
|
constructor(
|
|
2804
2897
|
/**
|
|
@@ -2813,12 +2906,12 @@ declare namespace sap {
|
|
|
2813
2906
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2814
2907
|
* of the syntax of the settings object.
|
|
2815
2908
|
*
|
|
2816
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.f.DynamicPageTitle#constructor
|
|
2817
|
-
*
|
|
2909
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.f.DynamicPageTitle#constructor sap.f.DynamicPageTitle }
|
|
2910
|
+
* can be used.
|
|
2818
2911
|
* See:
|
|
2819
|
-
* {@link topic
|
|
2820
|
-
* {@link topic
|
|
2821
|
-
* {@link topic
|
|
2912
|
+
* {@link https://ui5.sap.com/#/topic/6e340c119ddd4c778b315f65a0432420 Object Page Dynamic Header}
|
|
2913
|
+
* {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
2914
|
+
* {@link https://ui5.sap.com/#/topic/9c9d94fd28284539a9a5a57e9caf82a8 Object Page Headers Comparison}
|
|
2822
2915
|
*/
|
|
2823
2916
|
constructor(
|
|
2824
2917
|
/**
|
|
@@ -2885,9 +2978,9 @@ declare namespace sap {
|
|
|
2885
2978
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2886
2979
|
* of the syntax of the settings object.
|
|
2887
2980
|
* See:
|
|
2888
|
-
* {@link topic
|
|
2889
|
-
* {@link topic
|
|
2890
|
-
* {@link topic
|
|
2981
|
+
* {@link https://ui5.sap.com/#/topic/0fecbce45e39406aa939bd25e89823f4 Object Page Classic Header}
|
|
2982
|
+
* {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
2983
|
+
* {@link https://ui5.sap.com/#/topic/9c9d94fd28284539a9a5a57e9caf82a8 Object Page Headers Comparison}
|
|
2891
2984
|
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/ Object Page Header}
|
|
2892
2985
|
* {@link fiori:https://experience.sap.com/fiori-design-web/object-page/ UX Guidelines: Object Page}
|
|
2893
2986
|
*/
|
|
@@ -2904,9 +2997,9 @@ declare namespace sap {
|
|
|
2904
2997
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2905
2998
|
* of the syntax of the settings object.
|
|
2906
2999
|
* See:
|
|
2907
|
-
* {@link topic
|
|
2908
|
-
* {@link topic
|
|
2909
|
-
* {@link topic
|
|
3000
|
+
* {@link https://ui5.sap.com/#/topic/0fecbce45e39406aa939bd25e89823f4 Object Page Classic Header}
|
|
3001
|
+
* {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
3002
|
+
* {@link https://ui5.sap.com/#/topic/9c9d94fd28284539a9a5a57e9caf82a8 Object Page Headers Comparison}
|
|
2910
3003
|
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/ Object Page Header}
|
|
2911
3004
|
* {@link fiori:https://experience.sap.com/fiori-design-web/object-page/ UX Guidelines: Object Page}
|
|
2912
3005
|
*/
|
|
@@ -2994,7 +3087,9 @@ declare namespace sap {
|
|
|
2994
3087
|
/**
|
|
2995
3088
|
* The function to be called when the event occurs
|
|
2996
3089
|
*/
|
|
2997
|
-
fnFunction: (
|
|
3090
|
+
fnFunction: (
|
|
3091
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageHeaderMarkChangesPressEventParameters>
|
|
3092
|
+
) => void,
|
|
2998
3093
|
/**
|
|
2999
3094
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageHeader` itself
|
|
3000
3095
|
*/
|
|
@@ -3015,7 +3110,9 @@ declare namespace sap {
|
|
|
3015
3110
|
/**
|
|
3016
3111
|
* The function to be called when the event occurs
|
|
3017
3112
|
*/
|
|
3018
|
-
fnFunction: (
|
|
3113
|
+
fnFunction: (
|
|
3114
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageHeaderMarkChangesPressEventParameters>
|
|
3115
|
+
) => void,
|
|
3019
3116
|
/**
|
|
3020
3117
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageHeader` itself
|
|
3021
3118
|
*/
|
|
@@ -3041,7 +3138,9 @@ declare namespace sap {
|
|
|
3041
3138
|
/**
|
|
3042
3139
|
* The function to be called when the event occurs
|
|
3043
3140
|
*/
|
|
3044
|
-
fnFunction: (
|
|
3141
|
+
fnFunction: (
|
|
3142
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageHeaderMarkLockedPressEventParameters>
|
|
3143
|
+
) => void,
|
|
3045
3144
|
/**
|
|
3046
3145
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageHeader` itself
|
|
3047
3146
|
*/
|
|
@@ -3062,7 +3161,9 @@ declare namespace sap {
|
|
|
3062
3161
|
/**
|
|
3063
3162
|
* The function to be called when the event occurs
|
|
3064
3163
|
*/
|
|
3065
|
-
fnFunction: (
|
|
3164
|
+
fnFunction: (
|
|
3165
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageHeaderMarkLockedPressEventParameters>
|
|
3166
|
+
) => void,
|
|
3066
3167
|
/**
|
|
3067
3168
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageHeader` itself
|
|
3068
3169
|
*/
|
|
@@ -3088,7 +3189,9 @@ declare namespace sap {
|
|
|
3088
3189
|
/**
|
|
3089
3190
|
* The function to be called when the event occurs
|
|
3090
3191
|
*/
|
|
3091
|
-
fnFunction: (
|
|
3192
|
+
fnFunction: (
|
|
3193
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageHeaderTitleSelectorPressEventParameters>
|
|
3194
|
+
) => void,
|
|
3092
3195
|
/**
|
|
3093
3196
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageHeader` itself
|
|
3094
3197
|
*/
|
|
@@ -3109,7 +3212,9 @@ declare namespace sap {
|
|
|
3109
3212
|
/**
|
|
3110
3213
|
* The function to be called when the event occurs
|
|
3111
3214
|
*/
|
|
3112
|
-
fnFunction: (
|
|
3215
|
+
fnFunction: (
|
|
3216
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageHeaderTitleSelectorPressEventParameters>
|
|
3217
|
+
) => void,
|
|
3113
3218
|
/**
|
|
3114
3219
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageHeader` itself
|
|
3115
3220
|
*/
|
|
@@ -3171,7 +3276,9 @@ declare namespace sap {
|
|
|
3171
3276
|
/**
|
|
3172
3277
|
* The function to be called, when the event occurs
|
|
3173
3278
|
*/
|
|
3174
|
-
fnFunction: (
|
|
3279
|
+
fnFunction: (
|
|
3280
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageHeaderMarkChangesPressEventParameters>
|
|
3281
|
+
) => void,
|
|
3175
3282
|
/**
|
|
3176
3283
|
* Context object on which the given function had to be called
|
|
3177
3284
|
*/
|
|
@@ -3189,7 +3296,9 @@ declare namespace sap {
|
|
|
3189
3296
|
/**
|
|
3190
3297
|
* The function to be called, when the event occurs
|
|
3191
3298
|
*/
|
|
3192
|
-
fnFunction: (
|
|
3299
|
+
fnFunction: (
|
|
3300
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageHeaderMarkLockedPressEventParameters>
|
|
3301
|
+
) => void,
|
|
3193
3302
|
/**
|
|
3194
3303
|
* Context object on which the given function had to be called
|
|
3195
3304
|
*/
|
|
@@ -3207,7 +3316,9 @@ declare namespace sap {
|
|
|
3207
3316
|
/**
|
|
3208
3317
|
* The function to be called, when the event occurs
|
|
3209
3318
|
*/
|
|
3210
|
-
fnFunction: (
|
|
3319
|
+
fnFunction: (
|
|
3320
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageHeaderTitleSelectorPressEventParameters>
|
|
3321
|
+
) => void,
|
|
3211
3322
|
/**
|
|
3212
3323
|
* Context object on which the given function had to be called
|
|
3213
3324
|
*/
|
|
@@ -3224,12 +3335,7 @@ declare namespace sap {
|
|
|
3224
3335
|
/**
|
|
3225
3336
|
* Parameters to pass along with the event
|
|
3226
3337
|
*/
|
|
3227
|
-
mParameters?:
|
|
3228
|
-
/**
|
|
3229
|
-
* DOM reference of the changed item's icon to be used for positioning.
|
|
3230
|
-
*/
|
|
3231
|
-
domRef?: string;
|
|
3232
|
-
}
|
|
3338
|
+
mParameters?: sap.uxap.$ObjectPageHeaderMarkChangesPressEventParameters
|
|
3233
3339
|
): this;
|
|
3234
3340
|
/**
|
|
3235
3341
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -3242,12 +3348,7 @@ declare namespace sap {
|
|
|
3242
3348
|
/**
|
|
3243
3349
|
* Parameters to pass along with the event
|
|
3244
3350
|
*/
|
|
3245
|
-
mParameters?:
|
|
3246
|
-
/**
|
|
3247
|
-
* DOM reference of the lock item's icon to be used for positioning.
|
|
3248
|
-
*/
|
|
3249
|
-
domRef?: string;
|
|
3250
|
-
}
|
|
3351
|
+
mParameters?: sap.uxap.$ObjectPageHeaderMarkLockedPressEventParameters
|
|
3251
3352
|
): this;
|
|
3252
3353
|
/**
|
|
3253
3354
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -3260,12 +3361,7 @@ declare namespace sap {
|
|
|
3260
3361
|
/**
|
|
3261
3362
|
* Parameters to pass along with the event
|
|
3262
3363
|
*/
|
|
3263
|
-
mParameters?:
|
|
3264
|
-
/**
|
|
3265
|
-
* DOM reference of the title item's icon to be used for positioning.
|
|
3266
|
-
*/
|
|
3267
|
-
domRef?: string;
|
|
3268
|
-
}
|
|
3364
|
+
mParameters?: sap.uxap.$ObjectPageHeaderTitleSelectorPressEventParameters
|
|
3269
3365
|
): this;
|
|
3270
3366
|
/**
|
|
3271
3367
|
* Gets content of aggregation {@link #getActions actions}.
|
|
@@ -4162,8 +4258,8 @@ declare namespace sap {
|
|
|
4162
4258
|
* additional information of the object.
|
|
4163
4259
|
*
|
|
4164
4260
|
* Documentation links:
|
|
4165
|
-
* - {@link topic
|
|
4166
|
-
* - {@link topic
|
|
4261
|
+
* - {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
4262
|
+
* - {@link https://ui5.sap.com/#/topic/0fecbce45e39406aa939bd25e89823f4 Object Page Classic Header}
|
|
4167
4263
|
* - {@link https://experience.sap.com/fiori-design-web/object-page/ UX Guidelines: Object Page}
|
|
4168
4264
|
*/
|
|
4169
4265
|
class ObjectPageHeaderContent
|
|
@@ -4177,8 +4273,7 @@ declare namespace sap {
|
|
|
4177
4273
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
4178
4274
|
* of the syntax of the settings object.
|
|
4179
4275
|
* See:
|
|
4180
|
-
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/#header-content Object Page
|
|
4181
|
-
* Header Content}
|
|
4276
|
+
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/#header-content Object Page Header Content}
|
|
4182
4277
|
*/
|
|
4183
4278
|
constructor(
|
|
4184
4279
|
/**
|
|
@@ -4193,8 +4288,7 @@ declare namespace sap {
|
|
|
4193
4288
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
4194
4289
|
* of the syntax of the settings object.
|
|
4195
4290
|
* See:
|
|
4196
|
-
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/#header-content Object Page
|
|
4197
|
-
* Header Content}
|
|
4291
|
+
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/#header-content Object Page Header Content}
|
|
4198
4292
|
*/
|
|
4199
4293
|
constructor(
|
|
4200
4294
|
/**
|
|
@@ -4622,15 +4716,14 @@ declare namespace sap {
|
|
|
4622
4716
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
4623
4717
|
* of the syntax of the settings object.
|
|
4624
4718
|
* See:
|
|
4625
|
-
* {@link topic
|
|
4626
|
-
* {@link topic
|
|
4627
|
-
* {@link topic
|
|
4628
|
-
* {@link topic
|
|
4629
|
-
* {@link topic
|
|
4630
|
-
* {@link topic
|
|
4719
|
+
* {@link https://ui5.sap.com/#/topic/2e61ab6c68a2480eb666c1927a707658 Object Page Layout}
|
|
4720
|
+
* {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
4721
|
+
* {@link https://ui5.sap.com/#/topic/370b67986497463187336fa130aebbf1 Anchor Bar}
|
|
4722
|
+
* {@link https://ui5.sap.com/#/topic/4527729576cb4a4888275b6935aad03a Object Page Blocks}
|
|
4723
|
+
* {@link https://ui5.sap.com/#/topic/2978f6064742456ebed31c5ccf4d051d Creating Blocks}
|
|
4724
|
+
* {@link https://ui5.sap.com/#/topic/bc410e94e46540efa02857e15aae583f Object Page Scrolling}
|
|
4631
4725
|
* {@link fiori:https://experience.sap.com/fiori-design-web/object-page/ Object Page Layout}
|
|
4632
|
-
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/ UX Guidelines: Object Page
|
|
4633
|
-
* - Snapping Header}
|
|
4726
|
+
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/ UX Guidelines: Object Page - Snapping Header}
|
|
4634
4727
|
*/
|
|
4635
4728
|
constructor(
|
|
4636
4729
|
/**
|
|
@@ -4645,15 +4738,14 @@ declare namespace sap {
|
|
|
4645
4738
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
4646
4739
|
* of the syntax of the settings object.
|
|
4647
4740
|
* See:
|
|
4648
|
-
* {@link topic
|
|
4649
|
-
* {@link topic
|
|
4650
|
-
* {@link topic
|
|
4651
|
-
* {@link topic
|
|
4652
|
-
* {@link topic
|
|
4653
|
-
* {@link topic
|
|
4741
|
+
* {@link https://ui5.sap.com/#/topic/2e61ab6c68a2480eb666c1927a707658 Object Page Layout}
|
|
4742
|
+
* {@link https://ui5.sap.com/#/topic/d2ef0099542d44dc868719d908e576d0 Object Page Headers}
|
|
4743
|
+
* {@link https://ui5.sap.com/#/topic/370b67986497463187336fa130aebbf1 Anchor Bar}
|
|
4744
|
+
* {@link https://ui5.sap.com/#/topic/4527729576cb4a4888275b6935aad03a Object Page Blocks}
|
|
4745
|
+
* {@link https://ui5.sap.com/#/topic/2978f6064742456ebed31c5ccf4d051d Creating Blocks}
|
|
4746
|
+
* {@link https://ui5.sap.com/#/topic/bc410e94e46540efa02857e15aae583f Object Page Scrolling}
|
|
4654
4747
|
* {@link fiori:https://experience.sap.com/fiori-design-web/object-page/ Object Page Layout}
|
|
4655
|
-
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/ UX Guidelines: Object Page
|
|
4656
|
-
* - Snapping Header}
|
|
4748
|
+
* {@link fiori:https://experience.sap.com/fiori-design-web/snapping-header/ UX Guidelines: Object Page - Snapping Header}
|
|
4657
4749
|
*/
|
|
4658
4750
|
constructor(
|
|
4659
4751
|
/**
|
|
@@ -4718,7 +4810,7 @@ declare namespace sap {
|
|
|
4718
4810
|
oSection: sap.uxap.ObjectPageSection
|
|
4719
4811
|
): this;
|
|
4720
4812
|
/**
|
|
4721
|
-
* Attaches event handler `fnFunction` to the {@link #event:editHeaderButtonPress editHeaderButtonPress}
|
|
4813
|
+
* Attaches event handler `fnFunction` to the {@link #event:editHeaderButtonPress editHeaderButtonPress }
|
|
4722
4814
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4723
4815
|
*
|
|
4724
4816
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -4744,7 +4836,7 @@ declare namespace sap {
|
|
|
4744
4836
|
oListener?: object
|
|
4745
4837
|
): this;
|
|
4746
4838
|
/**
|
|
4747
|
-
* Attaches event handler `fnFunction` to the {@link #event:editHeaderButtonPress editHeaderButtonPress}
|
|
4839
|
+
* Attaches event handler `fnFunction` to the {@link #event:editHeaderButtonPress editHeaderButtonPress }
|
|
4748
4840
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4749
4841
|
*
|
|
4750
4842
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -4767,7 +4859,7 @@ declare namespace sap {
|
|
|
4767
4859
|
/**
|
|
4768
4860
|
* @SINCE 1.93
|
|
4769
4861
|
*
|
|
4770
|
-
* Attaches event handler `fnFunction` to the {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange}
|
|
4862
|
+
* Attaches event handler `fnFunction` to the {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange }
|
|
4771
4863
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4772
4864
|
*
|
|
4773
4865
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -4786,7 +4878,9 @@ declare namespace sap {
|
|
|
4786
4878
|
/**
|
|
4787
4879
|
* The function to be called when the event occurs
|
|
4788
4880
|
*/
|
|
4789
|
-
fnFunction: (
|
|
4881
|
+
fnFunction: (
|
|
4882
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutHeaderContentPinnedStateChangeEventParameters>
|
|
4883
|
+
) => void,
|
|
4790
4884
|
/**
|
|
4791
4885
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4792
4886
|
*/
|
|
@@ -4795,7 +4889,7 @@ declare namespace sap {
|
|
|
4795
4889
|
/**
|
|
4796
4890
|
* @SINCE 1.93
|
|
4797
4891
|
*
|
|
4798
|
-
* Attaches event handler `fnFunction` to the {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange}
|
|
4892
|
+
* Attaches event handler `fnFunction` to the {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange }
|
|
4799
4893
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4800
4894
|
*
|
|
4801
4895
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -4809,7 +4903,9 @@ declare namespace sap {
|
|
|
4809
4903
|
/**
|
|
4810
4904
|
* The function to be called when the event occurs
|
|
4811
4905
|
*/
|
|
4812
|
-
fnFunction: (
|
|
4906
|
+
fnFunction: (
|
|
4907
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutHeaderContentPinnedStateChangeEventParameters>
|
|
4908
|
+
) => void,
|
|
4813
4909
|
/**
|
|
4814
4910
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4815
4911
|
*/
|
|
@@ -4836,7 +4932,9 @@ declare namespace sap {
|
|
|
4836
4932
|
/**
|
|
4837
4933
|
* The function to be called when the event occurs
|
|
4838
4934
|
*/
|
|
4839
|
-
fnFunction: (
|
|
4935
|
+
fnFunction: (
|
|
4936
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutNavigateEventParameters>
|
|
4937
|
+
) => void,
|
|
4840
4938
|
/**
|
|
4841
4939
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4842
4940
|
*/
|
|
@@ -4858,7 +4956,9 @@ declare namespace sap {
|
|
|
4858
4956
|
/**
|
|
4859
4957
|
* The function to be called when the event occurs
|
|
4860
4958
|
*/
|
|
4861
|
-
fnFunction: (
|
|
4959
|
+
fnFunction: (
|
|
4960
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutNavigateEventParameters>
|
|
4961
|
+
) => void,
|
|
4862
4962
|
/**
|
|
4863
4963
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4864
4964
|
*/
|
|
@@ -4885,7 +4985,9 @@ declare namespace sap {
|
|
|
4885
4985
|
/**
|
|
4886
4986
|
* The function to be called when the event occurs
|
|
4887
4987
|
*/
|
|
4888
|
-
fnFunction: (
|
|
4988
|
+
fnFunction: (
|
|
4989
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutSectionChangeEventParameters>
|
|
4990
|
+
) => void,
|
|
4889
4991
|
/**
|
|
4890
4992
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4891
4993
|
*/
|
|
@@ -4907,7 +5009,9 @@ declare namespace sap {
|
|
|
4907
5009
|
/**
|
|
4908
5010
|
* The function to be called when the event occurs
|
|
4909
5011
|
*/
|
|
4910
|
-
fnFunction: (
|
|
5012
|
+
fnFunction: (
|
|
5013
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutSectionChangeEventParameters>
|
|
5014
|
+
) => void,
|
|
4911
5015
|
/**
|
|
4912
5016
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4913
5017
|
*/
|
|
@@ -4916,7 +5020,7 @@ declare namespace sap {
|
|
|
4916
5020
|
/**
|
|
4917
5021
|
* @SINCE 1.77
|
|
4918
5022
|
*
|
|
4919
|
-
* Attaches event handler `fnFunction` to the {@link #event:subSectionVisibilityChange subSectionVisibilityChange}
|
|
5023
|
+
* Attaches event handler `fnFunction` to the {@link #event:subSectionVisibilityChange subSectionVisibilityChange }
|
|
4920
5024
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4921
5025
|
*
|
|
4922
5026
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -4935,7 +5039,9 @@ declare namespace sap {
|
|
|
4935
5039
|
/**
|
|
4936
5040
|
* The function to be called when the event occurs
|
|
4937
5041
|
*/
|
|
4938
|
-
fnFunction: (
|
|
5042
|
+
fnFunction: (
|
|
5043
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutSubSectionVisibilityChangeEventParameters>
|
|
5044
|
+
) => void,
|
|
4939
5045
|
/**
|
|
4940
5046
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4941
5047
|
*/
|
|
@@ -4944,7 +5050,7 @@ declare namespace sap {
|
|
|
4944
5050
|
/**
|
|
4945
5051
|
* @SINCE 1.77
|
|
4946
5052
|
*
|
|
4947
|
-
* Attaches event handler `fnFunction` to the {@link #event:subSectionVisibilityChange subSectionVisibilityChange}
|
|
5053
|
+
* Attaches event handler `fnFunction` to the {@link #event:subSectionVisibilityChange subSectionVisibilityChange }
|
|
4948
5054
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4949
5055
|
*
|
|
4950
5056
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -4958,7 +5064,9 @@ declare namespace sap {
|
|
|
4958
5064
|
/**
|
|
4959
5065
|
* The function to be called when the event occurs
|
|
4960
5066
|
*/
|
|
4961
|
-
fnFunction: (
|
|
5067
|
+
fnFunction: (
|
|
5068
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutSubSectionVisibilityChangeEventParameters>
|
|
5069
|
+
) => void,
|
|
4962
5070
|
/**
|
|
4963
5071
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4964
5072
|
*/
|
|
@@ -4984,7 +5092,9 @@ declare namespace sap {
|
|
|
4984
5092
|
/**
|
|
4985
5093
|
* The function to be called when the event occurs
|
|
4986
5094
|
*/
|
|
4987
|
-
fnFunction: (
|
|
5095
|
+
fnFunction: (
|
|
5096
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutToggleAnchorBarEventParameters>
|
|
5097
|
+
) => void,
|
|
4988
5098
|
/**
|
|
4989
5099
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4990
5100
|
*/
|
|
@@ -5005,7 +5115,9 @@ declare namespace sap {
|
|
|
5005
5115
|
/**
|
|
5006
5116
|
* The function to be called when the event occurs
|
|
5007
5117
|
*/
|
|
5008
|
-
fnFunction: (
|
|
5118
|
+
fnFunction: (
|
|
5119
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutToggleAnchorBarEventParameters>
|
|
5120
|
+
) => void,
|
|
5009
5121
|
/**
|
|
5010
5122
|
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
5011
5123
|
*/
|
|
@@ -5046,7 +5158,7 @@ declare namespace sap {
|
|
|
5046
5158
|
*/
|
|
5047
5159
|
destroySections(): this;
|
|
5048
5160
|
/**
|
|
5049
|
-
* Detaches event handler `fnFunction` from the {@link #event:editHeaderButtonPress editHeaderButtonPress}
|
|
5161
|
+
* Detaches event handler `fnFunction` from the {@link #event:editHeaderButtonPress editHeaderButtonPress }
|
|
5050
5162
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
5051
5163
|
*
|
|
5052
5164
|
* The passed function and listener object must match the ones used for event registration.
|
|
@@ -5066,7 +5178,7 @@ declare namespace sap {
|
|
|
5066
5178
|
/**
|
|
5067
5179
|
* @SINCE 1.93
|
|
5068
5180
|
*
|
|
5069
|
-
* Detaches event handler `fnFunction` from the {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange}
|
|
5181
|
+
* Detaches event handler `fnFunction` from the {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange }
|
|
5070
5182
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
5071
5183
|
*
|
|
5072
5184
|
* The passed function and listener object must match the ones used for event registration.
|
|
@@ -5077,7 +5189,9 @@ declare namespace sap {
|
|
|
5077
5189
|
/**
|
|
5078
5190
|
* The function to be called, when the event occurs
|
|
5079
5191
|
*/
|
|
5080
|
-
fnFunction: (
|
|
5192
|
+
fnFunction: (
|
|
5193
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutHeaderContentPinnedStateChangeEventParameters>
|
|
5194
|
+
) => void,
|
|
5081
5195
|
/**
|
|
5082
5196
|
* Context object on which the given function had to be called
|
|
5083
5197
|
*/
|
|
@@ -5096,7 +5210,9 @@ declare namespace sap {
|
|
|
5096
5210
|
/**
|
|
5097
5211
|
* The function to be called, when the event occurs
|
|
5098
5212
|
*/
|
|
5099
|
-
fnFunction: (
|
|
5213
|
+
fnFunction: (
|
|
5214
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutNavigateEventParameters>
|
|
5215
|
+
) => void,
|
|
5100
5216
|
/**
|
|
5101
5217
|
* Context object on which the given function had to be called
|
|
5102
5218
|
*/
|
|
@@ -5116,7 +5232,9 @@ declare namespace sap {
|
|
|
5116
5232
|
/**
|
|
5117
5233
|
* The function to be called, when the event occurs
|
|
5118
5234
|
*/
|
|
5119
|
-
fnFunction: (
|
|
5235
|
+
fnFunction: (
|
|
5236
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutSectionChangeEventParameters>
|
|
5237
|
+
) => void,
|
|
5120
5238
|
/**
|
|
5121
5239
|
* Context object on which the given function had to be called
|
|
5122
5240
|
*/
|
|
@@ -5125,7 +5243,7 @@ declare namespace sap {
|
|
|
5125
5243
|
/**
|
|
5126
5244
|
* @SINCE 1.77
|
|
5127
5245
|
*
|
|
5128
|
-
* Detaches event handler `fnFunction` from the {@link #event:subSectionVisibilityChange subSectionVisibilityChange}
|
|
5246
|
+
* Detaches event handler `fnFunction` from the {@link #event:subSectionVisibilityChange subSectionVisibilityChange }
|
|
5129
5247
|
* event of this `sap.uxap.ObjectPageLayout`.
|
|
5130
5248
|
*
|
|
5131
5249
|
* The passed function and listener object must match the ones used for event registration.
|
|
@@ -5136,7 +5254,9 @@ declare namespace sap {
|
|
|
5136
5254
|
/**
|
|
5137
5255
|
* The function to be called, when the event occurs
|
|
5138
5256
|
*/
|
|
5139
|
-
fnFunction: (
|
|
5257
|
+
fnFunction: (
|
|
5258
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutSubSectionVisibilityChangeEventParameters>
|
|
5259
|
+
) => void,
|
|
5140
5260
|
/**
|
|
5141
5261
|
* Context object on which the given function had to be called
|
|
5142
5262
|
*/
|
|
@@ -5154,7 +5274,9 @@ declare namespace sap {
|
|
|
5154
5274
|
/**
|
|
5155
5275
|
* The function to be called, when the event occurs
|
|
5156
5276
|
*/
|
|
5157
|
-
fnFunction: (
|
|
5277
|
+
fnFunction: (
|
|
5278
|
+
p1: sap.ui.base.Event<sap.uxap.$ObjectPageLayoutToggleAnchorBarEventParameters>
|
|
5279
|
+
) => void,
|
|
5158
5280
|
/**
|
|
5159
5281
|
* Context object on which the given function had to be called
|
|
5160
5282
|
*/
|
|
@@ -5186,12 +5308,7 @@ declare namespace sap {
|
|
|
5186
5308
|
/**
|
|
5187
5309
|
* Parameters to pass along with the event
|
|
5188
5310
|
*/
|
|
5189
|
-
mParameters?:
|
|
5190
|
-
/**
|
|
5191
|
-
* False or True values indicate the new pinned property value.
|
|
5192
|
-
*/
|
|
5193
|
-
pinned?: boolean;
|
|
5194
|
-
}
|
|
5311
|
+
mParameters?: sap.uxap.$ObjectPageLayoutHeaderContentPinnedStateChangeEventParameters
|
|
5195
5312
|
): this;
|
|
5196
5313
|
/**
|
|
5197
5314
|
* @SINCE 1.40
|
|
@@ -5205,16 +5322,7 @@ declare namespace sap {
|
|
|
5205
5322
|
/**
|
|
5206
5323
|
* Parameters to pass along with the event
|
|
5207
5324
|
*/
|
|
5208
|
-
mParameters?:
|
|
5209
|
-
/**
|
|
5210
|
-
* The selected section object.
|
|
5211
|
-
*/
|
|
5212
|
-
section?: sap.uxap.ObjectPageSection;
|
|
5213
|
-
/**
|
|
5214
|
-
* The selected subsection object.
|
|
5215
|
-
*/
|
|
5216
|
-
subSection?: sap.uxap.ObjectPageSubSection;
|
|
5217
|
-
}
|
|
5325
|
+
mParameters?: sap.uxap.$ObjectPageLayoutNavigateEventParameters
|
|
5218
5326
|
): this;
|
|
5219
5327
|
/**
|
|
5220
5328
|
* @SINCE 1.73
|
|
@@ -5228,16 +5336,7 @@ declare namespace sap {
|
|
|
5228
5336
|
/**
|
|
5229
5337
|
* Parameters to pass along with the event
|
|
5230
5338
|
*/
|
|
5231
|
-
mParameters?:
|
|
5232
|
-
/**
|
|
5233
|
-
* The section which the layout is scrolled to.
|
|
5234
|
-
*/
|
|
5235
|
-
section?: sap.uxap.ObjectPageSection;
|
|
5236
|
-
/**
|
|
5237
|
-
* The subsection which the layout is scrolled to.
|
|
5238
|
-
*/
|
|
5239
|
-
subSection?: sap.uxap.ObjectPageSubSection;
|
|
5240
|
-
}
|
|
5339
|
+
mParameters?: sap.uxap.$ObjectPageLayoutSectionChangeEventParameters
|
|
5241
5340
|
): this;
|
|
5242
5341
|
/**
|
|
5243
5342
|
* @SINCE 1.77
|
|
@@ -5251,12 +5350,7 @@ declare namespace sap {
|
|
|
5251
5350
|
/**
|
|
5252
5351
|
* Parameters to pass along with the event
|
|
5253
5352
|
*/
|
|
5254
|
-
mParameters?:
|
|
5255
|
-
/**
|
|
5256
|
-
* Object whose keys are the visible SubSection IDs and their values are the SubSection instances
|
|
5257
|
-
*/
|
|
5258
|
-
visibleSubSections?: object;
|
|
5259
|
-
}
|
|
5353
|
+
mParameters?: sap.uxap.$ObjectPageLayoutSubSectionVisibilityChangeEventParameters
|
|
5260
5354
|
): this;
|
|
5261
5355
|
/**
|
|
5262
5356
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
@@ -5269,13 +5363,7 @@ declare namespace sap {
|
|
|
5269
5363
|
/**
|
|
5270
5364
|
* Parameters to pass along with the event
|
|
5271
5365
|
*/
|
|
5272
|
-
mParameters?:
|
|
5273
|
-
/**
|
|
5274
|
-
* False indicates that the Anchor bar has just detached from the Header and became part of the scrolling
|
|
5275
|
-
* area. True means that the Anchor bar has just snapped to the Header.
|
|
5276
|
-
*/
|
|
5277
|
-
fixed?: boolean;
|
|
5278
|
-
}
|
|
5366
|
+
mParameters?: sap.uxap.$ObjectPageLayoutToggleAnchorBarEventParameters
|
|
5279
5367
|
): this;
|
|
5280
5368
|
/**
|
|
5281
5369
|
* @SINCE 1.34.0
|
|
@@ -5437,10 +5525,10 @@ declare namespace sap {
|
|
|
5437
5525
|
*
|
|
5438
5526
|
* **Notes:**
|
|
5439
5527
|
* - This property is only taken into account if an instance of `sap.uxap.ObjectPageDynamicHeaderTitle`
|
|
5440
|
-
*
|
|
5528
|
+
* is used for the `headerTitle` aggregation.
|
|
5441
5529
|
* - Based on internal rules, the value of the property is not always taken into account - for example,
|
|
5442
|
-
*
|
|
5443
|
-
*
|
|
5530
|
+
* when the control is rendered on tablet or mobile and the control`s title and header are with height larger
|
|
5531
|
+
* than the given threshold.
|
|
5444
5532
|
*
|
|
5445
5533
|
* Default value is `false`.
|
|
5446
5534
|
*
|
|
@@ -5475,18 +5563,18 @@ declare namespace sap {
|
|
|
5475
5563
|
*
|
|
5476
5564
|
* **Note:**
|
|
5477
5565
|
* - Defining a `sectionTitleLevel` will add `aria-level` attribute from 1 to 6 instead of changing the
|
|
5478
|
-
*
|
|
5566
|
+
* titles` HTML tag from H1 to H6.
|
|
5479
5567
|
* For example: if `sectionTitleLevel` is `TitleLevel.H1`, it will result as aria-level of 1 added to the
|
|
5480
5568
|
* `ObjectPageSection` title.
|
|
5481
5569
|
*
|
|
5482
5570
|
*
|
|
5483
5571
|
* - The `ObjectPageSubSection` title would have `aria-level` one level lower than the defined. For example:
|
|
5484
|
-
*
|
|
5485
|
-
*
|
|
5572
|
+
* if `sectionTitleLevel` is `TitleLevel.H1`, it will result as aria-level of 2 added to the `ObjectPageSubSection`
|
|
5573
|
+
* title.
|
|
5486
5574
|
*
|
|
5487
5575
|
*
|
|
5488
5576
|
* - It is possible to define a `titleLevel` on `ObjectPageSection` or `ObjectPageSubSection` level.
|
|
5489
|
-
*
|
|
5577
|
+
* In this case the value of this property will be ignored.
|
|
5490
5578
|
*
|
|
5491
5579
|
* Default value is `Auto`.
|
|
5492
5580
|
*
|
|
@@ -5986,10 +6074,10 @@ declare namespace sap {
|
|
|
5986
6074
|
*
|
|
5987
6075
|
* **Notes:**
|
|
5988
6076
|
* - This property is only taken into account if an instance of `sap.uxap.ObjectPageDynamicHeaderTitle`
|
|
5989
|
-
*
|
|
6077
|
+
* is used for the `headerTitle` aggregation.
|
|
5990
6078
|
* - Based on internal rules, the value of the property is not always taken into account - for example,
|
|
5991
|
-
*
|
|
5992
|
-
*
|
|
6079
|
+
* when the control is rendered on tablet or mobile and the control`s title and header are with height larger
|
|
6080
|
+
* than the given threshold.
|
|
5993
6081
|
*
|
|
5994
6082
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5995
6083
|
*
|
|
@@ -6015,18 +6103,18 @@ declare namespace sap {
|
|
|
6015
6103
|
*
|
|
6016
6104
|
* **Note:**
|
|
6017
6105
|
* - Defining a `sectionTitleLevel` will add `aria-level` attribute from 1 to 6 instead of changing the
|
|
6018
|
-
*
|
|
6106
|
+
* titles` HTML tag from H1 to H6.
|
|
6019
6107
|
* For example: if `sectionTitleLevel` is `TitleLevel.H1`, it will result as aria-level of 1 added to the
|
|
6020
6108
|
* `ObjectPageSection` title.
|
|
6021
6109
|
*
|
|
6022
6110
|
*
|
|
6023
6111
|
* - The `ObjectPageSubSection` title would have `aria-level` one level lower than the defined. For example:
|
|
6024
|
-
*
|
|
6025
|
-
*
|
|
6112
|
+
* if `sectionTitleLevel` is `TitleLevel.H1`, it will result as aria-level of 2 added to the `ObjectPageSubSection`
|
|
6113
|
+
* title.
|
|
6026
6114
|
*
|
|
6027
6115
|
*
|
|
6028
6116
|
* - It is possible to define a `titleLevel` on `ObjectPageSection` or `ObjectPageSubSection` level.
|
|
6029
|
-
*
|
|
6117
|
+
* In this case the value of this property will be ignored.
|
|
6030
6118
|
*
|
|
6031
6119
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
6032
6120
|
*
|
|
@@ -6292,7 +6380,7 @@ declare namespace sap {
|
|
|
6292
6380
|
/**
|
|
6293
6381
|
* @SINCE 1.38
|
|
6294
6382
|
*
|
|
6295
|
-
* A helper element that enables a "stashed-based" lazy loading approach for the content of the {@link sap.uxap.ObjectPageSubSection}
|
|
6383
|
+
* A helper element that enables a "stashed-based" lazy loading approach for the content of the {@link sap.uxap.ObjectPageSubSection }
|
|
6296
6384
|
* control.
|
|
6297
6385
|
*
|
|
6298
6386
|
* `ObjectPageLazyLoader` is intended to be used in a declarative way only (for example, in a view) with
|
|
@@ -6824,7 +6912,7 @@ declare namespace sap {
|
|
|
6824
6912
|
* Defines the title of the respective section/subsection.
|
|
6825
6913
|
*
|
|
6826
6914
|
* **Note:** If a subsection is the only one (or the only one visible) within a section, its title is displayed
|
|
6827
|
-
* instead of the section title. This behavior is true even if the `showTitle` propeprty of {@link sap.uxap.ObjectPageSubSection}
|
|
6915
|
+
* instead of the section title. This behavior is true even if the `showTitle` propeprty of {@link sap.uxap.ObjectPageSubSection }
|
|
6828
6916
|
* is set to `false`.
|
|
6829
6917
|
*
|
|
6830
6918
|
* @returns Value of property `title`
|
|
@@ -6894,7 +6982,7 @@ declare namespace sap {
|
|
|
6894
6982
|
* Defines the title of the respective section/subsection.
|
|
6895
6983
|
*
|
|
6896
6984
|
* **Note:** If a subsection is the only one (or the only one visible) within a section, its title is displayed
|
|
6897
|
-
* instead of the section title. This behavior is true even if the `showTitle` propeprty of {@link sap.uxap.ObjectPageSubSection}
|
|
6985
|
+
* instead of the section title. This behavior is true even if the `showTitle` propeprty of {@link sap.uxap.ObjectPageSubSection }
|
|
6898
6986
|
* is set to `false`.
|
|
6899
6987
|
*
|
|
6900
6988
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
@@ -7115,9 +7203,9 @@ declare namespace sap {
|
|
|
7115
7203
|
*
|
|
7116
7204
|
* Don't use the `sapUxAPObjectPageSubSectionAlignContent` CSS class in the following cases:
|
|
7117
7205
|
* - In combination with `ResponsiveLayout`, because `ResponsiveLayout` applies custom paddings. To align
|
|
7118
|
-
*
|
|
7206
|
+
* items with `sapUxAPObjectPageSubSectionAlignContent`, use `ColumnLayout`.
|
|
7119
7207
|
* - If there are multiple controls in the same `ObjectPageSubSection`, because the CSS class interferes
|
|
7120
|
-
*
|
|
7208
|
+
* with their alignment. Example:
|
|
7121
7209
|
*
|
|
7122
7210
|
*
|
|
7123
7211
|
* ```javascript
|