@sap/open.fe 1.96.0 → 1.97.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (490) hide show
  1. package/package.json +1 -1
  2. package/packages/sap.fe.common/src/sap/fe/common/.library +1 -1
  3. package/packages/sap.fe.common/src/sap/fe/common/.theming +1 -1
  4. package/packages/sap.fe.common/src/sap/fe/common/MessageButton-dbg.js +57 -42
  5. package/packages/sap.fe.common/src/sap/fe/common/MessageButton.js +1 -1
  6. package/packages/sap.fe.common/src/sap/fe/common/library-dbg.js +1 -1
  7. package/packages/sap.fe.common/src/sap/fe/common/library-h2-preload.js +2 -2
  8. package/packages/sap.fe.common/src/sap/fe/common/library-preload.js +4 -4
  9. package/packages/sap.fe.common/src/sap/fe/common/library-preload.js.map +3 -3
  10. package/packages/sap.fe.common/src/sap/fe/common/library.js +1 -1
  11. package/packages/sap.fe.common/src/sap/fe/common/manifest.json +3 -3
  12. package/packages/sap.fe.common/src/sap/fe/common/resources.json +4 -4
  13. package/packages/sap.fe.common/test/sap/fe/common/designtime/api.json +1 -1
  14. package/packages/sap.fe.common/test/sap/fe/common/designtime/apiref/api.json +1 -1
  15. package/packages/sap.fe.common/test/sap/fe/common/designtime/codeassistance/Library.xmlmeta.json +1 -1
  16. package/packages/sap.fe.core/src/sap/fe/core/.library +1 -1
  17. package/packages/sap.fe.core/src/sap/fe/core/.theming +1 -1
  18. package/packages/sap.fe.core/src/sap/fe/core/AnnotationHelper-dbg.js +2 -2
  19. package/packages/sap.fe.core/src/sap/fe/core/AnnotationHelper.js +1 -1
  20. package/packages/sap.fe.core/src/sap/fe/core/CommonUtils-dbg.js +59 -274
  21. package/packages/sap.fe.core/src/sap/fe/core/CommonUtils.js +1 -1
  22. package/packages/sap.fe.core/src/sap/fe/core/RouterProxy-dbg.js +52 -64
  23. package/packages/sap.fe.core/src/sap/fe/core/RouterProxy.js +1 -1
  24. package/packages/sap.fe.core/src/sap/fe/core/TemplateComponent-dbg.js +2 -2
  25. package/packages/sap.fe.core/src/sap/fe/core/TemplateComponent.js +1 -1
  26. package/packages/sap.fe.core/src/sap/fe/core/TransactionHelper-dbg.js +18 -22
  27. package/packages/sap.fe.core/src/sap/fe/core/TransactionHelper.js +1 -1
  28. package/packages/sap.fe.core/src/sap/fe/core/actions/messageHandling-dbg.js +80 -4
  29. package/packages/sap.fe.core/src/sap/fe/core/actions/messageHandling.js +1 -1
  30. package/packages/sap.fe.core/src/sap/fe/core/actions/operations-dbg.js +42 -23
  31. package/packages/sap.fe.core/src/sap/fe/core/actions/operations.js +1 -1
  32. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/EditFlow-dbg.js +36 -21
  33. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/EditFlow.js +1 -1
  34. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation-dbg.js +9 -3
  35. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation.js +1 -1
  36. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalRouting-dbg.js +20 -50
  37. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalRouting.js +1 -1
  38. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MessageHandler-dbg.js +222 -102
  39. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MessageHandler.js +1 -1
  40. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ViewState-dbg.js +33 -6
  41. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ViewState.js +1 -1
  42. package/packages/sap.fe.core/src/sap/fe/core/controls/CustomQuickViewPage-dbg.js +109 -111
  43. package/packages/sap.fe.core/src/sap/fe/core/controls/CustomQuickViewPage.js +1 -1
  44. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar.d-dbg.js +8 -0
  45. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar.d.js +5 -0
  46. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar.d.ts +0 -0
  47. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings-dbg.js +2 -1
  48. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings.js +1 -1
  49. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings.ts +4 -1
  50. package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter-dbg.js +10 -1
  51. package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter.js +1 -1
  52. package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter.ts +9 -1
  53. package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField-dbg.js +2 -2
  54. package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField.js +1 -1
  55. package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField.ts +1 -1
  56. package/packages/sap.fe.core/src/sap/fe/core/converters/common/AnnotationConverter-dbg.js +67 -40
  57. package/packages/sap.fe.core/src/sap/fe/core/converters/common/AnnotationConverter.js +1 -1
  58. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Action-dbg.js +6 -3
  59. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Action.js +1 -1
  60. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Action.ts +6 -3
  61. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form-dbg.js +57 -18
  62. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form.js +1 -1
  63. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form.ts +51 -13
  64. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table-dbg.js +130 -19
  65. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table.js +1 -1
  66. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table.ts +139 -18
  67. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/ID-dbg.js +9 -1
  68. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/ID.js +1 -1
  69. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/ID.ts +4 -0
  70. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ListReportConverter-dbg.js +18 -7
  71. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ListReportConverter.js +1 -1
  72. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ListReportConverter.ts +17 -12
  73. package/packages/sap.fe.core/src/sap/fe/core/designtime/AppComponent-dbg.designtime.js +2 -1
  74. package/packages/sap.fe.core/src/sap/fe/core/designtime/AppComponent.designtime.js +1 -1
  75. package/packages/sap.fe.core/src/sap/fe/core/designtime/library-preload.designtime.js +1 -1
  76. package/packages/sap.fe.core/src/sap/fe/core/designtime/library-preload.designtime.js.map +2 -2
  77. package/packages/sap.fe.core/src/sap/fe/core/formatters/TableFormatter-dbg.js +27 -4
  78. package/packages/sap.fe.core/src/sap/fe/core/formatters/TableFormatter.js +1 -1
  79. package/packages/sap.fe.core/src/sap/fe/core/formatters/TableFormatter.ts +20 -3
  80. package/packages/sap.fe.core/src/sap/fe/core/fpm/manifest.json +2 -2
  81. package/packages/sap.fe.core/src/sap/fe/core/helpers/KeepAliveHelper-dbg.js +211 -0
  82. package/packages/sap.fe.core/src/sap/fe/core/helpers/KeepAliveHelper.js +5 -0
  83. package/packages/sap.fe.core/src/sap/fe/core/helpers/KeepAliveHelper.ts +202 -0
  84. package/packages/sap.fe.core/src/sap/fe/core/helpers/KeepAliveRefreshTypes-dbg.js +32 -0
  85. package/packages/sap.fe.core/src/sap/fe/core/helpers/KeepAliveRefreshTypes.js +5 -0
  86. package/packages/sap.fe.core/src/sap/fe/core/helpers/KeepAliveRefreshTypes.ts +36 -0
  87. package/packages/sap.fe.core/src/sap/fe/core/helpers/ModelHelper-dbg.js +51 -0
  88. package/packages/sap.fe.core/src/sap/fe/core/helpers/ModelHelper.js +1 -1
  89. package/packages/sap.fe.core/src/sap/fe/core/library-dbg.js +1 -1
  90. package/packages/sap.fe.core/src/sap/fe/core/library-h2-preload.js +10 -9
  91. package/packages/sap.fe.core/src/sap/fe/core/library-h2-preload.js.map +1 -1
  92. package/packages/sap.fe.core/src/sap/fe/core/library-preload.js +232 -228
  93. package/packages/sap.fe.core/src/sap/fe/core/library-preload.js.map +4 -4
  94. package/packages/sap.fe.core/src/sap/fe/core/library.js +1 -1
  95. package/packages/sap.fe.core/src/sap/fe/core/manifest.json +10 -10
  96. package/packages/sap.fe.core/src/sap/fe/core/messagebundle.properties +15 -1
  97. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ar.properties +10 -0
  98. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_bg.properties +10 -0
  99. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ca.properties +10 -0
  100. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_cs.properties +10 -0
  101. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_cy.properties +10 -0
  102. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_da.properties +10 -0
  103. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_de.properties +10 -0
  104. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_el.properties +10 -0
  105. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en.properties +10 -0
  106. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_GB.properties +10 -0
  107. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_sappsd.properties +6 -0
  108. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_saprigi.properties +11 -1
  109. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_saptrc.properties +11 -1
  110. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_es.properties +10 -0
  111. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_es_MX.properties +10 -0
  112. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_et.properties +10 -0
  113. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fi.properties +10 -0
  114. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fr.properties +10 -0
  115. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fr_CA.properties +10 -0
  116. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hi.properties +10 -0
  117. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hr.properties +10 -0
  118. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hu.properties +10 -0
  119. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_id.properties +11 -1
  120. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_it.properties +10 -0
  121. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_iw.properties +10 -0
  122. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ja.properties +19 -9
  123. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_kk.properties +10 -0
  124. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ko.properties +10 -0
  125. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_lt.properties +10 -0
  126. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_lv.properties +10 -0
  127. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ms.properties +10 -0
  128. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_nl.properties +10 -0
  129. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_no.properties +10 -0
  130. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pl.properties +10 -0
  131. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pt.properties +11 -1
  132. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pt_PT.properties +10 -0
  133. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ro.properties +10 -0
  134. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ru.properties +10 -0
  135. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sh.properties +10 -0
  136. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sk.properties +10 -0
  137. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sl.properties +10 -0
  138. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sv.properties +10 -0
  139. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_th.properties +10 -0
  140. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_tr.properties +10 -0
  141. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_uk.properties +10 -0
  142. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_vi.properties +10 -0
  143. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_zh_CN.properties +10 -0
  144. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_zh_TW.properties +10 -0
  145. package/packages/sap.fe.core/src/sap/fe/core/resources.json +200 -121
  146. package/packages/sap.fe.core/src/sap/fe/core/services/RoutingServiceFactory-dbg.js +30 -19
  147. package/packages/sap.fe.core/src/sap/fe/core/services/RoutingServiceFactory.js +1 -1
  148. package/packages/sap.fe.core/src/sap/fe/core/services/TemplatedViewServiceFactory-dbg.js +1 -1
  149. package/packages/sap.fe.core/src/sap/fe/core/services/TemplatedViewServiceFactory.js +1 -1
  150. package/packages/sap.fe.core/src/sap/fe/core/templating/EntitySetHelper-dbg.js +80 -7
  151. package/packages/sap.fe.core/src/sap/fe/core/templating/EntitySetHelper.js +1 -1
  152. package/packages/sap.fe.core/src/sap/fe/core/templating/EntitySetHelper.ts +42 -2
  153. package/packages/sap.fe.core/test/sap/fe/core/designtime/api.json +1 -1
  154. package/packages/sap.fe.core/test/sap/fe/core/designtime/apiref/api.json +1 -1
  155. package/packages/sap.fe.core/test/sap/fe/core/designtime/codeassistance/Library.xmlmeta.json +1 -1
  156. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/buildingBlockOverview.md +4 -0
  157. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/chart/chartDefault/ChartDefault.view.xml +1 -0
  158. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/controllerExtensions/viewState/manifest.json +2 -2
  159. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customColumn/customColumnContent/CustomColumnAdaptation.fragment.xml +13 -10
  160. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customColumn/customColumnContent/CustomColumnButton.fragment.xml +7 -4
  161. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customColumn/customColumnContent/localService/service.cds +1 -2
  162. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customColumn/customColumnContent/manifest.json +1 -0
  163. package/packages/sap.fe.core/test/sap/fe/core/jest/CommonUtils.spec.js +119 -0
  164. package/packages/sap.fe.core/test/sap/fe/core/jest/__snapshots__/TemplateConverter.spec.ts.snap +285 -4
  165. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MessageHandler.spec.js +121 -0
  166. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MessageHandler.spec.ts +79 -0
  167. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/ViewState.spec.js +147 -0
  168. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/ViewState.spec.ts +96 -0
  169. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Table.spec.js +51 -18
  170. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Table.spec.ts +109 -17
  171. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/__snapshots__/MetaModelConverter.spec.ts.snap +66 -0
  172. package/packages/sap.fe.core/test/sap/fe/core/jest/data/EntitySetHelper.cds +33 -0
  173. package/packages/sap.fe.core/test/sap/fe/core/jest/data/EntitySetHelperMainEntitySortableFalse.cds +12 -0
  174. package/packages/sap.fe.core/test/sap/fe/core/jest/data/TableGetSelectionMode.cds +8 -8
  175. package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/TableFormatters.spec.js +68 -0
  176. package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/TableFormatters.spec.ts +38 -0
  177. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelper.spec.js +483 -0
  178. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelper.spec.ts +376 -0
  179. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelperTestData/ControlRefreshStrategyTests.js +101 -0
  180. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelperTestData/ControlRefreshStrategyTests.ts +105 -0
  181. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelperTestData/ControlsForRefreshTests.js +103 -0
  182. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelperTestData/ControlsForRefreshTests.ts +106 -0
  183. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelperTestData/RefreshStrategyForIntentTests.js +118 -0
  184. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelperTestData/RefreshStrategyForIntentTests.ts +118 -0
  185. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelperTestData/StoreStrategyTests.js +101 -0
  186. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/KeepAliveHelperTestData/StoreStrategyTests.ts +102 -0
  187. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/ModelHelper.spec.js +118 -1
  188. package/packages/sap.fe.core/test/sap/fe/core/jest/services/RoutingServiceFactory.spec.js +70 -0
  189. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/EntitySetHelper.spec.js +89 -0
  190. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/EntitySetHelper.spec.ts +73 -0
  191. package/packages/sap.fe.core/test/sap/fe/core/qunit/TemplatingExpressions.qunit.js +4 -2
  192. package/packages/sap.fe.core/test/sap/fe/core/qunit/apps/generalTests.json +6 -0
  193. package/packages/sap.fe.macros/src/sap/fe/macros/.library +1 -1
  194. package/packages/sap.fe.macros/src/sap/fe/macros/.theming +1 -1
  195. package/packages/sap.fe.macros/src/sap/fe/macros/ChartDelegate-dbg.js +15 -5
  196. package/packages/sap.fe.macros/src/sap/fe/macros/ChartDelegate.js +1 -1
  197. package/packages/sap.fe.macros/src/sap/fe/macros/CommonHelper-dbg.js +9 -5
  198. package/packages/sap.fe.macros/src/sap/fe/macros/CommonHelper.js +1 -1
  199. package/packages/sap.fe.macros/src/sap/fe/macros/DelegateUtil-dbg.js +30 -11
  200. package/packages/sap.fe.macros/src/sap/fe/macros/DelegateUtil.js +1 -1
  201. package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI-dbg.js +3 -5
  202. package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI.js +1 -1
  203. package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI.ts +3 -5
  204. package/packages/sap.fe.macros/src/sap/fe/macros/FieldValueHelpDelegate-dbg.js +17 -3
  205. package/packages/sap.fe.macros/src/sap/fe/macros/FieldValueHelpDelegate.js +1 -1
  206. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarAPI-dbg.js +1 -1
  207. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarAPI.ts +1 -2
  208. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarDelegate-dbg.js +4 -4
  209. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarDelegate.js +1 -1
  210. package/packages/sap.fe.macros/src/sap/fe/macros/FlexibleColumnLayoutActions.fragment.xml +6 -15
  211. package/packages/sap.fe.macros/src/sap/fe/macros/FormContainer.fragment.xml +14 -12
  212. package/packages/sap.fe.macros/src/sap/fe/macros/PhantomUtil-dbg.js +1 -1
  213. package/packages/sap.fe.macros/src/sap/fe/macros/PhantomUtil.js +1 -1
  214. package/packages/sap.fe.macros/src/sap/fe/macros/Table.fragment.xml +2 -1
  215. package/packages/sap.fe.macros/src/sap/fe/macros/Table.metadata-dbg.js +12 -1
  216. package/packages/sap.fe.macros/src/sap/fe/macros/Table.metadata.js +1 -1
  217. package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI-dbg.js +15 -8
  218. package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI.js +1 -1
  219. package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI.ts +10 -0
  220. package/packages/sap.fe.macros/src/sap/fe/macros/chart/ChartHelper-dbg.js +1 -1
  221. package/packages/sap.fe.macros/src/sap/fe/macros/chart/ChartHelper.js +1 -1
  222. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldHelper-dbg.js +81 -9
  223. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldHelper.js +1 -1
  224. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldRuntime-dbg.js +13 -3
  225. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldRuntime.js +1 -1
  226. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating-dbg.js +5 -5
  227. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating.js +1 -1
  228. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating.ts +4 -4
  229. package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkContactContent.fragment.xml +1 -7
  230. package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkDelegate-dbg.js +5 -3
  231. package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkDelegate.js +1 -1
  232. package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkForContact.fragment.xml +1 -1
  233. package/packages/sap.fe.macros/src/sap/fe/macros/formcontainer/FormContainerRuntime-dbg.js +46 -0
  234. package/packages/sap.fe.macros/src/sap/fe/macros/formcontainer/FormContainerRuntime.js +6 -0
  235. package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.fragment.xml +17 -8
  236. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/FieldStructure.fragment.xml +26 -16
  237. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/File.fragment.xml +1 -0
  238. package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating-dbg.js +4 -13
  239. package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating.js +1 -1
  240. package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating.ts +10 -10
  241. package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/TableDelegate-dbg.js +5 -3
  242. package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/TableDelegate.js +1 -1
  243. package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/ValueListHelper-dbg.js +72 -8
  244. package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/ValueListHelper.js +1 -1
  245. package/packages/sap.fe.macros/src/sap/fe/macros/library-dbg.js +1 -1
  246. package/packages/sap.fe.macros/src/sap/fe/macros/library-h2-preload.js +12 -11
  247. package/packages/sap.fe.macros/src/sap/fe/macros/library-h2-preload.js.map +1 -1
  248. package/packages/sap.fe.macros/src/sap/fe/macros/library-preload.js +93 -91
  249. package/packages/sap.fe.macros/src/sap/fe/macros/library-preload.js.map +4 -4
  250. package/packages/sap.fe.macros/src/sap/fe/macros/library.js +1 -1
  251. package/packages/sap.fe.macros/src/sap/fe/macros/manifest.json +9 -9
  252. package/packages/sap.fe.macros/src/sap/fe/macros/massedit/MassEditRuntime-dbg.js +1 -1
  253. package/packages/sap.fe.macros/src/sap/fe/macros/massedit/MassEditRuntime.js +1 -1
  254. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle.properties +5 -0
  255. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ar.properties +2 -2
  256. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_bg.properties +2 -2
  257. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ca.properties +2 -2
  258. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_cs.properties +2 -2
  259. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_cy.properties +2 -2
  260. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_da.properties +2 -2
  261. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_de.properties +2 -2
  262. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_el.properties +2 -2
  263. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en.properties +1 -1
  264. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_GB.properties +1 -1
  265. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_US_sappsd.properties +3 -0
  266. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_es.properties +2 -2
  267. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_es_MX.properties +2 -2
  268. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_et.properties +2 -2
  269. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fi.properties +2 -2
  270. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fr.properties +2 -2
  271. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fr_CA.properties +2 -2
  272. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hi.properties +2 -2
  273. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hr.properties +2 -2
  274. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hu.properties +2 -2
  275. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_id.properties +2 -2
  276. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_it.properties +2 -2
  277. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_iw.properties +2 -2
  278. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ja.properties +3 -3
  279. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_kk.properties +2 -2
  280. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ko.properties +2 -2
  281. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_lt.properties +2 -2
  282. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_lv.properties +2 -2
  283. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ms.properties +2 -2
  284. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_nl.properties +2 -2
  285. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_no.properties +2 -2
  286. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pl.properties +2 -2
  287. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pt.properties +2 -2
  288. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pt_PT.properties +2 -2
  289. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ro.properties +2 -2
  290. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ru.properties +2 -2
  291. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sh.properties +2 -2
  292. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sk.properties +2 -2
  293. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sl.properties +2 -2
  294. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sv.properties +2 -2
  295. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_th.properties +2 -2
  296. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_tr.properties +2 -2
  297. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_uk.properties +2 -2
  298. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_vi.properties +2 -2
  299. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_zh_CN.properties +2 -2
  300. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_zh_TW.properties +2 -2
  301. package/packages/sap.fe.macros/src/sap/fe/macros/microchart/fragments/MicroChartTitle.fragment.xml +21 -11
  302. package/packages/sap.fe.macros/src/sap/fe/macros/microchart/fragments/RadialMicroChart.fragment.xml +2 -1
  303. package/packages/sap.fe.macros/src/sap/fe/macros/resources.json +149 -110
  304. package/packages/sap.fe.macros/src/sap/fe/macros/table/Actions.fragment.xml +3 -0
  305. package/packages/sap.fe.macros/src/sap/fe/macros/table/ColumnContent.fragment.xml +70 -29
  306. package/packages/sap.fe.macros/src/sap/fe/macros/table/TableHelper-dbg.js +53 -36
  307. package/packages/sap.fe.macros/src/sap/fe/macros/table/TableHelper.js +1 -1
  308. package/packages/sap.fe.macros/src/sap/fe/macros/table/Utils-dbg.js +1 -1
  309. package/packages/sap.fe.macros/src/sap/fe/macros/table/Utils.js +1 -1
  310. package/packages/sap.fe.macros/src/sap/fe/macros/table/delegates/TableDelegate-dbg.js +3 -4
  311. package/packages/sap.fe.macros/src/sap/fe/macros/table/delegates/TableDelegate.js +1 -1
  312. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/api.json +2 -2
  313. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/apiref/api.json +1 -1
  314. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/codeassistance/Library.xmlmeta.json +1 -1
  315. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartDelegate.spec.js +844 -0
  316. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartDelegate.spec.ts +833 -0
  317. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartHelper.spec.js +495 -0
  318. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartHelper.spec.ts +440 -0
  319. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartUtils.spec.js +469 -0
  320. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartUtils.spec.ts +448 -0
  321. package/packages/sap.fe.macros/test/sap/fe/macros/jest/CommonUtils.spec.js +94 -0
  322. package/packages/sap.fe.macros/test/sap/fe/macros/jest/CommonUtils.spec.ts +70 -0
  323. package/packages/sap.fe.macros/test/sap/fe/macros/jest/DatapointMacro.spec.js +12 -1
  324. package/packages/sap.fe.macros/test/sap/fe/macros/jest/DatapointMacro.spec.ts +11 -0
  325. package/packages/sap.fe.macros/test/sap/fe/macros/jest/DelegateUtil.spec.js +61 -0
  326. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldHelper.spec.js +46 -0
  327. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldHelper.spec.ts +30 -0
  328. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldMacroDataFieldTypes.spec.js +13 -1
  329. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldMacroDataFieldTypes.spec.ts +11 -0
  330. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FormElement.spec.js +66 -0
  331. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FormElement.spec.ts +35 -0
  332. package/packages/sap.fe.macros/test/sap/fe/macros/jest/SimpleFieldMacro.spec.js +48 -1
  333. package/packages/sap.fe.macros/test/sap/fe/macros/jest/SimpleFieldMacro.spec.ts +56 -0
  334. package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableFieldLabel.spec.js +68 -0
  335. package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableFieldLabel.spec.ts +65 -0
  336. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/ChartDelegate.spec.ts.snap +82 -0
  337. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/DatapointMacro.spec.ts.snap +23 -5
  338. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FieldHelper.spec.ts.snap +47 -0
  339. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FieldMacroDataFieldTypes.spec.ts.snap +52 -3
  340. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FormElement.spec.ts.snap +25 -0
  341. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/QuickViewForm.spec.ts.snap +0 -3
  342. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/SimpleFieldMacro.spec.ts.snap +69 -0
  343. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/TableFieldLabel.spec.ts.snap +451 -0
  344. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/FieldHelper.xml +68 -0
  345. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/Table.cds +13 -1
  346. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/TableFieldLabel.cds +152 -0
  347. package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldRuntime.spec.js +116 -0
  348. package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldRuntime.spec.ts +115 -0
  349. package/packages/sap.fe.macros/test/sap/fe/macros/jest/form/FormElement.spec.js +86 -0
  350. package/packages/sap.fe.macros/test/sap/fe/macros/jest/form/FormElement.spec.ts +54 -0
  351. package/packages/sap.fe.macros/test/sap/fe/macros/jest/form/__snapshots__/FormElement.spec.ts.snap +33 -0
  352. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/Actions.spec.js +154 -0
  353. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/Actions.spec.ts +128 -0
  354. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/TableDelegate.spec.js +7 -2
  355. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/TableDelegate.spec.ts +23 -12
  356. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/__snapshots__/TableDelegate.spec.ts.snap +1 -1
  357. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/index.json +0 -5
  358. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FieldHelperTemplate.qunit.js +1 -1
  359. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FormElementTemplating.qunit.js +1 -1
  360. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/TableHelper.qunit.js +108 -1
  361. package/packages/sap.fe.navigation/src/sap/fe/navigation/.library +1 -1
  362. package/packages/sap.fe.navigation/src/sap/fe/navigation/.theming +1 -1
  363. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-dbg.js +1 -1
  364. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-h2-preload.js +2 -2
  365. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-preload.js +2 -2
  366. package/packages/sap.fe.navigation/src/sap/fe/navigation/library.js +1 -1
  367. package/packages/sap.fe.navigation/src/sap/fe/navigation/manifest.json +3 -3
  368. package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/api.json +1 -1
  369. package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/apiref/api.json +1 -1
  370. package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/codeassistance/Library.xmlmeta.json +1 -1
  371. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/.library +1 -1
  372. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/.theming +1 -1
  373. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-dbg.js +1 -1
  374. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-h2-preload.js +2 -2
  375. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-preload.js +4 -4
  376. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-preload.js.map +1 -1
  377. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library.js +1 -1
  378. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/manifest.json +3 -3
  379. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/resources.json +3 -3
  380. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/view/PlaceholderALP.fragment.html +1 -1
  381. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/view/PlaceholderOVP.fragment.html +1 -1
  382. package/packages/sap.fe.placeholder/test/sap/fe/placeholder/designtime/api.json +1 -1
  383. package/packages/sap.fe.placeholder/test/sap/fe/placeholder/designtime/apiref/api.json +1 -1
  384. package/packages/sap.fe.templates/src/sap/fe/templates/.library +1 -1
  385. package/packages/sap.fe.templates/src/sap/fe/templates/.theming +1 -1
  386. package/packages/sap.fe.templates/src/sap/fe/templates/AnalyticalListPage/manifest.json +2 -2
  387. package/packages/sap.fe.templates/src/sap/fe/templates/ListComponent-dbg.js +1 -1
  388. package/packages/sap.fe.templates/src/sap/fe/templates/ListComponent.js +1 -1
  389. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReport.view.xml +2 -2
  390. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReportController-dbg.controller.js +91 -60
  391. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReportController.controller.js +1 -1
  392. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/manifest.json +2 -2
  393. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/overrides/ViewState-dbg.js +31 -5
  394. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/overrides/ViewState.js +1 -1
  395. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/resources.json +5 -5
  396. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/AnnotationHelper-dbg.js +2 -2
  397. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/AnnotationHelper.js +1 -1
  398. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/Component-dbg.js +18 -1
  399. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/Component.js +1 -1
  400. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ObjectPageController-dbg.controller.js +114 -85
  401. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js +1 -1
  402. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/controls/StashableHBox-dbg.js +8 -0
  403. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/controls/StashableHBox.js +1 -1
  404. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/manifest.json +2 -2
  405. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/overrides/ViewState-dbg.js +23 -3
  406. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/overrides/ViewState.js +1 -1
  407. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/resources.json +15 -15
  408. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/templating/ObjectPageTemplating-dbg.js +6 -5
  409. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/templating/ObjectPageTemplating.js +1 -1
  410. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/templating/ObjectPageTemplating.ts +6 -4
  411. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/HeaderDataPointTitle.fragment.xml +26 -16
  412. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/ObjectPageHeaderForm.fragment.xml +5 -5
  413. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/Fcl-dbg.controller.js +63 -9
  414. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/Fcl.controller.js +1 -1
  415. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/NavContainer-dbg.controller.js +54 -32
  416. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/NavContainer.controller.js +1 -1
  417. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/RootContainerBaseController-dbg.js +24 -21
  418. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/RootContainerBaseController.js +1 -1
  419. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/view/Fcl.view.xml +2 -1
  420. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/view/NavContainer.view.xml +1 -1
  421. package/packages/sap.fe.templates/src/sap/fe/templates/controls/Table.fragment.xml +2 -0
  422. package/packages/sap.fe.templates/src/sap/fe/templates/library-dbg.js +1 -1
  423. package/packages/sap.fe.templates/src/sap/fe/templates/library-h2-preload.js +8 -9
  424. package/packages/sap.fe.templates/src/sap/fe/templates/library-h2-preload.js.map +1 -1
  425. package/packages/sap.fe.templates/src/sap/fe/templates/library-preload.js +23 -30
  426. package/packages/sap.fe.templates/src/sap/fe/templates/library-preload.js.map +4 -4
  427. package/packages/sap.fe.templates/src/sap/fe/templates/library.js +1 -1
  428. package/packages/sap.fe.templates/src/sap/fe/templates/manifest.json +13 -13
  429. package/packages/sap.fe.templates/src/sap/fe/templates/resources.json +51 -60
  430. package/packages/sap.fe.templates/test/sap/fe/templates/demokit/apps/itelo/webapp/manifest.json +1 -1
  431. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/api.json +1 -1
  432. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/apiref/api.json +1 -1
  433. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/codeassistance/Library.xmlmeta.json +1 -1
  434. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/HeaderFacet.spec.js +95 -0
  435. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/HeaderFacet.spec.ts +66 -0
  436. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/ObjectPageHeaderForm.spec.js +134 -0
  437. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/ObjectPageHeaderForm.spec.ts +94 -0
  438. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/__snapshots__/HeaderFacet.spec.ts.snap +61 -0
  439. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/__snapshots__/ObjectPageHeaderForm.spec.ts.snap +53 -0
  440. package/packages/sap.fe.test/src/sap/fe/test/.library +1 -1
  441. package/packages/sap.fe.test/src/sap/fe/test/.theming +1 -1
  442. package/packages/sap.fe.test/src/sap/fe/test/FCLView-dbg.js +0 -6
  443. package/packages/sap.fe.test/src/sap/fe/test/FCLView.js +1 -1
  444. package/packages/sap.fe.test/src/sap/fe/test/Flexibility-dbg.js +14 -3
  445. package/packages/sap.fe.test/src/sap/fe/test/Flexibility.js +1 -1
  446. package/packages/sap.fe.test/src/sap/fe/test/JestTemplatingHelper-dbg.js +85 -8
  447. package/packages/sap.fe.test/src/sap/fe/test/JestTemplatingHelper.js +1 -1
  448. package/packages/sap.fe.test/src/sap/fe/test/JestTemplatingHelper.ts +54 -2
  449. package/packages/sap.fe.test/src/sap/fe/test/ListReport-dbg.js +0 -11
  450. package/packages/sap.fe.test/src/sap/fe/test/ListReport.js +1 -1
  451. package/packages/sap.fe.test/src/sap/fe/test/ObjectPage-dbg.js +0 -38
  452. package/packages/sap.fe.test/src/sap/fe/test/ObjectPage.js +1 -1
  453. package/packages/sap.fe.test/src/sap/fe/test/TemplatePage-dbg.js +0 -12
  454. package/packages/sap.fe.test/src/sap/fe/test/TemplatePage.js +1 -1
  455. package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper-dbg.js +22 -1
  456. package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper.js +1 -1
  457. package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper.ts +14 -0
  458. package/packages/sap.fe.test/src/sap/fe/test/api/BaseAPI-dbg.js +21 -0
  459. package/packages/sap.fe.test/src/sap/fe/test/api/DialogAPI-dbg.js +9 -5
  460. package/packages/sap.fe.test/src/sap/fe/test/api/DialogAPI.js +1 -1
  461. package/packages/sap.fe.test/src/sap/fe/test/api/DialogActions-dbg.js +18 -5
  462. package/packages/sap.fe.test/src/sap/fe/test/api/DialogActions.js +1 -1
  463. package/packages/sap.fe.test/src/sap/fe/test/api/DialogAssertions-dbg.js +25 -5
  464. package/packages/sap.fe.test/src/sap/fe/test/api/DialogAssertions.js +1 -1
  465. package/packages/sap.fe.test/src/sap/fe/test/api/EditState-dbg.js +9 -0
  466. package/packages/sap.fe.test/src/sap/fe/test/api/EditState.js +1 -1
  467. package/packages/sap.fe.test/src/sap/fe/test/api/FilterBarActions-dbg.js +38 -4
  468. package/packages/sap.fe.test/src/sap/fe/test/api/FilterBarActions.js +1 -1
  469. package/packages/sap.fe.test/src/sap/fe/test/api/FormAssertions-dbg.js +33 -4
  470. package/packages/sap.fe.test/src/sap/fe/test/api/FormAssertions.js +1 -1
  471. package/packages/sap.fe.test/src/sap/fe/test/api/TableActions-dbg.js +1 -1
  472. package/packages/sap.fe.test/src/sap/fe/test/library-dbg.js +1 -1
  473. package/packages/sap.fe.test/src/sap/fe/test/library-h2-preload.js +3 -3
  474. package/packages/sap.fe.test/src/sap/fe/test/library-preload.js +23 -16
  475. package/packages/sap.fe.test/src/sap/fe/test/library-preload.js.map +3 -3
  476. package/packages/sap.fe.test/src/sap/fe/test/library.js +1 -1
  477. package/packages/sap.fe.test/src/sap/fe/test/manifest.json +3 -3
  478. package/packages/sap.fe.test/src/sap/fe/test/resources.json +36 -34
  479. package/packages/sap.fe.test/test/sap/fe/test/designtime/api.json +1 -1
  480. package/packages/sap.fe.test/test/sap/fe/test/designtime/apiref/api.json +1 -1
  481. package/packages/sap.fe.test/test/sap/fe/test/designtime/codeassistance/Library.jsmeta.json +1 -1
  482. package/packages/sap.fe.test/test/sap/fe/test/designtime/codeassistance/Library.xmlmeta.json +1 -1
  483. package/packages/sap.fe.common/test/sap/fe/common/relnotes/changes-1.96.json +0 -49
  484. package/packages/sap.fe.core/test/sap/fe/core/relnotes/changes-1.96.json +0 -189
  485. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FieldRuntime.qunit.js +0 -73
  486. package/packages/sap.fe.macros/test/sap/fe/macros/relnotes/changes-1.96.json +0 -160
  487. package/packages/sap.fe.placeholder/test/sap/fe/placeholder/relnote/changes-1.96.json +0 -17
  488. package/packages/sap.fe.templates/src/sap/fe/templates/controls/OverflowToolbarButtonHover-dbg.js +0 -26
  489. package/packages/sap.fe.templates/src/sap/fe/templates/controls/OverflowToolbarButtonHover.js +0 -6
  490. package/packages/sap.fe.templates/test/sap/fe/templates/relnotes/changes-1.96.json +0 -153
@@ -1 +1 @@
1
- {"!name":"sap.fe.test","!version":"1.21.1","!define":{"sap.fe.test.api.FormAPI":{"!constructorDescription":"Constructs a new FormAPI instance.","!module":"sap/fe/test/api/FormAPI","!proto":"sap.ui.base.Object","!category":"class"},"sap.fe.test.api.DialogCreateActions":{"!constructorDescription":"Constructs a new DialogCreateActions instance.","!module":"sap/fe/test/api/DialogCreateActions","iExecuteCreate":{"!description":"Executes the <code>Create<\/code> action on the create dialog.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.fe.test.api.DialogActions","!category":"class"},"sap.fe.test.api.FormActions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FormActions"},"sap.fe.test.api.HeaderActionsLR_obj":{"!type":"fn()","prototype":"sap.fe.test.api.HeaderActionsLR"},"sap.fe.test.api.TableAssertions":{"iCheckQuickFilter":{"!description":"Checks the quick filter action of the table.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the control"}},"iCheckCreationRow":{"!description":"Checks the state of the CreationRow button in the table.","!static":false,"!category":"function","!type":"fn(mRowValues?: Object, mState?: Object) -> Object","parameters":{"mRowValues":"type: object, description: Defines the expected row values. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code>","mState":"type: object, description: Defines the expected state of the target row"}},"iCheckQuickFilterItems":{"!description":"Checks the number of items in the quick-filter menu.","!static":false,"!category":"function","!type":"fn(iExpectedNumberOfItems: Number) -> Object","parameters":{"iExpectedNumberOfItems":"type: number, description: The expected number of quick-filter items"}},"iCheckAction":{"!description":"Checks the state of a table action.","!static":false,"!category":"function","!type":"fn(vActionIdentifier: String | sap.fe.test.api.ActionIdentifier, mState?: Object) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of the action, or its label","mState":"type: object, description: Defines the expected state of the button"}},"iCheckFullScreen":{"!description":"Checks the <code>Fullscreen<\/code> action of the table.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"!proto":"sap.fe.test.api.TableAPI","!category":"class","iCheckRows":{"!description":"Checks the rows of a table. If <code>mRowValues<\/code> is provided, only rows with the corresponding values are considered. If <code>iNumberOfRows<\/code> is provided, the number of rows are checked with respect to the provided <code>mRowValues<\/code> (if set) or in total. If <code>iNumberOfRows<\/code> is omitted, it checks for at least one matching row. If <code>mState<\/code> is provided, the row must be in the given state.","!static":false,"!category":"function","!type":"fn(mRowValues?: Object, iExpectedNumberOfRows?: Number, mState?: Object, vEmptyColumns?: Array) -> Object","parameters":{"iExpectedNumberOfRows":"type: number, description: The expected number of rows considering <code>mRowValues<\/code> and <code>mRowState<\/code>","vEmptyColumns":"type: Array, description: Defines the expected empty columns","mRowValues":"type: object, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code>","mState":"type: object, description: Defines the expected state of the target row"}},"iCheckDelete":{"!description":"Checks the <code>Delete<\/code> action of the table.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckMenuAction":{"!description":"Checks an action in the drop-down menu that is currently open.","!static":false,"!category":"function","!type":"fn(vAction: Object | String) -> Object","parameters":{"vAction":"type: object|string, description: The label of the action, or its state"}},"!constructorDescription":"Constructs a new TableAssertions instance.","iCheckColumnAdaptation":{"!description":"Checks whether the adaptation button is available for the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iCheckColumnSorting":{"!description":"Checks whether the sort button is available for the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iCheckAdaptationColumn":{"!description":"Checks a field in the adaptation dialog.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, mState?: Object) -> Object","parameters":{"vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the column, or its label","mState":"type: object, description: Defines the expected state of the field control in the adaptation dialog"}},"iCheckExport":{"!description":"Checks whether the export button is available for the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iCheckCells":{"!description":"Checks the state of the cells of a table.","!static":false,"!category":"function","!type":"fn(vRowValues?: Object | Number, mColumnStateMap: Object) -> Object","parameters":{"mColumnStateMap":"type: object, description: A map of columns and their state. The map looks like <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: {\n\t\t\theader: \"My header\"\n\t\t}\n\t}\n<\/pre><\/code>","vRowValues":"type: object|number, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code> Alternatively, the 0-based row index can be used."}},"iCheckSearchField":{"!description":"Checks the search field in the table toolbar. If the <code>sSearchText<\/code> parameter is <code>undefined<\/code>, the search text is not validated.","!static":false,"!category":"function","!type":"fn(sSearchText?: String, mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the search field","sSearchText":"type: string, description: The expected text in the search field"}},"iCheckCreate":{"!description":"Checks the <code>Create<\/code> action of the table.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckFilterField":{"!description":"Checks a filter field in the filter dialog.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, mState?: Object) -> Object","parameters":{"vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the field, or its label","mState":"type: object, description: Defines the expected state of the field control in the filter dialog"}},"iCheckState":{"!description":"Checks the state of the table.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the table"}},"iCheckSortOrder":{"!description":"Checks a field in the sorting dialog.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, sSortOrder?: sap.ui.core.SortOrder, bCheckPersonalization?: Boolean) -> Object","parameters":{"bCheckPersonalization":"type: boolean, description: Defines if the order is checked via sorting dialog, or via the column itself","vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the column, or its label","sSortOrder":"type: sap.ui.core.SortOrder, description: The sort order of the column, default is {@link sap.ui.core.SortOrder.Ascending}"}},"iCheckPaste":{"!description":"Checks the <code>Paste<\/code> action of the table.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckColumnAdaptationDialog":{"!description":"Checks whether the column adaptation dialog is open.","!static":false,"!category":"function","!type":"fn() -> Object"},"iCheckMessageStrip":{"!description":"Checks a messageStrip on a table.","!static":false,"!category":"function","!type":"fn(mProperty?: Object) -> Object","parameters":{"mProperty":"type: object, description: Defines the expected properties of the messageStrip in the table"}},"!module":"sap/fe/test/api/TableAssertions","iCheckColumnFiltering":{"!description":"Checks whether the filter button is available for the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iCheckColumns":{"!description":"Checks the state of the columns of the table.","!static":false,"!category":"function","!type":"fn(iExpectedNumberOfColumns?: Number, mColumnStateMap?: Object) -> Object","parameters":{"iExpectedNumberOfColumns":"type: number, description: The expected number of columns","mColumnStateMap":"type: object, description: A map of columns and their expected state. The map looks like <code><pre>\n\t{\n\t\t&lt;columnName | columnLabel | columnIndex>: {\n\t\t\theader: \"My header\"\n\t\t}\n\t}\n<\/pre><\/code>"}}},"sap.fe.test.api.HeaderActionsLR":{"!constructorDescription":"Constructs a new HeaderActionsLR instance.","!module":"sap/fe/test/api/HeaderActionsLR","!proto":"sap.ui.base.Object","!category":"class","iExecuteAction":{"!description":"Executes an action in the header toolbar of a list report.","!static":false,"!category":"function","!type":"fn(vActionIdentifier?: String | sap.fe.test.api.ActionIdentifier) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of the action"}},"iExecuteSaveAsTile":{"!description":"Executes the <code>Save as Tile<\/code> action.","!static":false,"!category":"function","!type":"fn(sBookmarkTitle: String) -> Object","parameters":{"sBookmarkTitle":"type: string, description: The title of the new tile"}},"iExecuteSendEmail":{"!description":"Executes the <code>Send E-Mail<\/code> action.","!static":false,"!category":"function","!type":"fn() -> Object"}},"sap.fe.test.api.FormAssertions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FormAssertions"},"sap.fe.test.JourneyRunner":{"!description":"A JourneyRunner for executing integration tests with given settings.","getMetadata":{"!description":"Returns a metadata object for class sap.fe.test.JourneyRunner.","!static":true,"!category":"function","!type":"fn() -> sap.ui.base.Metadata"},"!proto":"sap.ui.base.Object","!category":"class","run":{"!description":"Static function to run the default runner with given parameters. Shortcut for <pre>JourneyRunner.getDefaultRunner().run(mSettings, Journey1, Journey2, ...)<\/pre> See {@link sap.fe.test.JourneyRunner#run} for parameter details.","!static":true,"!category":"function","!type":"fn(mSettings: Object, vJourneys: [Array<function()> | String])"},"extend":{"!description":"Creates a new subclass of class sap.fe.test.JourneyRunner with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"getBaseAssertions":{"!description":"Returns the base assertions instance to be used for {@link sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig} <code>assertions<\/code> setting.\n\nThis function is only used if <code>assertions<\/code> is not defined via the runner settings. It is meant to be overridden by a custom JourneyRunner implementation to provide custom base assertions.\n\nBy default, an instance of {@link sap.fe.test.BaseAssertions} will be returned.","!static":false,"!category":"function","!type":"fn(mSettings: Object) -> sap.ui.test.Opa","parameters":{"mSettings":"type: object, description: The settings object of the runner instance"}},"getBaseActions":{"!description":"Returns the base action instance to be used for {@link sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig} <code>actions<\/code> setting.\n\nThis function is only used if <code>actions<\/code> is not defined via the runner settings. It is meant to be overridden by a custom JourneyRunner implementation to provide custom base actions.\n\nBy default, an instance of {@link sap.fe.test.BaseActions} will be returned.","!static":false,"!category":"function","!type":"fn(mSettings: Object) -> sap.ui.test.Opa","parameters":{"mSettings":"type: object, description: The settings object of the runner instance"}},"!constructorDescription":"Constructs a new JourneyRunner instance.","!module":"sap/fe/test/JourneyRunner","!helpDescription":"A JourneyRunner for executing integration tests with given settings.","getBaseArrangements":{"!description":"Returns the base arrangements instance to be used for {@link sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig} <code>arrangements<\/code> setting.\n\nThis function is only used if <code>arrangements<\/code> is not defined via the runner settings. It is meant to be overridden by a custom JourneyRunner implementation to provide custom base assertions.\n\nBy default, an instance of {@link sap.fe.test.BaseArrangements} will be returned.","!static":false,"!category":"function","!type":"fn(mSettings: Object) -> sap.ui.test.Opa","parameters":{"mSettings":"type: object, description: The settings object of the runner instance"}},"setDefaultRunner":{"!description":"Sets the global journey runner instance.","!static":true,"!category":"function","!type":"fn(oDefaultRunner: sap.fe.test.JourneyRunner)","parameters":{"oDefaultRunner":"type: sap.fe.test.JourneyRunner, description: Defines the global default {@link sap.fe.test.JourneyRunner} instance"}},"getDefaultRunner":{"!description":"Gets the global journey runner instance.","!static":true,"!category":"function","!type":"fn() -> Object"}},"sap.fe":{"test":"sap.fe.test","!category":"namespace"},"sap.fe.test.api.FooterAssertionsBase":{"!constructorDescription":"Constructs a new FooterAssertionsBase instance.","iCheckState":{"!description":"Checks the state of the footer bar.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the footer bar"}},"!module":"sap/fe/test/api/FooterAssertionsBase","iCheckAction":{"!description":"Checks the state of an action in the footer bar.","!static":false,"!category":"function","!type":"fn(vActionIdentifier: String | sap.fe.test.api.ActionIdentifier, mState?: Object) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of an action","mState":"type: object, description: Defines the expected state of the button"}},"!proto":"sap.ui.base.Object","!category":"class"},"sap.fe.test.api.DialogValueHelpActions":{"iRemoveCondition":{"!description":"Removes an existing condition.","!static":false,"!category":"function","!type":"fn(iConditionIndex?: Number) -> Object","parameters":{"iConditionIndex":"type: number, description: The index of the condition to be removed. If not set, the index 0 is used"}},"iExecuteShowHideFilters":{"!description":"Clicks the <code>Hide/Show Filters<\/code> button.","!static":false,"!category":"function","!type":"fn() -> Object"},"iResetSearchField":{"!description":"Resets the search field value.","!static":false,"!category":"function","!type":"fn() -> Object"},"iExecuteSearch":{"!description":"Starts the search.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.fe.test.api.DialogActions","iGoToDefineConditions":{"!description":"Navigates to the <code>Define Conditions<\/code> tab.","!static":false,"!category":"function","!type":"fn() -> Object"},"!category":"class","iChangeFilterField":{"!description":"Changes the value of a filter field.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FilterFieldIdentifier, vValue?: String, bClearFirst?: Boolean) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the filter field","vValue":"type: string, description: The new target value.","bClearFirst":"type: boolean, description: Set to <code>true<\/code> to clear previously set filters, otherwise all previously set values will be kept"}},"iChangeCondition":{"!description":"Changes an existing condition.","!static":false,"!category":"function","!type":"fn(sOperator: String, vValues: [String | String], iConditionIndex?: Number) -> Object","parameters":{"vValues":"type: string|string[], description: The values to be set. If the operator requires more than one value like BT (between) an array with the two entries is expected","iConditionIndex":"type: number, description: The index of the condition to be altered. If not set, the index 0 is used","sOperator":"type: string, description: The condition operator, like EQ, BT, LT, GT (see also {@link sap.ui.model.filter.FilterOperator})"}},"!constructorDescription":"Constructs a new DialogValueHelpActions instance.","iChangeSearchField":{"!description":"Changes the value of the search field.","!static":false,"!category":"function","!type":"fn(sSearchText?: String) -> Object","parameters":{"sSearchText":"type: string, description: The new search value."}},"!module":"sap/fe/test/api/DialogValueHelpActions","iSelectRows":{"!description":"Selects the specified rows.","!static":false,"!category":"function","!type":"fn(vRowValues?: Object | Number, mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the row","vRowValues":"type: object|number, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code> Alternatively, the 0-based row index can be used."}},"iAddCondition":{"!description":"Adds a new condition.","!static":false,"!category":"function","!type":"fn(sOperator: String, vValues: [String | String]) -> Object","parameters":{"vValues":"type: string|string[], description: The values to be set. If the operator requires more than one value, like BT (between), an array with the two entries is expected","sOperator":"type: string, description: The condition operator, like EQ, BT, LT, GT (see also {@link sap.ui.model.filter.FilterOperator})"}},"iGoToSearchAndSelect":{"!description":"Navigates to the <code>Search and Select<\/code> tab.","!static":false,"!category":"function","!type":"fn() -> Object"}},"sap.fe.test.api.HeaderAssertionsLR_obj":{"!type":"fn()","prototype":"sap.fe.test.api.HeaderAssertionsLR"},"sap.fe.test.BaseAssertions":{"!description":"All common assertions (<code>Then<\/code>) for all Opa tests are defined here.","extend":{"!description":"Creates a new subclass of class sap.fe.test.BaseAssertions with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.test.Opa5.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"getMetadata":{"!description":"Returns a metadata object for class sap.fe.test.BaseAssertions.","!static":true,"!category":"function","!type":"fn() -> sap.ui.base.Metadata"},"!constructorDescription":"Constructs a new {@link sap.fe.test.Opa5} instance.","!module":"sap/fe/test/BaseAssertions","!helpDescription":"All common assertions (<code>Then<\/code>) for all Opa tests are defined here.","iSeeMessageToast":{"!description":"Checks whether a {@link sap.m.MessageToast} with the given text is shown.","!static":false,"!category":"function","!type":"fn(sText: String) -> Object","parameters":{"sText":"type: string, description: The text shown in the MessageToast"}},"iSeeMessagePage":{"!description":"Checks whether a {@link sap.m.MessagePage} with given message is shown.","!static":false,"!category":"function","!type":"fn(sMessage: String) -> Object","parameters":{"sMessage":"type: string, description: The message shown on the message page"}},"!proto":"sap.ui.test.Opa5","!category":"class"},"sap.fe.test.api.TableAPI":{"columnSorting":{"!description":"Helper method to sort columns fields. If no actions are given, this function can be used for checking only. During execution it checks for an already open sorting dialog. If it does not exist, it is opened before the check/interaction of the columns, and closed/confirmed directly afterwards.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, mState?: Object, vActions?: fn() | Array | sap.ui.test.actions.Action, sDescription: String) -> Object","parameters":{"vActions":"type: function|Array|sap.ui.test.actions.Action, description: The actions to be executed on found adaptation field","sDescription":"type: string, description: The description of the check or adaptation","vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the column","mState":"type: object, description: Defines the state of the adaptation column"}},"iOpenColumnAdaptation":{"!description":"Opens the column adaptation dialog of the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iOpenColumnSorting":{"!description":"Opens the sorting dialog of the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iOpenFilterDialog":{"!description":"Opens the filtering dialog of the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.ui.base.Object","!category":"class","iConfirmFilterDialog":{"!description":"Confirms and closes the filtering dialog of the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iConfirmColumnSorting":{"!description":"Confirms and closes the sorting dialog of the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"personalization":{"!description":"Helper method to personalize table, either adapt columns or filter. If no actions are given, this function can be used for checking only. During execution it checks for an already open dialog. If it does not exist, it is opened before the check/interaction of the columns, and closed/confirmed directly afterwards.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, mState?: Object, vActions?: fn() | Array | sap.ui.test.actions.Action, sDescription: String, oDialogBuilder: sap.ui.test.OpaBuilder, fnOpenDialog: fn(), fnCloseDialog: fn()) -> Object","parameters":{"fnOpenDialog":"type: function, description: A callback for opening the dialog","vActions":"type: function|Array|sap.ui.test.actions.Action, description: The actions to be executed on found field","sDescription":"type: string, description: The description of the check or adaptation","vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The field identifier","mState":"type: object, description: The state of the personalization field. The following states are supported: <code><pre>\n\t{\n\t\tselected: true|false\n\t}\n<\/pre><\/code>","oDialogBuilder":"type: sap.ui.test.OpaBuilder, description: The dialog builder","fnCloseDialog":"type: function, description: A callback for closing the dialog"}},"!constructorDescription":"Constructs a new TableAPI instance.","iConfirmColumnAdaptation":{"!description":"Confirms and closes the adaptation dialog of the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"!module":"sap/fe/test/api/TableAPI","sortingPersonalization":{"!description":"Helper method to adapt the sorting of a table. If no actions are given, this function can be used for checking only. During execution it checks for an already open dialog. If it does not exist, it is opened before the check/interaction of the columns, and closed/confirmed directly afterwards.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, mState?: Object, vActions?: fn() | Array | sap.ui.test.actions.Action, sDescription: String, oDialogBuilder: sap.ui.test.OpaBuilder, fnOpenDialog: fn(), fnCloseDialog: fn()) -> Object","parameters":{"fnOpenDialog":"type: function, description: A callback for opening the dialog","vActions":"type: function|Array|sap.ui.test.actions.Action, description: The actions to be executed on found field","sDescription":"type: string, description: The description of the check or adaptation","vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The field identifier","mState":"type: object, description: The state of the personalization field. The following states are supported: <code><pre>\n\t{\n\t\tsortOrder: SortOrder.Ascending|SortOrder.Descending|SortOrder.None\n\t}\n<\/pre><\/code>","oDialogBuilder":"type: sap.ui.test.OpaBuilder, description: The dialog builder","fnCloseDialog":"type: function, description: A callback for closing the dialog"}},"columnAdaptation":{"!description":"Helper method to adapt columns fields. If no actions are given, this function can be used for checking only. During execution it checks for an already open adaptation dialog. If it does not exist, it is opened before the check/interaction of the columns, and closed/confirmed directly afterwards.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, mState?: Object, vActions?: fn() | Array | sap.ui.test.actions.Action, sDescription: String) -> Object","parameters":{"vActions":"type: function|Array|sap.ui.test.actions.Action, description: The actions to be executed on found adaptation field","sDescription":"type: string, description: The description of the check or adaptation","vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the column","mState":"type: object, description: Defines the state of the adaptation column"}}},"sap.fe.test.api.FilterBarAPI":{"filterFieldAdaptation":{"!description":"Helper method to adapt filter fields. If no actions are given, this function can be used for checking only. During execution it checks for an already open adaptation popover. If it does not exist, it is opened before the check/interaction of the filter fields, and closed directly afterwards.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FilterFieldIdentifier, mState?: Object, vActions?: fn() | Array | sap.ui.test.actions.Action, sDescription: String) -> Object","parameters":{"vActions":"type: function|Array|sap.ui.test.actions.Action, description: The actions to be executed on found adaptation field","sDescription":"type: string, description: The description of the check or adaptation","vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the field","mState":"type: object, description: Defines the expected state of the adaptation filter field"}},"iOpenFilterAdaptation":{"!description":"Opens the filter bar adaptation. It can be used in an action chain as well as in an assertion chain.","!static":false,"!category":"function","!type":"fn() -> Object"},"!constructorDescription":"Constructs a new FilterBarAPI instance.","!module":"sap/fe/test/api/FilterBarAPI","iConfirmFilterAdaptation":{"!description":"Confirms the filter bar adaptation. It can be used in an action chain as well as in an assertion chain.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.ui.base.Object","!category":"class","createFilterFieldBuilder":{"!description":"Retrieve a filter field by its identifier.","!static":true,"!category":"function","!type":"fn(oFilterBarBuilder: sap.fe.test.builder.FilterBarBuilder, vFieldIdentifier: String | sap.fe.test.api.FilterFieldIdentifier, mState: undefined) -> sap.fe.test.builder.FilterFieldBuilder","parameters":{"oFilterBarBuilder":"type: sap.fe.test.builder.FilterBarBuilder, description: The builder of the filter bar to which the field belongs","vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the field in the filter bar","mState":"type: undefined, description: undefined"}}},"sap.fe.test.api.FilterBarAssertions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FilterBarAssertions"},"sap.fe.test.api.FooterAssertionsOP":{"iCheckCancel":{"!description":"Checks the state of the Cancel action in the footer bar.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"!constructorDescription":"Constructs a new FooterAssertionsOP instance.","!module":"sap/fe/test/api/FooterAssertionsOP","!proto":"sap.fe.test.api.FooterAssertionsBase","iCheckDraftStateSaved":{"!description":"Checks for draft state 'Saved' in the footer bar.","!static":false,"!category":"function","!type":"fn() -> Object"},"!category":"class","iCheckDraftStateClear":{"!description":"Checks for draft state 'Clear' in the footer bar.","!static":false,"!category":"function","!type":"fn() -> Object"},"iCheckApply":{"!description":"Checks the state of the Apply action in the footer bar.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckSave":{"!description":"Checks the state of the Save or Create action in the footer bar.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}}},"sap.fe.test.ObjectPage.actions":{"!description":"ObjectPage actions","!module":"sap/fe/test/ObjectPage","!helpDescription":"ObjectPage actions","onHeader":{"!description":"Returns a {@link sap.fe.test.api.HeaderActions} instance.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.HeaderActions"},"iGoToSection":{"!description":"Navigates to or focuses on the defined section.","!static":"true","!category":"function","!type":"fn(vSectionIdentifier: String | sap.fe.test.api.SectionIdentifier) -> Object"},"onFooter":{"!description":"Returns a {@link sap.fe.test.api.FooterActionsOP} instance.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.FooterActionsOP"},"onTable":{"!description":"Returns a {@link sap.fe.test.api.TableActions} instance for the specified table.","!static":"true","!category":"function","!type":"fn(vTableIdentifier: String | sap.fe.test.api.TableIdentifier) -> sap.fe.test.api.TableActions"},"!category":"namespace","onForm":{"!description":"Returns a {@link sap.fe.test.api.FormActions} instance.","!static":"true","!category":"function","!type":"fn(vFormIdentifier: sap.fe.test.api.FormIdentifier | String) -> sap.fe.test.api.FormActions"},"iCollapseExpandPageHeader":{"!description":"Collapses or expands the page header.","!static":"true","!category":"function","!type":"fn(bCollapse?: Boolean) -> Object"}},"sap.fe.test.api.EditState":{"!description":"Enum for supported editing states.","All":{"!description":"All","!category":"enum","!type":"String"},"OwnDraft":{"!description":"Own Draft","!category":"enum","!type":"String"},"Locked":{"!description":"Locked by Another User","!category":"enum","!type":"String"},"!module":"sap/fe/test/api/EditState","!category":"static class","UnsavedChanges":{"!description":"Unsaved Changes by Another User","!category":"enum","!type":"String"},"Unchanged":{"!description":"Unchanged","!category":"enum","!type":"String"}},"sap.fe.test.api.HeaderActions":{"iNavigateByBreadcrumb":{"!description":"Navigates by using a breadcrumb link on an object page.","!static":false,"!category":"function","!type":"fn(sLink: String) -> Object","parameters":{"sLink":"type: string, description: The label of the link to be navigated to"}},"iExecutePaginatorUp":{"!description":"Navigates to the previous sub-object page.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.ui.base.Object","iExecuteDelete":{"!description":"Executes the Delete action in the header toolbar of an object page.","!static":false,"!category":"function","!type":"fn() -> Object"},"!category":"class","iExecuteAction":{"!description":"Executes an action in the header toolbar of an object page.","!static":false,"!category":"function","!type":"fn(vActionIdentifier: String | sap.fe.test.api.ActionIdentifier) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of the action"}},"iExecuteEdit":{"!description":"Executes the Edit action in the header toolbar of an object page.","!static":false,"!category":"function","!type":"fn() -> Object"},"iExecuteSendEmail":{"!description":"Executes the <code>Send E-Mail<\/code> action.","!static":false,"!category":"function","!type":"fn() -> Object"},"!constructorDescription":"Constructs a new HeaderActions instance.","!module":"sap/fe/test/api/HeaderActions","iClickLink":{"!description":"Clicks a link within the object page header.\n\nTODO this function will not made public as it is, it needs some refactoring to behave similar to the FormActions#iClickLink function.","!static":false,"!category":"function","!type":"fn(vLinkIdentifier: String) -> Object","parameters":{"vLinkIdentifier":"type: string, description: The label of the link to be clicked (TODO it actually must be the link text with the current implementation)"}},"iExecuteMenuAction":{"!description":"Executes an action in the drop-down menu that is currently open.","!static":false,"!category":"function","!type":"fn(vAction: String | Object) -> Object","parameters":{"vAction":"type: string|object, description: The label of the action or its state"}},"iExecuteRelatedApps":{"!description":"Executes the Related Apps action in the header toolbar of an object page.","!static":false,"!category":"function","!type":"fn() -> Object"},"iExecutePaginatorDown":{"!description":"Navigates to the next sub-object page.","!static":false,"!category":"function","!type":"fn() -> Object"},"iExecuteSaveAsTile":{"!description":"Executes the <code>Save as Tile<\/code> action.","!static":false,"!category":"function","!type":"fn(sBookmarkTitle: String) -> Object","parameters":{"sBookmarkTitle":"type: string, description: The title of the new tile"}}},"sap.fe.test":{"!description":"Test library for SAP Fiori elements","BaseArrangements":"sap.fe.test.BaseArrangements_obj","ObjectPage":"sap.fe.test.ObjectPage_obj","!category":"namespace","JourneyRunner":"sap.fe.test.JourneyRunner_obj","Shell":"sap.fe.test.Shell_obj","TemplatePage":"sap.fe.test.TemplatePage_obj","!module":"sap/fe/test/library","BaseAssertions":"sap.fe.test.BaseAssertions_obj","!helpDescription":"Test library for SAP Fiori elements","ListReport":"sap.fe.test.ListReport_obj","BaseActions":"sap.fe.test.BaseActions_obj","assertions":"sap.fe.test.TemplatePage.assertions","api":"sap.fe.test.api","actions":"sap.fe.test.TemplatePage.actions"},"sap.fe.test.TemplatePage.assertions":{"!description":"Assertions that are available to all template pages used in SAP Fiori elements.","onCreateDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Create })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogCreateAssertions"},"!module":"sap/fe/test/TemplatePage","onMessageDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Message })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogMessageAssertions"},"!helpDescription":"Assertions that are available to all template pages used in SAP Fiori elements.","onActionDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Action })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogAssertions"},"onConfirmationDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Confirmation })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogAssertions"},"iSeeThisPage":{"!description":"Confirms the visibility of the current page.","!static":"true","!category":"function","!type":"fn() -> Object"},"onDialog":{"!description":"Returns a {@link sap.fe.test.api.DialogAssertions} instance.","!static":"true","!category":"function","!type":"fn(vDialogIdentifier: String | sap.fe.test.api.DialogIdentifier) -> sap.fe.test.api.DialogAssertions"},"!category":"namespace","onErrorDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Error })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogAssertions"},"onValueHelpDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.ValueHelp })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogValueHelpAssertions"}},"sap.fe.test.api.TableAssertions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.TableAssertions"},"sap.fe.test.api.TableActions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.TableActions"},"sap.fe.test.api.DialogType":{"!description":"Enum for supported dialog types.","Action":{"!description":"A default dialog for action parameters","!category":"enum","!type":"String"},"!module":"sap/fe/test/api/DialogType","Message":{"!description":"A message dialog for showing back-end messages","!category":"enum","!type":"String"},"Create":{"!description":"A dialog used for creating a new object","!category":"enum","!type":"String"},"Error":{"!description":"A dialog used for showing an error message","!category":"enum","!type":"String"},"!category":"static class","ValueHelp":{"!description":"A ValueHelp dialog that has a condition definition panel or a filterable selection table","!category":"enum","!type":"String"},"Confirmation":{"!description":"A simple dialog supporting base checks and actions such as 'Confirm' and 'Cancel'","!category":"enum","!type":"String"}},"sap.fe.test.api.HeaderAssertionsLR":{"!constructorDescription":"Constructs a new HeaderAssertionsLR instance.","iCheckSendEmail":{"!description":"Checks the <code>Send Email<\/code> action.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"!module":"sap/fe/test/api/HeaderAssertionsLR","iCheckAction":{"!description":"Checks an action of the header toolbar.","!static":false,"!category":"function","!type":"fn(vActionIdentifier?: String | sap.fe.test.api.ActionIdentifier, mState?: Object) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of the action, or its label","mState":"type: object, description: Defines the expected state of the button"}},"iCheckSaveAsTile":{"!description":"Checks the <code>Save as Tile<\/code> action.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"!proto":"sap.ui.base.Object","!category":"class"},"sap.fe.test.api.FormAssertions":{"!constructorDescription":"Constructs a new FormAssertions instance.","iCheckState":{"!description":"Checks the state of the form.","!static":false,"!category":"function","!type":"fn(mState: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the form"}},"!module":"sap/fe/test/api/FormAssertions","iCheckAction":{"!description":"Checks the state of an action in a subsection.","!static":false,"!category":"function","!type":"fn(vActionIdentifier: String | sap.fe.test.api.ActionIdentifier, mState?: Object) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of an action","mState":"type: object, description: Defines the expected state of the button"}},"iCheckLink":{"!description":"Checks the field is a link with the given text and state.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FieldIdentifier, sText?: String, mState?: Object) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FieldIdentifier, description: The identifier of the field","sText":"type: string, description: The link text","mState":"type: object, description: Defines the expected state of the field"}},"!proto":"sap.fe.test.api.FormAPI","iCheckShowLess":{"!description":"Checks the Show Less action of a form in a subsection.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"!category":"class","iCheckField":{"!description":"Checks the content and state of a field within a form.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FieldIdentifier, vValue?: String | Array | Object, mState?: Object) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FieldIdentifier, description: The identifier of the field","mState":"type: object, description: Defines the expected state of the field","vValue":"type: string|Array|object, description: Expected value(s) of the field. if passed as an object, the following pattern will be considered: <code><pre>\n{\n value: <string>, \t\t// optional\n description: <string> \t// optional\n}\n<\/pre><\/code>"}},"iCheckShowMore":{"!description":"Checks the Show More action of a form in a subsection.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}}},"sap.fe.test.api.TableAPI_obj":{"!type":"fn()","prototype":"sap.fe.test.api.TableAPI"},"sap.fe.test.BaseActions_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.test.BaseActions with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.test.Opa5.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn()","prototype":"sap.fe.test.BaseActions"},"sap.fe.test.api.DialogCreateAssertions":{"!constructorDescription":"Constructs a new DialogCreateAssertions instance.","!module":"sap/fe/test/api/DialogCreateAssertions","!proto":"sap.fe.test.api.DialogAssertions","!category":"class","iCheckCreate":{"!description":"Checks the <code>Create<\/code> action on the dialog.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}}},"sap.fe.test.api.DialogMessageAssertions":{"iCheckRefresh":{"!description":"Checks the <code>Refresh<\/code> action on the dialog.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"!constructorDescription":"Constructs a new DialogMessageActions instance.","!module":"sap/fe/test/api/DialogMessageAssertions","!proto":"sap.fe.test.api.DialogAssertions","!category":"class","iCheckBack":{"!description":"Checks the <code>Back<\/code> action on the message dialog.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckMessage":{"!description":"Checks whether a certain message is shown in the dialog.","!static":false,"!category":"function","!type":"fn(oMessage?: Object) -> Object","parameters":{"oMessage":"type: object, description: Defines the expected state of the message, e.g. <code>{ title: \"My message\" }<\/code>"}}},"sap.fe.test.api.DialogCreateAssertions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.DialogCreateAssertions"},"sap.fe.test.api.DialogValueHelpAssertions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.DialogValueHelpAssertions"},"sap.fe.test.Shell_obj":{"!type":"fn(aAdditionalPageDefinitions?: Object)","prototype":"sap.fe.test.Shell"},"sap.fe.test.api.FooterActionsOP_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FooterActionsOP"},"sap.fe.test.api.DialogAssertions":{"iCheckCancel":{"!description":"Checks the cancellation button of the dialog.","!static":false,"!category":"function","!type":"fn(mButtonState?: Object) -> Object","parameters":{"mButtonState":"type: object, description: Defines the expected state of the button"}},"!constructorDescription":"Constructs a new DialogAssertions instance.","iCheckState":{"!description":"Checks the dialog.","!static":false,"!category":"function","!type":"fn(mDialogState?: Object) -> Object","parameters":{"mDialogState":"type: object, description: Defines the expected state of the dialog"}},"!module":"sap/fe/test/api/DialogAssertions","!proto":"sap.ui.base.Object","!category":"class","iCheckActionParameterDialogField":{"!description":"Checks the content and state of a field in an action parameter dialog.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: sap.fe.test.api.ActionDialogFieldIdentifier, vValue?: String | Array | Object, mState?: Object) -> Object","parameters":{"vFieldIdentifier":"type: sap.fe.test.api.ActionDialogFieldIdentifier, description: The identifier of the field","mState":"type: object, description: Defines the expected state of the field","vValue":"type: string|Array|object, description: Expected value(s) of the field. if passed as an object, the following pattern will be considered: <code><pre>\n{\n value: <string>, \t\t// optional\n}\n<\/pre><\/code>"}},"iCheckConfirm":{"!description":"Checks the confirmation button of the dialog.","!static":false,"!category":"function","!type":"fn(mButtonState?: Object) -> Object","parameters":{"mButtonState":"type: object, description: Defines the expected state of the button"}}},"sap.fe.test.api.FilterBarAssertions":{"iCheckFilterField":{"!description":"Checks a filter field. If <code>vConditionValues<\/code> is <code>undefined<\/code>, the current condition values are ignored.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: Object | sap.fe.test.api.FilterFieldIdentifier, vConditionValues?: String | Object | Array, sOperator?: String, mState?: Object) -> Object","parameters":{"vConditionValues":"type: string|object|Array, description: The expected value(s) of the filter field","sOperator":"type: string, description: The expected operator","vFieldIdentifier":"type: object|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the filter field","mState":"type: object, description: Defines the expected state of the filter field"}},"!constructorDescription":"Constructs a new FilterBarAssertions instance.","iCheckState":{"!description":"Checks the filter bar.","!static":false,"!category":"function","!type":"fn(mFilterBarState?: Object) -> Object","parameters":{"mFilterBarState":"type: object, description: Defines the expected state of the filter bar"}},"!module":"sap/fe/test/api/FilterBarAssertions","iCheckFilterAdaptation":{"!description":"Checks whether the filter adaptation dialog is open.","!static":false,"!category":"function","!type":"fn() -> Object"},"iCheckEditingStatus":{"!description":"Check the filter field for the editing status.","!static":false,"!category":"function","!type":"fn(sEditState?: sap.fe.test.api.EditState, mFieldState?: Object) -> Object","parameters":{"sEditState":"type: sap.fe.test.api.EditState, description: The expected edit state value","mFieldState":"type: object, description: Defines the expected state of the filter field"}},"!proto":"sap.fe.test.api.FilterBarAPI","!category":"class","iCheckSearchField":{"!description":"Checks the search field in the filter bar. If the <code>sSearchText<\/code> parameter is <code>undefined<\/code>, the search text is not validated.","!static":false,"!category":"function","!type":"fn(sSearchText?: String, mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the search field","sSearchText":"type: string, description: The expected text in the search field"}},"iCheckSearch":{"!description":"Checks the search button.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the Go button"}},"iCheckAdaptationFilterField":{"!description":"Checks a field in the adaptation dialog.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FilterFieldIdentifier, mState?: Object) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the filter field, or its label","mState":"type: object, description: Defines the expected state of the filter field in the adaptation dialog"}}},"sap.fe.test.ListReport_obj":{"!type":"fn(oPageDefinition: Object, aAdditionalPageDefinitions?: Object)","prototype":"sap.fe.test.ListReport"},"sap.fe.test.ObjectPage_obj":{"!type":"fn(oPageDefinition: Object, aAdditionalPageDefinitions?: Object)","prototype":"sap.fe.test.ObjectPage"},"sap.fe.test.api.DialogActions":{"iClose":{"!description":"Closes the dialog by pressing the 'Escape' key.","!static":false,"!category":"function","!type":"fn() -> Object"},"!constructorDescription":"Constructs a new DialogActions instance.","iConfirm":{"!description":"Confirms the dialog by clicking the corresponding button (for example, 'OK').","!static":false,"!category":"function","!type":"fn() -> Object"},"!module":"sap/fe/test/api/DialogActions","!proto":"sap.ui.base.Object","iChangeActionParameterDialogField":{"!description":"Changes the content of a field in an action parameter dialog.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: sap.fe.test.api.ActionDialogFieldIdentifier, vValue?: String, bClearFirst?: Boolean) -> Object","parameters":{"vFieldIdentifier":"type: sap.fe.test.api.ActionDialogFieldIdentifier, description: The identifier of the field","vValue":"type: string, description: The new target value.","bClearFirst":"type: boolean, description: Set to <code>true<\/code> to clear previously set filters, otherwise all previously set values will be kept"}},"!category":"class","iCancel":{"!description":"Cancels the dialog by clicking the corresponding button (for example, 'Cancel').","!static":false,"!category":"function","!type":"fn() -> Object"}},"sap.fe.test.api.FormAPI_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FormAPI"},"sap.fe.test.BaseArrangements":{"!description":"All common arrangements (<code>Given<\/code>) for all Opa tests are defined here.","getMetadata":{"!description":"Returns a metadata object for class sap.fe.test.BaseArrangements.","!static":true,"!category":"function","!type":"fn() -> sap.ui.base.Metadata"},"iStartMyApp":{"!description":"Starts the app in an IFrame, using the <code>launchUrl<\/code> and <code>launchParameters<\/code> provided via the settings object of the {@link sap.fe.test.BaseArrangements#constructor}.","!static":false,"!category":"function","!type":"fn(sAppHash?: String, mUrlParameters?: Object) -> Object","parameters":{"sAppHash":"type: string, description: The app hash","mUrlParameters":"type: object, description: A map with additional URL parameters"}},"!proto":"sap.ui.test.Opa5","!category":"class","iTearDownMyApp":{"!description":"Tears down the current application.","!static":false,"!category":"function","!type":"fn() -> Object"},"extend":{"!description":"Creates a new subclass of class sap.fe.test.BaseArrangements with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.test.Opa5.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"iRestartMyApp":{"!description":"Simulates a refresh of the page by tearing it down and then restarting it with the very same hash.","!static":false,"!category":"function","!type":"fn() -> Object"},"!constructorDescription":"Constructs a new {@link sap.fe.test.Opa5} instance.","!module":"sap/fe/test/BaseArrangements","iResetTestData":{"!description":"Resets the test data.","!static":false,"!category":"function","!type":"fn() -> Object"},"resetTestData":{"!description":"Clears the browser's local storage and session storage.\n\nNOTE: The function itself is not meant to be called directly within a journey. Instead, it can be overwritten to add custom clean-up functionality when calling {@link sap.fe.test.BaseArrangements#iResetTestData}.","!static":false,"!category":"function","!type":"fn() -> Object"},"!helpDescription":"All common arrangements (<code>Given<\/code>) for all Opa tests are defined here."},"sap.fe.test.api.FooterActionsOP":{"!constructorDescription":"Constructs a new FooterActionsOP instance.","iExecuteApply":{"!description":"Executes the Apply action in the footer bar of a sub-object page.","!static":false,"!category":"function","!type":"fn() -> Object"},"!module":"sap/fe/test/api/FooterActionsOP","iExecuteCancel":{"!description":"Executes the Cancel action in the footer bar of the object page.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.fe.test.api.FooterActionsBase","!category":"class","iExecuteSave":{"!description":"Executes the Save or Create action in the footer bar of the object page.","!static":false,"!category":"function","!type":"fn() -> Object"},"iConfirmCancel":{"!description":"Confirms the Cancel action when user clicks <code>Cancel<\/code> in draft mode.","!static":false,"!category":"function","!type":"fn() -> Object"}},"sap.fe.test.api":{"FormAPI":"sap.fe.test.api.FormAPI_obj","DialogType":"sap.fe.test.api.DialogType","FilterBarAssertions":"sap.fe.test.api.FilterBarAssertions_obj","FooterActionsBase":"sap.fe.test.api.FooterActionsBase_obj","HeaderAssertions":"sap.fe.test.api.HeaderAssertions_obj","FooterActionsOP":"sap.fe.test.api.FooterActionsOP_obj","EditState":"sap.fe.test.api.EditState","FormActions":"sap.fe.test.api.FormActions_obj","!category":"namespace","DialogMessageActions":"sap.fe.test.api.DialogMessageActions_obj","HeaderAssertionsLR":"sap.fe.test.api.HeaderAssertionsLR_obj","DialogValueHelpAssertions":"sap.fe.test.api.DialogValueHelpAssertions_obj","DialogMessageAssertions":"sap.fe.test.api.DialogMessageAssertions_obj","TableActions":"sap.fe.test.api.TableActions_obj","HeaderActions":"sap.fe.test.api.HeaderActions_obj","FooterAssertionsOP":"sap.fe.test.api.FooterAssertionsOP_obj","DialogCreateAssertions":"sap.fe.test.api.DialogCreateAssertions_obj","FilterBarAPI":"sap.fe.test.api.FilterBarAPI_obj","FormAssertions":"sap.fe.test.api.FormAssertions_obj","FooterAssertionsBase":"sap.fe.test.api.FooterAssertionsBase_obj","HeaderActionsLR":"sap.fe.test.api.HeaderActionsLR_obj","TableAssertions":"sap.fe.test.api.TableAssertions_obj","DialogAssertions":"sap.fe.test.api.DialogAssertions_obj","DialogValueHelpActions":"sap.fe.test.api.DialogValueHelpActions_obj","TableAPI":"sap.fe.test.api.TableAPI_obj","DialogActions":"sap.fe.test.api.DialogActions_obj","FilterBarActions":"sap.fe.test.api.FilterBarActions_obj","DialogCreateActions":"sap.fe.test.api.DialogCreateActions_obj"},"sap.fe.test.api.TableActions":{"iSelectAllRows":{"!description":"Selects all rows in a table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iResetSearchField":{"!description":"Resets the search field.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.fe.test.api.TableAPI","iExecuteDelete":{"!description":"Executes the <code>Delete<\/code> action on the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iCollapseGroupRow":{"!description":"Collapses a row corresponding to a visual group.","!static":false,"!category":"function","!type":"fn(iLevel: Number, sTitle: String) -> Object","parameters":{"iLevel":"type: number, description: The level of the group row to be collapsed (1-based)","sTitle":"type: string, description: The title of the group row to be collapsed"}},"iExecutePaste":{"!description":"Executes the <code>Paste<\/code> action on the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"!category":"class","iExecuteAction":{"!description":"Executes an action on the table.","!static":false,"!category":"function","!type":"fn(vActionIdentifier?: String | sap.fe.test.api.ActionIdentifier) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of the action, or its label"}},"iExecuteShowHideDetails":{"!description":"Executes the <code>Show/Hide details<\/code> action on the table.","!static":false,"!category":"function","!type":"fn(bShowDetails?: Boolean) -> Object","parameters":{"bShowDetails":"type: boolean, description: Optional parameter to enforce a certain state (showing details yes/no corresponds to true/false); if not set, state is toggled"}},"iRemoveVariant":{"!description":"Removes the variant of the given name.","!static":false,"!category":"function","!type":"fn(sVariantName: String) -> Object","parameters":{"sVariantName":"type: string, description: The name of the variant to be removed"}},"iExecuteKeyboardShortcut":{"!description":"Executes a keyboard shortcut on the table or a cell control. If only <code>sShortcut<\/code> is defined, the shortcut is executed on the table directly. If additionally <code>vRowValues<\/code> and <code>vColumn<\/code> are defined, the shortcut is executed on table cell level.","!static":false,"!category":"function","!type":"fn(sShortcut: String, vRowValues?: Object | Number, vColumn: String | Number) -> Object","parameters":{"sShortcut":"type: string, description: The shortcut pattern","vRowValues":"type: object|number, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code> Alternatively, the 0-based row index can be used.","vColumn":"type: string|number, description: The column name, label or index"}},"iExecuteInlineCreate":{"!description":"Executes the action to create a row in the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iSaveVariant":{"!description":"Saves a variant under the given name, or overwrites the current one.","!static":false,"!category":"function","!type":"fn(sVariantName?: String) -> Object","parameters":{"sVariantName":"type: string, description: The name of the new variant. If omitted, the current variant will be overwritten"}},"!constructorDescription":"Constructs a new TableActions instance.","iAggregateByColumn":{"!description":"Aggregates the table entries by the specified column.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier | Number, sFieldLabel?: String) -> Object","parameters":{"sFieldLabel":"type: string, description: The target field to group on in case of a complex property","vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier|number, description: The identifier of the column field, its label or index"}},"iChangeSearchField":{"!description":"Changes the search field.","!static":false,"!category":"function","!type":"fn(sSearchText?: String) -> Object","parameters":{"sSearchText":"type: string, description: The new search text"}},"iPressCell":{"!description":"Presses the control in the table cell.","!static":false,"!category":"function","!type":"fn(mRowValues?: Object, vColumn: String | Number) -> Object","parameters":{"mRowValues":"type: object, description: Specifies the target row by column-value map, e.g. <code><pre>\n{\n 0: \"Max\",\n \"Last Name\": \"Mustermann\"\n}\n<\/pre><\/code>","vColumn":"type: string|number, description: The column name, label or index"}},"iSelectVariant":{"!description":"Selects the variant of the given name.","!static":false,"!category":"function","!type":"fn(sVariantName: String) -> Object","parameters":{"sVariantName":"type: string, description: The name of the variant to be selected"}},"iSelectRows":{"!description":"Selects the specified rows.","!static":false,"!category":"function","!type":"fn(vRowValues?: Object | Number, mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the row","vRowValues":"type: object|number, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code> Alternatively, the 0-based row index can be used."}},"iPasteData":{"!description":"Pastes data into the table.","!static":false,"!category":"function","!type":"fn(aData: [string[]]) -> Object","parameters":{"aData":"type: string[][], description: The data to be pasted"}},"iRemoveAdaptationColumn":{"!description":"Removes a field as a column from the table.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier) -> Object","parameters":{"vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the column field, or its label"}},"iGroupByColumn":{"!description":"Groups the table entries by the specified column.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier | Number, sFieldLabel?: String) -> Object","parameters":{"sFieldLabel":"type: string, description: The target field to group on in case of a complex property","vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier|number, description: The identifier of the column field, its label or index"}},"iPressMore":{"!description":"Scrolls update the grow threshold of responsive table and rebind the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iExecuteInlineAction":{"!description":"Executes an action that is available in a certain column within a table row.","!static":false,"!category":"function","!type":"fn(vRowValues?: Object | Number, vColumn: String | Number) -> Object","parameters":{"vRowValues":"type: object|number, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code> Alternatively, the 0-based row index can be used.","vColumn":"type: string|number, description: The column name, label or index"}},"iSetDefaultVariant":{"!description":"Sets the variant as the default.","!static":false,"!category":"function","!type":"fn(sVariantName: String) -> Object","parameters":{"sVariantName":"type: string, description: The name of the variant to be set as the default variant. If omitted, the Standard variant is set as the default"}},"iAddAdaptationColumn":{"!description":"Adds a field as a column to the table.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier) -> Object","parameters":{"vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the column field, or its label"}},"iChangeFilterField":{"!description":"Adds a filter condition to the filter field.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, vValue: String | Object, bClearFirst?: Boolean) -> Object","parameters":{"vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the column","vValue":"type: string|object, description: Defines the value of the filter field condition","bClearFirst":"type: boolean, description: Set to <code>true<\/code> to clear previously set filters, otherwise all previously set values will be kept"}},"iSortByColumn":{"!description":"Sorts the table entries by the specified column.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier | Number, sFieldLabel?: String, bDescending: undefined) -> Object","parameters":{"sFieldLabel":"type: string, description: The target field to sort by in case of a complex property","vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier|number, description: The identifier of the column field, its label or index","bDescending":"type: undefined, description: undefined"}},"iChangeRow":{"!description":"Changes the specified row. The given value map must match exactly one row.\n\nIf only one parameter is provided, it must be the <code>mTargetValues<\/code> and <code>mRowValues<\/code> is considered undefined. If <code>vRowValues<\/code> are not defined, then the targetValues are inserted in the creationRow.","!static":false,"!category":"function","!type":"fn(vRowValues?: Object | Number, mTargetValues: Object) -> Object","parameters":{"mTargetValues":"type: object, description: A map of columns (either name or index) to its new value. The columns do not need to match the ones defined in <code>vRowValues<\/code>.","vRowValues":"type: object|number, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code> Alternatively, the 0-based row index can be used."}},"iScroll":{"!description":"Scrolls up/down to the first/last row of the table.","!static":false,"!category":"function","!type":"fn(sDirection?: String) -> Object","parameters":{"sDirection":"type: string, description: The scroll direction \"up\" or \"down\" (default)"}},"iExecuteFullScreen":{"!description":"Executes the <code>Fullscreen<\/code> action on the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"!module":"sap/fe/test/api/TableActions","iExecuteMenuAction":{"!description":"Executes an action form the drop-down menu that is currently open.","!static":false,"!category":"function","!type":"fn(vAction: String | Object) -> Object","parameters":{"vAction":"type: string|object, description: The label of the action or its state"}},"iClickOnMessageStripFilter":{"!description":"Presses the messageStrip filter in case of issues, warnings or error message on the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iExecuteCreate":{"!description":"Executes the <code>Create<\/code> action on the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iPressRow":{"!description":"Clicks the specified row.","!static":false,"!category":"function","!type":"fn(vRowValues?: Object | Number) -> Object","parameters":{"vRowValues":"type: object|number, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code> Alternatively, the 0-based row index can be used."}},"iChangeSortOrder":{"!description":"Adds a field to the sorting of the table via the sort dialog.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, sSortOrder?: sap.ui.core.SortOrder) -> Object","parameters":{"vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the column field, or its label","sSortOrder":"type: sap.ui.core.SortOrder, description: The sort order, default is {@link sap.ui.core.SortOrder.Ascending}"}},"iSelectQuickFilterItem":{"!description":"Selects a quick-filter item on the table.","!static":false,"!category":"function","!type":"fn(vItemIdentifier?: Object | String) -> Object","parameters":{"vItemIdentifier":"type: object|string, description: If passed as an object, the following pattern will be considered: <code><pre>\n\t{\n\t\t<annotationPath>: <name of the key>\n }\n<\/pre><\/code> If using a plain string as the identifier, it is considered the item label"}},"iExpandGroupRow":{"!description":"Expands a row corresponding to a visual group.","!static":false,"!category":"function","!type":"fn(iLevel: Number, sTitle: String) -> Object","parameters":{"iLevel":"type: number, description: The level of the group row to be expanded (1-based)","sTitle":"type: string, description: The title of the group row to be expanded"}}},"sap.fe.test.ObjectPage":{"!description":"Provides a test page definition for an object page with the corresponding parameters.\n\nSample usage: <code><pre>\nvar oObjectPageDefinition = new ObjectPage({ appId: \"MyApp\", componentId: \"MyObjectPageId\", entitySet: \"MyEntitySet\" });\n<\/pre><\/code>","!constructorDescription":"Constructs a new ObjectPage instance.","!module":"sap/fe/test/ObjectPage","!helpDescription":"Provides a test page definition for an object page with the corresponding parameters.\n\nSample usage: <code><pre>\nvar oObjectPageDefinition = new ObjectPage({ appId: \"MyApp\", componentId: \"MyObjectPageId\", entitySet: \"MyEntitySet\" });\n<\/pre><\/code>","!proto":"sap.fe.test.TemplatePage","!category":"class"},"sap.fe.test.TemplatePage.actions":{"!description":"TemplatePage actions","onCreateDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Create })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogCreateActions"},"!module":"sap/fe/test/TemplatePage","onMessageDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Message })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogMessageActions"},"!helpDescription":"TemplatePage actions","onActionDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Action })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogActions"},"onConfirmationDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Confirmation })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogActions"},"onDialog":{"!description":"Returns a {@link sap.fe.test.api.DialogActions} instance.","!static":"true","!category":"function","!type":"fn(vDialogIdentifier: String | sap.fe.test.api.DialogIdentifier) -> sap.fe.test.api.DialogActions"},"!category":"namespace","onErrorDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Error })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogActions"},"onValueHelpDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.ValueHelp })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogValueHelpActions"}},"sap.fe.test.api.DialogMessageActions":{"iExecuteRefresh":{"!description":"Executes the <code>Refresh<\/code> action on the message dialog.","!static":false,"!category":"function","!type":"fn() -> Object"},"!constructorDescription":"Constructs a new DialogMessageActions instance.","!module":"sap/fe/test/api/DialogMessageActions","!proto":"sap.fe.test.api.DialogActions","!category":"class","iExecuteBack":{"!description":"Executes the <code>Back<\/code> action on the message dialog.","!static":false,"!category":"function","!type":"fn() -> Object"}},"sap.fe.test.api.DialogMessageAssertions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.DialogMessageAssertions"},"sap.fe.test.JourneyRunner_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.test.JourneyRunner with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn(mSettings: Object)","prototype":"sap.fe.test.JourneyRunner"},"sap.fe.test.api.DialogActions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.DialogActions"},"sap.fe.test.api.FooterAssertionsBase_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FooterAssertionsBase"},"sap.fe.test.api.HeaderAssertions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.HeaderAssertions"},"sap.fe.test.api.HeaderActions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.HeaderActions"},"sap.fe.test.ObjectPage.assertions":{"!description":"ObjectPage assertions","!module":"sap/fe/test/ObjectPage","!helpDescription":"ObjectPage assertions","onHeader":{"!description":"Returns a {@link sap.fe.test.api.HeaderAssertions} instance.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.HeaderAssertions"},"onFooter":{"!description":"Returns a {@link sap.fe.test.api.FooterAssertionsOP} instance.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.FooterAssertionsOP"},"onTable":{"!description":"Returns a {@link sap.fe.test.api.TableAssertions} instance for the specified table.","!static":"true","!category":"function","!type":"fn(vTableIdentifier: String | sap.fe.test.api.TableIdentifier) -> sap.fe.test.api.TableAssertions"},"!category":"namespace","onForm":{"!description":"Returns a {@link sap.fe.test.api.FormAssertions} instance.","!static":"true","!category":"function","!type":"fn(vFormIdentifier: sap.fe.test.api.FormIdentifier | String) -> sap.fe.test.api.FormAssertions"}},"sap.fe.test.api.DialogMessageActions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.DialogMessageActions"},"sap.fe.test.api.DialogValueHelpActions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.DialogValueHelpActions"},"sap.fe.test.api.FooterActionsBase_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FooterActionsBase"},"sap.fe.test.api.DialogCreateActions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.DialogCreateActions"},"sap":{"sap":"sap","!category":"namespace","fe":"sap.fe"},"sap.fe.test.BaseActions":{"!description":"All common actions (<code>When<\/code>) for all Opa tests are defined here.","extend":{"!description":"Creates a new subclass of class sap.fe.test.BaseActions with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.test.Opa5.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"getMetadata":{"!description":"Returns a metadata object for class sap.fe.test.BaseActions.","!static":true,"!category":"function","!type":"fn() -> sap.ui.base.Metadata"},"!constructorDescription":"Constructs a new {@link sap.fe.test.Opa5} instance.","!module":"sap/fe/test/BaseActions","!helpDescription":"All common actions (<code>When<\/code>) for all Opa tests are defined here.","iPressEscape":{"!description":"Simulates the pressing of the Esc key for the element in focus.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.ui.test.Opa5","iClosePopover":{"!description":"Closes the open popover via function.\n\nNOTE: This function ensures that a certain UI state is maintained in some exceptional cases. This function isn't usually called directly in a journey.","!static":false,"!category":"function","!type":"fn() -> Object"},"!category":"class"},"sap.fe.test.ListReport.assertions":{"!description":"ListReport assertions","!module":"sap/fe/test/ListReport","!helpDescription":"ListReport assertions","onHeader":{"!description":"Returns a {@link sap.fe.test.api.HeaderAssertionsLR} instance.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.HeaderAssertionsLR"},"onTable":{"!description":"Returns a {@link sap.fe.test.api.TableAssertions} instance for the specified table.","!static":"true","!category":"function","!type":"fn(vTableIdentifier: String | sap.fe.test.api.TableIdentifier) -> sap.fe.test.api.TableAssertions"},"!category":"namespace","onFilterBar":{"!description":"Returns a {@link sap.fe.test.api.FilterBarAssertions} instance.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.FilterBarAssertions"}},"sap.fe.test.Shell":{"!description":"Provides a test page definition for the shell.\n\nWhen using {@link sap.fe.test.JourneyRunner}, this page is made available by default via <code>onTheShell<\/code>.","!constructorDescription":"Constructs a test page definition for the shell.","iNavigateHome":{"!description":"Navigates to the launch pad via home button.","!static":false,"!category":"function","!type":"fn() -> Object"},"!module":"sap/fe/test/Shell","iOpenNavigationMenu":{"!description":"Opens the navigation menu in the shell header.","!static":false,"!category":"function","!type":"fn() -> Object"},"!helpDescription":"Provides a test page definition for the shell.\n\nWhen using {@link sap.fe.test.JourneyRunner}, this page is made available by default via <code>onTheShell<\/code>.","iNavigateBack":{"!description":"Navigates back via shell back button.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.ui.base.Object","iNavigateViaMenu":{"!description":"Navigates via a navigation item in the shell's navigation menu.","!static":false,"!category":"function","!type":"fn(sItem: String) -> Object","parameters":{"sItem":"type: string, description: The label of the navigation item"}},"!category":"class","iPressTile":{"!description":"Selecting a tile in the launchpad by its target app, for example <code>iPressTile(\"SalesOrder-manage\")<\/code>.","!static":false,"!category":"function","!type":"fn(sTarget: String) -> Object","parameters":{"sTarget":"type: string, description: The target application (hash)"}}},"sap.fe.test.TemplatePage":{"!description":"Provides a test page definition for a template page with the corresponding parameters.","!module":"sap/fe/test/TemplatePage","!helpDescription":"Provides a test page definition for a template page with the corresponding parameters.","!proto":"sap.ui.base.Object","!category":"class"},"sap.fe.test.api.FilterBarActions":{"iResetSearchField":{"!description":"Resets the search field.","!static":false,"!category":"function","!type":"fn() -> Object"},"iExecuteSearch":{"!description":"Executes the search with the current filters.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.fe.test.api.FilterBarAPI","!category":"class","iChangeFilterField":{"!description":"Changes the value of the defined filter field.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FilterFieldIdentifier, vValue?: String, bClearFirst?: Boolean) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier for the filter field","vValue":"type: string, description: The new target value","bClearFirst":"type: boolean, description: Set to <code>true<\/code> to clear previously set filters, otherwise all previously set values will be kept"}},"iOpenValueHelp":{"!description":"Opens the value help of the given field.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FilterFieldIdentifier) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the filter field"}},"iExecuteKeyboardShortcut":{"!description":"Executes a keyboard shortcut.","!static":false,"!category":"function","!type":"fn(sShortcut: String, vFieldIdentifier?: String | sap.fe.test.api.FilterFieldIdentifier) -> Object","parameters":{"sShortcut":"type: string, description: Pattern for the shortcut","vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the field"}},"iChangeEditingStatus":{"!description":"Changes the editing status filter field.","!static":false,"!category":"function","!type":"fn(sEditState: sap.fe.test.api.EditState) -> Object","parameters":{"sEditState":"type: sap.fe.test.api.EditState, description: Value of an edit state"}},"iSaveVariant":{"!description":"Saves a variant under the given name, or overwrites the current variant.","!static":false,"!category":"function","!type":"fn(sVariantName?: String) -> Object","parameters":{"sVariantName":"type: string, description: The name of the new variant. If omitted, the current variant will be overwritten."}},"!constructorDescription":"Constructs a new FilterBarActions instance.","iChangeSearchField":{"!description":"Changes the search field.","!static":false,"!category":"function","!type":"fn(sSearchText?: String) -> Object","parameters":{"sSearchText":"type: string, description: The new search text"}},"!module":"sap/fe/test/api/FilterBarActions","iAddAdaptationFilterField":{"!description":"Adds a field as a filter field.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FilterFieldIdentifier) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the field"}},"iRemoveAdaptationFilterField":{"!description":"Removes a field as a filter field.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FilterFieldIdentifier) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the field"}}},"sap.fe.test.api.HeaderAssertions":{"iCheckSendEmail":{"!description":"Checks <code>Send Email<\/code> action.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckTitle":{"!description":"Checks the title and description of the object page.\n\nIf either title or description is <code>undefined<\/code>, it will not be checked.","!static":false,"!category":"function","!type":"fn(sTitle?: String, sDescription?: String) -> Object","parameters":{"sDescription":"type: string, description: Description of the object page header","sTitle":"type: string, description: Title of the object page header"}},"iCheckAction":{"!description":"Checks an action in the header toolbar.","!static":false,"!category":"function","!type":"fn(vActionIdentifier: String | sap.fe.test.api.ActionIdentifier, mState?: Object) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of the action","mState":"type: object, description: Defines the expected state of the button"}},"iCheckEdit":{"!description":"Checks the <code>Edit<\/code> action in the header toolbar.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckSaveAsTile":{"!description":"Checks the <code>Save as Tile<\/code> action.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"!proto":"sap.ui.base.Object","!category":"class","iCheckDelete":{"!description":"Checks the <code>Delete<\/code> action in the header toolbar.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckMenuAction":{"!description":"Checks an action in the popover that is currently open.","!static":false,"!category":"function","!type":"fn(vAction: Object | String) -> Object","parameters":{"vAction":"type: object|string, description: The state map or label of the action"}},"iCheckPaginatorUp":{"!description":"Checks the paginator up button.","!static":false,"!category":"function","!type":"fn(mState: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckFieldInFieldGroup":{"!description":"Checks a field within a field group in the object page header.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: sap.fe.test.api.FieldIdentifier | String, vValue?: String | Array | Object, mState?: Object) -> Object","parameters":{"vFieldIdentifier":"type: sap.fe.test.api.FieldIdentifier|string, description: The identifier of the field","mState":"type: object, description: Defines the expected state of the field","vValue":"type: string|Array|object, description: The value to check. If it is an array, the first entry is considered as the value and the second as the description. If it is an object it must follow this pattern: <code><pre>\n\t{\n\t\tvalue: <string>, \t\t// optional\n\t\tdescription: <string> \t// optional\n\t}\n<\/pre><\/code>"}},"!constructorDescription":"Constructs a new HeaderAssertions instance.","!module":"sap/fe/test/api/HeaderAssertions","iCheckDataPoint":{"!description":"Checks a data point in the object page header.","!static":false,"!category":"function","!type":"fn(sTitle: String, sValue: String) -> Object","parameters":{"sValue":"type: string, description: The expected value of the data point","sTitle":"type: string, description: The title of the data point"}},"iCheckHeaderFacet":{"!description":"Checks the custom facet in the object page header.","!static":false,"!category":"function","!type":"fn(vFacetIdentifier: sap.fe.test.api.HeaderFacetIdentifier, mState?: Object) -> Object","parameters":{"vFacetIdentifier":"type: sap.fe.test.api.HeaderFacetIdentifier, description: The Identifier of the header facet","mState":"type: object, description: Defines the expected state"}},"iCheckPaginatorDown":{"!description":"Checks the paginator down button.","!static":false,"!category":"function","!type":"fn(mState: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckNumberOfHeaderContentItems":{"!description":"Checks the number of items available in the Object Page header.","!static":false,"!category":"function","!type":"fn(iNumberOfItems: Number, bIncludeHidden?: Boolean) -> Object","parameters":{"iNumberOfItems":"type: number, description: The expected number of items","bIncludeHidden":"type: boolean, description: Defines whether non-visible items should be counted"}},"iCheckMicroChart":{"!description":"Checks a MicroChart shown in the header of an object page.\n\nTODO this function will not be public yet: Its signature doesn't fit the framework.","!static":false,"!category":"function","!type":"fn(vMicroChartIdentifier: Object | String, sUoMLabel: undefined) -> Object","parameters":{"sUoMLabel":"type: undefined, description: UoM label of the MicroChart","vMicroChartIdentifier":"type: object|string, description: Id/Type or Title of MicroChart"}},"iCheckBreadCrumb":{"!description":"Checks a specific breadcrumb link on the object page.\n\nTODO this function will not be public yet: Its signature doesn't fit the framework.","!static":false,"!category":"function","!type":"fn(sLink?: String) -> Object","parameters":{"sLink":"type: string, description: The text property of the link to be tested. The <code>links<\/code> aggregation of the breadcrumb control is checked for the availability of the given text. If <code>sLink<\/code> is provided as an empty string, a check is executed to see whether the breadcrumb control exists and has an empty <code>links<\/code> aggregation. This is the case for the main object page, which does not show breadcrumb links. If <code>sLink<\/code> is not provided, a check is executed to ensure the breadcrumb control does not exist at all. This is the case for the flexible column layout showing multiple floorplans at the same time."}},"iCheckRelatedApps":{"!description":"Checks the <code>Related Apps<\/code> action in the header toolbar.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}}},"sap.fe.test.TemplatePage_obj":{"!type":"fn()","prototype":"sap.fe.test.TemplatePage"},"sap.fe.test.api.DialogValueHelpAssertions":{"iCheckFilterField":{"!description":"Checks a filter field. If <code>vConditionValues<\/code> is <code>undefined<\/code>, the current condition values are ignored.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: Object | sap.fe.test.api.FilterFieldIdentifier, vConditionValues?: String | Object | Array, sOperator?: String, mState?: Object) -> Object","parameters":{"vConditionValues":"type: string|object|Array, description: The expected value(s) of the filter field","sOperator":"type: string, description: The expected operator","vFieldIdentifier":"type: object|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the filter field","mState":"type: object, description: Defines the expected state of the filter field"}},"!constructorDescription":"Constructs a new DialogValueHelpAssertions instance.","!module":"sap/fe/test/api/DialogValueHelpAssertions","iCheckDefineConditions":{"!description":"Checks the <code>Define conditions<\/code> tab.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the filter bar"}},"!proto":"sap.fe.test.api.DialogAssertions","iCheckTable":{"!description":"Checks the table.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the search field"}},"!category":"class","iCheckRows":{"!description":"Checks the rows of a table. If <code>mRowValues<\/code> is provided, only rows with the corresponding values are considered. If <code>iNumberOfRows<\/code> is provided, the number of rows are checked with respect to the provided <code>mRowValues<\/code> (if set) or in total. If <code>iNumberOfRows<\/code> is omitted, it checks for at least one matching row. If <code>mState<\/code> is provided, the row must be in the given state.","!static":false,"!category":"function","!type":"fn(mRowValues?: Object, iExpectedNumberOfRows?: Number, mState?: Object) -> Object","parameters":{"iExpectedNumberOfRows":"type: number, description: The expected number of rows considering <code>mRowValues<\/code> and <code>mRowState<\/code>","mRowValues":"type: object, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code>","mState":"type: object, description: Defines the expected state of the target row"}},"iCheckFilterBar":{"!description":"Checks the filter bar.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the filter bar"}},"iCheckSearchAndSelect":{"!description":"Checks the <code>Search and Select<\/code> tab.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the filter bar"}},"iCheckSearchField":{"!description":"Checks the search field in the filter bar. If the <code>sSearchText<\/code> parameter is <code>undefined<\/code>, the search text is not validated.","!static":false,"!category":"function","!type":"fn(sSearchText?: String, mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the search field","sSearchText":"type: string, description: The expected text in the search field"}}},"sap.fe.test.BaseArrangements_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.test.BaseArrangements with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.test.Opa5.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn(mSettings: Object)","prototype":"sap.fe.test.BaseArrangements"},"sap.fe.test.api.DialogAssertions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.DialogAssertions"},"sap.fe.test.api.FormActions":{"iExecuteShowLess":{"!description":"Executes the Show Less action of a form in a subsection.","!static":false,"!category":"function","!type":"fn() -> Object"},"iChangeField":{"!description":"Changes the value of a field within a form.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: sap.fe.test.api.FieldIdentifier | String, sValue?: String) -> Object","parameters":{"sValue":"type: string, description: The value to be set for the field","vFieldIdentifier":"type: sap.fe.test.api.FieldIdentifier|string, description: The identifier of the field"}},"!constructorDescription":"Constructs a new FormActions instance.","!module":"sap/fe/test/api/FormActions","iClickLink":{"!description":"Clicks a link within a form.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: sap.fe.test.api.FieldIdentifier | String) -> Object","parameters":{"vFieldIdentifier":"type: sap.fe.test.api.FieldIdentifier|string, description: The identifier of the field"}},"iClickCheckBox":{"!description":"Toggles the value of a checkbox within a form.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: sap.fe.test.api.FieldIdentifier) -> Object","parameters":{"vFieldIdentifier":"type: sap.fe.test.api.FieldIdentifier, description: The identifier of the field"}},"!proto":"sap.fe.test.api.FormAPI","!category":"class","iExecuteAction":{"!description":"Executes an action assigned to a form in a subsection.","!static":false,"!category":"function","!type":"fn(vActionIdentifier: String | sap.fe.test.api.ActionIdentifier) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of the action or its label"}},"iExecuteShowMore":{"!description":"Executes the Show More action of a form in a subsection.","!static":false,"!category":"function","!type":"fn() -> Object"},"iOpenValueHelp":{"!description":"Opens the value help of the given field.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FieldIdentifier) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FieldIdentifier, description: The identifier of the field"}}},"sap.fe.test.api.FooterAssertionsOP_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FooterAssertionsOP"},"sap.fe.test.api.FilterBarActions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FilterBarActions"},"sap.fe.test.ListReport.actions":{"!description":"ListReport actions","!module":"sap/fe/test/ListReport","!helpDescription":"ListReport actions","onHeader":{"!description":"Returns a {@link sap.fe.test.api.HeaderActionsLR} instance.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.HeaderActionsLR"},"onTable":{"!description":"Returns a {@link sap.fe.test.api.TableActions} instance for the specified table.","!static":"true","!category":"function","!type":"fn(vTableIdentifier: String | sap.fe.test.api.TableIdentifier) -> sap.fe.test.api.TableActions"},"!category":"namespace","onFilterBar":{"!description":"Returns a {@link sap.fe.test.api.FilterBarActions} instance.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.FilterBarActions"},"iCollapseExpandPageHeader":{"!description":"Collapses or expands the page header.","!static":"true","!category":"function","!type":"fn(bCollapse?: Boolean) -> Object"}},"sap.fe.test.ListReport":{"!description":"Provides a test page definition for a list report page with the corresponding parameters.\n\nSample usage: <code><pre>\nvar oListReportDefinition = new ListReport({ appId: \"MyApp\", componentId: \"MyListReportId\", entitySet: \"MyEntitySet\" });\n<\/pre><\/code>","!constructorDescription":"Constructs a new ListReport definition.","!module":"sap/fe/test/ListReport","!helpDescription":"Provides a test page definition for a list report page with the corresponding parameters.\n\nSample usage: <code><pre>\nvar oListReportDefinition = new ListReport({ appId: \"MyApp\", componentId: \"MyListReportId\", entitySet: \"MyEntitySet\" });\n<\/pre><\/code>","!proto":"sap.fe.test.TemplatePage","!category":"class"},"sap.fe.test.BaseAssertions_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.test.BaseAssertions with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.test.Opa5.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn()","prototype":"sap.fe.test.BaseAssertions"},"sap.fe.test.api.FilterBarAPI_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FilterBarAPI"},"sap.fe.test.api.FooterActionsBase":{"!constructorDescription":"Constructs a new FooterActionsBase instance.","!module":"sap/fe/test/api/FooterActionsBase","!proto":"sap.ui.base.Object","!category":"class","iExecuteAction":{"!description":"Executes a footer action.","!static":false,"!category":"function","!type":"fn(vActionIdentifier?: String | sap.fe.test.api.ActionIdentifier) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of the action or its label"}}}}}
1
+ {"!name":"sap.fe.test","!version":"1.21.1","!define":{"sap.fe.test.api.FormAPI":{"!constructorDescription":"Constructs a new FormAPI instance.","!module":"sap/fe/test/api/FormAPI","!proto":"sap.ui.base.Object","!category":"class"},"sap.fe.test.api.DialogCreateActions":{"!constructorDescription":"Constructs a new DialogCreateActions instance.","!module":"sap/fe/test/api/DialogCreateActions","iExecuteCreate":{"!description":"Executes the <code>Create<\/code> action on the create dialog.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.fe.test.api.DialogActions","!category":"class"},"sap.fe.test.api.FormActions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FormActions"},"sap.fe.test.api.HeaderActionsLR_obj":{"!type":"fn()","prototype":"sap.fe.test.api.HeaderActionsLR"},"sap.fe.test.api.TableAssertions":{"iCheckQuickFilter":{"!description":"Checks the quick filter action of the table.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the control"}},"iCheckCreationRow":{"!description":"Checks the state of the CreationRow button in the table.","!static":false,"!category":"function","!type":"fn(mRowValues?: Object, mState?: Object) -> Object","parameters":{"mRowValues":"type: object, description: Defines the expected row values. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code>","mState":"type: object, description: Defines the expected state of the target row"}},"iCheckQuickFilterItems":{"!description":"Checks the number of items in the quick-filter menu.","!static":false,"!category":"function","!type":"fn(iExpectedNumberOfItems: Number) -> Object","parameters":{"iExpectedNumberOfItems":"type: number, description: The expected number of quick-filter items"}},"iCheckAction":{"!description":"Checks the state of a table action.","!static":false,"!category":"function","!type":"fn(vActionIdentifier: String | sap.fe.test.api.ActionIdentifier, mState?: Object) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of the action, or its label","mState":"type: object, description: Defines the expected state of the button"}},"iCheckFullScreen":{"!description":"Checks the <code>Fullscreen<\/code> action of the table.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"!proto":"sap.fe.test.api.TableAPI","!category":"class","iCheckRows":{"!description":"Checks the rows of a table. If <code>mRowValues<\/code> is provided, only rows with the corresponding values are considered. If <code>iNumberOfRows<\/code> is provided, the number of rows are checked with respect to the provided <code>mRowValues<\/code> (if set) or in total. If <code>iNumberOfRows<\/code> is omitted, it checks for at least one matching row. If <code>mState<\/code> is provided, the row must be in the given state.","!static":false,"!category":"function","!type":"fn(mRowValues?: Object, iExpectedNumberOfRows?: Number, mState?: Object, vEmptyColumns?: Array) -> Object","parameters":{"iExpectedNumberOfRows":"type: number, description: The expected number of rows considering <code>mRowValues<\/code> and <code>mRowState<\/code>","vEmptyColumns":"type: Array, description: Defines the expected empty columns","mRowValues":"type: object, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code>","mState":"type: object, description: Defines the expected state of the target row"}},"iCheckDelete":{"!description":"Checks the <code>Delete<\/code> action of the table.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckMenuAction":{"!description":"Checks an action in the drop-down menu that is currently open.","!static":false,"!category":"function","!type":"fn(vAction: Object | String) -> Object","parameters":{"vAction":"type: object|string, description: The label of the action, or its state"}},"!constructorDescription":"Constructs a new TableAssertions instance.","iCheckColumnAdaptation":{"!description":"Checks whether the adaptation button is available for the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iCheckColumnSorting":{"!description":"Checks whether the sort button is available for the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iCheckAdaptationColumn":{"!description":"Checks a field in the adaptation dialog.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, mState?: Object) -> Object","parameters":{"vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the column, or its label","mState":"type: object, description: Defines the expected state of the field control in the adaptation dialog"}},"iCheckExport":{"!description":"Checks whether the export button is available for the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iCheckCells":{"!description":"Checks the state of the cells of a table.","!static":false,"!category":"function","!type":"fn(vRowValues?: Object | Number, mColumnStateMap: Object) -> Object","parameters":{"mColumnStateMap":"type: object, description: A map of columns and their state. The map looks like <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: {\n\t\t\theader: \"My header\"\n\t\t}\n\t}\n<\/pre><\/code>","vRowValues":"type: object|number, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code> Alternatively, the 0-based row index can be used."}},"iCheckSearchField":{"!description":"Checks the search field in the table toolbar. If the <code>sSearchText<\/code> parameter is <code>undefined<\/code>, the search text is not validated.","!static":false,"!category":"function","!type":"fn(sSearchText?: String, mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the search field","sSearchText":"type: string, description: The expected text in the search field"}},"iCheckCreate":{"!description":"Checks the <code>Create<\/code> action of the table.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckFilterField":{"!description":"Checks a filter field in the filter dialog.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, mState?: Object) -> Object","parameters":{"vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the field, or its label","mState":"type: object, description: Defines the expected state of the field control in the filter dialog"}},"iCheckState":{"!description":"Checks the state of the table.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the table"}},"iCheckSortOrder":{"!description":"Checks a field in the sorting dialog.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, sSortOrder?: sap.ui.core.SortOrder, bCheckPersonalization?: Boolean) -> Object","parameters":{"bCheckPersonalization":"type: boolean, description: Defines if the order is checked via sorting dialog, or via the column itself","vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the column, or its label","sSortOrder":"type: sap.ui.core.SortOrder, description: The sort order of the column, default is {@link sap.ui.core.SortOrder.Ascending}"}},"iCheckPaste":{"!description":"Checks the <code>Paste<\/code> action of the table.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckColumnAdaptationDialog":{"!description":"Checks whether the column adaptation dialog is open.","!static":false,"!category":"function","!type":"fn() -> Object"},"iCheckMessageStrip":{"!description":"Checks a messageStrip on a table.","!static":false,"!category":"function","!type":"fn(mProperty?: Object) -> Object","parameters":{"mProperty":"type: object, description: Defines the expected properties of the messageStrip in the table"}},"!module":"sap/fe/test/api/TableAssertions","iCheckColumnFiltering":{"!description":"Checks whether the filter button is available for the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iCheckColumns":{"!description":"Checks the state of the columns of the table.","!static":false,"!category":"function","!type":"fn(iExpectedNumberOfColumns?: Number, mColumnStateMap?: Object) -> Object","parameters":{"iExpectedNumberOfColumns":"type: number, description: The expected number of columns","mColumnStateMap":"type: object, description: A map of columns and their expected state. The map looks like <code><pre>\n\t{\n\t\t&lt;columnName | columnLabel | columnIndex>: {\n\t\t\theader: \"My header\"\n\t\t}\n\t}\n<\/pre><\/code>"}}},"sap.fe.test.api.HeaderActionsLR":{"!constructorDescription":"Constructs a new HeaderActionsLR instance.","!module":"sap/fe/test/api/HeaderActionsLR","!proto":"sap.ui.base.Object","!category":"class","iExecuteAction":{"!description":"Executes an action in the header toolbar of a list report.","!static":false,"!category":"function","!type":"fn(vActionIdentifier?: String | sap.fe.test.api.ActionIdentifier) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of the action"}},"iExecuteSaveAsTile":{"!description":"Executes the <code>Save as Tile<\/code> action.","!static":false,"!category":"function","!type":"fn(sBookmarkTitle: String) -> Object","parameters":{"sBookmarkTitle":"type: string, description: The title of the new tile"}},"iExecuteSendEmail":{"!description":"Executes the <code>Send E-Mail<\/code> action.","!static":false,"!category":"function","!type":"fn() -> Object"}},"sap.fe.test.api.FormAssertions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FormAssertions"},"sap.fe.test.JourneyRunner":{"!description":"A JourneyRunner for executing integration tests with given settings.","getMetadata":{"!description":"Returns a metadata object for class sap.fe.test.JourneyRunner.","!static":true,"!category":"function","!type":"fn() -> sap.ui.base.Metadata"},"!proto":"sap.ui.base.Object","!category":"class","run":{"!description":"Static function to run the default runner with given parameters. Shortcut for <pre>JourneyRunner.getDefaultRunner().run(mSettings, Journey1, Journey2, ...)<\/pre> See {@link sap.fe.test.JourneyRunner#run} for parameter details.","!static":true,"!category":"function","!type":"fn(mSettings: Object, vJourneys: [Array<function()> | String])"},"extend":{"!description":"Creates a new subclass of class sap.fe.test.JourneyRunner with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"getBaseAssertions":{"!description":"Returns the base assertions instance to be used for {@link sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig} <code>assertions<\/code> setting.\n\nThis function is only used if <code>assertions<\/code> is not defined via the runner settings. It is meant to be overridden by a custom JourneyRunner implementation to provide custom base assertions.\n\nBy default, an instance of {@link sap.fe.test.BaseAssertions} will be returned.","!static":false,"!category":"function","!type":"fn(mSettings: Object) -> sap.ui.test.Opa","parameters":{"mSettings":"type: object, description: The settings object of the runner instance"}},"getBaseActions":{"!description":"Returns the base action instance to be used for {@link sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig} <code>actions<\/code> setting.\n\nThis function is only used if <code>actions<\/code> is not defined via the runner settings. It is meant to be overridden by a custom JourneyRunner implementation to provide custom base actions.\n\nBy default, an instance of {@link sap.fe.test.BaseActions} will be returned.","!static":false,"!category":"function","!type":"fn(mSettings: Object) -> sap.ui.test.Opa","parameters":{"mSettings":"type: object, description: The settings object of the runner instance"}},"!constructorDescription":"Constructs a new JourneyRunner instance.","!module":"sap/fe/test/JourneyRunner","!helpDescription":"A JourneyRunner for executing integration tests with given settings.","getBaseArrangements":{"!description":"Returns the base arrangements instance to be used for {@link sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig} <code>arrangements<\/code> setting.\n\nThis function is only used if <code>arrangements<\/code> is not defined via the runner settings. It is meant to be overridden by a custom JourneyRunner implementation to provide custom base assertions.\n\nBy default, an instance of {@link sap.fe.test.BaseArrangements} will be returned.","!static":false,"!category":"function","!type":"fn(mSettings: Object) -> sap.ui.test.Opa","parameters":{"mSettings":"type: object, description: The settings object of the runner instance"}},"setDefaultRunner":{"!description":"Sets the global journey runner instance.","!static":true,"!category":"function","!type":"fn(oDefaultRunner: sap.fe.test.JourneyRunner)","parameters":{"oDefaultRunner":"type: sap.fe.test.JourneyRunner, description: Defines the global default {@link sap.fe.test.JourneyRunner} instance"}},"getDefaultRunner":{"!description":"Gets the global journey runner instance.","!static":true,"!category":"function","!type":"fn() -> Object"}},"sap.fe":{"test":"sap.fe.test","!category":"namespace"},"sap.fe.test.api.FooterAssertionsBase":{"!constructorDescription":"Constructs a new FooterAssertionsBase instance.","iCheckState":{"!description":"Checks the state of the footer bar.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the footer bar"}},"!module":"sap/fe/test/api/FooterAssertionsBase","iCheckAction":{"!description":"Checks the state of an action in the footer bar.","!static":false,"!category":"function","!type":"fn(vActionIdentifier: String | sap.fe.test.api.ActionIdentifier, mState?: Object) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of an action","mState":"type: object, description: Defines the expected state of the button"}},"!proto":"sap.ui.base.Object","!category":"class"},"sap.fe.test.api.DialogValueHelpActions":{"iRemoveCondition":{"!description":"Removes an existing condition.","!static":false,"!category":"function","!type":"fn(iConditionIndex?: Number) -> Object","parameters":{"iConditionIndex":"type: number, description: The index of the condition to be removed. If not set, the index 0 is used"}},"iExecuteShowHideFilters":{"!description":"Clicks the <code>Hide/Show Filters<\/code> button.","!static":false,"!category":"function","!type":"fn() -> Object"},"iResetSearchField":{"!description":"Resets the search field value.","!static":false,"!category":"function","!type":"fn() -> Object"},"iExecuteSearch":{"!description":"Starts the search.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.fe.test.api.DialogActions","iGoToDefineConditions":{"!description":"Navigates to the <code>Define Conditions<\/code> tab.","!static":false,"!category":"function","!type":"fn() -> Object"},"!category":"class","iChangeFilterField":{"!description":"Changes the value of a filter field.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FilterFieldIdentifier, vValue?: String, bClearFirst?: Boolean) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the filter field","vValue":"type: string, description: The new target value.","bClearFirst":"type: boolean, description: Set to <code>true<\/code> to clear previously set filters, otherwise all previously set values will be kept"}},"iChangeCondition":{"!description":"Changes an existing condition.","!static":false,"!category":"function","!type":"fn(sOperator: String, vValues: [String | String], iConditionIndex?: Number) -> Object","parameters":{"vValues":"type: string|string[], description: The values to be set. If the operator requires more than one value like BT (between) an array with the two entries is expected","iConditionIndex":"type: number, description: The index of the condition to be altered. If not set, the index 0 is used","sOperator":"type: string, description: The condition operator, like EQ, BT, LT, GT (see also {@link sap.ui.model.filter.FilterOperator})"}},"!constructorDescription":"Constructs a new DialogValueHelpActions instance.","iChangeSearchField":{"!description":"Changes the value of the search field.","!static":false,"!category":"function","!type":"fn(sSearchText?: String) -> Object","parameters":{"sSearchText":"type: string, description: The new search value."}},"!module":"sap/fe/test/api/DialogValueHelpActions","iSelectRows":{"!description":"Selects the specified rows.","!static":false,"!category":"function","!type":"fn(vRowValues?: Object | Number, mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the row","vRowValues":"type: object|number, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code> Alternatively, the 0-based row index can be used."}},"iAddCondition":{"!description":"Adds a new condition.","!static":false,"!category":"function","!type":"fn(sOperator: String, vValues: [String | String]) -> Object","parameters":{"vValues":"type: string|string[], description: The values to be set. If the operator requires more than one value, like BT (between), an array with the two entries is expected","sOperator":"type: string, description: The condition operator, like EQ, BT, LT, GT (see also {@link sap.ui.model.filter.FilterOperator})"}},"iGoToSearchAndSelect":{"!description":"Navigates to the <code>Search and Select<\/code> tab.","!static":false,"!category":"function","!type":"fn() -> Object"}},"sap.fe.test.api.HeaderAssertionsLR_obj":{"!type":"fn()","prototype":"sap.fe.test.api.HeaderAssertionsLR"},"sap.fe.test.BaseAssertions":{"!description":"All common assertions (<code>Then<\/code>) for all Opa tests are defined here.","extend":{"!description":"Creates a new subclass of class sap.fe.test.BaseAssertions with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.test.Opa5.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"getMetadata":{"!description":"Returns a metadata object for class sap.fe.test.BaseAssertions.","!static":true,"!category":"function","!type":"fn() -> sap.ui.base.Metadata"},"!constructorDescription":"Constructs a new {@link sap.fe.test.Opa5} instance.","!module":"sap/fe/test/BaseAssertions","!helpDescription":"All common assertions (<code>Then<\/code>) for all Opa tests are defined here.","iSeeMessageToast":{"!description":"Checks whether a {@link sap.m.MessageToast} with the given text is shown.","!static":false,"!category":"function","!type":"fn(sText: String) -> Object","parameters":{"sText":"type: string, description: The text shown in the MessageToast"}},"iSeeMessagePage":{"!description":"Checks whether a {@link sap.m.MessagePage} with given message is shown.","!static":false,"!category":"function","!type":"fn(sMessage: String) -> Object","parameters":{"sMessage":"type: string, description: The message shown on the message page"}},"!proto":"sap.ui.test.Opa5","!category":"class"},"sap.fe.test.api.TableAPI":{"columnSorting":{"!description":"Helper method to sort columns fields. If no actions are given, this function can be used for checking only. During execution it checks for an already open sorting dialog. If it does not exist, it is opened before the check/interaction of the columns, and closed/confirmed directly afterwards.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, mState?: Object, vActions?: fn() | Array | sap.ui.test.actions.Action, sDescription: String) -> Object","parameters":{"vActions":"type: function|Array|sap.ui.test.actions.Action, description: The actions to be executed on found adaptation field","sDescription":"type: string, description: The description of the check or adaptation","vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the column","mState":"type: object, description: Defines the state of the adaptation column"}},"iOpenColumnAdaptation":{"!description":"Opens the column adaptation dialog of the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iOpenColumnSorting":{"!description":"Opens the sorting dialog of the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iOpenFilterDialog":{"!description":"Opens the filtering dialog of the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.ui.base.Object","!category":"class","iConfirmFilterDialog":{"!description":"Confirms and closes the filtering dialog of the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iConfirmColumnSorting":{"!description":"Confirms and closes the sorting dialog of the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"personalization":{"!description":"Helper method to personalize table, either adapt columns or filter. If no actions are given, this function can be used for checking only. During execution it checks for an already open dialog. If it does not exist, it is opened before the check/interaction of the columns, and closed/confirmed directly afterwards.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, mState?: Object, vActions?: fn() | Array | sap.ui.test.actions.Action, sDescription: String, oDialogBuilder: sap.ui.test.OpaBuilder, fnOpenDialog: fn(), fnCloseDialog: fn()) -> Object","parameters":{"fnOpenDialog":"type: function, description: A callback for opening the dialog","vActions":"type: function|Array|sap.ui.test.actions.Action, description: The actions to be executed on found field","sDescription":"type: string, description: The description of the check or adaptation","vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The field identifier","mState":"type: object, description: The state of the personalization field. The following states are supported: <code><pre>\n\t{\n\t\tselected: true|false\n\t}\n<\/pre><\/code>","oDialogBuilder":"type: sap.ui.test.OpaBuilder, description: The dialog builder","fnCloseDialog":"type: function, description: A callback for closing the dialog"}},"!constructorDescription":"Constructs a new TableAPI instance.","iConfirmColumnAdaptation":{"!description":"Confirms and closes the adaptation dialog of the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"!module":"sap/fe/test/api/TableAPI","sortingPersonalization":{"!description":"Helper method to adapt the sorting of a table. If no actions are given, this function can be used for checking only. During execution it checks for an already open dialog. If it does not exist, it is opened before the check/interaction of the columns, and closed/confirmed directly afterwards.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, mState?: Object, vActions?: fn() | Array | sap.ui.test.actions.Action, sDescription: String, oDialogBuilder: sap.ui.test.OpaBuilder, fnOpenDialog: fn(), fnCloseDialog: fn()) -> Object","parameters":{"fnOpenDialog":"type: function, description: A callback for opening the dialog","vActions":"type: function|Array|sap.ui.test.actions.Action, description: The actions to be executed on found field","sDescription":"type: string, description: The description of the check or adaptation","vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The field identifier","mState":"type: object, description: The state of the personalization field. The following states are supported: <code><pre>\n\t{\n\t\tsortOrder: SortOrder.Ascending|SortOrder.Descending|SortOrder.None\n\t}\n<\/pre><\/code>","oDialogBuilder":"type: sap.ui.test.OpaBuilder, description: The dialog builder","fnCloseDialog":"type: function, description: A callback for closing the dialog"}},"columnAdaptation":{"!description":"Helper method to adapt columns fields. If no actions are given, this function can be used for checking only. During execution it checks for an already open adaptation dialog. If it does not exist, it is opened before the check/interaction of the columns, and closed/confirmed directly afterwards.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, mState?: Object, vActions?: fn() | Array | sap.ui.test.actions.Action, sDescription: String) -> Object","parameters":{"vActions":"type: function|Array|sap.ui.test.actions.Action, description: The actions to be executed on found adaptation field","sDescription":"type: string, description: The description of the check or adaptation","vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the column","mState":"type: object, description: Defines the state of the adaptation column"}}},"sap.fe.test.api.FilterBarAPI":{"filterFieldAdaptation":{"!description":"Helper method to adapt filter fields. If no actions are given, this function can be used for checking only. During execution it checks for an already open adaptation popover. If it does not exist, it is opened before the check/interaction of the filter fields, and closed directly afterwards.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FilterFieldIdentifier, mState?: Object, vActions?: fn() | Array | sap.ui.test.actions.Action, sDescription: String) -> Object","parameters":{"vActions":"type: function|Array|sap.ui.test.actions.Action, description: The actions to be executed on found adaptation field","sDescription":"type: string, description: The description of the check or adaptation","vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the field","mState":"type: object, description: Defines the expected state of the adaptation filter field"}},"iOpenFilterAdaptation":{"!description":"Opens the filter bar adaptation. It can be used in an action chain as well as in an assertion chain.","!static":false,"!category":"function","!type":"fn() -> Object"},"!constructorDescription":"Constructs a new FilterBarAPI instance.","!module":"sap/fe/test/api/FilterBarAPI","iConfirmFilterAdaptation":{"!description":"Confirms the filter bar adaptation. It can be used in an action chain as well as in an assertion chain.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.ui.base.Object","!category":"class","createFilterFieldBuilder":{"!description":"Retrieve a filter field by its identifier.","!static":true,"!category":"function","!type":"fn(oFilterBarBuilder: sap.fe.test.builder.FilterBarBuilder, vFieldIdentifier: String | sap.fe.test.api.FilterFieldIdentifier, mState: undefined) -> sap.fe.test.builder.FilterFieldBuilder","parameters":{"oFilterBarBuilder":"type: sap.fe.test.builder.FilterBarBuilder, description: The builder of the filter bar to which the field belongs","vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the field in the filter bar","mState":"type: undefined, description: undefined"}}},"sap.fe.test.api.FilterBarAssertions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FilterBarAssertions"},"sap.fe.test.api.FooterAssertionsOP":{"iCheckCancel":{"!description":"Checks the state of the Cancel action in the footer bar.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"!constructorDescription":"Constructs a new FooterAssertionsOP instance.","!module":"sap/fe/test/api/FooterAssertionsOP","!proto":"sap.fe.test.api.FooterAssertionsBase","iCheckDraftStateSaved":{"!description":"Checks for draft state 'Saved' in the footer bar.","!static":false,"!category":"function","!type":"fn() -> Object"},"!category":"class","iCheckDraftStateClear":{"!description":"Checks for draft state 'Clear' in the footer bar.","!static":false,"!category":"function","!type":"fn() -> Object"},"iCheckApply":{"!description":"Checks the state of the Apply action in the footer bar.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckSave":{"!description":"Checks the state of the Save or Create action in the footer bar.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}}},"sap.fe.test.ObjectPage.actions":{"!description":"ObjectPage actions","!module":"sap/fe/test/ObjectPage","!helpDescription":"ObjectPage actions","onHeader":{"!description":"Returns a {@link sap.fe.test.api.HeaderActions} instance.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.HeaderActions"},"iGoToSection":{"!description":"Navigates to or focuses on the defined section.","!static":"true","!category":"function","!type":"fn(vSectionIdentifier: String | sap.fe.test.api.SectionIdentifier) -> Object"},"onFooter":{"!description":"Returns a {@link sap.fe.test.api.FooterActionsOP} instance.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.FooterActionsOP"},"onTable":{"!description":"Returns a {@link sap.fe.test.api.TableActions} instance for the specified table.","!static":"true","!category":"function","!type":"fn(vTableIdentifier: String | sap.fe.test.api.TableIdentifier) -> sap.fe.test.api.TableActions"},"!category":"namespace","onForm":{"!description":"Returns a {@link sap.fe.test.api.FormActions} instance.","!static":"true","!category":"function","!type":"fn(vFormIdentifier: sap.fe.test.api.FormIdentifier | String) -> sap.fe.test.api.FormActions"},"iCollapseExpandPageHeader":{"!description":"Collapses or expands the page header.","!static":"true","!category":"function","!type":"fn(bCollapse?: Boolean) -> Object"}},"sap.fe.test.api.EditState":{"!description":"Enum for supported editing states.","All":{"!description":"All","!category":"enum","!type":"String"},"OwnDraft":{"!description":"Own Draft","!category":"enum","!type":"String"},"Locked":{"!description":"Locked by Another User","!category":"enum","!type":"String"},"!module":"sap/fe/test/api/EditState","AllHidingDrafts":{"!description":"All (Hiding Drafts)","!category":"enum","!type":"String"},"!category":"static class","UnsavedChanges":{"!description":"Unsaved Changes by Another User","!category":"enum","!type":"String"},"Unchanged":{"!description":"Unchanged","!category":"enum","!type":"String"}},"sap.fe.test.api.HeaderActions":{"iNavigateByBreadcrumb":{"!description":"Navigates by using a breadcrumb link on an object page.","!static":false,"!category":"function","!type":"fn(sLink: String) -> Object","parameters":{"sLink":"type: string, description: The label of the link to be navigated to"}},"iExecutePaginatorUp":{"!description":"Navigates to the previous sub-object page.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.ui.base.Object","iExecuteDelete":{"!description":"Executes the Delete action in the header toolbar of an object page.","!static":false,"!category":"function","!type":"fn() -> Object"},"!category":"class","iExecuteAction":{"!description":"Executes an action in the header toolbar of an object page.","!static":false,"!category":"function","!type":"fn(vActionIdentifier: String | sap.fe.test.api.ActionIdentifier) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of the action"}},"iExecuteEdit":{"!description":"Executes the Edit action in the header toolbar of an object page.","!static":false,"!category":"function","!type":"fn() -> Object"},"iExecuteSendEmail":{"!description":"Executes the <code>Send E-Mail<\/code> action.","!static":false,"!category":"function","!type":"fn() -> Object"},"!constructorDescription":"Constructs a new HeaderActions instance.","!module":"sap/fe/test/api/HeaderActions","iClickLink":{"!description":"Clicks a link within the object page header.\n\nTODO this function will not made public as it is, it needs some refactoring to behave similar to the FormActions#iClickLink function.","!static":false,"!category":"function","!type":"fn(vLinkIdentifier: String) -> Object","parameters":{"vLinkIdentifier":"type: string, description: The label of the link to be clicked (TODO it actually must be the link text with the current implementation)"}},"iExecuteMenuAction":{"!description":"Executes an action in the drop-down menu that is currently open.","!static":false,"!category":"function","!type":"fn(vAction: String | Object) -> Object","parameters":{"vAction":"type: string|object, description: The label of the action or its state"}},"iExecuteRelatedApps":{"!description":"Executes the Related Apps action in the header toolbar of an object page.","!static":false,"!category":"function","!type":"fn() -> Object"},"iExecutePaginatorDown":{"!description":"Navigates to the next sub-object page.","!static":false,"!category":"function","!type":"fn() -> Object"},"iExecuteSaveAsTile":{"!description":"Executes the <code>Save as Tile<\/code> action.","!static":false,"!category":"function","!type":"fn(sBookmarkTitle: String) -> Object","parameters":{"sBookmarkTitle":"type: string, description: The title of the new tile"}}},"sap.fe.test":{"!description":"Test library for SAP Fiori elements","BaseArrangements":"sap.fe.test.BaseArrangements_obj","ObjectPage":"sap.fe.test.ObjectPage_obj","!category":"namespace","JourneyRunner":"sap.fe.test.JourneyRunner_obj","Shell":"sap.fe.test.Shell_obj","TemplatePage":"sap.fe.test.TemplatePage_obj","!module":"sap/fe/test/library","BaseAssertions":"sap.fe.test.BaseAssertions_obj","!helpDescription":"Test library for SAP Fiori elements","ListReport":"sap.fe.test.ListReport_obj","BaseActions":"sap.fe.test.BaseActions_obj","assertions":"sap.fe.test.TemplatePage.assertions","api":"sap.fe.test.api","actions":"sap.fe.test.TemplatePage.actions"},"sap.fe.test.TemplatePage.assertions":{"!description":"Assertions that are available to all template pages used in SAP Fiori elements.","onCreateDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Create })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogCreateAssertions"},"!module":"sap/fe/test/TemplatePage","onMessageDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Message })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogMessageAssertions"},"!helpDescription":"Assertions that are available to all template pages used in SAP Fiori elements.","onActionDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Action })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogAssertions"},"onConfirmationDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Confirmation })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogAssertions"},"iSeeThisPage":{"!description":"Confirms the visibility of the current page.","!static":"true","!category":"function","!type":"fn() -> Object"},"onDialog":{"!description":"Returns a {@link sap.fe.test.api.DialogAssertions} instance.","!static":"true","!category":"function","!type":"fn(vDialogIdentifier: String | sap.fe.test.api.DialogIdentifier) -> sap.fe.test.api.DialogAssertions"},"!category":"namespace","onErrorDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Error })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogAssertions"},"onValueHelpDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.ValueHelp })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogValueHelpAssertions"}},"sap.fe.test.api.TableAssertions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.TableAssertions"},"sap.fe.test.api.TableActions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.TableActions"},"sap.fe.test.api.DialogType":{"!description":"Enum for supported dialog types.","Action":{"!description":"A default dialog for action parameters","!category":"enum","!type":"String"},"!module":"sap/fe/test/api/DialogType","Message":{"!description":"A message dialog for showing back-end messages","!category":"enum","!type":"String"},"Create":{"!description":"A dialog used for creating a new object","!category":"enum","!type":"String"},"Error":{"!description":"A dialog used for showing an error message","!category":"enum","!type":"String"},"!category":"static class","ValueHelp":{"!description":"A ValueHelp dialog that has a condition definition panel or a filterable selection table","!category":"enum","!type":"String"},"Confirmation":{"!description":"A simple dialog supporting base checks and actions such as 'Confirm' and 'Cancel'","!category":"enum","!type":"String"}},"sap.fe.test.api.HeaderAssertionsLR":{"!constructorDescription":"Constructs a new HeaderAssertionsLR instance.","iCheckSendEmail":{"!description":"Checks the <code>Send Email<\/code> action.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"!module":"sap/fe/test/api/HeaderAssertionsLR","iCheckAction":{"!description":"Checks an action of the header toolbar.","!static":false,"!category":"function","!type":"fn(vActionIdentifier?: String | sap.fe.test.api.ActionIdentifier, mState?: Object) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of the action, or its label","mState":"type: object, description: Defines the expected state of the button"}},"iCheckSaveAsTile":{"!description":"Checks the <code>Save as Tile<\/code> action.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"!proto":"sap.ui.base.Object","!category":"class"},"sap.fe.test.api.FormAssertions":{"!constructorDescription":"Constructs a new FormAssertions instance.","iCheckState":{"!description":"Checks the state of the form.","!static":false,"!category":"function","!type":"fn(mState: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the form"}},"!module":"sap/fe/test/api/FormAssertions","iCheckAction":{"!description":"Checks the state of an action in a subsection.","!static":false,"!category":"function","!type":"fn(vActionIdentifier: String | sap.fe.test.api.ActionIdentifier, mState?: Object) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of an action","mState":"type: object, description: Defines the expected state of the button"}},"iCheckLink":{"!description":"Checks the field is a link with the given text and state.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FieldIdentifier, sText?: String, mState?: Object) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FieldIdentifier, description: The identifier of the field","sText":"type: string, description: The link text","mState":"type: object, description: Defines the expected state of the field"}},"!proto":"sap.fe.test.api.FormAPI","iCheckShowLess":{"!description":"Checks the Show Less action of a form in a subsection.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"!category":"class","iCheckField":{"!description":"Checks the content and state of a field within a form.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FieldIdentifier, vValue?: String | Array | Object, mState?: Object) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FieldIdentifier, description: The identifier of the field","mState":"type: object, description: Defines the expected state of the field","vValue":"type: string|Array|object, description: Expected value(s) of the field. if passed as an object, the following pattern will be considered: <code><pre>\n{\n value: <string>, \t\t// optional\n description: <string> \t// optional\n}\n<\/pre><\/code>"}},"iCheckShowMore":{"!description":"Checks the Show More action of a form in a subsection.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}}},"sap.fe.test.api.TableAPI_obj":{"!type":"fn()","prototype":"sap.fe.test.api.TableAPI"},"sap.fe.test.BaseActions_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.test.BaseActions with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.test.Opa5.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn()","prototype":"sap.fe.test.BaseActions"},"sap.fe.test.api.DialogCreateAssertions":{"!constructorDescription":"Constructs a new DialogCreateAssertions instance.","!module":"sap/fe/test/api/DialogCreateAssertions","!proto":"sap.fe.test.api.DialogAssertions","!category":"class","iCheckCreate":{"!description":"Checks the <code>Create<\/code> action on the dialog.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}}},"sap.fe.test.api.DialogMessageAssertions":{"iCheckRefresh":{"!description":"Checks the <code>Refresh<\/code> action on the dialog.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"!constructorDescription":"Constructs a new DialogMessageActions instance.","!module":"sap/fe/test/api/DialogMessageAssertions","!proto":"sap.fe.test.api.DialogAssertions","!category":"class","iCheckBack":{"!description":"Checks the <code>Back<\/code> action on the message dialog.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckMessage":{"!description":"Checks whether a certain message is shown in the dialog.","!static":false,"!category":"function","!type":"fn(oMessage?: Object) -> Object","parameters":{"oMessage":"type: object, description: Defines the expected state of the message, e.g. <code>{ title: \"My message\" }<\/code>"}}},"sap.fe.test.api.DialogCreateAssertions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.DialogCreateAssertions"},"sap.fe.test.api.DialogValueHelpAssertions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.DialogValueHelpAssertions"},"sap.fe.test.Shell_obj":{"!type":"fn(aAdditionalPageDefinitions?: Object)","prototype":"sap.fe.test.Shell"},"sap.fe.test.api.FooterActionsOP_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FooterActionsOP"},"sap.fe.test.api.DialogAssertions":{"iCheckCancel":{"!description":"Checks the cancellation button of the dialog.","!static":false,"!category":"function","!type":"fn(mButtonState?: Object) -> Object","parameters":{"mButtonState":"type: object, description: Defines the expected state of the button"}},"!constructorDescription":"Constructs a new DialogAssertions instance.","iCheckState":{"!description":"Checks the dialog.","!static":false,"!category":"function","!type":"fn(mDialogState?: Object) -> Object","parameters":{"mDialogState":"type: object, description: Defines the expected state of the dialog"}},"!module":"sap/fe/test/api/DialogAssertions","iCheckDialogField":{"!description":"Checks the content and state of a field in a dialog.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: sap.fe.test.api.DialogFieldIdentifier, vValue?: String | Array | Object, mState?: Object) -> Object","parameters":{"vFieldIdentifier":"type: sap.fe.test.api.DialogFieldIdentifier, description: The identifier of the field","mState":"type: object, description: Defines the expected state of the field","vValue":"type: string|Array|object, description: Expected value(s) of the field. if passed as an object, the following pattern will be considered: <code><pre>\n{\n value: <string>, \t\t// optional\n}\n<\/pre><\/code>"}},"!proto":"sap.ui.base.Object","!category":"class","iCheckActionParameterDialogField":{"!description":"Checks the content and state of a field in an action parameter dialog.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: sap.fe.test.api.ActionDialogFieldIdentifier, vValue?: String | Array | Object, mState?: Object) -> Object","parameters":{"vFieldIdentifier":"type: sap.fe.test.api.ActionDialogFieldIdentifier, description: The identifier of the field","mState":"type: object, description: Defines the expected state of the field","vValue":"type: string|Array|object, description: Expected value(s) of the field. if passed as an object, the following pattern will be considered: <code><pre>\n{\n value: <string>, \t\t// optional\n}\n<\/pre><\/code>"}},"iCheckConfirm":{"!description":"Checks the confirmation button of the dialog.","!static":false,"!category":"function","!type":"fn(mButtonState?: Object) -> Object","parameters":{"mButtonState":"type: object, description: Defines the expected state of the button"}}},"sap.fe.test.api.FilterBarAssertions":{"iCheckFilterField":{"!description":"Checks a filter field. If <code>vConditionValues<\/code> is <code>undefined<\/code>, the current condition values are ignored.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: Object | sap.fe.test.api.FilterFieldIdentifier, vConditionValues?: String | Object | Array, sOperator?: String, mState?: Object) -> Object","parameters":{"vConditionValues":"type: string|object|Array, description: The expected value(s) of the filter field","sOperator":"type: string, description: The expected operator","vFieldIdentifier":"type: object|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the filter field","mState":"type: object, description: Defines the expected state of the filter field"}},"!constructorDescription":"Constructs a new FilterBarAssertions instance.","iCheckState":{"!description":"Checks the filter bar.","!static":false,"!category":"function","!type":"fn(mFilterBarState?: Object) -> Object","parameters":{"mFilterBarState":"type: object, description: Defines the expected state of the filter bar"}},"!module":"sap/fe/test/api/FilterBarAssertions","iCheckFilterAdaptation":{"!description":"Checks whether the filter adaptation dialog is open.","!static":false,"!category":"function","!type":"fn() -> Object"},"iCheckEditingStatus":{"!description":"Check the filter field for the editing status.","!static":false,"!category":"function","!type":"fn(sEditState?: sap.fe.test.api.EditState, mFieldState?: Object) -> Object","parameters":{"sEditState":"type: sap.fe.test.api.EditState, description: The expected edit state value","mFieldState":"type: object, description: Defines the expected state of the filter field"}},"!proto":"sap.fe.test.api.FilterBarAPI","!category":"class","iCheckSearchField":{"!description":"Checks the search field in the filter bar. If the <code>sSearchText<\/code> parameter is <code>undefined<\/code>, the search text is not validated.","!static":false,"!category":"function","!type":"fn(sSearchText?: String, mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the search field","sSearchText":"type: string, description: The expected text in the search field"}},"iCheckSearch":{"!description":"Checks the search button.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the Go button"}},"iCheckAdaptationFilterField":{"!description":"Checks a field in the adaptation dialog.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FilterFieldIdentifier, mState?: Object) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the filter field, or its label","mState":"type: object, description: Defines the expected state of the filter field in the adaptation dialog"}}},"sap.fe.test.ListReport_obj":{"!type":"fn(oPageDefinition: Object, aAdditionalPageDefinitions?: Object)","prototype":"sap.fe.test.ListReport"},"sap.fe.test.ObjectPage_obj":{"!type":"fn(oPageDefinition: Object, aAdditionalPageDefinitions?: Object)","prototype":"sap.fe.test.ObjectPage"},"sap.fe.test.api.DialogActions":{"iChangeDialogField":{"!description":"Changes the content of a field in a dialog.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: sap.fe.test.api.DialogFieldIdentifier, vValue?: String, bClearFirst?: Boolean) -> Object","parameters":{"vFieldIdentifier":"type: sap.fe.test.api.DialogFieldIdentifier, description: The identifier of the field","vValue":"type: string, description: The new target value.","bClearFirst":"type: boolean, description: Set to <code>true<\/code> to clear previously set filters, otherwise all previously set values will be kept"}},"iClose":{"!description":"Closes the dialog by pressing the 'Escape' key.","!static":false,"!category":"function","!type":"fn() -> Object"},"!constructorDescription":"Constructs a new DialogActions instance.","iConfirm":{"!description":"Confirms the dialog by clicking the corresponding button (for example, 'OK').","!static":false,"!category":"function","!type":"fn() -> Object"},"!module":"sap/fe/test/api/DialogActions","!proto":"sap.ui.base.Object","iChangeActionParameterDialogField":{"!description":"Changes the content of a field in an action parameter dialog.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: sap.fe.test.api.ActionDialogFieldIdentifier, vValue?: String, bClearFirst?: Boolean) -> Object","parameters":{"vFieldIdentifier":"type: sap.fe.test.api.ActionDialogFieldIdentifier, description: The identifier of the field","vValue":"type: string, description: The new target value.","bClearFirst":"type: boolean, description: Set to <code>true<\/code> to clear previously set filters, otherwise all previously set values will be kept"}},"!category":"class","iCancel":{"!description":"Cancels the dialog by clicking the corresponding button (for example, 'Cancel').","!static":false,"!category":"function","!type":"fn() -> Object"}},"sap.fe.test.api.FormAPI_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FormAPI"},"sap.fe.test.BaseArrangements":{"!description":"All common arrangements (<code>Given<\/code>) for all Opa tests are defined here.","getMetadata":{"!description":"Returns a metadata object for class sap.fe.test.BaseArrangements.","!static":true,"!category":"function","!type":"fn() -> sap.ui.base.Metadata"},"iStartMyApp":{"!description":"Starts the app in an IFrame, using the <code>launchUrl<\/code> and <code>launchParameters<\/code> provided via the settings object of the {@link sap.fe.test.BaseArrangements#constructor}.","!static":false,"!category":"function","!type":"fn(sAppHash?: String, mUrlParameters?: Object) -> Object","parameters":{"sAppHash":"type: string, description: The app hash","mUrlParameters":"type: object, description: A map with additional URL parameters"}},"!proto":"sap.ui.test.Opa5","!category":"class","iTearDownMyApp":{"!description":"Tears down the current application.","!static":false,"!category":"function","!type":"fn() -> Object"},"extend":{"!description":"Creates a new subclass of class sap.fe.test.BaseArrangements with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.test.Opa5.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"iRestartMyApp":{"!description":"Simulates a refresh of the page by tearing it down and then restarting it with the very same hash.","!static":false,"!category":"function","!type":"fn() -> Object"},"!constructorDescription":"Constructs a new {@link sap.fe.test.Opa5} instance.","!module":"sap/fe/test/BaseArrangements","iResetTestData":{"!description":"Resets the test data.","!static":false,"!category":"function","!type":"fn() -> Object"},"resetTestData":{"!description":"Clears the browser's local storage and session storage.\n\nNOTE: The function itself is not meant to be called directly within a journey. Instead, it can be overwritten to add custom clean-up functionality when calling {@link sap.fe.test.BaseArrangements#iResetTestData}.","!static":false,"!category":"function","!type":"fn() -> Object"},"!helpDescription":"All common arrangements (<code>Given<\/code>) for all Opa tests are defined here."},"sap.fe.test.api.FooterActionsOP":{"!constructorDescription":"Constructs a new FooterActionsOP instance.","iExecuteApply":{"!description":"Executes the Apply action in the footer bar of a sub-object page.","!static":false,"!category":"function","!type":"fn() -> Object"},"!module":"sap/fe/test/api/FooterActionsOP","iExecuteCancel":{"!description":"Executes the Cancel action in the footer bar of the object page.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.fe.test.api.FooterActionsBase","!category":"class","iExecuteSave":{"!description":"Executes the Save or Create action in the footer bar of the object page.","!static":false,"!category":"function","!type":"fn() -> Object"},"iConfirmCancel":{"!description":"Confirms the Cancel action when user clicks <code>Cancel<\/code> in draft mode.","!static":false,"!category":"function","!type":"fn() -> Object"}},"sap.fe.test.api":{"FormAPI":"sap.fe.test.api.FormAPI_obj","DialogType":"sap.fe.test.api.DialogType","FilterBarAssertions":"sap.fe.test.api.FilterBarAssertions_obj","FooterActionsBase":"sap.fe.test.api.FooterActionsBase_obj","HeaderAssertions":"sap.fe.test.api.HeaderAssertions_obj","FooterActionsOP":"sap.fe.test.api.FooterActionsOP_obj","EditState":"sap.fe.test.api.EditState","FormActions":"sap.fe.test.api.FormActions_obj","!category":"namespace","DialogMessageActions":"sap.fe.test.api.DialogMessageActions_obj","HeaderAssertionsLR":"sap.fe.test.api.HeaderAssertionsLR_obj","DialogValueHelpAssertions":"sap.fe.test.api.DialogValueHelpAssertions_obj","DialogMessageAssertions":"sap.fe.test.api.DialogMessageAssertions_obj","TableActions":"sap.fe.test.api.TableActions_obj","HeaderActions":"sap.fe.test.api.HeaderActions_obj","FooterAssertionsOP":"sap.fe.test.api.FooterAssertionsOP_obj","DialogCreateAssertions":"sap.fe.test.api.DialogCreateAssertions_obj","FilterBarAPI":"sap.fe.test.api.FilterBarAPI_obj","FormAssertions":"sap.fe.test.api.FormAssertions_obj","FooterAssertionsBase":"sap.fe.test.api.FooterAssertionsBase_obj","HeaderActionsLR":"sap.fe.test.api.HeaderActionsLR_obj","TableAssertions":"sap.fe.test.api.TableAssertions_obj","DialogAssertions":"sap.fe.test.api.DialogAssertions_obj","DialogValueHelpActions":"sap.fe.test.api.DialogValueHelpActions_obj","TableAPI":"sap.fe.test.api.TableAPI_obj","DialogActions":"sap.fe.test.api.DialogActions_obj","FilterBarActions":"sap.fe.test.api.FilterBarActions_obj","DialogCreateActions":"sap.fe.test.api.DialogCreateActions_obj"},"sap.fe.test.api.TableActions":{"iSelectAllRows":{"!description":"Selects all rows in a table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iResetSearchField":{"!description":"Resets the search field.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.fe.test.api.TableAPI","iExecuteDelete":{"!description":"Executes the <code>Delete<\/code> action on the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iCollapseGroupRow":{"!description":"Collapses a row corresponding to a visual group.","!static":false,"!category":"function","!type":"fn(iLevel: Number, sTitle: String) -> Object","parameters":{"iLevel":"type: number, description: The level of the group row to be collapsed (1-based)","sTitle":"type: string, description: The title of the group row to be collapsed"}},"iExecutePaste":{"!description":"Executes the <code>Paste<\/code> action on the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"!category":"class","iExecuteAction":{"!description":"Executes an action on the table.","!static":false,"!category":"function","!type":"fn(vActionIdentifier?: String | sap.fe.test.api.ActionIdentifier) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of the action, or its label"}},"iExecuteShowHideDetails":{"!description":"Executes the <code>Show/Hide details<\/code> action on the table.","!static":false,"!category":"function","!type":"fn(bShowDetails?: Boolean) -> Object","parameters":{"bShowDetails":"type: boolean, description: Optional parameter to enforce a certain state (showing details yes/no corresponds to true/false); if not set, state is toggled"}},"iRemoveVariant":{"!description":"Removes the variant of the given name.","!static":false,"!category":"function","!type":"fn(sVariantName: String) -> Object","parameters":{"sVariantName":"type: string, description: The name of the variant to be removed"}},"iExecuteKeyboardShortcut":{"!description":"Executes a keyboard shortcut on the table or a cell control. If only <code>sShortcut<\/code> is defined, the shortcut is executed on the table directly. If additionally <code>vRowValues<\/code> and <code>vColumn<\/code> are defined, the shortcut is executed on table cell level.","!static":false,"!category":"function","!type":"fn(sShortcut: String, vRowValues?: Object | Number, vColumn: String | Number) -> Object","parameters":{"sShortcut":"type: string, description: The shortcut pattern","vRowValues":"type: object|number, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code> Alternatively, the 0-based row index can be used.","vColumn":"type: string|number, description: The column name, label or index"}},"iExecuteInlineCreate":{"!description":"Executes the action to create a row in the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iSaveVariant":{"!description":"Saves a variant under the given name, or overwrites the current one.","!static":false,"!category":"function","!type":"fn(sVariantName?: String) -> Object","parameters":{"sVariantName":"type: string, description: The name of the new variant. If omitted, the current variant will be overwritten"}},"!constructorDescription":"Constructs a new TableActions instance.","iAggregateByColumn":{"!description":"Aggregates the table entries by the specified column.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier | Number, sFieldLabel?: String) -> Object","parameters":{"sFieldLabel":"type: string, description: The target field to group on in case of a complex property","vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier|number, description: The identifier of the column field, its label or index"}},"iChangeSearchField":{"!description":"Changes the search field.","!static":false,"!category":"function","!type":"fn(sSearchText?: String) -> Object","parameters":{"sSearchText":"type: string, description: The new search text"}},"iPressCell":{"!description":"Presses the control in the table cell.","!static":false,"!category":"function","!type":"fn(mRowValues?: Object, vColumn: String | Number) -> Object","parameters":{"mRowValues":"type: object, description: Specifies the target row by column-value map, e.g. <code><pre>\n{\n 0: \"Max\",\n \"Last Name\": \"Mustermann\"\n}\n<\/pre><\/code>","vColumn":"type: string|number, description: The column name, label or index"}},"iSelectVariant":{"!description":"Selects the chosen variant.","!static":false,"!category":"function","!type":"fn(sVariantName: String) -> Object","parameters":{"sVariantName":"type: string, description: The name of the variant to be selected"}},"iSelectRows":{"!description":"Selects the specified rows.","!static":false,"!category":"function","!type":"fn(vRowValues?: Object | Number, mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the row","vRowValues":"type: object|number, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code> Alternatively, the 0-based row index can be used."}},"iPasteData":{"!description":"Pastes data into the table.","!static":false,"!category":"function","!type":"fn(aData: [string[]]) -> Object","parameters":{"aData":"type: string[][], description: The data to be pasted"}},"iRemoveAdaptationColumn":{"!description":"Removes a field as a column from the table.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier) -> Object","parameters":{"vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the column field, or its label"}},"iGroupByColumn":{"!description":"Groups the table entries by the specified column.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier | Number, sFieldLabel?: String) -> Object","parameters":{"sFieldLabel":"type: string, description: The target field to group on in case of a complex property","vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier|number, description: The identifier of the column field, its label or index"}},"iPressMore":{"!description":"Scrolls update the grow threshold of responsive table and rebind the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iExecuteInlineAction":{"!description":"Executes an action that is available in a certain column within a table row.","!static":false,"!category":"function","!type":"fn(vRowValues?: Object | Number, vColumn: String | Number) -> Object","parameters":{"vRowValues":"type: object|number, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code> Alternatively, the 0-based row index can be used.","vColumn":"type: string|number, description: The column name, label or index"}},"iSetDefaultVariant":{"!description":"Sets the variant as the default.","!static":false,"!category":"function","!type":"fn(sVariantName: String) -> Object","parameters":{"sVariantName":"type: string, description: The name of the variant to be set as the default variant. If omitted, the Standard variant is set as the default"}},"iAddAdaptationColumn":{"!description":"Adds a field as a column to the table.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier) -> Object","parameters":{"vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the column field, or its label"}},"iChangeFilterField":{"!description":"Adds a filter condition to the filter field.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, vValue: String | Object, bClearFirst?: Boolean) -> Object","parameters":{"vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the column","vValue":"type: string|object, description: Defines the value of the filter field condition","bClearFirst":"type: boolean, description: Set to <code>true<\/code> to clear previously set filters, otherwise all previously set values will be kept"}},"iSortByColumn":{"!description":"Sorts the table entries by the specified column.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier | Number, sFieldLabel?: String, bDescending: undefined) -> Object","parameters":{"sFieldLabel":"type: string, description: The target field to sort by in case of a complex property","vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier|number, description: The identifier of the column field, its label or index","bDescending":"type: undefined, description: undefined"}},"iChangeRow":{"!description":"Changes the specified row. The given value map must match exactly one row.\n\nIf only one parameter is provided, it must be the <code>mTargetValues<\/code> and <code>mRowValues<\/code> is considered undefined. If <code>vRowValues<\/code> are not defined, then the targetValues are inserted in the creationRow.","!static":false,"!category":"function","!type":"fn(vRowValues?: Object | Number, mTargetValues: Object) -> Object","parameters":{"mTargetValues":"type: object, description: A map of columns (either name or index) to its new value. The columns do not need to match the ones defined in <code>vRowValues<\/code>.","vRowValues":"type: object|number, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code> Alternatively, the 0-based row index can be used."}},"iScroll":{"!description":"Scrolls up/down to the first/last row of the table.","!static":false,"!category":"function","!type":"fn(sDirection?: String) -> Object","parameters":{"sDirection":"type: string, description: The scroll direction \"up\" or \"down\" (default)"}},"iExecuteFullScreen":{"!description":"Executes the <code>Fullscreen<\/code> action on the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"!module":"sap/fe/test/api/TableActions","iExecuteMenuAction":{"!description":"Executes an action form the drop-down menu that is currently open.","!static":false,"!category":"function","!type":"fn(vAction: String | Object) -> Object","parameters":{"vAction":"type: string|object, description: The label of the action or its state"}},"iClickOnMessageStripFilter":{"!description":"Presses the messageStrip filter in case of issues, warnings or error message on the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iExecuteCreate":{"!description":"Executes the <code>Create<\/code> action on the table.","!static":false,"!category":"function","!type":"fn() -> Object"},"iPressRow":{"!description":"Clicks the specified row.","!static":false,"!category":"function","!type":"fn(vRowValues?: Object | Number) -> Object","parameters":{"vRowValues":"type: object|number, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code> Alternatively, the 0-based row index can be used."}},"iChangeSortOrder":{"!description":"Adds a field to the sorting of the table via the sort dialog.","!static":false,"!category":"function","!type":"fn(vColumnIdentifier: String | sap.fe.test.api.ColumnIdentifier, sSortOrder?: sap.ui.core.SortOrder) -> Object","parameters":{"vColumnIdentifier":"type: string|sap.fe.test.api.ColumnIdentifier, description: The identifier of the column field, or its label","sSortOrder":"type: sap.ui.core.SortOrder, description: The sort order, default is {@link sap.ui.core.SortOrder.Ascending}"}},"iSelectQuickFilterItem":{"!description":"Selects a quick-filter item on the table.","!static":false,"!category":"function","!type":"fn(vItemIdentifier?: Object | String) -> Object","parameters":{"vItemIdentifier":"type: object|string, description: If passed as an object, the following pattern will be considered: <code><pre>\n\t{\n\t\t<annotationPath>: <name of the key>\n }\n<\/pre><\/code> If using a plain string as the identifier, it is considered the item label"}},"iExpandGroupRow":{"!description":"Expands a row corresponding to a visual group.","!static":false,"!category":"function","!type":"fn(iLevel: Number, sTitle: String) -> Object","parameters":{"iLevel":"type: number, description: The level of the group row to be expanded (1-based)","sTitle":"type: string, description: The title of the group row to be expanded"}}},"sap.fe.test.ObjectPage":{"!description":"Provides a test page definition for an object page with the corresponding parameters.\n\nSample usage: <code><pre>\nvar oObjectPageDefinition = new ObjectPage({ appId: \"MyApp\", componentId: \"MyObjectPageId\", entitySet: \"MyEntitySet\" });\n<\/pre><\/code>","!constructorDescription":"Constructs a new ObjectPage instance.","!module":"sap/fe/test/ObjectPage","!helpDescription":"Provides a test page definition for an object page with the corresponding parameters.\n\nSample usage: <code><pre>\nvar oObjectPageDefinition = new ObjectPage({ appId: \"MyApp\", componentId: \"MyObjectPageId\", entitySet: \"MyEntitySet\" });\n<\/pre><\/code>","!proto":"sap.fe.test.TemplatePage","!category":"class"},"sap.fe.test.TemplatePage.actions":{"!description":"TemplatePage actions","onCreateDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Create })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogCreateActions"},"!module":"sap/fe/test/TemplatePage","onMessageDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Message })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogMessageActions"},"!helpDescription":"TemplatePage actions","onActionDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Action })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogActions"},"onConfirmationDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Confirmation })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogActions"},"onDialog":{"!description":"Returns a {@link sap.fe.test.api.DialogActions} instance.","!static":"true","!category":"function","!type":"fn(vDialogIdentifier: String | sap.fe.test.api.DialogIdentifier) -> sap.fe.test.api.DialogActions"},"!category":"namespace","onErrorDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Error })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogActions"},"onValueHelpDialog":{"!description":"Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.ValueHelp })<\/code>.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.DialogValueHelpActions"}},"sap.fe.test.api.DialogMessageActions":{"iExecuteRefresh":{"!description":"Executes the <code>Refresh<\/code> action on the message dialog.","!static":false,"!category":"function","!type":"fn() -> Object"},"!constructorDescription":"Constructs a new DialogMessageActions instance.","!module":"sap/fe/test/api/DialogMessageActions","!proto":"sap.fe.test.api.DialogActions","!category":"class","iExecuteBack":{"!description":"Executes the <code>Back<\/code> action on the message dialog.","!static":false,"!category":"function","!type":"fn() -> Object"}},"sap.fe.test.api.DialogMessageAssertions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.DialogMessageAssertions"},"sap.fe.test.JourneyRunner_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.test.JourneyRunner with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn(mSettings: Object)","prototype":"sap.fe.test.JourneyRunner"},"sap.fe.test.api.DialogActions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.DialogActions"},"sap.fe.test.api.FooterAssertionsBase_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FooterAssertionsBase"},"sap.fe.test.api.HeaderAssertions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.HeaderAssertions"},"sap.fe.test.api.HeaderActions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.HeaderActions"},"sap.fe.test.ObjectPage.assertions":{"!description":"ObjectPage assertions","!module":"sap/fe/test/ObjectPage","!helpDescription":"ObjectPage assertions","onHeader":{"!description":"Returns a {@link sap.fe.test.api.HeaderAssertions} instance.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.HeaderAssertions"},"onFooter":{"!description":"Returns a {@link sap.fe.test.api.FooterAssertionsOP} instance.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.FooterAssertionsOP"},"onTable":{"!description":"Returns a {@link sap.fe.test.api.TableAssertions} instance for the specified table.","!static":"true","!category":"function","!type":"fn(vTableIdentifier: String | sap.fe.test.api.TableIdentifier) -> sap.fe.test.api.TableAssertions"},"!category":"namespace","onForm":{"!description":"Returns a {@link sap.fe.test.api.FormAssertions} instance.","!static":"true","!category":"function","!type":"fn(vFormIdentifier: sap.fe.test.api.FormIdentifier | String) -> sap.fe.test.api.FormAssertions"}},"sap.fe.test.api.DialogMessageActions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.DialogMessageActions"},"sap.fe.test.api.DialogValueHelpActions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.DialogValueHelpActions"},"sap.fe.test.api.FooterActionsBase_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FooterActionsBase"},"sap.fe.test.api.DialogCreateActions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.DialogCreateActions"},"sap":{"sap":"sap","!category":"namespace","fe":"sap.fe"},"sap.fe.test.BaseActions":{"!description":"All common actions (<code>When<\/code>) for all Opa tests are defined here.","extend":{"!description":"Creates a new subclass of class sap.fe.test.BaseActions with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.test.Opa5.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"getMetadata":{"!description":"Returns a metadata object for class sap.fe.test.BaseActions.","!static":true,"!category":"function","!type":"fn() -> sap.ui.base.Metadata"},"!constructorDescription":"Constructs a new {@link sap.fe.test.Opa5} instance.","!module":"sap/fe/test/BaseActions","!helpDescription":"All common actions (<code>When<\/code>) for all Opa tests are defined here.","iPressEscape":{"!description":"Simulates the pressing of the Esc key for the element in focus.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.ui.test.Opa5","iClosePopover":{"!description":"Closes the open popover via function.\n\nNOTE: This function ensures that a certain UI state is maintained in some exceptional cases. This function isn't usually called directly in a journey.","!static":false,"!category":"function","!type":"fn() -> Object"},"!category":"class"},"sap.fe.test.ListReport.assertions":{"!description":"ListReport assertions","!module":"sap/fe/test/ListReport","!helpDescription":"ListReport assertions","onHeader":{"!description":"Returns a {@link sap.fe.test.api.HeaderAssertionsLR} instance.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.HeaderAssertionsLR"},"onTable":{"!description":"Returns a {@link sap.fe.test.api.TableAssertions} instance for the specified table.","!static":"true","!category":"function","!type":"fn(vTableIdentifier: String | sap.fe.test.api.TableIdentifier) -> sap.fe.test.api.TableAssertions"},"!category":"namespace","onFilterBar":{"!description":"Returns a {@link sap.fe.test.api.FilterBarAssertions} instance.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.FilterBarAssertions"}},"sap.fe.test.Shell":{"!description":"Provides a test page definition for the shell.\n\nWhen using {@link sap.fe.test.JourneyRunner}, this page is made available by default via <code>onTheShell<\/code>.","!constructorDescription":"Constructs a test page definition for the shell.","iNavigateHome":{"!description":"Navigates to the launch pad via home button.","!static":false,"!category":"function","!type":"fn() -> Object"},"!module":"sap/fe/test/Shell","iOpenNavigationMenu":{"!description":"Opens the navigation menu in the shell header.","!static":false,"!category":"function","!type":"fn() -> Object"},"!helpDescription":"Provides a test page definition for the shell.\n\nWhen using {@link sap.fe.test.JourneyRunner}, this page is made available by default via <code>onTheShell<\/code>.","iNavigateBack":{"!description":"Navigates back via shell back button.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.ui.base.Object","iNavigateViaMenu":{"!description":"Navigates via a navigation item in the shell's navigation menu.","!static":false,"!category":"function","!type":"fn(sItem: String) -> Object","parameters":{"sItem":"type: string, description: The label of the navigation item"}},"!category":"class","iPressTile":{"!description":"Selecting a tile in the launchpad by its target app, for example <code>iPressTile(\"SalesOrder-manage\")<\/code>.","!static":false,"!category":"function","!type":"fn(sTarget: String) -> Object","parameters":{"sTarget":"type: string, description: The target application (hash)"}}},"sap.fe.test.TemplatePage":{"!description":"Provides a test page definition for a template page with the corresponding parameters.","!module":"sap/fe/test/TemplatePage","!helpDescription":"Provides a test page definition for a template page with the corresponding parameters.","!proto":"sap.ui.base.Object","!category":"class"},"sap.fe.test.api.FilterBarActions":{"iResetSearchField":{"!description":"Resets the search field.","!static":false,"!category":"function","!type":"fn() -> Object"},"iExecuteSearch":{"!description":"Executes the search with the current filters.","!static":false,"!category":"function","!type":"fn() -> Object"},"!proto":"sap.fe.test.api.FilterBarAPI","!category":"class","iChangeFilterField":{"!description":"Changes the value of the defined filter field.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FilterFieldIdentifier, vValue?: String, bClearFirst?: Boolean) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier for the filter field","vValue":"type: string, description: The new target value","bClearFirst":"type: boolean, description: Set to <code>true<\/code> to clear previously set filters, otherwise all previously set values will be kept"}},"iOpenValueHelp":{"!description":"Opens the value help of the given field.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FilterFieldIdentifier) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the filter field"}},"iExecuteKeyboardShortcut":{"!description":"Executes a keyboard shortcut.","!static":false,"!category":"function","!type":"fn(sShortcut: String, vFieldIdentifier?: String | sap.fe.test.api.FilterFieldIdentifier) -> Object","parameters":{"sShortcut":"type: string, description: Pattern for the shortcut","vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the field"}},"iChangeEditingStatus":{"!description":"Changes the editing status filter field.","!static":false,"!category":"function","!type":"fn(sEditState: sap.fe.test.api.EditState) -> Object","parameters":{"sEditState":"type: sap.fe.test.api.EditState, description: Value of an edit state"}},"iSaveVariant":{"!description":"Saves a variant under the given name, or overwrites the current variant.","!static":false,"!category":"function","!type":"fn(sVariantName?: String, bSetAsDefault?: String, bApplyAutomatically?: String) -> Object","parameters":{"bApplyAutomatically":"type: string, description: Saves the new variant with option \"Apply Automatically\".","bSetAsDefault":"type: string, description: Saves the new variant with option \"Set as Default\".","sVariantName":"type: string, description: The name of the new variant. If no new variant name is defined, the current variant will be overwritten."}},"!constructorDescription":"Constructs a new FilterBarActions instance.","iChangeSearchField":{"!description":"Changes the search field.","!static":false,"!category":"function","!type":"fn(sSearchText?: String) -> Object","parameters":{"sSearchText":"type: string, description: The new search text"}},"iSelectVariant":{"!description":"Selects the chosen variant.","!static":false,"!category":"function","!type":"fn(sVariantName: String) -> Object","parameters":{"sVariantName":"type: string, description: The name of the variant to be selected"}},"!module":"sap/fe/test/api/FilterBarActions","iAddAdaptationFilterField":{"!description":"Adds a field as a filter field.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FilterFieldIdentifier) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the field"}},"iRemoveAdaptationFilterField":{"!description":"Removes a field as a filter field.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FilterFieldIdentifier) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the field"}}},"sap.fe.test.api.HeaderAssertions":{"iCheckSendEmail":{"!description":"Checks <code>Send Email<\/code> action.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckTitle":{"!description":"Checks the title and description of the object page.\n\nIf either title or description is <code>undefined<\/code>, it will not be checked.","!static":false,"!category":"function","!type":"fn(sTitle?: String, sDescription?: String) -> Object","parameters":{"sDescription":"type: string, description: Description of the object page header","sTitle":"type: string, description: Title of the object page header"}},"iCheckAction":{"!description":"Checks an action in the header toolbar.","!static":false,"!category":"function","!type":"fn(vActionIdentifier: String | sap.fe.test.api.ActionIdentifier, mState?: Object) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of the action","mState":"type: object, description: Defines the expected state of the button"}},"iCheckEdit":{"!description":"Checks the <code>Edit<\/code> action in the header toolbar.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckSaveAsTile":{"!description":"Checks the <code>Save as Tile<\/code> action.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"!proto":"sap.ui.base.Object","!category":"class","iCheckDelete":{"!description":"Checks the <code>Delete<\/code> action in the header toolbar.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckMenuAction":{"!description":"Checks an action in the popover that is currently open.","!static":false,"!category":"function","!type":"fn(vAction: Object | String) -> Object","parameters":{"vAction":"type: object|string, description: The state map or label of the action"}},"iCheckPaginatorUp":{"!description":"Checks the paginator up button.","!static":false,"!category":"function","!type":"fn(mState: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckFieldInFieldGroup":{"!description":"Checks a field within a field group in the object page header.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: sap.fe.test.api.FieldIdentifier | String, vValue?: String | Array | Object, mState?: Object) -> Object","parameters":{"vFieldIdentifier":"type: sap.fe.test.api.FieldIdentifier|string, description: The identifier of the field","mState":"type: object, description: Defines the expected state of the field","vValue":"type: string|Array|object, description: The value to check. If it is an array, the first entry is considered as the value and the second as the description. If it is an object it must follow this pattern: <code><pre>\n\t{\n\t\tvalue: <string>, \t\t// optional\n\t\tdescription: <string> \t// optional\n\t}\n<\/pre><\/code>"}},"!constructorDescription":"Constructs a new HeaderAssertions instance.","!module":"sap/fe/test/api/HeaderAssertions","iCheckDataPoint":{"!description":"Checks a data point in the object page header.","!static":false,"!category":"function","!type":"fn(sTitle: String, sValue: String) -> Object","parameters":{"sValue":"type: string, description: The expected value of the data point","sTitle":"type: string, description: The title of the data point"}},"iCheckHeaderFacet":{"!description":"Checks the custom facet in the object page header.","!static":false,"!category":"function","!type":"fn(vFacetIdentifier: sap.fe.test.api.HeaderFacetIdentifier, mState?: Object) -> Object","parameters":{"vFacetIdentifier":"type: sap.fe.test.api.HeaderFacetIdentifier, description: The Identifier of the header facet","mState":"type: object, description: Defines the expected state"}},"iCheckPaginatorDown":{"!description":"Checks the paginator down button.","!static":false,"!category":"function","!type":"fn(mState: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}},"iCheckNumberOfHeaderContentItems":{"!description":"Checks the number of items available in the Object Page header.","!static":false,"!category":"function","!type":"fn(iNumberOfItems: Number, bIncludeHidden?: Boolean) -> Object","parameters":{"iNumberOfItems":"type: number, description: The expected number of items","bIncludeHidden":"type: boolean, description: Defines whether non-visible items should be counted"}},"iCheckMicroChart":{"!description":"Checks a MicroChart shown in the header of an object page.\n\nTODO this function will not be public yet: Its signature doesn't fit the framework.","!static":false,"!category":"function","!type":"fn(vMicroChartIdentifier: Object | String, sUoMLabel: undefined) -> Object","parameters":{"sUoMLabel":"type: undefined, description: UoM label of the MicroChart","vMicroChartIdentifier":"type: object|string, description: Id/Type or Title of MicroChart"}},"iCheckBreadCrumb":{"!description":"Checks a specific breadcrumb link on the object page.\n\nTODO this function will not be public yet: Its signature doesn't fit the framework.","!static":false,"!category":"function","!type":"fn(sLink?: String) -> Object","parameters":{"sLink":"type: string, description: The text property of the link to be tested. The <code>links<\/code> aggregation of the breadcrumb control is checked for the availability of the given text. If <code>sLink<\/code> is provided as an empty string, a check is executed to see whether the breadcrumb control exists and has an empty <code>links<\/code> aggregation. This is the case for the main object page, which does not show breadcrumb links. If <code>sLink<\/code> is not provided, a check is executed to ensure the breadcrumb control does not exist at all. This is the case for the flexible column layout showing multiple floorplans at the same time."}},"iCheckRelatedApps":{"!description":"Checks the <code>Related Apps<\/code> action in the header toolbar.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the button"}}},"sap.fe.test.TemplatePage_obj":{"!type":"fn()","prototype":"sap.fe.test.TemplatePage"},"sap.fe.test.api.DialogValueHelpAssertions":{"iCheckFilterField":{"!description":"Checks a filter field. If <code>vConditionValues<\/code> is <code>undefined<\/code>, the current condition values are ignored.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: Object | sap.fe.test.api.FilterFieldIdentifier, vConditionValues?: String | Object | Array, sOperator?: String, mState?: Object) -> Object","parameters":{"vConditionValues":"type: string|object|Array, description: The expected value(s) of the filter field","sOperator":"type: string, description: The expected operator","vFieldIdentifier":"type: object|sap.fe.test.api.FilterFieldIdentifier, description: The identifier of the filter field","mState":"type: object, description: Defines the expected state of the filter field"}},"!constructorDescription":"Constructs a new DialogValueHelpAssertions instance.","!module":"sap/fe/test/api/DialogValueHelpAssertions","iCheckDefineConditions":{"!description":"Checks the <code>Define conditions<\/code> tab.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the filter bar"}},"!proto":"sap.fe.test.api.DialogAssertions","iCheckTable":{"!description":"Checks the table.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the search field"}},"!category":"class","iCheckRows":{"!description":"Checks the rows of a table. If <code>mRowValues<\/code> is provided, only rows with the corresponding values are considered. If <code>iNumberOfRows<\/code> is provided, the number of rows are checked with respect to the provided <code>mRowValues<\/code> (if set) or in total. If <code>iNumberOfRows<\/code> is omitted, it checks for at least one matching row. If <code>mState<\/code> is provided, the row must be in the given state.","!static":false,"!category":"function","!type":"fn(mRowValues?: Object, iExpectedNumberOfRows?: Number, mState?: Object) -> Object","parameters":{"iExpectedNumberOfRows":"type: number, description: The expected number of rows considering <code>mRowValues<\/code> and <code>mRowState<\/code>","mRowValues":"type: object, description: Defines the row values of the target row. The pattern is: <code><pre>\n\t{\n\t\t&lt;column-name-or-index>: &lt;expected-value>\n }\n<\/pre><\/code>","mState":"type: object, description: Defines the expected state of the target row"}},"iCheckFilterBar":{"!description":"Checks the filter bar.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the filter bar"}},"iCheckSearchAndSelect":{"!description":"Checks the <code>Search and Select<\/code> tab.","!static":false,"!category":"function","!type":"fn(mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the filter bar"}},"iCheckSearchField":{"!description":"Checks the search field in the filter bar. If the <code>sSearchText<\/code> parameter is <code>undefined<\/code>, the search text is not validated.","!static":false,"!category":"function","!type":"fn(sSearchText?: String, mState?: Object) -> Object","parameters":{"mState":"type: object, description: Defines the expected state of the search field","sSearchText":"type: string, description: The expected text in the search field"}}},"sap.fe.test.BaseArrangements_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.test.BaseArrangements with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.test.Opa5.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn(mSettings: Object)","prototype":"sap.fe.test.BaseArrangements"},"sap.fe.test.api.DialogAssertions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.DialogAssertions"},"sap.fe.test.api.FormActions":{"iExecuteShowLess":{"!description":"Executes the Show Less action of a form in a subsection.","!static":false,"!category":"function","!type":"fn() -> Object"},"iChangeField":{"!description":"Changes the value of a field within a form.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: sap.fe.test.api.FieldIdentifier | String, sValue?: String) -> Object","parameters":{"sValue":"type: string, description: The value to be set for the field","vFieldIdentifier":"type: sap.fe.test.api.FieldIdentifier|string, description: The identifier of the field"}},"!constructorDescription":"Constructs a new FormActions instance.","!module":"sap/fe/test/api/FormActions","iClickLink":{"!description":"Clicks a link within a form.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: sap.fe.test.api.FieldIdentifier | String) -> Object","parameters":{"vFieldIdentifier":"type: sap.fe.test.api.FieldIdentifier|string, description: The identifier of the field"}},"iClickCheckBox":{"!description":"Toggles the value of a checkbox within a form.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: sap.fe.test.api.FieldIdentifier) -> Object","parameters":{"vFieldIdentifier":"type: sap.fe.test.api.FieldIdentifier, description: The identifier of the field"}},"!proto":"sap.fe.test.api.FormAPI","!category":"class","iExecuteAction":{"!description":"Executes an action assigned to a form in a subsection.","!static":false,"!category":"function","!type":"fn(vActionIdentifier: String | sap.fe.test.api.ActionIdentifier) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of the action or its label"}},"iExecuteShowMore":{"!description":"Executes the Show More action of a form in a subsection.","!static":false,"!category":"function","!type":"fn() -> Object"},"iOpenValueHelp":{"!description":"Opens the value help of the given field.","!static":false,"!category":"function","!type":"fn(vFieldIdentifier: String | sap.fe.test.api.FieldIdentifier) -> Object","parameters":{"vFieldIdentifier":"type: string|sap.fe.test.api.FieldIdentifier, description: The identifier of the field"}}},"sap.fe.test.api.FooterAssertionsOP_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FooterAssertionsOP"},"sap.fe.test.api.FilterBarActions_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FilterBarActions"},"sap.fe.test.ListReport.actions":{"!description":"ListReport actions","!module":"sap/fe/test/ListReport","!helpDescription":"ListReport actions","onHeader":{"!description":"Returns a {@link sap.fe.test.api.HeaderActionsLR} instance.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.HeaderActionsLR"},"onTable":{"!description":"Returns a {@link sap.fe.test.api.TableActions} instance for the specified table.","!static":"true","!category":"function","!type":"fn(vTableIdentifier: String | sap.fe.test.api.TableIdentifier) -> sap.fe.test.api.TableActions"},"!category":"namespace","onFilterBar":{"!description":"Returns a {@link sap.fe.test.api.FilterBarActions} instance.","!static":"true","!category":"function","!type":"fn() -> sap.fe.test.api.FilterBarActions"},"iCollapseExpandPageHeader":{"!description":"Collapses or expands the page header.","!static":"true","!category":"function","!type":"fn(bCollapse?: Boolean) -> Object"}},"sap.fe.test.ListReport":{"!description":"Provides a test page definition for a list report page with the corresponding parameters.\n\nSample usage: <code><pre>\nvar oListReportDefinition = new ListReport({ appId: \"MyApp\", componentId: \"MyListReportId\", entitySet: \"MyEntitySet\" });\n<\/pre><\/code>","!constructorDescription":"Constructs a new ListReport definition.","!module":"sap/fe/test/ListReport","!helpDescription":"Provides a test page definition for a list report page with the corresponding parameters.\n\nSample usage: <code><pre>\nvar oListReportDefinition = new ListReport({ appId: \"MyApp\", componentId: \"MyListReportId\", entitySet: \"MyEntitySet\" });\n<\/pre><\/code>","!proto":"sap.fe.test.TemplatePage","!category":"class"},"sap.fe.test.BaseAssertions_obj":{"extend":{"!description":"Creates a new subclass of class sap.fe.test.BaseAssertions with name <code>sClassName<\/code> and enriches it with the information contained in <code>oClassInfo<\/code>.\n\n<code>oClassInfo<\/code> might contain the same kind of information as described in {@link sap.ui.test.Opa5.extend}.","!static":true,"!category":"function","!type":"fn(sClassName: String, oClassInfo?: Object, FNMetaImpl?: fn()) -> fn()","parameters":{"oClassInfo":"type: object, description: Object literal with information about the class","FNMetaImpl":"type: function, description: Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class","sClassName":"type: string, description: Name of the class being created"}},"!type":"fn()","prototype":"sap.fe.test.BaseAssertions"},"sap.fe.test.api.FilterBarAPI_obj":{"!type":"fn()","prototype":"sap.fe.test.api.FilterBarAPI"},"sap.fe.test.api.FooterActionsBase":{"!constructorDescription":"Constructs a new FooterActionsBase instance.","!module":"sap/fe/test/api/FooterActionsBase","!proto":"sap.ui.base.Object","!category":"class","iExecuteAction":{"!description":"Executes a footer action.","!static":false,"!category":"function","!type":"fn(vActionIdentifier?: String | sap.fe.test.api.ActionIdentifier) -> Object","parameters":{"vActionIdentifier":"type: string|sap.fe.test.api.ActionIdentifier, description: The identifier of the action or its label"}}}}}