@sapui5/ts-types 1.107.1 → 1.108.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +8 -8
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +3 -2
  6. package/types/sap.esh.search.ui.d.ts +1 -1
  7. package/types/sap.f.d.ts +111 -44
  8. package/types/sap.fe.common.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +64 -3
  10. package/types/sap.fe.macros.d.ts +32 -24
  11. package/types/sap.fe.navigation.d.ts +16 -897
  12. package/types/sap.fe.templates.d.ts +30 -4
  13. package/types/sap.fe.test.d.ts +30 -2
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +171 -47
  16. package/types/sap.insights.d.ts +1 -1
  17. package/types/sap.landvisz.d.ts +1 -1
  18. package/types/sap.m.d.ts +200 -97
  19. package/types/sap.makit.d.ts +1 -1
  20. package/types/sap.me.d.ts +4 -4
  21. package/types/sap.ndc.d.ts +4 -1
  22. package/types/sap.ovp.d.ts +1 -1
  23. package/types/sap.rules.ui.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +11 -8
  25. package/types/sap.sac.grid.d.ts +10 -2
  26. package/types/sap.suite.ui.commons.d.ts +40 -17
  27. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +1 -1
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +12 -2
  32. package/types/sap.ui.comp.d.ts +68 -32
  33. package/types/sap.ui.core.d.ts +306 -103
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +1 -1
  36. package/types/sap.ui.fl.d.ts +1 -1
  37. package/types/sap.ui.generic.app.d.ts +1 -1
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +104 -58
  40. package/types/sap.ui.layout.d.ts +2 -2
  41. package/types/sap.ui.mdc.d.ts +1 -1
  42. package/types/sap.ui.richtexteditor.d.ts +1 -1
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +8 -3
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +28 -20
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +198 -24
  49. package/types/sap.ui.ux3.d.ts +18 -9
  50. package/types/sap.ui.vbm.d.ts +9 -5
  51. package/types/sap.ui.vk.d.ts +78 -22
  52. package/types/sap.ui.vtm.d.ts +108 -59
  53. package/types/sap.ui.webc.common.d.ts +3 -3
  54. package/types/sap.ui.webc.fiori.d.ts +58 -58
  55. package/types/sap.ui.webc.main.d.ts +129 -129
  56. package/types/sap.uiext.inbox.d.ts +5 -5
  57. package/types/sap.ushell.d.ts +124 -1701
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +1 -1
  60. package/types/sap.viz.d.ts +132 -132
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +4 -4
  64. package/types/sap.zen.dsh.d.ts +2 -2
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ushell {
@@ -143,9 +143,9 @@ declare namespace sap {
143
143
  getUnmodifiableContainer(): object;
144
144
  /**
145
145
  * @SINCE 1.22.0
146
- * @deprecated - only for testing!
146
+ * @deprecated (since 1.31) - Support for this function has been discontinued.
147
147
  *
148
- * return the validity of this container
148
+ * return the validity of this container only for testing!
149
149
  */
150
150
  getValidity(): void;
151
151
  /**
@@ -1130,7 +1130,7 @@ declare namespace sap {
1130
1130
  ): jQuery.Deferred;
1131
1131
  /**
1132
1132
  * @SINCE 1.19.0
1133
- * @deprecated (since 1.38) - use getLinks() instead.
1133
+ * @deprecated (since 1.38) - Please use {@link #getLinks} instead.
1134
1134
  *
1135
1135
  * Resolves a given semantic object and business parameters to a list of links, taking into account the
1136
1136
  * form factor of the current device.
@@ -1200,7 +1200,7 @@ declare namespace sap {
1200
1200
  ): void;
1201
1201
  /**
1202
1202
  * @SINCE 1.15.0
1203
- * @deprecated (since 1.94) - Use `hrefForAppSpecificHashAsync` instead
1203
+ * @deprecated (since 1.94) - Please use {@link #hrefForAppSpecificHashAsync} instead.
1204
1204
  *
1205
1205
  * Returns a string which can be put into the DOM (e.g. in a link tag) given an application specific hash
1206
1206
  * suffix
@@ -1241,8 +1241,7 @@ declare namespace sap {
1241
1241
  ): Promise<string>;
1242
1242
  /**
1243
1243
  * @SINCE 1.15.0
1244
- * @deprecated (since 1.98) - Use {@link sap.ushell.services.CrossApplicationNavigation#hrefForExternalAsync}
1245
- * instead.
1244
+ * @deprecated (since 1.98) - Please use {@link #hrefForExternalAsync} instead.
1246
1245
  *
1247
1246
  * Returns a string which can be put into the DOM (e.g. in a link tag). **Note:** The generated url / url
1248
1247
  * segment must not be used as `shellHash` in the target definition of {@link sap.ushell.services.CrossApplicationNavigation#toExternal}
@@ -1327,8 +1326,7 @@ declare namespace sap {
1327
1326
  ): string | Promise<string>;
1328
1327
  /**
1329
1328
  * @SINCE 1.15.0
1330
- * @deprecated (since 1.98) - Use {@link sap.ushell.services.CrossApplicationNavigation#hrefForExternalAsync}
1331
- * instead.
1329
+ * @deprecated (since 1.98) - Please use {@link #hrefForExternalAsync} instead.
1332
1330
  *
1333
1331
  * Returns a string which can be put into the DOM (e.g. in a link tag). **Note:** The generated url / url
1334
1332
  * segment must not be used as `shellHash` in the target definition of {@link sap.ushell.services.CrossApplicationNavigation#toExternal}
@@ -1456,7 +1454,7 @@ declare namespace sap {
1456
1454
  ): Promise<string>;
1457
1455
  /**
1458
1456
  * @SINCE 1.36.0
1459
- * @deprecated (since 1.94) - Use `isInitialNavigationAsync` instead.
1457
+ * @deprecated (since 1.94) - Please use {@link #isInitialNavigationAsync} instead.
1460
1458
  *
1461
1459
  * Checks wether the FLP currently shows the initially loaded navigation target (i.e. the intent it was
1462
1460
  * started with). This method can be used to e.g. detect whether the current app was started directly, that
@@ -1477,7 +1475,8 @@ declare namespace sap {
1477
1475
  isInitialNavigationAsync(): Promise<boolean>;
1478
1476
  /**
1479
1477
  * @SINCE 1.19.1
1480
- * @deprecated - switch to isNavigationSupported. Note that this has a slightly different response format
1478
+ * @deprecated (since 1.31) - Please use {@link #isNavigationSupported} instead. Note that this has a slightly
1479
+ * different response format.
1481
1480
  *
1482
1481
  * Tells whether the given intent(s) are supported, taking into account the form factor of the current device.
1483
1482
  * "Supported" means that navigation to the intent is possible. Note that the intents are assumed to be
@@ -1748,7 +1747,7 @@ declare namespace sap {
1748
1747
  }
1749
1748
  /**
1750
1749
  * @SINCE 1.15.0
1751
- * @deprecated - This service has been deprecated as it only works for the classic homepage.
1750
+ * @deprecated (since 1.99) - This service has been deprecated as it only works for the classic homepage.
1752
1751
  *
1753
1752
  * A service for handling groups, tiles and catalogs.
1754
1753
  *
@@ -2028,8 +2027,7 @@ declare namespace sap {
2028
2027
  oCatalogTile: object
2029
2028
  ): string;
2030
2029
  /**
2031
- * @deprecated (since 1.48) - (as a result of XMLHttpRequest spec prohibiting the sending of synchronous
2032
- * requests). Use `getCatalogTileViewControl` instead
2030
+ * @deprecated (since 1.48) - Please use {@link #getCatalogTileViewControl} instead.
2033
2031
  *
2034
2032
  * Returns the UI5 view or control of a catalog tile
2035
2033
  *
@@ -2082,7 +2080,7 @@ declare namespace sap {
2082
2080
  oGroup: object
2083
2081
  ): string;
2084
2082
  /**
2085
- * @deprecated - Alternative for use with {@link sap.ushell.services.Bookmark} is {@link sap.ushell.services.Bookmarks#getContentNodes}
2083
+ * @deprecated (since 1.99) - Alternative for use with {@link sap.ushell.services.Bookmark} is {@link sap.ushell.services.Bookmark#getContentNodes}
2086
2084
  *
2087
2085
  * Returns the groups of the user. In case of success, the `done` function gets an array of 'anonymous'
2088
2086
  * groups. The order of the array is the order in which the groups will be displayed to the user.
@@ -2324,8 +2322,8 @@ declare namespace sap {
2324
2322
  oTile: object
2325
2323
  ): void;
2326
2324
  /**
2327
- * @deprecated - This feature has been deprecated with the classic homepage. There is no alternative with
2328
- * spaces and pages.
2325
+ * @deprecated (since 1.99) - This feature has been deprecated with the classic homepage. There is no alternative
2326
+ * with spaces and pages.
2329
2327
  *
2330
2328
  * Register an external tile actions provider callback function.
2331
2329
  *
@@ -3022,8 +3020,16 @@ declare namespace sap {
3022
3020
  ): object;
3023
3021
  /**
3024
3022
  * @SINCE 1.18.0
3025
- * @deprecated
3023
+ * @deprecated (since 1.22) - Please use {@link #delContainer} instead.
3026
3024
  *
3025
+ * Asynchronously starts a deletion request for the given container identified by sContainerKey. Can be
3026
+ * called without having ever created a personalization container.
3027
+ *
3028
+ * Note: After invoking this operation, the state of other PersonalizationContainers obtained for the same
3029
+ * key is undefined! If you want to use the container after deletion, it is strongly recommended to obtain
3030
+ * a new instance of PersonalizationContainer for the given key *after* the promise has returned.
3031
+ *
3032
+ * Note: Invoking this operation while another save or load operation is under way may result in failure.
3027
3033
  *
3028
3034
  * @returns promise for the deletion operation
3029
3035
  */
@@ -3128,7 +3134,7 @@ declare namespace sap {
3128
3134
  ): object;
3129
3135
  /**
3130
3136
  * @SINCE 1.18.0
3131
- * @deprecated - use getContainer()
3137
+ * @deprecated (since 1.21) - Please use {@link #getContainer} instead.
3132
3138
  *
3133
3139
  * This interface is deprecated since 1.22, please use getContainer / delContainer.
3134
3140
  *
@@ -3822,8 +3828,7 @@ declare namespace sap {
3822
3828
 
3823
3829
  /**
3824
3830
  * @SINCE 1.19.1
3825
- * @deprecated - please use `sap.ui.model.odata.ODataUtils.setOrigin(sServiceUrl, { alias : sSystem });`
3826
- * The system alias can be extracted from the Component via `getComponentData().startupParameters["sap-system"][0]`
3831
+ * @deprecated (since 1.31) - Please use {@link sap.ui.model.odata.ODataUtils#setOrigin} instead.
3827
3832
  *
3828
3833
  * Note: deprecated, please use `sap.ui.model.odata.ODataUtils.setOrigin(sServiceUrl, { alias : sSystem
3829
3834
  * });` Makes the given server-relative SAP OData service URL point to the system given explicitly as parameter
@@ -3931,7 +3936,7 @@ declare namespace sap {
3931
3936
  ): Object;
3932
3937
  /**
3933
3938
  * @SINCE 1.30.0
3934
- * @deprecated (since 1.96.0) - use isIntentUrlAsync instead
3939
+ * @deprecated (since 1.96) - Please use {@link #isIntentUrlAsync} instead.
3935
3940
  *
3936
3941
  * Check if a URL has an intent based navigation part which can be parsed into a semantic object and action
3937
3942
  * part. Accepts only a relative URL (must contain #) or fully qualified Urls for which origin and filename
@@ -4268,10 +4273,12 @@ declare namespace sap {
4268
4273
  }
4269
4274
 
4270
4275
  /**
4271
- * @deprecated (since 1.22) - PictureTile is used in PictureViewer control and is not meant to be consumed
4272
- * outside of PictureViewer usage. PictureViewer was replacing the sap.m.Carousel as it wasn't supporting
4273
- * some versions of MS Internet Explorer. Now, the sap.m.Carousel is fully functional, please use sap.m.Carousel
4274
- * instead. This control will not be supported anymore.
4276
+ * @deprecated (since 1.22) - Please use {@link sap.m.Carousel} instead.
4277
+ *
4278
+ * PictureTile is used in PictureViewer control and is not meant to be consumed outside of PictureViewer
4279
+ * usage. PictureViewer was replacing the sap.m.Carousel as it wasn't supporting some versions of MS Internet
4280
+ * Explorer. Now, the sap.m.Carousel is fully functional, please use sap.m.Carousel instead. This control
4281
+ * will not be supported anymore.
4275
4282
  *
4276
4283
  * Tile control embedding an image and allowing custom sizing
4277
4284
  */
@@ -4478,9 +4485,9 @@ declare namespace sap {
4478
4485
  ): this;
4479
4486
  }
4480
4487
  /**
4481
- * @deprecated (since 1.22) - PictureViewer was replacing the Carousel as it wasn't supporting some versions
4482
- * of MS Internet Explorer. Now, the sap.m.Carousel is fully functional, please use sap.m.Carousel instead.
4483
- * This control will not be supported anymore.
4488
+ * @deprecated (since 1.22) - Please use {@link sap.m.Carousel} instead. PictureViewer was replacing the
4489
+ * Carousel as it wasn't supporting some versions of MS Internet Explorer. Now, the sap.m.Carousel is fully
4490
+ * functional, please use sap.m.Carousel instead. This control will not be supported anymore.
4484
4491
  *
4485
4492
  * Picture viewer control relying on the TileContainer control
4486
4493
  */
@@ -4549,9 +4556,9 @@ declare namespace sap {
4549
4556
  */
4550
4557
  static getMetadata(): sap.ui.core.ElementMetadata;
4551
4558
  /**
4552
- * @deprecated - Use aggregation "tiles"
4559
+ * @deprecated (since 1.18)
4553
4560
  *
4554
- * Adds some item `oItem` to the aggregation named `items`.
4561
+ * Adds some item `oItem` to the aggregation named `items`. Deprecated, use aggregation "tiles".
4555
4562
  *
4556
4563
  * @returns `this` to allow method chaining
4557
4564
  */
@@ -4695,10 +4702,11 @@ declare namespace sap {
4695
4702
  oItem: sap.ushell.components.factsheet.controls.PictureViewerItem
4696
4703
  ): int;
4697
4704
  /**
4698
- * @deprecated - Use aggregation "tiles"
4705
+ * @deprecated (since 1.18)
4699
4706
  *
4700
4707
  * Inserts a item into the aggregation named `items`. When adding a new item to the aggregation, a sap.ca.ui.PictureTile
4701
- * is actually created with its own ID and added to the internal TileContainer.
4708
+ * is actually created with its own ID and added to the internal TileContainer. Deprecated, use aggregation
4709
+ * "tiles".
4702
4710
  *
4703
4711
  * @returns `this` to allow method chaining
4704
4712
  */
@@ -4784,10 +4792,10 @@ declare namespace sap {
4784
4792
  ): this;
4785
4793
  }
4786
4794
  /**
4787
- * @deprecated (since 1.22) - PictureViewerItem is used in PictureViewer control and is not meant to be
4788
- * consumed outside of PictureViewer usage. PictureViewer was replacing the Carousel as it wasn't supporting
4789
- * some versions of MS Internet Explorer. Now, the sap.m.Carousel is fully functional, please use sap.m.Carousel
4790
- * instead. This control will not be supported anymore.
4795
+ * @deprecated (since 1.22) - Please use {@link sap.m.Carousel} instead. PictureViewerItem is used in PictureViewer
4796
+ * control and is not meant to be consumed outside of PictureViewer usage. PictureViewer was replacing the
4797
+ * Carousel as it wasn't supporting some versions of MS Internet Explorer. Now, the sap.m.Carousel is fully
4798
+ * functional, please use sap.m.Carousel instead. This control will not be supported anymore.
4791
4799
  *
4792
4800
  * Picture viewer control relying on the TileContainer control
4793
4801
  */
@@ -4982,7 +4990,7 @@ declare namespace sap {
4982
4990
  static getMetadata(): sap.ui.core.ComponentMetadata;
4983
4991
  /**
4984
4992
  * @SINCE 1.30
4985
- * @deprecated (since 1.48) - Use addUserAction instead.
4993
+ * @deprecated (since 1.48) - Please use {@link #addUserAction} instead.
4986
4994
  *
4987
4995
  * Creates an action button in the User Actions Menu in the SAP Fiori launchpad, in the given launchpad
4988
4996
  * states (LaunchpadState).
@@ -5050,8 +5058,7 @@ declare namespace sap {
5050
5058
  ): void;
5051
5059
  /**
5052
5060
  * @SINCE 1.30
5053
- * @deprecated (since 1.48) - (as a result of XMLHttpRequest spec prohibiting the sending of synchronous
5054
- * requests). Use `addFloatingButton` instead
5061
+ * @deprecated (since 1.48) - Please use {@link #addFloatingButton} instead.
5055
5062
  *
5056
5063
  * Creates a FloatingActionButton in Fiori launchpad, in the given launchpad states.
5057
5064
  * The FloatingActionButton is rendered in the bottom right corner of the shell.
@@ -5331,8 +5338,7 @@ declare namespace sap {
5331
5338
  ): object;
5332
5339
  /**
5333
5340
  * @SINCE 1.30
5334
- * @deprecated (since 1.48) - (as a result of XMLHttpRequest spec prohibiting the sending of synchronous
5335
- * requests). Use `addSidePaneContent` instead
5341
+ * @deprecated (since 1.48) - Please use {@link #addSidePaneContent} instead.
5336
5342
  *
5337
5343
  * Creates the Left Pane content in Fiori launchpad, in the given launchpad states.
5338
5344
  *
@@ -5489,8 +5495,7 @@ declare namespace sap {
5489
5495
  ): object;
5490
5496
  /**
5491
5497
  * @SINCE 1.30
5492
- * @deprecated (since 1.48) - (as a result of XMLHttpRequest spec prohibiting the sending of synchronous
5493
- * requests). Use `addShellSubHeader` instead
5498
+ * @deprecated (since 1.48) - Please use {@link #addShellSubHeader} instead.
5494
5499
  *
5495
5500
  * Creates and displays a sub header control in Fiori launchpad, in the given launchpad states.
5496
5501
  * The new control is displayed in FLP UI according to the given display parameters.
@@ -5939,8 +5944,7 @@ declare namespace sap {
5939
5944
  ): void;
5940
5945
  /**
5941
5946
  * @SINCE 1.42
5942
- * @deprecated (since 1.48) - (as a result of XMLHttpRequest spec prohibiting the sending of synchronous
5943
- * requests). Use `setShellFooter` instead
5947
+ * @deprecated (since 1.48) - Please use {@link #setShellFooter} instead.
5944
5948
  *
5945
5949
  * Creates and displays an SAPUI5 control as the footer of the Fiori launchpad shell.
5946
5950
  * The footer will be displayed in all states.
@@ -6121,7 +6125,7 @@ declare namespace sap {
6121
6125
  ): void;
6122
6126
  /**
6123
6127
  * @SINCE 1.30
6124
- * @deprecated (since 1.52)
6128
+ * @deprecated (since 1.52) - Support for the FloatingActionButton has been discontinued.
6125
6129
  *
6126
6130
  * Displays FloatingActionButton on the bottom right corner of the Fiori launchpad, in the given launchpad
6127
6131
  * states. The FloatingActionButton is rendered in the bottom right corner of the shell.
@@ -6810,7 +6814,8 @@ declare namespace sap {
6810
6814
  | `{${string}}`;
6811
6815
 
6812
6816
  /**
6813
- * @deprecated - use dedicated properties above instead
6817
+ * @deprecated (since 1.31) - Use dedicated properties like afterPressHandler, beforePresshandler, customUrl,
6818
+ * ... of the AddBookmarkButton instead.
6814
6819
  *
6815
6820
  * An object containing properties with information about the app, e.g. serviceUrl, numberUnit, ... .
6816
6821
  */
@@ -6897,7 +6902,8 @@ declare namespace sap {
6897
6902
  */
6898
6903
  getAfterPressHandler(): any;
6899
6904
  /**
6900
- * @deprecated - use dedicated properties above instead
6905
+ * @deprecated (since 1.31) - Use dedicated properties like afterPressHandler, beforePresshandler, customUrl,
6906
+ * ... of the AddBookmarkButton instead.
6901
6907
  *
6902
6908
  * Gets current value of property {@link #getAppData appData}.
6903
6909
  *
@@ -7022,7 +7028,8 @@ declare namespace sap {
7022
7028
  oAfterPressHandler?: any
7023
7029
  ): this;
7024
7030
  /**
7025
- * @deprecated - use dedicated properties above instead
7031
+ * @deprecated (since 1.31) - Use dedicated properties like afterPressHandler, beforePresshandler, customUrl,
7032
+ * ... of the AddBookmarkButton instead.
7026
7033
  *
7027
7034
  * Sets a new value for property {@link #getAppData appData}.
7028
7035
  *
@@ -7245,11 +7252,6 @@ declare namespace sap {
7245
7252
 
7246
7253
  displayMode?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
7247
7254
 
7248
- _gridEnabled?:
7249
- | boolean
7250
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7251
- | `{${string}}`;
7252
-
7253
7255
  groups?:
7254
7256
  | sap.ui.core.Control[]
7255
7257
  | sap.ui.core.Control
@@ -7259,155 +7261,6 @@ declare namespace sap {
7259
7261
  afterRendering?: (oEvent: sap.ui.base.Event) => void;
7260
7262
  }
7261
7263
 
7262
- interface $GridContainerSettings extends sap.ui.core.$ControlSettings {
7263
- groupId?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
7264
-
7265
- showHeader?:
7266
- | boolean
7267
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7268
- | `{${string}}`;
7269
-
7270
- defaultGroup?:
7271
- | boolean
7272
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7273
- | `{${string}}`;
7274
-
7275
- isLastGroup?:
7276
- | boolean
7277
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7278
- | `{${string}}`;
7279
-
7280
- headerText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
7281
-
7282
- headerLevel?:
7283
- | sap.m.HeaderLevel
7284
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7285
- | `{${string}}`;
7286
-
7287
- groupHeaderLevel?:
7288
- | sap.m.HeaderLevel
7289
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7290
- | `{${string}}`;
7291
-
7292
- showGroupHeader?:
7293
- | boolean
7294
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7295
- | `{${string}}`;
7296
-
7297
- homePageGroupDisplay?:
7298
- | string
7299
- | sap.ui.base.ManagedObject.PropertyBindingInfo;
7300
-
7301
- isGroupLocked?:
7302
- | boolean
7303
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7304
- | `{${string}}`;
7305
-
7306
- isGroupSelected?:
7307
- | boolean
7308
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7309
- | `{${string}}`;
7310
-
7311
- editMode?:
7312
- | boolean
7313
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7314
- | `{${string}}`;
7315
-
7316
- showBackground?:
7317
- | boolean
7318
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7319
- | `{${string}}`;
7320
-
7321
- icon?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
7322
-
7323
- showIcon?:
7324
- | boolean
7325
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7326
- | `{${string}}`;
7327
-
7328
- enableHelp?:
7329
- | boolean
7330
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7331
- | `{${string}}`;
7332
-
7333
- tileActionModeActive?:
7334
- | boolean
7335
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7336
- | `{${string}}`;
7337
-
7338
- ieHtml5DnD?:
7339
- | boolean
7340
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7341
- | `{${string}}`;
7342
-
7343
- showEmptyLinksArea?:
7344
- | boolean
7345
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7346
- | `{${string}}`;
7347
-
7348
- showEmptyLinksAreaPlaceHolder?:
7349
- | boolean
7350
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7351
- | `{${string}}`;
7352
-
7353
- supportLinkPersonalization?:
7354
- | boolean
7355
- | sap.ui.base.ManagedObject.PropertyBindingInfo
7356
- | `{${string}}`;
7357
-
7358
- tileSizeBehavior?:
7359
- | string
7360
- | sap.ui.base.ManagedObject.PropertyBindingInfo;
7361
-
7362
- tiles?:
7363
- | sap.ui.core.Control[]
7364
- | sap.ui.core.Control
7365
- | sap.ui.base.ManagedObject.AggregationBindingInfo
7366
- | `{${string}}`;
7367
-
7368
- links?:
7369
- | sap.ui.core.Control[]
7370
- | sap.ui.core.Control
7371
- | sap.ui.base.ManagedObject.AggregationBindingInfo
7372
- | `{${string}}`;
7373
-
7374
- beforeContent?:
7375
- | sap.ui.core.Control[]
7376
- | sap.ui.core.Control
7377
- | sap.ui.base.ManagedObject.AggregationBindingInfo
7378
- | `{${string}}`;
7379
-
7380
- afterContent?:
7381
- | sap.ui.core.Control[]
7382
- | sap.ui.core.Control
7383
- | sap.ui.base.ManagedObject.AggregationBindingInfo
7384
- | `{${string}}`;
7385
-
7386
- footerContent?:
7387
- | sap.ui.core.Control[]
7388
- | sap.ui.core.Control
7389
- | sap.ui.base.ManagedObject.AggregationBindingInfo
7390
- | `{${string}}`;
7391
-
7392
- headerActions?:
7393
- | sap.ui.core.Control[]
7394
- | sap.ui.core.Control
7395
- | sap.ui.base.ManagedObject.AggregationBindingInfo
7396
- | `{${string}}`;
7397
-
7398
- afterRendering?: (oEvent: sap.ui.base.Event) => void;
7399
-
7400
- titleChange?: (oEvent: sap.ui.base.Event) => void;
7401
-
7402
- tileDragStart?: (oEvent: sap.ui.base.Event) => void;
7403
-
7404
- tileDragEnter?: (oEvent: sap.ui.base.Event) => void;
7405
-
7406
- tileDrop?: (oEvent: sap.ui.base.Event) => void;
7407
-
7408
- layoutChange?: (oEvent: sap.ui.base.Event) => void;
7409
- }
7410
-
7411
7264
  interface $LinkTileWrapperSettings
7412
7265
  extends sap.ui.core.$ControlSettings {
7413
7266
  uuid?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
@@ -7858,14 +7711,6 @@ declare namespace sap {
7858
7711
  */
7859
7712
  mParameters?: object
7860
7713
  ): this;
7861
- /**
7862
- * Gets current value of property {@link #get_gridEnabled _gridEnabled}.
7863
- *
7864
- * Default value is `false`.
7865
- *
7866
- * @returns Value of property `_gridEnabled`
7867
- */
7868
- get_gridEnabled(): boolean;
7869
7714
  /**
7870
7715
  * Gets current value of property {@link #getAccessibilityLabel accessibilityLabel}.
7871
7716
  *
@@ -7932,21 +7777,6 @@ declare namespace sap {
7932
7777
  */
7933
7778
  vGroup: int | string | sap.ui.core.Control
7934
7779
  ): sap.ui.core.Control | null;
7935
- /**
7936
- * Sets a new value for property {@link #get_gridEnabled _gridEnabled}.
7937
- *
7938
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
7939
- *
7940
- * Default value is `false`.
7941
- *
7942
- * @returns Reference to `this` in order to allow method chaining
7943
- */
7944
- set_gridEnabled(
7945
- /**
7946
- * New value for property `_gridEnabled`
7947
- */
7948
- b_gridEnabled?: boolean
7949
- ): this;
7950
7780
  /**
7951
7781
  * Sets a new value for property {@link #getAccessibilityLabel accessibilityLabel}.
7952
7782
  *
@@ -7976,14 +7806,11 @@ declare namespace sap {
7976
7806
  sDisplayMode?: string
7977
7807
  ): this;
7978
7808
  }
7979
- /**
7980
- * @SINCE 1.62
7981
- *
7982
- * A container that arranges Tile and Card controls.
7983
- */
7984
- class GridContainer extends sap.ui.core.Control {
7809
+
7810
+ class LinkTileWrapper extends sap.ui.core.Control {
7985
7811
  /**
7986
- * Constructor for a new sap/ushell/ui/launchpad/GridContainer.
7812
+ * Constructor for a new ui/launchpad/LinkTileWrapper. A link tile to be displayed in the tile container.
7813
+ * This control acts as container for specialized tile implementations.
7987
7814
  *
7988
7815
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
7989
7816
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
@@ -7991,12 +7818,13 @@ declare namespace sap {
7991
7818
  */
7992
7819
  constructor(
7993
7820
  /**
7994
- * The initial settings for the new control
7821
+ * initial settings for the new control
7995
7822
  */
7996
- mSettings?: sap.ushell.ui.launchpad.$GridContainerSettings
7823
+ mSettings?: sap.ushell.ui.launchpad.$LinkTileWrapperSettings
7997
7824
  );
7998
7825
  /**
7999
- * Constructor for a new sap/ushell/ui/launchpad/GridContainer.
7826
+ * Constructor for a new ui/launchpad/LinkTileWrapper. A link tile to be displayed in the tile container.
7827
+ * This control acts as container for specialized tile implementations.
8000
7828
  *
8001
7829
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
8002
7830
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
@@ -8004,17 +7832,17 @@ declare namespace sap {
8004
7832
  */
8005
7833
  constructor(
8006
7834
  /**
8007
- * The ID for the new control, generated automatically if no ID is given
7835
+ * id for the new control, generated automatically if no id is given
8008
7836
  */
8009
7837
  sId?: string,
8010
7838
  /**
8011
- * The initial settings for the new control
7839
+ * initial settings for the new control
8012
7840
  */
8013
- mSettings?: sap.ushell.ui.launchpad.$GridContainerSettings
7841
+ mSettings?: sap.ushell.ui.launchpad.$LinkTileWrapperSettings
8014
7842
  );
8015
7843
 
8016
7844
  /**
8017
- * Creates a new subclass of class sap.ushell.ui.launchpad.GridContainer with name `sClassName` and enriches
7845
+ * Creates a new subclass of class sap.ushell.ui.launchpad.LinkTileWrapper with name `sClassName` and enriches
8018
7846
  * it with the information contained in `oClassInfo`.
8019
7847
  *
8020
7848
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
@@ -8031,7 +7859,7 @@ declare namespace sap {
8031
7859
  */
8032
7860
  oClassInfo?: sap.ClassInfo<
8033
7861
  T,
8034
- sap.ushell.ui.launchpad.GridContainer
7862
+ sap.ushell.ui.launchpad.LinkTileWrapper
8035
7863
  >,
8036
7864
  /**
8037
7865
  * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
@@ -8040,83 +7868,39 @@ declare namespace sap {
8040
7868
  FNMetaImpl?: Function
8041
7869
  ): Function;
8042
7870
  /**
8043
- * Returns a metadata object for class sap.ushell.ui.launchpad.GridContainer.
7871
+ * Returns a metadata object for class sap.ushell.ui.launchpad.LinkTileWrapper.
8044
7872
  *
8045
7873
  * @returns Metadata object describing this class
8046
7874
  */
8047
7875
  static getMetadata(): sap.ui.core.ElementMetadata;
8048
7876
  /**
8049
- * Adds some afterContent to the aggregation {@link #getAfterContent afterContent}.
8050
- *
8051
- * @returns Reference to `this` in order to allow method chaining
8052
- */
8053
- addAfterContent(
8054
- /**
8055
- * The afterContent to add; if empty, nothing is inserted
8056
- */
8057
- oAfterContent: sap.ui.core.Control
8058
- ): this;
8059
- /**
8060
- * Adds some beforeContent to the aggregation {@link #getBeforeContent beforeContent}.
8061
- *
8062
- * @returns Reference to `this` in order to allow method chaining
8063
- */
8064
- addBeforeContent(
8065
- /**
8066
- * The beforeContent to add; if empty, nothing is inserted
8067
- */
8068
- oBeforeContent: sap.ui.core.Control
8069
- ): this;
8070
- /**
8071
- * Adds some footerContent to the aggregation {@link #getFooterContent footerContent}.
8072
- *
8073
- * @returns Reference to `this` in order to allow method chaining
8074
- */
8075
- addFooterContent(
8076
- /**
8077
- * The footerContent to add; if empty, nothing is inserted
8078
- */
8079
- oFooterContent: sap.ui.core.Control
8080
- ): this;
8081
- /**
8082
- * Adds some headerAction to the aggregation {@link #getHeaderActions headerActions}.
8083
- *
8084
- * @returns Reference to `this` in order to allow method chaining
8085
- */
8086
- addHeaderAction(
8087
- /**
8088
- * The headerAction to add; if empty, nothing is inserted
8089
- */
8090
- oHeaderAction: sap.ui.core.Control
8091
- ): this;
8092
- /**
8093
- * Adds some link to the aggregation {@link #getLinks links}.
7877
+ * Adds some footItem to the aggregation {@link #getFootItems footItems}.
8094
7878
  *
8095
7879
  * @returns Reference to `this` in order to allow method chaining
8096
7880
  */
8097
- addLink(
7881
+ addFootItem(
8098
7882
  /**
8099
- * The link to add; if empty, nothing is inserted
7883
+ * The footItem to add; if empty, nothing is inserted
8100
7884
  */
8101
- oLink: sap.ui.core.Control
7885
+ oFootItem: sap.ui.core.Control
8102
7886
  ): this;
8103
7887
  /**
8104
- * Adds some tile to the aggregation {@link #getTiles tiles}.
7888
+ * Adds some tileView to the aggregation {@link #getTileViews tileViews}.
8105
7889
  *
8106
7890
  * @returns Reference to `this` in order to allow method chaining
8107
7891
  */
8108
- addTile(
7892
+ addTileView(
8109
7893
  /**
8110
- * The tile to add; if empty, nothing is inserted
7894
+ * The tileView to add; if empty, nothing is inserted
8111
7895
  */
8112
- oTile: sap.ui.core.Control
7896
+ oTileView: sap.ui.core.Control
8113
7897
  ): this;
8114
7898
  /**
8115
7899
  * Attaches event handler `fnFunction` to the {@link #event:afterRendering afterRendering} event of this
8116
- * `sap.ushell.ui.launchpad.GridContainer`.
7900
+ * `sap.ushell.ui.launchpad.LinkTileWrapper`.
8117
7901
  *
8118
7902
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
8119
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.GridContainer` itself.
7903
+ * otherwise it will be bound to this `sap.ushell.ui.launchpad.LinkTileWrapper` itself.
8120
7904
  *
8121
7905
  * @returns Reference to `this` in order to allow method chaining
8122
7906
  */
@@ -8131,17 +7915,17 @@ declare namespace sap {
8131
7915
  */
8132
7916
  fnFunction: (p1: sap.ui.base.Event) => void,
8133
7917
  /**
8134
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.GridContainer`
7918
+ * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.LinkTileWrapper`
8135
7919
  * itself
8136
7920
  */
8137
7921
  oListener?: object
8138
7922
  ): this;
8139
7923
  /**
8140
7924
  * Attaches event handler `fnFunction` to the {@link #event:afterRendering afterRendering} event of this
8141
- * `sap.ushell.ui.launchpad.GridContainer`.
7925
+ * `sap.ushell.ui.launchpad.LinkTileWrapper`.
8142
7926
  *
8143
7927
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
8144
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.GridContainer` itself.
7928
+ * otherwise it will be bound to this `sap.ushell.ui.launchpad.LinkTileWrapper` itself.
8145
7929
  *
8146
7930
  * @returns Reference to `this` in order to allow method chaining
8147
7931
  */
@@ -8151,20 +7935,20 @@ declare namespace sap {
8151
7935
  */
8152
7936
  fnFunction: (p1: sap.ui.base.Event) => void,
8153
7937
  /**
8154
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.GridContainer`
7938
+ * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.LinkTileWrapper`
8155
7939
  * itself
8156
7940
  */
8157
7941
  oListener?: object
8158
7942
  ): this;
8159
7943
  /**
8160
- * Attaches event handler `fnFunction` to the {@link #event:layoutChange layoutChange} event of this `sap.ushell.ui.launchpad.GridContainer`.
7944
+ * Attaches event handler `fnFunction` to the {@link #event:coverDivPress coverDivPress} event of this `sap.ushell.ui.launchpad.LinkTileWrapper`.
8161
7945
  *
8162
7946
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
8163
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.GridContainer` itself.
7947
+ * otherwise it will be bound to this `sap.ushell.ui.launchpad.LinkTileWrapper` itself.
8164
7948
  *
8165
7949
  * @returns Reference to `this` in order to allow method chaining
8166
7950
  */
8167
- attachLayoutChange(
7951
+ attachCoverDivPress(
8168
7952
  /**
8169
7953
  * An application-specific payload object that will be passed to the event handler along with the event
8170
7954
  * object when firing the event
@@ -8175,39 +7959,39 @@ declare namespace sap {
8175
7959
  */
8176
7960
  fnFunction: (p1: sap.ui.base.Event) => void,
8177
7961
  /**
8178
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.GridContainer`
7962
+ * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.LinkTileWrapper`
8179
7963
  * itself
8180
7964
  */
8181
7965
  oListener?: object
8182
7966
  ): this;
8183
7967
  /**
8184
- * Attaches event handler `fnFunction` to the {@link #event:layoutChange layoutChange} event of this `sap.ushell.ui.launchpad.GridContainer`.
7968
+ * Attaches event handler `fnFunction` to the {@link #event:coverDivPress coverDivPress} event of this `sap.ushell.ui.launchpad.LinkTileWrapper`.
8185
7969
  *
8186
7970
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
8187
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.GridContainer` itself.
7971
+ * otherwise it will be bound to this `sap.ushell.ui.launchpad.LinkTileWrapper` itself.
8188
7972
  *
8189
7973
  * @returns Reference to `this` in order to allow method chaining
8190
7974
  */
8191
- attachLayoutChange(
7975
+ attachCoverDivPress(
8192
7976
  /**
8193
7977
  * The function to be called when the event occurs
8194
7978
  */
8195
7979
  fnFunction: (p1: sap.ui.base.Event) => void,
8196
7980
  /**
8197
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.GridContainer`
7981
+ * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.LinkTileWrapper`
8198
7982
  * itself
8199
7983
  */
8200
7984
  oListener?: object
8201
7985
  ): this;
8202
7986
  /**
8203
- * Attaches event handler `fnFunction` to the {@link #event:tileDragEnter tileDragEnter} event of this `sap.ushell.ui.launchpad.GridContainer`.
7987
+ * Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.ushell.ui.launchpad.LinkTileWrapper`.
8204
7988
  *
8205
7989
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
8206
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.GridContainer` itself.
7990
+ * otherwise it will be bound to this `sap.ushell.ui.launchpad.LinkTileWrapper` itself.
8207
7991
  *
8208
7992
  * @returns Reference to `this` in order to allow method chaining
8209
7993
  */
8210
- attachTileDragEnter(
7994
+ attachPress(
8211
7995
  /**
8212
7996
  * An application-specific payload object that will be passed to the event handler along with the event
8213
7997
  * object when firing the event
@@ -8218,39 +8002,39 @@ declare namespace sap {
8218
8002
  */
8219
8003
  fnFunction: (p1: sap.ui.base.Event) => void,
8220
8004
  /**
8221
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.GridContainer`
8005
+ * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.LinkTileWrapper`
8222
8006
  * itself
8223
8007
  */
8224
8008
  oListener?: object
8225
8009
  ): this;
8226
8010
  /**
8227
- * Attaches event handler `fnFunction` to the {@link #event:tileDragEnter tileDragEnter} event of this `sap.ushell.ui.launchpad.GridContainer`.
8011
+ * Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.ushell.ui.launchpad.LinkTileWrapper`.
8228
8012
  *
8229
8013
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
8230
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.GridContainer` itself.
8014
+ * otherwise it will be bound to this `sap.ushell.ui.launchpad.LinkTileWrapper` itself.
8231
8015
  *
8232
8016
  * @returns Reference to `this` in order to allow method chaining
8233
8017
  */
8234
- attachTileDragEnter(
8018
+ attachPress(
8235
8019
  /**
8236
8020
  * The function to be called when the event occurs
8237
8021
  */
8238
8022
  fnFunction: (p1: sap.ui.base.Event) => void,
8239
8023
  /**
8240
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.GridContainer`
8024
+ * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.LinkTileWrapper`
8241
8025
  * itself
8242
8026
  */
8243
8027
  oListener?: object
8244
8028
  ): this;
8245
8029
  /**
8246
- * Attaches event handler `fnFunction` to the {@link #event:tileDragStart tileDragStart} event of this `sap.ushell.ui.launchpad.GridContainer`.
8030
+ * Attaches event handler `fnFunction` to the {@link #event:showActions showActions} event of this `sap.ushell.ui.launchpad.LinkTileWrapper`.
8247
8031
  *
8248
8032
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
8249
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.GridContainer` itself.
8033
+ * otherwise it will be bound to this `sap.ushell.ui.launchpad.LinkTileWrapper` itself.
8250
8034
  *
8251
8035
  * @returns Reference to `this` in order to allow method chaining
8252
8036
  */
8253
- attachTileDragStart(
8037
+ attachShowActions(
8254
8038
  /**
8255
8039
  * An application-specific payload object that will be passed to the event handler along with the event
8256
8040
  * object when firing the event
@@ -8261,1416 +8045,57 @@ declare namespace sap {
8261
8045
  */
8262
8046
  fnFunction: (p1: sap.ui.base.Event) => void,
8263
8047
  /**
8264
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.GridContainer`
8048
+ * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.LinkTileWrapper`
8265
8049
  * itself
8266
8050
  */
8267
8051
  oListener?: object
8268
8052
  ): this;
8269
8053
  /**
8270
- * Attaches event handler `fnFunction` to the {@link #event:tileDragStart tileDragStart} event of this `sap.ushell.ui.launchpad.GridContainer`.
8054
+ * Attaches event handler `fnFunction` to the {@link #event:showActions showActions} event of this `sap.ushell.ui.launchpad.LinkTileWrapper`.
8271
8055
  *
8272
8056
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
8273
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.GridContainer` itself.
8057
+ * otherwise it will be bound to this `sap.ushell.ui.launchpad.LinkTileWrapper` itself.
8274
8058
  *
8275
8059
  * @returns Reference to `this` in order to allow method chaining
8276
8060
  */
8277
- attachTileDragStart(
8061
+ attachShowActions(
8278
8062
  /**
8279
8063
  * The function to be called when the event occurs
8280
8064
  */
8281
8065
  fnFunction: (p1: sap.ui.base.Event) => void,
8282
8066
  /**
8283
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.GridContainer`
8067
+ * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.LinkTileWrapper`
8284
8068
  * itself
8285
8069
  */
8286
8070
  oListener?: object
8287
8071
  ): this;
8288
8072
  /**
8289
- * Attaches event handler `fnFunction` to the {@link #event:tileDrop tileDrop} event of this `sap.ushell.ui.launchpad.GridContainer`.
8073
+ * Destroys all the footItems in the aggregation {@link #getFootItems footItems}.
8290
8074
  *
8291
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
8292
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.GridContainer` itself.
8075
+ * @returns Reference to `this` in order to allow method chaining
8076
+ */
8077
+ destroyFootItems(): this;
8078
+ /**
8079
+ * Destroys all the tileViews in the aggregation {@link #getTileViews tileViews}.
8293
8080
  *
8294
8081
  * @returns Reference to `this` in order to allow method chaining
8295
8082
  */
8296
- attachTileDrop(
8297
- /**
8298
- * An application-specific payload object that will be passed to the event handler along with the event
8299
- * object when firing the event
8300
- */
8301
- oData: object,
8302
- /**
8303
- * The function to be called when the event occurs
8304
- */
8305
- fnFunction: (p1: sap.ui.base.Event) => void,
8306
- /**
8307
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.GridContainer`
8308
- * itself
8309
- */
8310
- oListener?: object
8311
- ): this;
8083
+ destroyTileViews(): this;
8312
8084
  /**
8313
- * Attaches event handler `fnFunction` to the {@link #event:tileDrop tileDrop} event of this `sap.ushell.ui.launchpad.GridContainer`.
8085
+ * Detaches event handler `fnFunction` from the {@link #event:afterRendering afterRendering} event of this
8086
+ * `sap.ushell.ui.launchpad.LinkTileWrapper`.
8314
8087
  *
8315
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
8316
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.GridContainer` itself.
8088
+ * The passed function and listener object must match the ones used for event registration.
8317
8089
  *
8318
8090
  * @returns Reference to `this` in order to allow method chaining
8319
8091
  */
8320
- attachTileDrop(
8092
+ detachAfterRendering(
8321
8093
  /**
8322
- * The function to be called when the event occurs
8094
+ * The function to be called, when the event occurs
8323
8095
  */
8324
8096
  fnFunction: (p1: sap.ui.base.Event) => void,
8325
8097
  /**
8326
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.GridContainer`
8327
- * itself
8328
- */
8329
- oListener?: object
8330
- ): this;
8331
- /**
8332
- * Attaches event handler `fnFunction` to the {@link #event:titleChange titleChange} event of this `sap.ushell.ui.launchpad.GridContainer`.
8333
- *
8334
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
8335
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.GridContainer` itself.
8336
- *
8337
- * @returns Reference to `this` in order to allow method chaining
8338
- */
8339
- attachTitleChange(
8340
- /**
8341
- * An application-specific payload object that will be passed to the event handler along with the event
8342
- * object when firing the event
8343
- */
8344
- oData: object,
8345
- /**
8346
- * The function to be called when the event occurs
8347
- */
8348
- fnFunction: (p1: sap.ui.base.Event) => void,
8349
- /**
8350
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.GridContainer`
8351
- * itself
8352
- */
8353
- oListener?: object
8354
- ): this;
8355
- /**
8356
- * Attaches event handler `fnFunction` to the {@link #event:titleChange titleChange} event of this `sap.ushell.ui.launchpad.GridContainer`.
8357
- *
8358
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
8359
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.GridContainer` itself.
8360
- *
8361
- * @returns Reference to `this` in order to allow method chaining
8362
- */
8363
- attachTitleChange(
8364
- /**
8365
- * The function to be called when the event occurs
8366
- */
8367
- fnFunction: (p1: sap.ui.base.Event) => void,
8368
- /**
8369
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.GridContainer`
8370
- * itself
8371
- */
8372
- oListener?: object
8373
- ): this;
8374
- /**
8375
- * Destroys all the afterContent in the aggregation {@link #getAfterContent afterContent}.
8376
- *
8377
- * @returns Reference to `this` in order to allow method chaining
8378
- */
8379
- destroyAfterContent(): this;
8380
- /**
8381
- * Destroys all the beforeContent in the aggregation {@link #getBeforeContent beforeContent}.
8382
- *
8383
- * @returns Reference to `this` in order to allow method chaining
8384
- */
8385
- destroyBeforeContent(): this;
8386
- /**
8387
- * Destroys all the footerContent in the aggregation {@link #getFooterContent footerContent}.
8388
- *
8389
- * @returns Reference to `this` in order to allow method chaining
8390
- */
8391
- destroyFooterContent(): this;
8392
- /**
8393
- * Destroys all the headerActions in the aggregation {@link #getHeaderActions headerActions}.
8394
- *
8395
- * @returns Reference to `this` in order to allow method chaining
8396
- */
8397
- destroyHeaderActions(): this;
8398
- /**
8399
- * Destroys all the links in the aggregation {@link #getLinks links}.
8400
- *
8401
- * @returns Reference to `this` in order to allow method chaining
8402
- */
8403
- destroyLinks(): this;
8404
- /**
8405
- * Destroys all the tiles in the aggregation {@link #getTiles tiles}.
8406
- *
8407
- * @returns Reference to `this` in order to allow method chaining
8408
- */
8409
- destroyTiles(): this;
8410
- /**
8411
- * Detaches event handler `fnFunction` from the {@link #event:afterRendering afterRendering} event of this
8412
- * `sap.ushell.ui.launchpad.GridContainer`.
8413
- *
8414
- * The passed function and listener object must match the ones used for event registration.
8415
- *
8416
- * @returns Reference to `this` in order to allow method chaining
8417
- */
8418
- detachAfterRendering(
8419
- /**
8420
- * The function to be called, when the event occurs
8421
- */
8422
- fnFunction: (p1: sap.ui.base.Event) => void,
8423
- /**
8424
- * Context object on which the given function had to be called
8425
- */
8426
- oListener?: object
8427
- ): this;
8428
- /**
8429
- * Detaches event handler `fnFunction` from the {@link #event:layoutChange layoutChange} event of this `sap.ushell.ui.launchpad.GridContainer`.
8430
- *
8431
- * The passed function and listener object must match the ones used for event registration.
8432
- *
8433
- * @returns Reference to `this` in order to allow method chaining
8434
- */
8435
- detachLayoutChange(
8436
- /**
8437
- * The function to be called, when the event occurs
8438
- */
8439
- fnFunction: (p1: sap.ui.base.Event) => void,
8440
- /**
8441
- * Context object on which the given function had to be called
8442
- */
8443
- oListener?: object
8444
- ): this;
8445
- /**
8446
- * Detaches event handler `fnFunction` from the {@link #event:tileDragEnter tileDragEnter} event of this
8447
- * `sap.ushell.ui.launchpad.GridContainer`.
8448
- *
8449
- * The passed function and listener object must match the ones used for event registration.
8450
- *
8451
- * @returns Reference to `this` in order to allow method chaining
8452
- */
8453
- detachTileDragEnter(
8454
- /**
8455
- * The function to be called, when the event occurs
8456
- */
8457
- fnFunction: (p1: sap.ui.base.Event) => void,
8458
- /**
8459
- * Context object on which the given function had to be called
8460
- */
8461
- oListener?: object
8462
- ): this;
8463
- /**
8464
- * Detaches event handler `fnFunction` from the {@link #event:tileDragStart tileDragStart} event of this
8465
- * `sap.ushell.ui.launchpad.GridContainer`.
8466
- *
8467
- * The passed function and listener object must match the ones used for event registration.
8468
- *
8469
- * @returns Reference to `this` in order to allow method chaining
8470
- */
8471
- detachTileDragStart(
8472
- /**
8473
- * The function to be called, when the event occurs
8474
- */
8475
- fnFunction: (p1: sap.ui.base.Event) => void,
8476
- /**
8477
- * Context object on which the given function had to be called
8478
- */
8479
- oListener?: object
8480
- ): this;
8481
- /**
8482
- * Detaches event handler `fnFunction` from the {@link #event:tileDrop tileDrop} event of this `sap.ushell.ui.launchpad.GridContainer`.
8483
- *
8484
- * The passed function and listener object must match the ones used for event registration.
8485
- *
8486
- * @returns Reference to `this` in order to allow method chaining
8487
- */
8488
- detachTileDrop(
8489
- /**
8490
- * The function to be called, when the event occurs
8491
- */
8492
- fnFunction: (p1: sap.ui.base.Event) => void,
8493
- /**
8494
- * Context object on which the given function had to be called
8495
- */
8496
- oListener?: object
8497
- ): this;
8498
- /**
8499
- * Detaches event handler `fnFunction` from the {@link #event:titleChange titleChange} event of this `sap.ushell.ui.launchpad.GridContainer`.
8500
- *
8501
- * The passed function and listener object must match the ones used for event registration.
8502
- *
8503
- * @returns Reference to `this` in order to allow method chaining
8504
- */
8505
- detachTitleChange(
8506
- /**
8507
- * The function to be called, when the event occurs
8508
- */
8509
- fnFunction: (p1: sap.ui.base.Event) => void,
8510
- /**
8511
- * Context object on which the given function had to be called
8512
- */
8513
- oListener?: object
8514
- ): this;
8515
- /**
8516
- * Fires event {@link #event:afterRendering afterRendering} to attached listeners.
8517
- *
8518
- * @returns Reference to `this` in order to allow method chaining
8519
- */
8520
- fireAfterRendering(
8521
- /**
8522
- * Parameters to pass along with the event
8523
- */
8524
- mParameters?: object
8525
- ): this;
8526
- /**
8527
- * Fires event {@link #event:layoutChange layoutChange} to attached listeners.
8528
- *
8529
- * @returns Reference to `this` in order to allow method chaining
8530
- */
8531
- fireLayoutChange(
8532
- /**
8533
- * Parameters to pass along with the event
8534
- */
8535
- mParameters?: object
8536
- ): this;
8537
- /**
8538
- * Fires event {@link #event:tileDragEnter tileDragEnter} to attached listeners.
8539
- *
8540
- * @returns Reference to `this` in order to allow method chaining
8541
- */
8542
- fireTileDragEnter(
8543
- /**
8544
- * Parameters to pass along with the event
8545
- */
8546
- mParameters?: object
8547
- ): this;
8548
- /**
8549
- * Fires event {@link #event:tileDragStart tileDragStart} to attached listeners.
8550
- *
8551
- * @returns Reference to `this` in order to allow method chaining
8552
- */
8553
- fireTileDragStart(
8554
- /**
8555
- * Parameters to pass along with the event
8556
- */
8557
- mParameters?: object
8558
- ): this;
8559
- /**
8560
- * Fires event {@link #event:tileDrop tileDrop} to attached listeners.
8561
- *
8562
- * @returns Reference to `this` in order to allow method chaining
8563
- */
8564
- fireTileDrop(
8565
- /**
8566
- * Parameters to pass along with the event
8567
- */
8568
- mParameters?: object
8569
- ): this;
8570
- /**
8571
- * Fires event {@link #event:titleChange titleChange} to attached listeners.
8572
- *
8573
- * @returns Reference to `this` in order to allow method chaining
8574
- */
8575
- fireTitleChange(
8576
- /**
8577
- * Parameters to pass along with the event
8578
- */
8579
- mParameters?: object
8580
- ): this;
8581
- /**
8582
- * Gets content of aggregation {@link #getAfterContent afterContent}.
8583
- */
8584
- getAfterContent(): sap.ui.core.Control[];
8585
- /**
8586
- * Gets content of aggregation {@link #getBeforeContent beforeContent}.
8587
- */
8588
- getBeforeContent(): sap.ui.core.Control[];
8589
- /**
8590
- * Gets current value of property {@link #getDefaultGroup defaultGroup}.
8591
- *
8592
- * Default value is `false`.
8593
- *
8594
- * @returns Value of property `defaultGroup`
8595
- */
8596
- getDefaultGroup(): boolean;
8597
- /**
8598
- * Gets current value of property {@link #getEditMode editMode}.
8599
- *
8600
- * Default value is `false`.
8601
- *
8602
- * @returns Value of property `editMode`
8603
- */
8604
- getEditMode(): boolean;
8605
- /**
8606
- * Gets current value of property {@link #getEnableHelp enableHelp}.
8607
- *
8608
- * Default value is `false`.
8609
- *
8610
- * @returns Value of property `enableHelp`
8611
- */
8612
- getEnableHelp(): boolean;
8613
- /**
8614
- * Gets content of aggregation {@link #getFooterContent footerContent}.
8615
- */
8616
- getFooterContent(): sap.ui.core.Control[];
8617
- /**
8618
- * Gets current value of property {@link #getGroupHeaderLevel groupHeaderLevel}.
8619
- *
8620
- * Default value is `H4`.
8621
- *
8622
- * @returns Value of property `groupHeaderLevel`
8623
- */
8624
- getGroupHeaderLevel(): sap.m.HeaderLevel;
8625
- /**
8626
- * Gets current value of property {@link #getGroupId groupId}.
8627
- *
8628
- * @returns Value of property `groupId`
8629
- */
8630
- getGroupId(): string;
8631
- /**
8632
- * Gets content of aggregation {@link #getHeaderActions headerActions}.
8633
- */
8634
- getHeaderActions(): sap.ui.core.Control[];
8635
- /**
8636
- * Gets current value of property {@link #getHeaderLevel headerLevel}.
8637
- *
8638
- * Default value is `H2`.
8639
- *
8640
- * @returns Value of property `headerLevel`
8641
- */
8642
- getHeaderLevel(): sap.m.HeaderLevel;
8643
- /**
8644
- * Gets current value of property {@link #getHeaderText headerText}.
8645
- *
8646
- * @returns Value of property `headerText`
8647
- */
8648
- getHeaderText(): string;
8649
- /**
8650
- * Gets current value of property {@link #getHomePageGroupDisplay homePageGroupDisplay}.
8651
- *
8652
- * @returns Value of property `homePageGroupDisplay`
8653
- */
8654
- getHomePageGroupDisplay(): string;
8655
- /**
8656
- * Gets current value of property {@link #getIcon icon}.
8657
- *
8658
- * Default value is `"sap-icon://locked"`.
8659
- *
8660
- * @returns Value of property `icon`
8661
- */
8662
- getIcon(): string;
8663
- /**
8664
- * Gets current value of property {@link #getIeHtml5DnD ieHtml5DnD}.
8665
- *
8666
- * Default value is `false`.
8667
- *
8668
- * @returns Value of property `ieHtml5DnD`
8669
- */
8670
- getIeHtml5DnD(): boolean;
8671
- /**
8672
- * Gets current value of property {@link #getIsGroupLocked isGroupLocked}.
8673
- *
8674
- * @returns Value of property `isGroupLocked`
8675
- */
8676
- getIsGroupLocked(): boolean;
8677
- /**
8678
- * Gets current value of property {@link #getIsGroupSelected isGroupSelected}.
8679
- *
8680
- * Default value is `false`.
8681
- *
8682
- * @returns Value of property `isGroupSelected`
8683
- */
8684
- getIsGroupSelected(): boolean;
8685
- /**
8686
- * Gets current value of property {@link #getIsLastGroup isLastGroup}.
8687
- *
8688
- * Default value is `false`.
8689
- *
8690
- * @returns Value of property `isLastGroup`
8691
- */
8692
- getIsLastGroup(): boolean;
8693
- /**
8694
- * Gets content of aggregation {@link #getLinks links}.
8695
- */
8696
- getLinks(): sap.ui.core.Control[];
8697
- /**
8698
- * Gets current value of property {@link #getShowBackground showBackground}.
8699
- *
8700
- * Default value is `false`.
8701
- *
8702
- * @returns Value of property `showBackground`
8703
- */
8704
- getShowBackground(): boolean;
8705
- /**
8706
- * Gets current value of property {@link #getShowEmptyLinksArea showEmptyLinksArea}.
8707
- *
8708
- * Default value is `false`.
8709
- *
8710
- * @returns Value of property `showEmptyLinksArea`
8711
- */
8712
- getShowEmptyLinksArea(): boolean;
8713
- /**
8714
- * Gets current value of property {@link #getShowEmptyLinksAreaPlaceHolder showEmptyLinksAreaPlaceHolder}.
8715
- *
8716
- * Default value is `false`.
8717
- *
8718
- * @returns Value of property `showEmptyLinksAreaPlaceHolder`
8719
- */
8720
- getShowEmptyLinksAreaPlaceHolder(): boolean;
8721
- /**
8722
- * Gets current value of property {@link #getShowGroupHeader showGroupHeader}.
8723
- *
8724
- * Default value is `true`.
8725
- *
8726
- * @returns Value of property `showGroupHeader`
8727
- */
8728
- getShowGroupHeader(): boolean;
8729
- /**
8730
- * Gets current value of property {@link #getShowHeader showHeader}.
8731
- *
8732
- * Default value is `true`.
8733
- *
8734
- * @returns Value of property `showHeader`
8735
- */
8736
- getShowHeader(): boolean;
8737
- /**
8738
- * Gets current value of property {@link #getShowIcon showIcon}.
8739
- *
8740
- * Default value is `false`.
8741
- *
8742
- * @returns Value of property `showIcon`
8743
- */
8744
- getShowIcon(): boolean;
8745
- /**
8746
- * Gets current value of property {@link #getSupportLinkPersonalization supportLinkPersonalization}.
8747
- *
8748
- * Default value is `false`.
8749
- *
8750
- * @returns Value of property `supportLinkPersonalization`
8751
- */
8752
- getSupportLinkPersonalization(): boolean;
8753
- /**
8754
- * Gets current value of property {@link #getTileActionModeActive tileActionModeActive}.
8755
- *
8756
- * Default value is `false`.
8757
- *
8758
- * @returns Value of property `tileActionModeActive`
8759
- */
8760
- getTileActionModeActive(): boolean;
8761
- /**
8762
- * Gets content of aggregation {@link #getTiles tiles}.
8763
- */
8764
- getTiles(): sap.ui.core.Control[];
8765
- /**
8766
- * Gets current value of property {@link #getTileSizeBehavior tileSizeBehavior}.
8767
- *
8768
- * Default value is `TILE_SIZE_BEHAVIOR.RESPONSIVE`.
8769
- *
8770
- * @returns Value of property `tileSizeBehavior`
8771
- */
8772
- getTileSizeBehavior(): string;
8773
- /**
8774
- * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getAfterContent afterContent}.
8775
- * and returns its index if found or -1 otherwise.
8776
- *
8777
- * @returns The index of the provided control in the aggregation if found, or -1 otherwise
8778
- */
8779
- indexOfAfterContent(
8780
- /**
8781
- * The afterContent whose index is looked for
8782
- */
8783
- oAfterContent: sap.ui.core.Control
8784
- ): int;
8785
- /**
8786
- * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getBeforeContent beforeContent}.
8787
- * and returns its index if found or -1 otherwise.
8788
- *
8789
- * @returns The index of the provided control in the aggregation if found, or -1 otherwise
8790
- */
8791
- indexOfBeforeContent(
8792
- /**
8793
- * The beforeContent whose index is looked for
8794
- */
8795
- oBeforeContent: sap.ui.core.Control
8796
- ): int;
8797
- /**
8798
- * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getFooterContent footerContent}.
8799
- * and returns its index if found or -1 otherwise.
8800
- *
8801
- * @returns The index of the provided control in the aggregation if found, or -1 otherwise
8802
- */
8803
- indexOfFooterContent(
8804
- /**
8805
- * The footerContent whose index is looked for
8806
- */
8807
- oFooterContent: sap.ui.core.Control
8808
- ): int;
8809
- /**
8810
- * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getHeaderActions headerActions}.
8811
- * and returns its index if found or -1 otherwise.
8812
- *
8813
- * @returns The index of the provided control in the aggregation if found, or -1 otherwise
8814
- */
8815
- indexOfHeaderAction(
8816
- /**
8817
- * The headerAction whose index is looked for
8818
- */
8819
- oHeaderAction: sap.ui.core.Control
8820
- ): int;
8821
- /**
8822
- * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getLinks links}. and returns
8823
- * its index if found or -1 otherwise.
8824
- *
8825
- * @returns The index of the provided control in the aggregation if found, or -1 otherwise
8826
- */
8827
- indexOfLink(
8828
- /**
8829
- * The link whose index is looked for
8830
- */
8831
- oLink: sap.ui.core.Control
8832
- ): int;
8833
- /**
8834
- * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getTiles tiles}. and returns
8835
- * its index if found or -1 otherwise.
8836
- *
8837
- * @returns The index of the provided control in the aggregation if found, or -1 otherwise
8838
- */
8839
- indexOfTile(
8840
- /**
8841
- * The tile whose index is looked for
8842
- */
8843
- oTile: sap.ui.core.Control
8844
- ): int;
8845
- /**
8846
- * Inserts a afterContent into the aggregation {@link #getAfterContent afterContent}.
8847
- *
8848
- * @returns Reference to `this` in order to allow method chaining
8849
- */
8850
- insertAfterContent(
8851
- /**
8852
- * The afterContent to insert; if empty, nothing is inserted
8853
- */
8854
- oAfterContent: sap.ui.core.Control,
8855
- /**
8856
- * The `0`-based index the afterContent should be inserted at; for a negative value of `iIndex`, the afterContent
8857
- * is inserted at position 0; for a value greater than the current size of the aggregation, the afterContent
8858
- * is inserted at the last position
8859
- */
8860
- iIndex: int
8861
- ): this;
8862
- /**
8863
- * Inserts a beforeContent into the aggregation {@link #getBeforeContent beforeContent}.
8864
- *
8865
- * @returns Reference to `this` in order to allow method chaining
8866
- */
8867
- insertBeforeContent(
8868
- /**
8869
- * The beforeContent to insert; if empty, nothing is inserted
8870
- */
8871
- oBeforeContent: sap.ui.core.Control,
8872
- /**
8873
- * The `0`-based index the beforeContent should be inserted at; for a negative value of `iIndex`, the beforeContent
8874
- * is inserted at position 0; for a value greater than the current size of the aggregation, the beforeContent
8875
- * is inserted at the last position
8876
- */
8877
- iIndex: int
8878
- ): this;
8879
- /**
8880
- * Inserts a footerContent into the aggregation {@link #getFooterContent footerContent}.
8881
- *
8882
- * @returns Reference to `this` in order to allow method chaining
8883
- */
8884
- insertFooterContent(
8885
- /**
8886
- * The footerContent to insert; if empty, nothing is inserted
8887
- */
8888
- oFooterContent: sap.ui.core.Control,
8889
- /**
8890
- * The `0`-based index the footerContent should be inserted at; for a negative value of `iIndex`, the footerContent
8891
- * is inserted at position 0; for a value greater than the current size of the aggregation, the footerContent
8892
- * is inserted at the last position
8893
- */
8894
- iIndex: int
8895
- ): this;
8896
- /**
8897
- * Inserts a headerAction into the aggregation {@link #getHeaderActions headerActions}.
8898
- *
8899
- * @returns Reference to `this` in order to allow method chaining
8900
- */
8901
- insertHeaderAction(
8902
- /**
8903
- * The headerAction to insert; if empty, nothing is inserted
8904
- */
8905
- oHeaderAction: sap.ui.core.Control,
8906
- /**
8907
- * The `0`-based index the headerAction should be inserted at; for a negative value of `iIndex`, the headerAction
8908
- * is inserted at position 0; for a value greater than the current size of the aggregation, the headerAction
8909
- * is inserted at the last position
8910
- */
8911
- iIndex: int
8912
- ): this;
8913
- /**
8914
- * Inserts a link into the aggregation {@link #getLinks links}.
8915
- *
8916
- * @returns Reference to `this` in order to allow method chaining
8917
- */
8918
- insertLink(
8919
- /**
8920
- * The link to insert; if empty, nothing is inserted
8921
- */
8922
- oLink: sap.ui.core.Control,
8923
- /**
8924
- * The `0`-based index the link should be inserted at; for a negative value of `iIndex`, the link is inserted
8925
- * at position 0; for a value greater than the current size of the aggregation, the link is inserted at
8926
- * the last position
8927
- */
8928
- iIndex: int
8929
- ): this;
8930
- /**
8931
- * Inserts a tile into the aggregation {@link #getTiles tiles}.
8932
- *
8933
- * @returns Reference to `this` in order to allow method chaining
8934
- */
8935
- insertTile(
8936
- /**
8937
- * The tile to insert; if empty, nothing is inserted
8938
- */
8939
- oTile: sap.ui.core.Control,
8940
- /**
8941
- * The `0`-based index the tile should be inserted at; for a negative value of `iIndex`, the tile is inserted
8942
- * at position 0; for a value greater than the current size of the aggregation, the tile is inserted at
8943
- * the last position
8944
- */
8945
- iIndex: int
8946
- ): this;
8947
- /**
8948
- * Removes a afterContent from the aggregation {@link #getAfterContent afterContent}.
8949
- *
8950
- * @returns The removed afterContent or `null`
8951
- */
8952
- removeAfterContent(
8953
- /**
8954
- * The afterContent to remove or its index or id
8955
- */
8956
- vAfterContent: int | string | sap.ui.core.Control
8957
- ): sap.ui.core.Control | null;
8958
- /**
8959
- * Removes all the controls from the aggregation {@link #getAfterContent afterContent}.
8960
- *
8961
- * Additionally, it unregisters them from the hosting UIArea.
8962
- *
8963
- * @returns An array of the removed elements (might be empty)
8964
- */
8965
- removeAllAfterContent(): sap.ui.core.Control[];
8966
- /**
8967
- * Removes all the controls from the aggregation {@link #getBeforeContent beforeContent}.
8968
- *
8969
- * Additionally, it unregisters them from the hosting UIArea.
8970
- *
8971
- * @returns An array of the removed elements (might be empty)
8972
- */
8973
- removeAllBeforeContent(): sap.ui.core.Control[];
8974
- /**
8975
- * Removes all the controls from the aggregation {@link #getFooterContent footerContent}.
8976
- *
8977
- * Additionally, it unregisters them from the hosting UIArea.
8978
- *
8979
- * @returns An array of the removed elements (might be empty)
8980
- */
8981
- removeAllFooterContent(): sap.ui.core.Control[];
8982
- /**
8983
- * Removes all the controls from the aggregation {@link #getHeaderActions headerActions}.
8984
- *
8985
- * Additionally, it unregisters them from the hosting UIArea.
8986
- *
8987
- * @returns An array of the removed elements (might be empty)
8988
- */
8989
- removeAllHeaderActions(): sap.ui.core.Control[];
8990
- /**
8991
- * Removes all the controls from the aggregation {@link #getLinks links}.
8992
- *
8993
- * Additionally, it unregisters them from the hosting UIArea.
8994
- *
8995
- * @returns An array of the removed elements (might be empty)
8996
- */
8997
- removeAllLinks(): sap.ui.core.Control[];
8998
- /**
8999
- * Removes all the controls from the aggregation {@link #getTiles tiles}.
9000
- *
9001
- * Additionally, it unregisters them from the hosting UIArea.
9002
- *
9003
- * @returns An array of the removed elements (might be empty)
9004
- */
9005
- removeAllTiles(): sap.ui.core.Control[];
9006
- /**
9007
- * Removes a beforeContent from the aggregation {@link #getBeforeContent beforeContent}.
9008
- *
9009
- * @returns The removed beforeContent or `null`
9010
- */
9011
- removeBeforeContent(
9012
- /**
9013
- * The beforeContent to remove or its index or id
9014
- */
9015
- vBeforeContent: int | string | sap.ui.core.Control
9016
- ): sap.ui.core.Control | null;
9017
- /**
9018
- * Removes a footerContent from the aggregation {@link #getFooterContent footerContent}.
9019
- *
9020
- * @returns The removed footerContent or `null`
9021
- */
9022
- removeFooterContent(
9023
- /**
9024
- * The footerContent to remove or its index or id
9025
- */
9026
- vFooterContent: int | string | sap.ui.core.Control
9027
- ): sap.ui.core.Control | null;
9028
- /**
9029
- * Removes a headerAction from the aggregation {@link #getHeaderActions headerActions}.
9030
- *
9031
- * @returns The removed headerAction or `null`
9032
- */
9033
- removeHeaderAction(
9034
- /**
9035
- * The headerAction to remove or its index or id
9036
- */
9037
- vHeaderAction: int | string | sap.ui.core.Control
9038
- ): sap.ui.core.Control | null;
9039
- /**
9040
- * Removes a link from the aggregation {@link #getLinks links}.
9041
- *
9042
- * @returns The removed link or `null`
9043
- */
9044
- removeLink(
9045
- /**
9046
- * The link to remove or its index or id
9047
- */
9048
- vLink: int | string | sap.ui.core.Control
9049
- ): sap.ui.core.Control | null;
9050
- /**
9051
- * Removes a tile from the aggregation {@link #getTiles tiles}.
9052
- *
9053
- * @returns The removed tile or `null`
9054
- */
9055
- removeTile(
9056
- /**
9057
- * The tile to remove or its index or id
9058
- */
9059
- vTile: int | string | sap.ui.core.Control
9060
- ): sap.ui.core.Control | null;
9061
- /**
9062
- * Sets a new value for property {@link #getDefaultGroup defaultGroup}.
9063
- *
9064
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9065
- *
9066
- * Default value is `false`.
9067
- *
9068
- * @returns Reference to `this` in order to allow method chaining
9069
- */
9070
- setDefaultGroup(
9071
- /**
9072
- * New value for property `defaultGroup`
9073
- */
9074
- bDefaultGroup?: boolean
9075
- ): this;
9076
- /**
9077
- * Sets a new value for property {@link #getEditMode editMode}.
9078
- *
9079
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9080
- *
9081
- * Default value is `false`.
9082
- *
9083
- * @returns Reference to `this` in order to allow method chaining
9084
- */
9085
- setEditMode(
9086
- /**
9087
- * New value for property `editMode`
9088
- */
9089
- bEditMode?: boolean
9090
- ): this;
9091
- /**
9092
- * Sets a new value for property {@link #getEnableHelp enableHelp}.
9093
- *
9094
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9095
- *
9096
- * Default value is `false`.
9097
- *
9098
- * @returns Reference to `this` in order to allow method chaining
9099
- */
9100
- setEnableHelp(
9101
- /**
9102
- * New value for property `enableHelp`
9103
- */
9104
- bEnableHelp?: boolean
9105
- ): this;
9106
- /**
9107
- * Sets a new value for property {@link #getGroupHeaderLevel groupHeaderLevel}.
9108
- *
9109
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9110
- *
9111
- * Default value is `H4`.
9112
- *
9113
- * @returns Reference to `this` in order to allow method chaining
9114
- */
9115
- setGroupHeaderLevel(
9116
- /**
9117
- * New value for property `groupHeaderLevel`
9118
- */
9119
- sGroupHeaderLevel?: sap.m.HeaderLevel
9120
- ): this;
9121
- /**
9122
- * Sets a new value for property {@link #getGroupId groupId}.
9123
- *
9124
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9125
- *
9126
- * @returns Reference to `this` in order to allow method chaining
9127
- */
9128
- setGroupId(
9129
- /**
9130
- * New value for property `groupId`
9131
- */
9132
- sGroupId?: string
9133
- ): this;
9134
- /**
9135
- * Sets a new value for property {@link #getHeaderLevel headerLevel}.
9136
- *
9137
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9138
- *
9139
- * Default value is `H2`.
9140
- *
9141
- * @returns Reference to `this` in order to allow method chaining
9142
- */
9143
- setHeaderLevel(
9144
- /**
9145
- * New value for property `headerLevel`
9146
- */
9147
- sHeaderLevel?: sap.m.HeaderLevel
9148
- ): this;
9149
- /**
9150
- * Sets a new value for property {@link #getHeaderText headerText}.
9151
- *
9152
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9153
- *
9154
- * @returns Reference to `this` in order to allow method chaining
9155
- */
9156
- setHeaderText(
9157
- /**
9158
- * New value for property `headerText`
9159
- */
9160
- sHeaderText?: string
9161
- ): this;
9162
- /**
9163
- * Sets a new value for property {@link #getHomePageGroupDisplay homePageGroupDisplay}.
9164
- *
9165
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9166
- *
9167
- * @returns Reference to `this` in order to allow method chaining
9168
- */
9169
- setHomePageGroupDisplay(
9170
- /**
9171
- * New value for property `homePageGroupDisplay`
9172
- */
9173
- sHomePageGroupDisplay?: string
9174
- ): this;
9175
- /**
9176
- * Sets a new value for property {@link #getIcon icon}.
9177
- *
9178
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9179
- *
9180
- * Default value is `"sap-icon://locked"`.
9181
- *
9182
- * @returns Reference to `this` in order to allow method chaining
9183
- */
9184
- setIcon(
9185
- /**
9186
- * New value for property `icon`
9187
- */
9188
- sIcon?: string
9189
- ): this;
9190
- /**
9191
- * Sets a new value for property {@link #getIeHtml5DnD ieHtml5DnD}.
9192
- *
9193
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9194
- *
9195
- * Default value is `false`.
9196
- *
9197
- * @returns Reference to `this` in order to allow method chaining
9198
- */
9199
- setIeHtml5DnD(
9200
- /**
9201
- * New value for property `ieHtml5DnD`
9202
- */
9203
- bIeHtml5DnD?: boolean
9204
- ): this;
9205
- /**
9206
- * Sets a new value for property {@link #getIsGroupLocked isGroupLocked}.
9207
- *
9208
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9209
- *
9210
- * @returns Reference to `this` in order to allow method chaining
9211
- */
9212
- setIsGroupLocked(
9213
- /**
9214
- * New value for property `isGroupLocked`
9215
- */
9216
- bIsGroupLocked?: boolean
9217
- ): this;
9218
- /**
9219
- * Sets a new value for property {@link #getIsGroupSelected isGroupSelected}.
9220
- *
9221
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9222
- *
9223
- * Default value is `false`.
9224
- *
9225
- * @returns Reference to `this` in order to allow method chaining
9226
- */
9227
- setIsGroupSelected(
9228
- /**
9229
- * New value for property `isGroupSelected`
9230
- */
9231
- bIsGroupSelected?: boolean
9232
- ): this;
9233
- /**
9234
- * Sets a new value for property {@link #getIsLastGroup isLastGroup}.
9235
- *
9236
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9237
- *
9238
- * Default value is `false`.
9239
- *
9240
- * @returns Reference to `this` in order to allow method chaining
9241
- */
9242
- setIsLastGroup(
9243
- /**
9244
- * New value for property `isLastGroup`
9245
- */
9246
- bIsLastGroup?: boolean
9247
- ): this;
9248
- /**
9249
- * Sets a new value for property {@link #getShowBackground showBackground}.
9250
- *
9251
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9252
- *
9253
- * Default value is `false`.
9254
- *
9255
- * @returns Reference to `this` in order to allow method chaining
9256
- */
9257
- setShowBackground(
9258
- /**
9259
- * New value for property `showBackground`
9260
- */
9261
- bShowBackground?: boolean
9262
- ): this;
9263
- /**
9264
- * Sets a new value for property {@link #getShowEmptyLinksArea showEmptyLinksArea}.
9265
- *
9266
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9267
- *
9268
- * Default value is `false`.
9269
- *
9270
- * @returns Reference to `this` in order to allow method chaining
9271
- */
9272
- setShowEmptyLinksArea(
9273
- /**
9274
- * New value for property `showEmptyLinksArea`
9275
- */
9276
- bShowEmptyLinksArea?: boolean
9277
- ): this;
9278
- /**
9279
- * Sets a new value for property {@link #getShowEmptyLinksAreaPlaceHolder showEmptyLinksAreaPlaceHolder}.
9280
- *
9281
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9282
- *
9283
- * Default value is `false`.
9284
- *
9285
- * @returns Reference to `this` in order to allow method chaining
9286
- */
9287
- setShowEmptyLinksAreaPlaceHolder(
9288
- /**
9289
- * New value for property `showEmptyLinksAreaPlaceHolder`
9290
- */
9291
- bShowEmptyLinksAreaPlaceHolder?: boolean
9292
- ): this;
9293
- /**
9294
- * Sets a new value for property {@link #getShowGroupHeader showGroupHeader}.
9295
- *
9296
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9297
- *
9298
- * Default value is `true`.
9299
- *
9300
- * @returns Reference to `this` in order to allow method chaining
9301
- */
9302
- setShowGroupHeader(
9303
- /**
9304
- * New value for property `showGroupHeader`
9305
- */
9306
- bShowGroupHeader?: boolean
9307
- ): this;
9308
- /**
9309
- * Sets a new value for property {@link #getShowHeader showHeader}.
9310
- *
9311
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9312
- *
9313
- * Default value is `true`.
9314
- *
9315
- * @returns Reference to `this` in order to allow method chaining
9316
- */
9317
- setShowHeader(
9318
- /**
9319
- * New value for property `showHeader`
9320
- */
9321
- bShowHeader?: boolean
9322
- ): this;
9323
- /**
9324
- * Sets a new value for property {@link #getShowIcon showIcon}.
9325
- *
9326
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9327
- *
9328
- * Default value is `false`.
9329
- *
9330
- * @returns Reference to `this` in order to allow method chaining
9331
- */
9332
- setShowIcon(
9333
- /**
9334
- * New value for property `showIcon`
9335
- */
9336
- bShowIcon?: boolean
9337
- ): this;
9338
- /**
9339
- * Sets a new value for property {@link #getSupportLinkPersonalization supportLinkPersonalization}.
9340
- *
9341
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9342
- *
9343
- * Default value is `false`.
9344
- *
9345
- * @returns Reference to `this` in order to allow method chaining
9346
- */
9347
- setSupportLinkPersonalization(
9348
- /**
9349
- * New value for property `supportLinkPersonalization`
9350
- */
9351
- bSupportLinkPersonalization?: boolean
9352
- ): this;
9353
- /**
9354
- * Sets a new value for property {@link #getTileActionModeActive tileActionModeActive}.
9355
- *
9356
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9357
- *
9358
- * Default value is `false`.
9359
- *
9360
- * @returns Reference to `this` in order to allow method chaining
9361
- */
9362
- setTileActionModeActive(
9363
- /**
9364
- * New value for property `tileActionModeActive`
9365
- */
9366
- bTileActionModeActive?: boolean
9367
- ): this;
9368
- /**
9369
- * Sets a new value for property {@link #getTileSizeBehavior tileSizeBehavior}.
9370
- *
9371
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9372
- *
9373
- * Default value is `TILE_SIZE_BEHAVIOR.RESPONSIVE`.
9374
- *
9375
- * @returns Reference to `this` in order to allow method chaining
9376
- */
9377
- setTileSizeBehavior(
9378
- /**
9379
- * New value for property `tileSizeBehavior`
9380
- */
9381
- sTileSizeBehavior?: string
9382
- ): this;
9383
- }
9384
-
9385
- class LinkTileWrapper extends sap.ui.core.Control {
9386
- /**
9387
- * Constructor for a new ui/launchpad/LinkTileWrapper. A link tile to be displayed in the tile container.
9388
- * This control acts as container for specialized tile implementations.
9389
- *
9390
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
9391
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
9392
- * of the syntax of the settings object.
9393
- */
9394
- constructor(
9395
- /**
9396
- * initial settings for the new control
9397
- */
9398
- mSettings?: sap.ushell.ui.launchpad.$LinkTileWrapperSettings
9399
- );
9400
- /**
9401
- * Constructor for a new ui/launchpad/LinkTileWrapper. A link tile to be displayed in the tile container.
9402
- * This control acts as container for specialized tile implementations.
9403
- *
9404
- * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
9405
- * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
9406
- * of the syntax of the settings object.
9407
- */
9408
- constructor(
9409
- /**
9410
- * id for the new control, generated automatically if no id is given
9411
- */
9412
- sId?: string,
9413
- /**
9414
- * initial settings for the new control
9415
- */
9416
- mSettings?: sap.ushell.ui.launchpad.$LinkTileWrapperSettings
9417
- );
9418
-
9419
- /**
9420
- * Creates a new subclass of class sap.ushell.ui.launchpad.LinkTileWrapper with name `sClassName` and enriches
9421
- * it with the information contained in `oClassInfo`.
9422
- *
9423
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
9424
- *
9425
- * @returns Created class / constructor function
9426
- */
9427
- static extend<T extends Record<string, unknown>>(
9428
- /**
9429
- * Name of the class being created
9430
- */
9431
- sClassName: string,
9432
- /**
9433
- * Object literal with information about the class
9434
- */
9435
- oClassInfo?: sap.ClassInfo<
9436
- T,
9437
- sap.ushell.ui.launchpad.LinkTileWrapper
9438
- >,
9439
- /**
9440
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
9441
- * used by this class
9442
- */
9443
- FNMetaImpl?: Function
9444
- ): Function;
9445
- /**
9446
- * Returns a metadata object for class sap.ushell.ui.launchpad.LinkTileWrapper.
9447
- *
9448
- * @returns Metadata object describing this class
9449
- */
9450
- static getMetadata(): sap.ui.core.ElementMetadata;
9451
- /**
9452
- * Adds some footItem to the aggregation {@link #getFootItems footItems}.
9453
- *
9454
- * @returns Reference to `this` in order to allow method chaining
9455
- */
9456
- addFootItem(
9457
- /**
9458
- * The footItem to add; if empty, nothing is inserted
9459
- */
9460
- oFootItem: sap.ui.core.Control
9461
- ): this;
9462
- /**
9463
- * Adds some tileView to the aggregation {@link #getTileViews tileViews}.
9464
- *
9465
- * @returns Reference to `this` in order to allow method chaining
9466
- */
9467
- addTileView(
9468
- /**
9469
- * The tileView to add; if empty, nothing is inserted
9470
- */
9471
- oTileView: sap.ui.core.Control
9472
- ): this;
9473
- /**
9474
- * Attaches event handler `fnFunction` to the {@link #event:afterRendering afterRendering} event of this
9475
- * `sap.ushell.ui.launchpad.LinkTileWrapper`.
9476
- *
9477
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
9478
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.LinkTileWrapper` itself.
9479
- *
9480
- * @returns Reference to `this` in order to allow method chaining
9481
- */
9482
- attachAfterRendering(
9483
- /**
9484
- * An application-specific payload object that will be passed to the event handler along with the event
9485
- * object when firing the event
9486
- */
9487
- oData: object,
9488
- /**
9489
- * The function to be called when the event occurs
9490
- */
9491
- fnFunction: (p1: sap.ui.base.Event) => void,
9492
- /**
9493
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.LinkTileWrapper`
9494
- * itself
9495
- */
9496
- oListener?: object
9497
- ): this;
9498
- /**
9499
- * Attaches event handler `fnFunction` to the {@link #event:afterRendering afterRendering} event of this
9500
- * `sap.ushell.ui.launchpad.LinkTileWrapper`.
9501
- *
9502
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
9503
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.LinkTileWrapper` itself.
9504
- *
9505
- * @returns Reference to `this` in order to allow method chaining
9506
- */
9507
- attachAfterRendering(
9508
- /**
9509
- * The function to be called when the event occurs
9510
- */
9511
- fnFunction: (p1: sap.ui.base.Event) => void,
9512
- /**
9513
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.LinkTileWrapper`
9514
- * itself
9515
- */
9516
- oListener?: object
9517
- ): this;
9518
- /**
9519
- * Attaches event handler `fnFunction` to the {@link #event:coverDivPress coverDivPress} event of this `sap.ushell.ui.launchpad.LinkTileWrapper`.
9520
- *
9521
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
9522
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.LinkTileWrapper` itself.
9523
- *
9524
- * @returns Reference to `this` in order to allow method chaining
9525
- */
9526
- attachCoverDivPress(
9527
- /**
9528
- * An application-specific payload object that will be passed to the event handler along with the event
9529
- * object when firing the event
9530
- */
9531
- oData: object,
9532
- /**
9533
- * The function to be called when the event occurs
9534
- */
9535
- fnFunction: (p1: sap.ui.base.Event) => void,
9536
- /**
9537
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.LinkTileWrapper`
9538
- * itself
9539
- */
9540
- oListener?: object
9541
- ): this;
9542
- /**
9543
- * Attaches event handler `fnFunction` to the {@link #event:coverDivPress coverDivPress} event of this `sap.ushell.ui.launchpad.LinkTileWrapper`.
9544
- *
9545
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
9546
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.LinkTileWrapper` itself.
9547
- *
9548
- * @returns Reference to `this` in order to allow method chaining
9549
- */
9550
- attachCoverDivPress(
9551
- /**
9552
- * The function to be called when the event occurs
9553
- */
9554
- fnFunction: (p1: sap.ui.base.Event) => void,
9555
- /**
9556
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.LinkTileWrapper`
9557
- * itself
9558
- */
9559
- oListener?: object
9560
- ): this;
9561
- /**
9562
- * Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.ushell.ui.launchpad.LinkTileWrapper`.
9563
- *
9564
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
9565
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.LinkTileWrapper` itself.
9566
- *
9567
- * @returns Reference to `this` in order to allow method chaining
9568
- */
9569
- attachPress(
9570
- /**
9571
- * An application-specific payload object that will be passed to the event handler along with the event
9572
- * object when firing the event
9573
- */
9574
- oData: object,
9575
- /**
9576
- * The function to be called when the event occurs
9577
- */
9578
- fnFunction: (p1: sap.ui.base.Event) => void,
9579
- /**
9580
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.LinkTileWrapper`
9581
- * itself
9582
- */
9583
- oListener?: object
9584
- ): this;
9585
- /**
9586
- * Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.ushell.ui.launchpad.LinkTileWrapper`.
9587
- *
9588
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
9589
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.LinkTileWrapper` itself.
9590
- *
9591
- * @returns Reference to `this` in order to allow method chaining
9592
- */
9593
- attachPress(
9594
- /**
9595
- * The function to be called when the event occurs
9596
- */
9597
- fnFunction: (p1: sap.ui.base.Event) => void,
9598
- /**
9599
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.LinkTileWrapper`
9600
- * itself
9601
- */
9602
- oListener?: object
9603
- ): this;
9604
- /**
9605
- * Attaches event handler `fnFunction` to the {@link #event:showActions showActions} event of this `sap.ushell.ui.launchpad.LinkTileWrapper`.
9606
- *
9607
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
9608
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.LinkTileWrapper` itself.
9609
- *
9610
- * @returns Reference to `this` in order to allow method chaining
9611
- */
9612
- attachShowActions(
9613
- /**
9614
- * An application-specific payload object that will be passed to the event handler along with the event
9615
- * object when firing the event
9616
- */
9617
- oData: object,
9618
- /**
9619
- * The function to be called when the event occurs
9620
- */
9621
- fnFunction: (p1: sap.ui.base.Event) => void,
9622
- /**
9623
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.LinkTileWrapper`
9624
- * itself
9625
- */
9626
- oListener?: object
9627
- ): this;
9628
- /**
9629
- * Attaches event handler `fnFunction` to the {@link #event:showActions showActions} event of this `sap.ushell.ui.launchpad.LinkTileWrapper`.
9630
- *
9631
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
9632
- * otherwise it will be bound to this `sap.ushell.ui.launchpad.LinkTileWrapper` itself.
9633
- *
9634
- * @returns Reference to `this` in order to allow method chaining
9635
- */
9636
- attachShowActions(
9637
- /**
9638
- * The function to be called when the event occurs
9639
- */
9640
- fnFunction: (p1: sap.ui.base.Event) => void,
9641
- /**
9642
- * Context object to call the event handler with. Defaults to this `sap.ushell.ui.launchpad.LinkTileWrapper`
9643
- * itself
9644
- */
9645
- oListener?: object
9646
- ): this;
9647
- /**
9648
- * Destroys all the footItems in the aggregation {@link #getFootItems footItems}.
9649
- *
9650
- * @returns Reference to `this` in order to allow method chaining
9651
- */
9652
- destroyFootItems(): this;
9653
- /**
9654
- * Destroys all the tileViews in the aggregation {@link #getTileViews tileViews}.
9655
- *
9656
- * @returns Reference to `this` in order to allow method chaining
9657
- */
9658
- destroyTileViews(): this;
9659
- /**
9660
- * Detaches event handler `fnFunction` from the {@link #event:afterRendering afterRendering} event of this
9661
- * `sap.ushell.ui.launchpad.LinkTileWrapper`.
9662
- *
9663
- * The passed function and listener object must match the ones used for event registration.
9664
- *
9665
- * @returns Reference to `this` in order to allow method chaining
9666
- */
9667
- detachAfterRendering(
9668
- /**
9669
- * The function to be called, when the event occurs
9670
- */
9671
- fnFunction: (p1: sap.ui.base.Event) => void,
9672
- /**
9673
- * Context object on which the given function had to be called
8098
+ * Context object on which the given function had to be called
9674
8099
  */
9675
8100
  oListener?: object
9676
8101
  ): this;
@@ -10713,7 +9138,7 @@ declare namespace sap {
10713
9138
 
10714
9139
  namespace ui5service {
10715
9140
  /**
10716
- * @deprecated (since 1.70)
9141
+ * @deprecated (since 1.70) - Support for this service has been discontinued.
10717
9142
  */
10718
9143
  interface UserStatus {
10719
9144
  /**
@@ -11158,7 +9583,7 @@ declare namespace sap {
11158
9583
  ): object;
11159
9584
  /**
11160
9585
  * @SINCE 1.15.0
11161
- * @deprecated (since 1.77) - deprecated. Uses {@link#getServiceAsync} instead.
9586
+ * @deprecated (since 1.77) - Please use {@link #getServiceAsync} instead.
11162
9587
  *
11163
9588
  * Returns a service with the given name, creating it if necessary. Services are singleton objects identified
11164
9589
  * by their (resulting) name.
@@ -11476,8 +9901,6 @@ declare namespace sap {
11476
9901
 
11477
9902
  "sap/ushell/ui/launchpad/DashboardGroupsContainer": undefined;
11478
9903
 
11479
- "sap/ushell/ui/launchpad/GridContainer": undefined;
11480
-
11481
9904
  "sap/ushell/ui/launchpad/LinkTileWrapper": undefined;
11482
9905
 
11483
9906
  "sap/ushell/ui/launchpad/TileState": undefined;