@openui5/ts-types 1.92.0 → 1.93.3
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/README.md +3 -1
- package/package.json +1 -1
- package/types/sap.f.d.ts +623 -468
- package/types/sap.m.d.ts +5498 -4814
- package/types/sap.tnt.d.ts +149 -117
- package/types/sap.ui.codeeditor.d.ts +28 -28
- package/types/sap.ui.commons.d.ts +1387 -1387
- package/types/sap.ui.core.d.ts +3852 -3973
- package/types/sap.ui.dt.d.ts +2 -4
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +118 -112
- package/types/sap.ui.layout.d.ts +593 -586
- package/types/sap.ui.mdc.d.ts +7 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +53 -53
- package/types/sap.ui.support.d.ts +6 -12
- package/types/sap.ui.table.d.ts +248 -248
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +853 -713
- package/types/sap.ui.ux3.d.ts +785 -793
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +454 -450
- package/types/sap.ui.webc.main.d.ts +1317 -1317
- package/types/sap.uxap.d.ts +384 -220
package/types/sap.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.93.3
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -146,7 +146,7 @@ declare namespace sap {
|
|
|
146
146
|
*
|
|
147
147
|
* Fired when an aggregated view is instantiated.
|
|
148
148
|
*/
|
|
149
|
-
viewInit?:
|
|
149
|
+
viewInit?: (oEvent: sap.ui.base.Event) => void;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
interface $BreadCrumbsSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -486,17 +486,17 @@ declare namespace sap {
|
|
|
486
486
|
/**
|
|
487
487
|
* The event is fired when the objectPage header title selector (down-arrow) is pressed
|
|
488
488
|
*/
|
|
489
|
-
titleSelectorPress?:
|
|
489
|
+
titleSelectorPress?: (oEvent: sap.ui.base.Event) => void;
|
|
490
490
|
|
|
491
491
|
/**
|
|
492
492
|
* The event is fired when the Locked button is pressed
|
|
493
493
|
*/
|
|
494
|
-
markLockedPress?:
|
|
494
|
+
markLockedPress?: (oEvent: sap.ui.base.Event) => void;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
497
|
* The event is fired when the unsaved changes button is pressed
|
|
498
498
|
*/
|
|
499
|
-
markChangesPress?:
|
|
499
|
+
markChangesPress?: (oEvent: sap.ui.base.Event) => void;
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
interface $ObjectPageHeaderActionButtonSettings
|
|
@@ -745,6 +745,28 @@ declare namespace sap {
|
|
|
745
745
|
| boolean
|
|
746
746
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
747
747
|
|
|
748
|
+
/**
|
|
749
|
+
* @SINCE 1.93
|
|
750
|
+
*
|
|
751
|
+
* Determines whether the `sap.uxap.ObjectPageDynamicHeaderContent` is pinned.
|
|
752
|
+
*
|
|
753
|
+
* The property can be changed explicitly with its setter or in the occurrence of the following user interactions:
|
|
754
|
+
*
|
|
755
|
+
* - Toggling the pin/unpin button of `sap.uxap.ObjectPageDynamicHeaderContent`
|
|
756
|
+
* - Snapping the `sap.uxap.ObjectPageDynamicHeaderContent` by explicitly clicking on the `sap.uxap.ObjectPageDynamicHeaderTitle`
|
|
757
|
+
*
|
|
758
|
+
*
|
|
759
|
+
* **Note: ** The property will only apply if the following rules are currently in use:
|
|
760
|
+
* - An instance of `sap.uxap.ObjectPageDynamicHeaderTitle` is used for the `headerTitle` aggregation.
|
|
761
|
+
*
|
|
762
|
+
* - The `headerContentPinnable` property is `true`
|
|
763
|
+
* - The `sap.uxap.ObjectPageDynamicHeaderContent` is expanded
|
|
764
|
+
* - The `preserveHeaderStateOnScroll` property or the rules for it to work are `false`
|
|
765
|
+
*/
|
|
766
|
+
headerContentPinned?:
|
|
767
|
+
| boolean
|
|
768
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
769
|
+
|
|
748
770
|
/**
|
|
749
771
|
* @SINCE 1.52
|
|
750
772
|
*
|
|
@@ -848,36 +870,43 @@ declare namespace sap {
|
|
|
848
870
|
*/
|
|
849
871
|
selectedSection?: sap.uxap.ObjectPageSection | string;
|
|
850
872
|
|
|
873
|
+
/**
|
|
874
|
+
* @SINCE 1.93
|
|
875
|
+
*
|
|
876
|
+
* The event is fired when the `headerContentPinned` property is changed via user interaction.
|
|
877
|
+
*/
|
|
878
|
+
headerContentPinnedStateChange?: (oEvent: sap.ui.base.Event) => void;
|
|
879
|
+
|
|
851
880
|
/**
|
|
852
881
|
* The event is fired when the Anchor bar is switched from moving to fixed or the other way round.
|
|
853
882
|
*/
|
|
854
|
-
toggleAnchorBar?:
|
|
883
|
+
toggleAnchorBar?: (oEvent: sap.ui.base.Event) => void;
|
|
855
884
|
|
|
856
885
|
/**
|
|
857
886
|
* @SINCE 1.73
|
|
858
887
|
*
|
|
859
888
|
* Fired when the current section is changed by scrolling.
|
|
860
889
|
*/
|
|
861
|
-
sectionChange?:
|
|
890
|
+
sectionChange?: (oEvent: sap.ui.base.Event) => void;
|
|
862
891
|
|
|
863
892
|
/**
|
|
864
893
|
* The event is fired when the Edit Header button is pressed
|
|
865
894
|
*/
|
|
866
|
-
editHeaderButtonPress?:
|
|
895
|
+
editHeaderButtonPress?: (oEvent: sap.ui.base.Event) => void;
|
|
867
896
|
|
|
868
897
|
/**
|
|
869
898
|
* @SINCE 1.40
|
|
870
899
|
*
|
|
871
900
|
* The event is fired when the selected section is changed using the navigation.
|
|
872
901
|
*/
|
|
873
|
-
navigate?:
|
|
902
|
+
navigate?: (oEvent: sap.ui.base.Event) => void;
|
|
874
903
|
|
|
875
904
|
/**
|
|
876
905
|
* @SINCE 1.77
|
|
877
906
|
*
|
|
878
907
|
* Fired when the visibility of subsections is changed.
|
|
879
908
|
*/
|
|
880
|
-
subSectionVisibilityChange?:
|
|
909
|
+
subSectionVisibilityChange?: (oEvent: sap.ui.base.Event) => void;
|
|
881
910
|
}
|
|
882
911
|
|
|
883
912
|
interface $ObjectPageLazyLoaderSettings
|
|
@@ -1094,20 +1123,6 @@ declare namespace sap {
|
|
|
1094
1123
|
mSettings?: sap.uxap.$AnchorBarSettings
|
|
1095
1124
|
);
|
|
1096
1125
|
|
|
1097
|
-
/**
|
|
1098
|
-
* This method is a hook for the RenderManager that gets called during the rendering of child Controls.
|
|
1099
|
-
* It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
|
|
1100
|
-
*/
|
|
1101
|
-
enhanceAccessibilityState(
|
|
1102
|
-
/**
|
|
1103
|
-
* The Control that gets rendered by the RenderManager
|
|
1104
|
-
*/
|
|
1105
|
-
oElement: sap.ui.core.Control,
|
|
1106
|
-
/**
|
|
1107
|
-
* The mapping of "aria-" prefixed attributes
|
|
1108
|
-
*/
|
|
1109
|
-
mAriaProps: object
|
|
1110
|
-
): void;
|
|
1111
1126
|
/**
|
|
1112
1127
|
* Creates a new subclass of class sap.uxap.AnchorBar with name `sClassName` and enriches it with the information
|
|
1113
1128
|
* contained in `oClassInfo`.
|
|
@@ -1129,6 +1144,24 @@ declare namespace sap {
|
|
|
1129
1144
|
*/
|
|
1130
1145
|
FNMetaImpl?: Function
|
|
1131
1146
|
): Function;
|
|
1147
|
+
/**
|
|
1148
|
+
* Returns a metadata object for class sap.uxap.AnchorBar.
|
|
1149
|
+
*/
|
|
1150
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1151
|
+
/**
|
|
1152
|
+
* This method is a hook for the RenderManager that gets called during the rendering of child Controls.
|
|
1153
|
+
* It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
|
|
1154
|
+
*/
|
|
1155
|
+
enhanceAccessibilityState(
|
|
1156
|
+
/**
|
|
1157
|
+
* The Control that gets rendered by the RenderManager
|
|
1158
|
+
*/
|
|
1159
|
+
oElement: sap.ui.core.Control,
|
|
1160
|
+
/**
|
|
1161
|
+
* The mapping of "aria-" prefixed attributes
|
|
1162
|
+
*/
|
|
1163
|
+
mAriaProps: object
|
|
1164
|
+
): void;
|
|
1132
1165
|
/**
|
|
1133
1166
|
* @SINCE 1.58
|
|
1134
1167
|
*
|
|
@@ -1140,10 +1173,6 @@ declare namespace sap {
|
|
|
1140
1173
|
* of the background is `@sapUiObjectHeaderBackground`, which depends on the specific theme.
|
|
1141
1174
|
*/
|
|
1142
1175
|
getBackgroundDesign(): sap.m.BackgroundDesign;
|
|
1143
|
-
/**
|
|
1144
|
-
* Returns a metadata object for class sap.uxap.AnchorBar.
|
|
1145
|
-
*/
|
|
1146
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1147
1176
|
/**
|
|
1148
1177
|
* Returns an sap.ui.core.delegate.ScrollEnablement object used to handle scrolling.
|
|
1149
1178
|
*/
|
|
@@ -1301,6 +1330,31 @@ declare namespace sap {
|
|
|
1301
1330
|
mSettings?: sap.uxap.$BlockBaseSettings
|
|
1302
1331
|
);
|
|
1303
1332
|
|
|
1333
|
+
/**
|
|
1334
|
+
* Creates a new subclass of class sap.uxap.BlockBase with name `sClassName` and enriches it with the information
|
|
1335
|
+
* contained in `oClassInfo`.
|
|
1336
|
+
*
|
|
1337
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
1338
|
+
*/
|
|
1339
|
+
static extend<T extends Record<string, unknown>>(
|
|
1340
|
+
/**
|
|
1341
|
+
* Name of the class being created
|
|
1342
|
+
*/
|
|
1343
|
+
sClassName: string,
|
|
1344
|
+
/**
|
|
1345
|
+
* Object literal with information about the class
|
|
1346
|
+
*/
|
|
1347
|
+
oClassInfo?: sap.ClassInfo<T, sap.uxap.BlockBase>,
|
|
1348
|
+
/**
|
|
1349
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
1350
|
+
* used by this class
|
|
1351
|
+
*/
|
|
1352
|
+
FNMetaImpl?: Function
|
|
1353
|
+
): Function;
|
|
1354
|
+
/**
|
|
1355
|
+
* Returns a metadata object for class sap.uxap.BlockBase.
|
|
1356
|
+
*/
|
|
1357
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1304
1358
|
/**
|
|
1305
1359
|
* Adds some mapping to the aggregation {@link #getMappings mappings}.
|
|
1306
1360
|
*/
|
|
@@ -1389,27 +1443,6 @@ declare namespace sap {
|
|
|
1389
1443
|
*/
|
|
1390
1444
|
oListener?: object
|
|
1391
1445
|
): this;
|
|
1392
|
-
/**
|
|
1393
|
-
* Creates a new subclass of class sap.uxap.BlockBase with name `sClassName` and enriches it with the information
|
|
1394
|
-
* contained in `oClassInfo`.
|
|
1395
|
-
*
|
|
1396
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
1397
|
-
*/
|
|
1398
|
-
static extend<T extends Record<string, unknown>>(
|
|
1399
|
-
/**
|
|
1400
|
-
* Name of the class being created
|
|
1401
|
-
*/
|
|
1402
|
-
sClassName: string,
|
|
1403
|
-
/**
|
|
1404
|
-
* Object literal with information about the class
|
|
1405
|
-
*/
|
|
1406
|
-
oClassInfo?: sap.ClassInfo<T, sap.uxap.BlockBase>,
|
|
1407
|
-
/**
|
|
1408
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
1409
|
-
* used by this class
|
|
1410
|
-
*/
|
|
1411
|
-
FNMetaImpl?: Function
|
|
1412
|
-
): Function;
|
|
1413
1446
|
/**
|
|
1414
1447
|
* @SINCE 1.72
|
|
1415
1448
|
*
|
|
@@ -1453,10 +1486,6 @@ declare namespace sap {
|
|
|
1453
1486
|
* Map external UI5 model and internal Block model
|
|
1454
1487
|
*/
|
|
1455
1488
|
getMappings(): sap.uxap.ModelMapping[];
|
|
1456
|
-
/**
|
|
1457
|
-
* Returns a metadata object for class sap.uxap.BlockBase.
|
|
1458
|
-
*/
|
|
1459
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1460
1489
|
/**
|
|
1461
1490
|
* Gets current value of property {@link #getMode mode}.
|
|
1462
1491
|
*
|
|
@@ -1658,23 +1687,6 @@ declare namespace sap {
|
|
|
1658
1687
|
mSettings?: sap.uxap.$BreadCrumbsSettings
|
|
1659
1688
|
);
|
|
1660
1689
|
|
|
1661
|
-
/**
|
|
1662
|
-
* Adds some link to the aggregation {@link #getLinks links}.
|
|
1663
|
-
*/
|
|
1664
|
-
addLink(
|
|
1665
|
-
/**
|
|
1666
|
-
* The link to add; if empty, nothing is inserted
|
|
1667
|
-
*/
|
|
1668
|
-
oLink: sap.m.Link
|
|
1669
|
-
): this;
|
|
1670
|
-
/**
|
|
1671
|
-
* Destroys the currentLocation in the aggregation {@link #getCurrentLocation currentLocation}.
|
|
1672
|
-
*/
|
|
1673
|
-
destroyCurrentLocation(): this;
|
|
1674
|
-
/**
|
|
1675
|
-
* Destroys all the links in the aggregation {@link #getLinks links}.
|
|
1676
|
-
*/
|
|
1677
|
-
destroyLinks(): this;
|
|
1678
1690
|
/**
|
|
1679
1691
|
* Creates a new subclass of class sap.uxap.BreadCrumbs with name `sClassName` and enriches it with the
|
|
1680
1692
|
* information contained in `oClassInfo`.
|
|
@@ -1696,6 +1708,27 @@ declare namespace sap {
|
|
|
1696
1708
|
*/
|
|
1697
1709
|
FNMetaImpl?: Function
|
|
1698
1710
|
): Function;
|
|
1711
|
+
/**
|
|
1712
|
+
* Returns a metadata object for class sap.uxap.BreadCrumbs.
|
|
1713
|
+
*/
|
|
1714
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1715
|
+
/**
|
|
1716
|
+
* Adds some link to the aggregation {@link #getLinks links}.
|
|
1717
|
+
*/
|
|
1718
|
+
addLink(
|
|
1719
|
+
/**
|
|
1720
|
+
* The link to add; if empty, nothing is inserted
|
|
1721
|
+
*/
|
|
1722
|
+
oLink: sap.m.Link
|
|
1723
|
+
): this;
|
|
1724
|
+
/**
|
|
1725
|
+
* Destroys the currentLocation in the aggregation {@link #getCurrentLocation currentLocation}.
|
|
1726
|
+
*/
|
|
1727
|
+
destroyCurrentLocation(): this;
|
|
1728
|
+
/**
|
|
1729
|
+
* Destroys all the links in the aggregation {@link #getLinks links}.
|
|
1730
|
+
*/
|
|
1731
|
+
destroyLinks(): this;
|
|
1699
1732
|
/**
|
|
1700
1733
|
* Gets content of aggregation {@link #getCurrentLocation currentLocation}.
|
|
1701
1734
|
*
|
|
@@ -1708,10 +1741,6 @@ declare namespace sap {
|
|
|
1708
1741
|
* A list of all the active link elements in the BreadCrumbs control.
|
|
1709
1742
|
*/
|
|
1710
1743
|
getLinks(): sap.m.Link[];
|
|
1711
|
-
/**
|
|
1712
|
-
* Returns a metadata object for class sap.uxap.BreadCrumbs.
|
|
1713
|
-
*/
|
|
1714
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1715
1744
|
/**
|
|
1716
1745
|
* Gets current value of property {@link #getShowCurrentLocation showCurrentLocation}.
|
|
1717
1746
|
*
|
|
@@ -1932,6 +1961,10 @@ declare namespace sap {
|
|
|
1932
1961
|
*/
|
|
1933
1962
|
FNMetaImpl?: Function
|
|
1934
1963
|
): Function;
|
|
1964
|
+
/**
|
|
1965
|
+
* Returns a metadata object for class sap.uxap.ModelMapping.
|
|
1966
|
+
*/
|
|
1967
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1935
1968
|
/**
|
|
1936
1969
|
* Gets current value of property {@link #getExternalModelName externalModelName}.
|
|
1937
1970
|
*
|
|
@@ -1952,10 +1985,6 @@ declare namespace sap {
|
|
|
1952
1985
|
* Default value is `"Model"`.
|
|
1953
1986
|
*/
|
|
1954
1987
|
getInternalModelName(): string;
|
|
1955
|
-
/**
|
|
1956
|
-
* Returns a metadata object for class sap.uxap.ModelMapping.
|
|
1957
|
-
*/
|
|
1958
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
1959
1988
|
/**
|
|
1960
1989
|
* Sets a new value for property {@link #getExternalModelName externalModelName}.
|
|
1961
1990
|
*
|
|
@@ -2061,6 +2090,10 @@ declare namespace sap {
|
|
|
2061
2090
|
*/
|
|
2062
2091
|
FNMetaImpl?: Function
|
|
2063
2092
|
): Function;
|
|
2093
|
+
/**
|
|
2094
|
+
* Returns a metadata object for class sap.uxap.ObjectPageAccessibleLandmarkInfo.
|
|
2095
|
+
*/
|
|
2096
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2064
2097
|
/**
|
|
2065
2098
|
* Gets current value of property {@link #getContentLabel contentLabel}.
|
|
2066
2099
|
*
|
|
@@ -2121,10 +2154,6 @@ declare namespace sap {
|
|
|
2121
2154
|
* Default value is `"Banner"`.
|
|
2122
2155
|
*/
|
|
2123
2156
|
getHeaderRole(): sap.ui.core.AccessibleLandmarkRole;
|
|
2124
|
-
/**
|
|
2125
|
-
* Returns a metadata object for class sap.uxap.ObjectPageAccessibleLandmarkInfo.
|
|
2126
|
-
*/
|
|
2127
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2128
2157
|
/**
|
|
2129
2158
|
* Gets current value of property {@link #getNavigationLabel navigationLabel}.
|
|
2130
2159
|
*
|
|
@@ -2567,6 +2596,31 @@ declare namespace sap {
|
|
|
2567
2596
|
mSettings?: sap.uxap.$ObjectPageHeaderSettings
|
|
2568
2597
|
);
|
|
2569
2598
|
|
|
2599
|
+
/**
|
|
2600
|
+
* Creates a new subclass of class sap.uxap.ObjectPageHeader with name `sClassName` and enriches it with
|
|
2601
|
+
* the information contained in `oClassInfo`.
|
|
2602
|
+
*
|
|
2603
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
2604
|
+
*/
|
|
2605
|
+
static extend<T extends Record<string, unknown>>(
|
|
2606
|
+
/**
|
|
2607
|
+
* Name of the class being created
|
|
2608
|
+
*/
|
|
2609
|
+
sClassName: string,
|
|
2610
|
+
/**
|
|
2611
|
+
* Object literal with information about the class
|
|
2612
|
+
*/
|
|
2613
|
+
oClassInfo?: sap.ClassInfo<T, sap.uxap.ObjectPageHeader>,
|
|
2614
|
+
/**
|
|
2615
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
2616
|
+
* used by this class
|
|
2617
|
+
*/
|
|
2618
|
+
FNMetaImpl?: Function
|
|
2619
|
+
): Function;
|
|
2620
|
+
/**
|
|
2621
|
+
* Returns a metadata object for class sap.uxap.ObjectPageHeader.
|
|
2622
|
+
*/
|
|
2623
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2570
2624
|
/**
|
|
2571
2625
|
* Adds some action to the aggregation {@link #getActions actions}.
|
|
2572
2626
|
*/
|
|
@@ -2796,27 +2850,6 @@ declare namespace sap {
|
|
|
2796
2850
|
*/
|
|
2797
2851
|
oListener?: object
|
|
2798
2852
|
): this;
|
|
2799
|
-
/**
|
|
2800
|
-
* Creates a new subclass of class sap.uxap.ObjectPageHeader with name `sClassName` and enriches it with
|
|
2801
|
-
* the information contained in `oClassInfo`.
|
|
2802
|
-
*
|
|
2803
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
2804
|
-
*/
|
|
2805
|
-
static extend<T extends Record<string, unknown>>(
|
|
2806
|
-
/**
|
|
2807
|
-
* Name of the class being created
|
|
2808
|
-
*/
|
|
2809
|
-
sClassName: string,
|
|
2810
|
-
/**
|
|
2811
|
-
* Object literal with information about the class
|
|
2812
|
-
*/
|
|
2813
|
-
oClassInfo?: sap.ClassInfo<T, sap.uxap.ObjectPageHeader>,
|
|
2814
|
-
/**
|
|
2815
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
2816
|
-
* used by this class
|
|
2817
|
-
*/
|
|
2818
|
-
FNMetaImpl?: Function
|
|
2819
|
-
): Function;
|
|
2820
2853
|
/**
|
|
2821
2854
|
* Fires event {@link #event:markChangesPress markChangesPress} to attached listeners.
|
|
2822
2855
|
*/
|
|
@@ -2968,10 +3001,6 @@ declare namespace sap {
|
|
|
2968
3001
|
* Default value is `false`.
|
|
2969
3002
|
*/
|
|
2970
3003
|
getMarkLocked(): boolean;
|
|
2971
|
-
/**
|
|
2972
|
-
* Returns a metadata object for class sap.uxap.ObjectPageHeader.
|
|
2973
|
-
*/
|
|
2974
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2975
3004
|
/**
|
|
2976
3005
|
* Gets content of aggregation {@link #getNavigationBar navigationBar}.
|
|
2977
3006
|
*
|
|
@@ -3563,6 +3592,10 @@ declare namespace sap {
|
|
|
3563
3592
|
*/
|
|
3564
3593
|
FNMetaImpl?: Function
|
|
3565
3594
|
): Function;
|
|
3595
|
+
/**
|
|
3596
|
+
* Returns a metadata object for class sap.uxap.ObjectPageHeaderActionButton.
|
|
3597
|
+
*/
|
|
3598
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3566
3599
|
/**
|
|
3567
3600
|
* Gets current value of property {@link #getHideIcon hideIcon}.
|
|
3568
3601
|
*
|
|
@@ -3593,10 +3626,6 @@ declare namespace sap {
|
|
|
3593
3626
|
* Default value is `High`.
|
|
3594
3627
|
*/
|
|
3595
3628
|
getImportance(): sap.uxap.Importance;
|
|
3596
|
-
/**
|
|
3597
|
-
* Returns a metadata object for class sap.uxap.ObjectPageHeaderActionButton.
|
|
3598
|
-
*/
|
|
3599
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3600
3629
|
/**
|
|
3601
3630
|
* Sets a new value for property {@link #getHideIcon hideIcon}.
|
|
3602
3631
|
*
|
|
@@ -3707,19 +3736,6 @@ declare namespace sap {
|
|
|
3707
3736
|
mSettings?: sap.uxap.$ObjectPageHeaderContentSettings
|
|
3708
3737
|
);
|
|
3709
3738
|
|
|
3710
|
-
/**
|
|
3711
|
-
* Adds some content to the aggregation {@link #getContent content}.
|
|
3712
|
-
*/
|
|
3713
|
-
addContent(
|
|
3714
|
-
/**
|
|
3715
|
-
* The content to add; if empty, nothing is inserted
|
|
3716
|
-
*/
|
|
3717
|
-
oContent: sap.ui.core.Control
|
|
3718
|
-
): this;
|
|
3719
|
-
/**
|
|
3720
|
-
* Destroys all the content in the aggregation {@link #getContent content}.
|
|
3721
|
-
*/
|
|
3722
|
-
destroyContent(): this;
|
|
3723
3739
|
/**
|
|
3724
3740
|
* Creates a new subclass of class sap.uxap.ObjectPageHeaderContent with name `sClassName` and enriches
|
|
3725
3741
|
* it with the information contained in `oClassInfo`.
|
|
@@ -3741,6 +3757,23 @@ declare namespace sap {
|
|
|
3741
3757
|
*/
|
|
3742
3758
|
FNMetaImpl?: Function
|
|
3743
3759
|
): Function;
|
|
3760
|
+
/**
|
|
3761
|
+
* Returns a metadata object for class sap.uxap.ObjectPageHeaderContent.
|
|
3762
|
+
*/
|
|
3763
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3764
|
+
/**
|
|
3765
|
+
* Adds some content to the aggregation {@link #getContent content}.
|
|
3766
|
+
*/
|
|
3767
|
+
addContent(
|
|
3768
|
+
/**
|
|
3769
|
+
* The content to add; if empty, nothing is inserted
|
|
3770
|
+
*/
|
|
3771
|
+
oContent: sap.ui.core.Control
|
|
3772
|
+
): this;
|
|
3773
|
+
/**
|
|
3774
|
+
* Destroys all the content in the aggregation {@link #getContent content}.
|
|
3775
|
+
*/
|
|
3776
|
+
destroyContent(): this;
|
|
3744
3777
|
/**
|
|
3745
3778
|
* Gets content of aggregation {@link #getContent content}.
|
|
3746
3779
|
*
|
|
@@ -3758,10 +3791,6 @@ declare namespace sap {
|
|
|
3758
3791
|
* Default value is `Light`.
|
|
3759
3792
|
*/
|
|
3760
3793
|
getContentDesign(): sap.uxap.ObjectPageHeaderDesign;
|
|
3761
|
-
/**
|
|
3762
|
-
* Returns a metadata object for class sap.uxap.ObjectPageHeaderContent.
|
|
3763
|
-
*/
|
|
3764
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3765
3794
|
/**
|
|
3766
3795
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
|
|
3767
3796
|
* its index if found or -1 otherwise.
|
|
@@ -4119,7 +4148,32 @@ declare namespace sap {
|
|
|
4119
4148
|
);
|
|
4120
4149
|
|
|
4121
4150
|
/**
|
|
4122
|
-
*
|
|
4151
|
+
* Creates a new subclass of class sap.uxap.ObjectPageLayout with name `sClassName` and enriches it with
|
|
4152
|
+
* the information contained in `oClassInfo`.
|
|
4153
|
+
*
|
|
4154
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
4155
|
+
*/
|
|
4156
|
+
static extend<T extends Record<string, unknown>>(
|
|
4157
|
+
/**
|
|
4158
|
+
* Name of the class being created
|
|
4159
|
+
*/
|
|
4160
|
+
sClassName: string,
|
|
4161
|
+
/**
|
|
4162
|
+
* Object literal with information about the class
|
|
4163
|
+
*/
|
|
4164
|
+
oClassInfo?: sap.ClassInfo<T, sap.uxap.ObjectPageLayout>,
|
|
4165
|
+
/**
|
|
4166
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
4167
|
+
* used by this class
|
|
4168
|
+
*/
|
|
4169
|
+
FNMetaImpl?: Function
|
|
4170
|
+
): Function;
|
|
4171
|
+
/**
|
|
4172
|
+
* Returns a metadata object for class sap.uxap.ObjectPageLayout.
|
|
4173
|
+
*/
|
|
4174
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4175
|
+
/**
|
|
4176
|
+
* Adds some headerContent to the aggregation {@link #getHeaderContent headerContent}.
|
|
4123
4177
|
*/
|
|
4124
4178
|
addHeaderContent(
|
|
4125
4179
|
/**
|
|
@@ -4179,6 +4233,53 @@ declare namespace sap {
|
|
|
4179
4233
|
*/
|
|
4180
4234
|
oListener?: object
|
|
4181
4235
|
): this;
|
|
4236
|
+
/**
|
|
4237
|
+
* @SINCE 1.93
|
|
4238
|
+
*
|
|
4239
|
+
* Attaches event handler `fnFunction` to the {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange}
|
|
4240
|
+
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4241
|
+
*
|
|
4242
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
4243
|
+
* otherwise it will be bound to this `sap.uxap.ObjectPageLayout` itself.
|
|
4244
|
+
*
|
|
4245
|
+
* The event is fired when the `headerContentPinned` property is changed via user interaction.
|
|
4246
|
+
*/
|
|
4247
|
+
attachHeaderContentPinnedStateChange(
|
|
4248
|
+
/**
|
|
4249
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
4250
|
+
* object when firing the event
|
|
4251
|
+
*/
|
|
4252
|
+
oData: object,
|
|
4253
|
+
/**
|
|
4254
|
+
* The function to be called when the event occurs
|
|
4255
|
+
*/
|
|
4256
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
4257
|
+
/**
|
|
4258
|
+
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4259
|
+
*/
|
|
4260
|
+
oListener?: object
|
|
4261
|
+
): this;
|
|
4262
|
+
/**
|
|
4263
|
+
* @SINCE 1.93
|
|
4264
|
+
*
|
|
4265
|
+
* Attaches event handler `fnFunction` to the {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange}
|
|
4266
|
+
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4267
|
+
*
|
|
4268
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
4269
|
+
* otherwise it will be bound to this `sap.uxap.ObjectPageLayout` itself.
|
|
4270
|
+
*
|
|
4271
|
+
* The event is fired when the `headerContentPinned` property is changed via user interaction.
|
|
4272
|
+
*/
|
|
4273
|
+
attachHeaderContentPinnedStateChange(
|
|
4274
|
+
/**
|
|
4275
|
+
* The function to be called when the event occurs
|
|
4276
|
+
*/
|
|
4277
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
4278
|
+
/**
|
|
4279
|
+
* Context object to call the event handler with. Defaults to this `sap.uxap.ObjectPageLayout` itself
|
|
4280
|
+
*/
|
|
4281
|
+
oListener?: object
|
|
4282
|
+
): this;
|
|
4182
4283
|
/**
|
|
4183
4284
|
* @SINCE 1.40
|
|
4184
4285
|
*
|
|
@@ -4399,6 +4500,24 @@ declare namespace sap {
|
|
|
4399
4500
|
*/
|
|
4400
4501
|
oListener?: object
|
|
4401
4502
|
): this;
|
|
4503
|
+
/**
|
|
4504
|
+
* @SINCE 1.93
|
|
4505
|
+
*
|
|
4506
|
+
* Detaches event handler `fnFunction` from the {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange}
|
|
4507
|
+
* event of this `sap.uxap.ObjectPageLayout`.
|
|
4508
|
+
*
|
|
4509
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
4510
|
+
*/
|
|
4511
|
+
detachHeaderContentPinnedStateChange(
|
|
4512
|
+
/**
|
|
4513
|
+
* The function to be called, when the event occurs
|
|
4514
|
+
*/
|
|
4515
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
4516
|
+
/**
|
|
4517
|
+
* Context object on which the given function had to be called
|
|
4518
|
+
*/
|
|
4519
|
+
oListener?: object
|
|
4520
|
+
): this;
|
|
4402
4521
|
/**
|
|
4403
4522
|
* @SINCE 1.40
|
|
4404
4523
|
*
|
|
@@ -4469,34 +4588,30 @@ declare namespace sap {
|
|
|
4469
4588
|
oListener?: object
|
|
4470
4589
|
): this;
|
|
4471
4590
|
/**
|
|
4472
|
-
*
|
|
4473
|
-
* the information contained in `oClassInfo`.
|
|
4474
|
-
*
|
|
4475
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
4591
|
+
* Fires event {@link #event:editHeaderButtonPress editHeaderButtonPress} to attached listeners.
|
|
4476
4592
|
*/
|
|
4477
|
-
|
|
4478
|
-
/**
|
|
4479
|
-
* Name of the class being created
|
|
4480
|
-
*/
|
|
4481
|
-
sClassName: string,
|
|
4482
|
-
/**
|
|
4483
|
-
* Object literal with information about the class
|
|
4484
|
-
*/
|
|
4485
|
-
oClassInfo?: sap.ClassInfo<T, sap.uxap.ObjectPageLayout>,
|
|
4593
|
+
fireEditHeaderButtonPress(
|
|
4486
4594
|
/**
|
|
4487
|
-
*
|
|
4488
|
-
* used by this class
|
|
4595
|
+
* Parameters to pass along with the event
|
|
4489
4596
|
*/
|
|
4490
|
-
|
|
4491
|
-
):
|
|
4597
|
+
mParameters?: object
|
|
4598
|
+
): this;
|
|
4492
4599
|
/**
|
|
4493
|
-
*
|
|
4600
|
+
* @SINCE 1.93
|
|
4601
|
+
*
|
|
4602
|
+
* Fires event {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange} to attached
|
|
4603
|
+
* listeners.
|
|
4494
4604
|
*/
|
|
4495
|
-
|
|
4605
|
+
fireHeaderContentPinnedStateChange(
|
|
4496
4606
|
/**
|
|
4497
4607
|
* Parameters to pass along with the event
|
|
4498
4608
|
*/
|
|
4499
|
-
mParameters?:
|
|
4609
|
+
mParameters?: {
|
|
4610
|
+
/**
|
|
4611
|
+
* False or True values indicate the new pinned property value.
|
|
4612
|
+
*/
|
|
4613
|
+
pinned?: boolean;
|
|
4614
|
+
}
|
|
4500
4615
|
): this;
|
|
4501
4616
|
/**
|
|
4502
4617
|
* @SINCE 1.40
|
|
@@ -4642,6 +4757,29 @@ declare namespace sap {
|
|
|
4642
4757
|
* Default value is `true`.
|
|
4643
4758
|
*/
|
|
4644
4759
|
getHeaderContentPinnable(): boolean;
|
|
4760
|
+
/**
|
|
4761
|
+
* @SINCE 1.93
|
|
4762
|
+
*
|
|
4763
|
+
* Gets current value of property {@link #getHeaderContentPinned headerContentPinned}.
|
|
4764
|
+
*
|
|
4765
|
+
* Determines whether the `sap.uxap.ObjectPageDynamicHeaderContent` is pinned.
|
|
4766
|
+
*
|
|
4767
|
+
* The property can be changed explicitly with its setter or in the occurrence of the following user interactions:
|
|
4768
|
+
*
|
|
4769
|
+
* - Toggling the pin/unpin button of `sap.uxap.ObjectPageDynamicHeaderContent`
|
|
4770
|
+
* - Snapping the `sap.uxap.ObjectPageDynamicHeaderContent` by explicitly clicking on the `sap.uxap.ObjectPageDynamicHeaderTitle`
|
|
4771
|
+
*
|
|
4772
|
+
*
|
|
4773
|
+
* **Note: ** The property will only apply if the following rules are currently in use:
|
|
4774
|
+
* - An instance of `sap.uxap.ObjectPageDynamicHeaderTitle` is used for the `headerTitle` aggregation.
|
|
4775
|
+
*
|
|
4776
|
+
* - The `headerContentPinnable` property is `true`
|
|
4777
|
+
* - The `sap.uxap.ObjectPageDynamicHeaderContent` is expanded
|
|
4778
|
+
* - The `preserveHeaderStateOnScroll` property or the rules for it to work are `false`
|
|
4779
|
+
*
|
|
4780
|
+
* Default value is `false`.
|
|
4781
|
+
*/
|
|
4782
|
+
getHeaderContentPinned(): boolean;
|
|
4645
4783
|
/**
|
|
4646
4784
|
* Gets content of aggregation {@link #getHeaderTitle headerTitle}.
|
|
4647
4785
|
*
|
|
@@ -4680,10 +4818,6 @@ declare namespace sap {
|
|
|
4680
4818
|
* If not set, no landmarks will be written.
|
|
4681
4819
|
*/
|
|
4682
4820
|
getLandmarkInfo(): sap.uxap.ObjectPageAccessibleLandmarkInfo;
|
|
4683
|
-
/**
|
|
4684
|
-
* Returns a metadata object for class sap.uxap.ObjectPageLayout.
|
|
4685
|
-
*/
|
|
4686
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4687
4821
|
/**
|
|
4688
4822
|
* @SINCE 1.52
|
|
4689
4823
|
*
|
|
@@ -5077,6 +5211,36 @@ declare namespace sap {
|
|
|
5077
5211
|
*/
|
|
5078
5212
|
bHeaderContentPinnable?: boolean
|
|
5079
5213
|
): this;
|
|
5214
|
+
/**
|
|
5215
|
+
* @SINCE 1.93
|
|
5216
|
+
*
|
|
5217
|
+
* Sets a new value for property {@link #getHeaderContentPinned headerContentPinned}.
|
|
5218
|
+
*
|
|
5219
|
+
* Determines whether the `sap.uxap.ObjectPageDynamicHeaderContent` is pinned.
|
|
5220
|
+
*
|
|
5221
|
+
* The property can be changed explicitly with its setter or in the occurrence of the following user interactions:
|
|
5222
|
+
*
|
|
5223
|
+
* - Toggling the pin/unpin button of `sap.uxap.ObjectPageDynamicHeaderContent`
|
|
5224
|
+
* - Snapping the `sap.uxap.ObjectPageDynamicHeaderContent` by explicitly clicking on the `sap.uxap.ObjectPageDynamicHeaderTitle`
|
|
5225
|
+
*
|
|
5226
|
+
*
|
|
5227
|
+
* **Note: ** The property will only apply if the following rules are currently in use:
|
|
5228
|
+
* - An instance of `sap.uxap.ObjectPageDynamicHeaderTitle` is used for the `headerTitle` aggregation.
|
|
5229
|
+
*
|
|
5230
|
+
* - The `headerContentPinnable` property is `true`
|
|
5231
|
+
* - The `sap.uxap.ObjectPageDynamicHeaderContent` is expanded
|
|
5232
|
+
* - The `preserveHeaderStateOnScroll` property or the rules for it to work are `false`
|
|
5233
|
+
*
|
|
5234
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5235
|
+
*
|
|
5236
|
+
* Default value is `false`.
|
|
5237
|
+
*/
|
|
5238
|
+
setHeaderContentPinned(
|
|
5239
|
+
/**
|
|
5240
|
+
* New value for property `headerContentPinned`
|
|
5241
|
+
*/
|
|
5242
|
+
bHeaderContentPinned?: boolean
|
|
5243
|
+
): this;
|
|
5080
5244
|
/**
|
|
5081
5245
|
* Sets the aggregated {@link #getHeaderTitle headerTitle}.
|
|
5082
5246
|
*/
|
|
@@ -5462,19 +5626,6 @@ declare namespace sap {
|
|
|
5462
5626
|
mSettings?: sap.uxap.$ObjectPageLazyLoaderSettings
|
|
5463
5627
|
);
|
|
5464
5628
|
|
|
5465
|
-
/**
|
|
5466
|
-
* Adds some content to the aggregation {@link #getContent content}.
|
|
5467
|
-
*/
|
|
5468
|
-
addContent(
|
|
5469
|
-
/**
|
|
5470
|
-
* The content to add; if empty, nothing is inserted
|
|
5471
|
-
*/
|
|
5472
|
-
oContent: sap.ui.core.Control
|
|
5473
|
-
): this;
|
|
5474
|
-
/**
|
|
5475
|
-
* Destroys all the content in the aggregation {@link #getContent content}.
|
|
5476
|
-
*/
|
|
5477
|
-
destroyContent(): this;
|
|
5478
5629
|
/**
|
|
5479
5630
|
* Creates a new subclass of class sap.uxap.ObjectPageLazyLoader with name `sClassName` and enriches it
|
|
5480
5631
|
* with the information contained in `oClassInfo`.
|
|
@@ -5496,16 +5647,29 @@ declare namespace sap {
|
|
|
5496
5647
|
*/
|
|
5497
5648
|
FNMetaImpl?: Function
|
|
5498
5649
|
): Function;
|
|
5650
|
+
/**
|
|
5651
|
+
* Returns a metadata object for class sap.uxap.ObjectPageLazyLoader.
|
|
5652
|
+
*/
|
|
5653
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5654
|
+
/**
|
|
5655
|
+
* Adds some content to the aggregation {@link #getContent content}.
|
|
5656
|
+
*/
|
|
5657
|
+
addContent(
|
|
5658
|
+
/**
|
|
5659
|
+
* The content to add; if empty, nothing is inserted
|
|
5660
|
+
*/
|
|
5661
|
+
oContent: sap.ui.core.Control
|
|
5662
|
+
): this;
|
|
5663
|
+
/**
|
|
5664
|
+
* Destroys all the content in the aggregation {@link #getContent content}.
|
|
5665
|
+
*/
|
|
5666
|
+
destroyContent(): this;
|
|
5499
5667
|
/**
|
|
5500
5668
|
* Gets content of aggregation {@link #getContent content}.
|
|
5501
5669
|
*
|
|
5502
5670
|
* Controls to be displayed after this element is unstashed
|
|
5503
5671
|
*/
|
|
5504
5672
|
getContent(): sap.ui.core.Control[];
|
|
5505
|
-
/**
|
|
5506
|
-
* Returns a metadata object for class sap.uxap.ObjectPageLazyLoader.
|
|
5507
|
-
*/
|
|
5508
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5509
5673
|
/**
|
|
5510
5674
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
|
|
5511
5675
|
* its index if found or -1 otherwise.
|
|
@@ -5588,19 +5752,6 @@ declare namespace sap {
|
|
|
5588
5752
|
mSettings?: sap.uxap.$ObjectPageSectionSettings
|
|
5589
5753
|
);
|
|
5590
5754
|
|
|
5591
|
-
/**
|
|
5592
|
-
* Adds some subSection to the aggregation {@link #getSubSections subSections}.
|
|
5593
|
-
*/
|
|
5594
|
-
addSubSection(
|
|
5595
|
-
/**
|
|
5596
|
-
* The subSection to add; if empty, nothing is inserted
|
|
5597
|
-
*/
|
|
5598
|
-
oSubSection: sap.uxap.ObjectPageSubSection
|
|
5599
|
-
): this;
|
|
5600
|
-
/**
|
|
5601
|
-
* Destroys all the subSections in the aggregation {@link #getSubSections subSections}.
|
|
5602
|
-
*/
|
|
5603
|
-
destroySubSections(): this;
|
|
5604
5755
|
/**
|
|
5605
5756
|
* Creates a new subclass of class sap.uxap.ObjectPageSection with name `sClassName` and enriches it with
|
|
5606
5757
|
* the information contained in `oClassInfo`.
|
|
@@ -5626,6 +5777,19 @@ declare namespace sap {
|
|
|
5626
5777
|
* Returns a metadata object for class sap.uxap.ObjectPageSection.
|
|
5627
5778
|
*/
|
|
5628
5779
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5780
|
+
/**
|
|
5781
|
+
* Adds some subSection to the aggregation {@link #getSubSections subSections}.
|
|
5782
|
+
*/
|
|
5783
|
+
addSubSection(
|
|
5784
|
+
/**
|
|
5785
|
+
* The subSection to add; if empty, nothing is inserted
|
|
5786
|
+
*/
|
|
5787
|
+
oSubSection: sap.uxap.ObjectPageSubSection
|
|
5788
|
+
): this;
|
|
5789
|
+
/**
|
|
5790
|
+
* Destroys all the subSections in the aggregation {@link #getSubSections subSections}.
|
|
5791
|
+
*/
|
|
5792
|
+
destroySubSections(): this;
|
|
5629
5793
|
/**
|
|
5630
5794
|
* ID of the element which is the current target of the association {@link #getSelectedSubSection selectedSubSection},
|
|
5631
5795
|
* or `null`.
|
|
@@ -5771,14 +5935,6 @@ declare namespace sap {
|
|
|
5771
5935
|
mSettings?: sap.uxap.$ObjectPageSectionBaseSettings
|
|
5772
5936
|
);
|
|
5773
5937
|
|
|
5774
|
-
/**
|
|
5775
|
-
* Explicitly ask to connect to the UI5 model tree
|
|
5776
|
-
*/
|
|
5777
|
-
connectToModels(): void;
|
|
5778
|
-
/**
|
|
5779
|
-
* Destroys the customAnchorBarButton in the aggregation {@link #getCustomAnchorBarButton customAnchorBarButton}.
|
|
5780
|
-
*/
|
|
5781
|
-
destroyCustomAnchorBarButton(): this;
|
|
5782
5938
|
/**
|
|
5783
5939
|
* Creates a new subclass of class sap.uxap.ObjectPageSectionBase with name `sClassName` and enriches it
|
|
5784
5940
|
* with the information contained in `oClassInfo`.
|
|
@@ -5800,6 +5956,18 @@ declare namespace sap {
|
|
|
5800
5956
|
*/
|
|
5801
5957
|
FNMetaImpl?: Function
|
|
5802
5958
|
): Function;
|
|
5959
|
+
/**
|
|
5960
|
+
* Returns a metadata object for class sap.uxap.ObjectPageSectionBase.
|
|
5961
|
+
*/
|
|
5962
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5963
|
+
/**
|
|
5964
|
+
* Explicitly ask to connect to the UI5 model tree
|
|
5965
|
+
*/
|
|
5966
|
+
connectToModels(): void;
|
|
5967
|
+
/**
|
|
5968
|
+
* Destroys the customAnchorBarButton in the aggregation {@link #getCustomAnchorBarButton customAnchorBarButton}.
|
|
5969
|
+
*/
|
|
5970
|
+
destroyCustomAnchorBarButton(): this;
|
|
5803
5971
|
/**
|
|
5804
5972
|
* Gets content of aggregation {@link #getCustomAnchorBarButton customAnchorBarButton}.
|
|
5805
5973
|
*
|
|
@@ -5821,10 +5989,6 @@ declare namespace sap {
|
|
|
5821
5989
|
* Default value is `High`.
|
|
5822
5990
|
*/
|
|
5823
5991
|
getImportance(): sap.uxap.Importance;
|
|
5824
|
-
/**
|
|
5825
|
-
* Returns a metadata object for class sap.uxap.ObjectPageSectionBase.
|
|
5826
|
-
*/
|
|
5827
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5828
5992
|
/**
|
|
5829
5993
|
* Returns the control name text.
|
|
5830
5994
|
*
|
|
@@ -6002,6 +6166,31 @@ declare namespace sap {
|
|
|
6002
6166
|
mSettings?: sap.uxap.$ObjectPageSubSectionSettings
|
|
6003
6167
|
);
|
|
6004
6168
|
|
|
6169
|
+
/**
|
|
6170
|
+
* Creates a new subclass of class sap.uxap.ObjectPageSubSection with name `sClassName` and enriches it
|
|
6171
|
+
* with the information contained in `oClassInfo`.
|
|
6172
|
+
*
|
|
6173
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.uxap.ObjectPageSectionBase.extend}.
|
|
6174
|
+
*/
|
|
6175
|
+
static extend<T extends Record<string, unknown>>(
|
|
6176
|
+
/**
|
|
6177
|
+
* Name of the class being created
|
|
6178
|
+
*/
|
|
6179
|
+
sClassName: string,
|
|
6180
|
+
/**
|
|
6181
|
+
* Object literal with information about the class
|
|
6182
|
+
*/
|
|
6183
|
+
oClassInfo?: sap.ClassInfo<T, sap.uxap.ObjectPageSubSection>,
|
|
6184
|
+
/**
|
|
6185
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
6186
|
+
* used by this class
|
|
6187
|
+
*/
|
|
6188
|
+
FNMetaImpl?: Function
|
|
6189
|
+
): Function;
|
|
6190
|
+
/**
|
|
6191
|
+
* Returns a metadata object for class sap.uxap.ObjectPageSubSection.
|
|
6192
|
+
*/
|
|
6193
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6005
6194
|
/**
|
|
6006
6195
|
* Adds some action to the aggregation {@link #getActions actions}.
|
|
6007
6196
|
*/
|
|
@@ -6041,27 +6230,6 @@ declare namespace sap {
|
|
|
6041
6230
|
* Destroys all the moreBlocks in the aggregation {@link #getMoreBlocks moreBlocks}.
|
|
6042
6231
|
*/
|
|
6043
6232
|
destroyMoreBlocks(): this;
|
|
6044
|
-
/**
|
|
6045
|
-
* Creates a new subclass of class sap.uxap.ObjectPageSubSection with name `sClassName` and enriches it
|
|
6046
|
-
* with the information contained in `oClassInfo`.
|
|
6047
|
-
*
|
|
6048
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.uxap.ObjectPageSectionBase.extend}.
|
|
6049
|
-
*/
|
|
6050
|
-
static extend<T extends Record<string, unknown>>(
|
|
6051
|
-
/**
|
|
6052
|
-
* Name of the class being created
|
|
6053
|
-
*/
|
|
6054
|
-
sClassName: string,
|
|
6055
|
-
/**
|
|
6056
|
-
* Object literal with information about the class
|
|
6057
|
-
*/
|
|
6058
|
-
oClassInfo?: sap.ClassInfo<T, sap.uxap.ObjectPageSubSection>,
|
|
6059
|
-
/**
|
|
6060
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
6061
|
-
* used by this class
|
|
6062
|
-
*/
|
|
6063
|
-
FNMetaImpl?: Function
|
|
6064
|
-
): Function;
|
|
6065
6233
|
/**
|
|
6066
6234
|
* Gets content of aggregation {@link #getActions actions}.
|
|
6067
6235
|
*
|
|
@@ -6100,10 +6268,6 @@ declare namespace sap {
|
|
|
6100
6268
|
* ```
|
|
6101
6269
|
*/
|
|
6102
6270
|
getBlocks(): sap.ui.core.Control[];
|
|
6103
|
-
/**
|
|
6104
|
-
* Returns a metadata object for class sap.uxap.ObjectPageSubSection.
|
|
6105
|
-
*/
|
|
6106
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6107
6271
|
/**
|
|
6108
6272
|
* Gets current value of property {@link #getMode mode}.
|
|
6109
6273
|
*
|