@sap/open.fe 1.99.0 → 1.100.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 (969) 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 +1748 -1813
  5. package/packages/sap.fe.common/src/sap/fe/common/MessageButton.js +2 -3
  6. package/packages/sap.fe.common/src/sap/fe/common/MessageButton.ts +1801 -0
  7. package/packages/sap.fe.common/src/sap/fe/common/MessageFilter-dbg.js +77 -32
  8. package/packages/sap.fe.common/src/sap/fe/common/MessageFilter.js +2 -3
  9. package/packages/sap.fe.common/src/sap/fe/common/MessageFilter.ts +26 -0
  10. package/packages/sap.fe.common/src/sap/fe/common/MessagePopover-dbg.js +43 -53
  11. package/packages/sap.fe.common/src/sap/fe/common/MessagePopover.js +2 -3
  12. package/packages/sap.fe.common/src/sap/fe/common/MessagePopover.ts +39 -0
  13. package/packages/sap.fe.common/src/sap/fe/common/library-dbg.js +31 -38
  14. package/packages/sap.fe.common/src/sap/fe/common/library-h2-preload.js +8 -9
  15. package/packages/sap.fe.common/src/sap/fe/common/library-h2-preload.js.map +3 -3
  16. package/packages/sap.fe.common/src/sap/fe/common/library-preload.js +23 -71
  17. package/packages/sap.fe.common/src/sap/fe/common/library-preload.js.map +4 -4
  18. package/packages/sap.fe.common/src/sap/fe/common/library.js +4 -5
  19. package/packages/sap.fe.common/src/sap/fe/common/library.ts +35 -0
  20. package/packages/sap.fe.common/src/sap/fe/common/manifest.json +3 -3
  21. package/packages/sap.fe.common/src/sap/fe/common/resources.json +54 -32
  22. package/packages/sap.fe.common/test/sap/fe/common/designtime/api.json +1 -1
  23. package/packages/sap.fe.common/test/sap/fe/common/designtime/apiref/api.json +1 -1
  24. package/packages/sap.fe.common/test/sap/fe/common/designtime/codeassistance/Library.jsmeta.json +1 -1
  25. package/packages/sap.fe.common/test/sap/fe/common/designtime/codeassistance/Library.xmlmeta.json +1 -1
  26. package/packages/sap.fe.core/src/sap/fe/core/.library +1 -1
  27. package/packages/sap.fe.core/src/sap/fe/core/.theming +1 -1
  28. package/packages/sap.fe.core/src/sap/fe/core/AnnotationHelper-dbg.js +1 -69
  29. package/packages/sap.fe.core/src/sap/fe/core/AnnotationHelper.js +1 -1
  30. package/packages/sap.fe.core/src/sap/fe/core/AnnotationHelper.ts +0 -70
  31. package/packages/sap.fe.core/src/sap/fe/core/AppComponent-dbg.js +388 -399
  32. package/packages/sap.fe.core/src/sap/fe/core/AppComponent.js +2 -3
  33. package/packages/sap.fe.core/src/sap/fe/core/AppComponent.ts +403 -0
  34. package/packages/sap.fe.core/src/sap/fe/core/AppStateHandler-dbg.js +127 -158
  35. package/packages/sap.fe.core/src/sap/fe/core/AppStateHandler.js +1 -1
  36. package/packages/sap.fe.core/src/sap/fe/core/BaseController-dbg.js +82 -58
  37. package/packages/sap.fe.core/src/sap/fe/core/BaseController.js +2 -3
  38. package/packages/sap.fe.core/src/sap/fe/core/BaseController.ts +68 -0
  39. package/packages/sap.fe.core/src/sap/fe/core/CommonUtils-dbg.js +111 -20
  40. package/packages/sap.fe.core/src/sap/fe/core/CommonUtils.js +1 -1
  41. package/packages/sap.fe.core/src/sap/fe/core/CommonUtils.ts +131 -32
  42. package/packages/sap.fe.core/src/sap/fe/core/ExtensionAPI-dbg.js +278 -274
  43. package/packages/sap.fe.core/src/sap/fe/core/ExtensionAPI.js +2 -3
  44. package/packages/sap.fe.core/src/sap/fe/core/ExtensionAPI.ts +250 -0
  45. package/packages/sap.fe.core/src/sap/fe/core/PageController-dbg.js +157 -29
  46. package/packages/sap.fe.core/src/sap/fe/core/PageController.js +1 -1
  47. package/packages/sap.fe.core/src/sap/fe/core/PageController.ts +60 -32
  48. package/packages/sap.fe.core/src/sap/fe/core/RouterProxy-dbg.js +694 -756
  49. package/packages/sap.fe.core/src/sap/fe/core/RouterProxy.js +1 -1
  50. package/packages/sap.fe.core/src/sap/fe/core/RouterProxy.ts +11 -9
  51. package/packages/sap.fe.core/src/sap/fe/core/Synchronization-dbg.js +21 -31
  52. package/packages/sap.fe.core/src/sap/fe/core/Synchronization.js +1 -1
  53. package/packages/sap.fe.core/src/sap/fe/core/TemplateComponent-dbg.js +1 -1
  54. package/packages/sap.fe.core/src/sap/fe/core/TemplateComponent.ts +10 -3
  55. package/packages/sap.fe.core/src/sap/fe/core/TemplateModel-dbg.js +20 -38
  56. package/packages/sap.fe.core/src/sap/fe/core/TemplateModel.js +1 -1
  57. package/packages/sap.fe.core/src/sap/fe/core/TemplateModel.ts +1 -1
  58. package/packages/sap.fe.core/src/sap/fe/core/TransactionHelper-dbg.js +1354 -1370
  59. package/packages/sap.fe.core/src/sap/fe/core/TransactionHelper.js +1 -1
  60. package/packages/sap.fe.core/src/sap/fe/core/TransactionHelper.ts +33 -22
  61. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/ActivitySync-dbg.js +392 -0
  62. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/ActivitySync.js +5 -0
  63. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/ActivitySync.ts +355 -0
  64. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/CollaborationCommon-dbg.js +136 -0
  65. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/CollaborationCommon.js +5 -0
  66. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/CollaborationCommon.ts +119 -0
  67. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/Manage-dbg.js +262 -0
  68. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/Manage.js +5 -0
  69. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/Manage.ts +244 -0
  70. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/ManageDialog.fragment.xml +103 -0
  71. package/packages/sap.fe.core/src/sap/fe/core/actions/collaboration/UserDetails.fragment.xml +13 -0
  72. package/packages/sap.fe.core/src/sap/fe/core/actions/draft-dbg.js +30 -68
  73. package/packages/sap.fe.core/src/sap/fe/core/actions/draft.js +1 -1
  74. package/packages/sap.fe.core/src/sap/fe/core/actions/draft.ts +44 -71
  75. package/packages/sap.fe.core/src/sap/fe/core/actions/messageHandling-dbg.js +55 -36
  76. package/packages/sap.fe.core/src/sap/fe/core/actions/messageHandling.js +1 -1
  77. package/packages/sap.fe.core/src/sap/fe/core/actions/messageHandling.ts +66 -46
  78. package/packages/sap.fe.core/src/sap/fe/core/actions/operations-dbg.js +34 -15
  79. package/packages/sap.fe.core/src/sap/fe/core/actions/operations.js +1 -1
  80. package/packages/sap.fe.core/src/sap/fe/core/actions/operations.ts +48 -18
  81. package/packages/sap.fe.core/src/sap/fe/core/actions/sticky-dbg.js +17 -4
  82. package/packages/sap.fe.core/src/sap/fe/core/actions/sticky.js +1 -1
  83. package/packages/sap.fe.core/src/sap/fe/core/actions/sticky.ts +21 -4
  84. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ControllerExtensionMetadata-dbg.js +69 -66
  85. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ControllerExtensionMetadata.js +2 -3
  86. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ControllerExtensionMetadata.ts +65 -0
  87. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/EditFlow-dbg.js +1593 -1669
  88. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/EditFlow.js +2 -3
  89. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/EditFlow.ts +1672 -0
  90. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/IntentBasedNavigation-dbg.js +79 -54
  91. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/IntentBasedNavigation.js +2 -3
  92. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/IntentBasedNavigation.ts +61 -0
  93. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalEditFlow-dbg.js +718 -779
  94. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalEditFlow.js +2 -3
  95. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalEditFlow.ts +783 -0
  96. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation-dbg.js +796 -816
  97. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation.js +2 -3
  98. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalIntentBasedNavigation.ts +803 -0
  99. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalRouting-dbg.js +1004 -1005
  100. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalRouting.js +2 -3
  101. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/InternalRouting.ts +978 -0
  102. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/KPIManagement-dbg.js +487 -521
  103. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/KPIManagement.js +1 -1
  104. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/KPIManagement.ts +2 -2
  105. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MassEdit-dbg.js +141 -169
  106. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MassEdit.js +2 -3
  107. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MassEdit.ts +156 -0
  108. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MessageHandler-dbg.js +233 -244
  109. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MessageHandler.js +2 -3
  110. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/MessageHandler.ts +225 -0
  111. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/PageReady-dbg.js +301 -336
  112. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/PageReady.js +1 -1
  113. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/PageReady.ts +12 -10
  114. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Paginator-dbg.js +188 -175
  115. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Paginator.js +2 -3
  116. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Paginator.ts +163 -0
  117. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Placeholder-dbg.js +157 -149
  118. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Placeholder.js +2 -3
  119. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Placeholder.ts +151 -0
  120. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Routing-dbg.js +144 -125
  121. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Routing.js +2 -3
  122. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Routing.ts +132 -0
  123. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/RoutingListener-dbg.js +7 -6
  124. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/RoutingListener.js +2 -3
  125. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/RoutingListener.ts +3 -0
  126. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Share-dbg.js +230 -268
  127. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Share.js +2 -3
  128. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/Share.ts +231 -0
  129. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/SideEffects-dbg.js +592 -633
  130. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/SideEffects.js +1 -1
  131. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/SideEffects.ts +8 -7
  132. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ViewState-dbg.js +788 -806
  133. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ViewState.js +2 -3
  134. package/packages/sap.fe.core/src/sap/fe/core/controllerextensions/ViewState.ts +805 -0
  135. package/packages/sap.fe.core/src/sap/fe/core/controls/ActionParameterDialog.fragment.xml +2 -2
  136. package/packages/sap.fe.core/src/sap/fe/core/controls/ActionPartial.fragment.xml +2 -2
  137. package/packages/sap.fe.core/src/sap/fe/core/controls/CommandExecution-dbg.js +67 -66
  138. package/packages/sap.fe.core/src/sap/fe/core/controls/CommandExecution.js +2 -3
  139. package/packages/sap.fe.core/src/sap/fe/core/controls/CommandExecution.ts +72 -0
  140. package/packages/sap.fe.core/src/sap/fe/core/controls/ConditionalWrapper-dbg.js +90 -75
  141. package/packages/sap.fe.core/src/sap/fe/core/controls/ConditionalWrapper.js +2 -3
  142. package/packages/sap.fe.core/src/sap/fe/core/controls/ConditionalWrapper.ts +83 -0
  143. package/packages/sap.fe.core/src/sap/fe/core/controls/CustomQuickViewPage-dbg.js +130 -125
  144. package/packages/sap.fe.core/src/sap/fe/core/controls/CustomQuickViewPage.js +2 -3
  145. package/packages/sap.fe.core/src/sap/fe/core/controls/CustomQuickViewPage.ts +126 -0
  146. package/packages/sap.fe.core/src/sap/fe/core/controls/DataLossOrDraftDiscard/DataLossOrDraftDiscardHandler-dbg.js +103 -112
  147. package/packages/sap.fe.core/src/sap/fe/core/controls/DataLossOrDraftDiscard/DataLossOrDraftDiscardHandler.js +2 -3
  148. package/packages/sap.fe.core/src/sap/fe/core/controls/DataLossOrDraftDiscard/DataLossOrDraftDiscardHandler.ts +101 -0
  149. package/packages/sap.fe.core/src/sap/fe/core/controls/FieldWrapper-dbg.js +122 -135
  150. package/packages/sap.fe.core/src/sap/fe/core/controls/FieldWrapper.js +2 -3
  151. package/packages/sap.fe.core/src/sap/fe/core/controls/FieldWrapper.ts +115 -0
  152. package/packages/sap.fe.core/src/sap/fe/core/controls/FilterBar-dbg.js +162 -159
  153. package/packages/sap.fe.core/src/sap/fe/core/controls/FilterBar.js +2 -3
  154. package/packages/sap.fe.core/src/sap/fe/core/controls/FilterBar.ts +143 -0
  155. package/packages/sap.fe.core/src/sap/fe/core/controls/FormElementWrapper-dbg.js +45 -39
  156. package/packages/sap.fe.core/src/sap/fe/core/controls/FormElementWrapper.js +2 -3
  157. package/packages/sap.fe.core/src/sap/fe/core/controls/FormElementWrapper.ts +40 -0
  158. package/packages/sap.fe.core/src/sap/fe/core/controls/MultiValueParameterDelegate-dbg.js +37 -42
  159. package/packages/sap.fe.core/src/sap/fe/core/controls/MultiValueParameterDelegate.js +1 -2
  160. package/packages/sap.fe.core/src/sap/fe/core/controls/MultiValueParameterDelegate.ts +31 -0
  161. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/FilterContainer-dbg.js +126 -116
  162. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/FilterContainer.js +2 -3
  163. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/FilterContainer.ts +98 -0
  164. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilter-dbg.js +241 -255
  165. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilter.js +2 -3
  166. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilter.ts +245 -0
  167. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilterContainer-dbg.js +150 -141
  168. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilterContainer.js +2 -3
  169. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/VisualFilterContainer.ts +125 -0
  170. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/utils/VisualFilterUtils-dbg.js +335 -322
  171. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/utils/VisualFilterUtils.js +2 -3
  172. package/packages/sap.fe.core/src/sap/fe/core/controls/filterbar/utils/VisualFilterUtils.ts +337 -0
  173. package/packages/sap.fe.core/src/sap/fe/core/controls/massEdit/MassEditHandlers-dbg.js +74 -74
  174. package/packages/sap.fe.core/src/sap/fe/core/controls/massEdit/MassEditHandlers.js +2 -3
  175. package/packages/sap.fe.core/src/sap/fe/core/controls/massEdit/MassEditHandlers.ts +70 -0
  176. package/packages/sap.fe.core/src/sap/fe/core/converters/ConverterContext-dbg.js +348 -379
  177. package/packages/sap.fe.core/src/sap/fe/core/converters/ConverterContext.js +1 -1
  178. package/packages/sap.fe.core/src/sap/fe/core/converters/ConverterContext.ts +19 -16
  179. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings-dbg.js +12 -1
  180. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings.js +1 -1
  181. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestSettings.ts +12 -1
  182. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestWrapper-dbg.js +354 -378
  183. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestWrapper.js +1 -1
  184. package/packages/sap.fe.core/src/sap/fe/core/converters/ManifestWrapper.ts +10 -0
  185. package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter-dbg.js +6 -4
  186. package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter.js +1 -1
  187. package/packages/sap.fe.core/src/sap/fe/core/converters/MetaModelConverter.ts +5 -2
  188. package/packages/sap.fe.core/src/sap/fe/core/converters/TemplateConverter-dbg.js +1 -1
  189. package/packages/sap.fe.core/src/sap/fe/core/converters/TemplateConverter.ts +2 -1
  190. package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField-dbg.js +26 -12
  191. package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField.js +1 -1
  192. package/packages/sap.fe.core/src/sap/fe/core/converters/annotations/DataField.ts +37 -13
  193. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form-dbg.js +2 -2
  194. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form.js +1 -1
  195. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Form.ts +4 -2
  196. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/KPI-dbg.js +1 -1
  197. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/KPI.ts +3 -2
  198. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table-dbg.js +130 -23
  199. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table.js +1 -1
  200. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/Table.ts +134 -29
  201. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/table/StandardActions-dbg.js +118 -53
  202. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/table/StandardActions.js +1 -1
  203. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/Common/table/StandardActions.ts +156 -93
  204. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ListReport/FilterBar-dbg.js +161 -207
  205. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ListReport/FilterBar.js +1 -1
  206. package/packages/sap.fe.core/src/sap/fe/core/converters/controls/ListReport/FilterBar.ts +148 -206
  207. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Aggregation-dbg.js +115 -133
  208. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Aggregation.js +1 -1
  209. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/BindingHelper-dbg.js +20 -6
  210. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/BindingHelper.js +1 -1
  211. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/BindingHelper.ts +16 -4
  212. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/ConfigurableObject-dbg.js +12 -1
  213. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/ConfigurableObject.ts +11 -0
  214. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Key-dbg.js +42 -57
  215. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Key.js +1 -1
  216. package/packages/sap.fe.core/src/sap/fe/core/converters/helpers/Key.ts +1 -1
  217. package/packages/sap.fe.core/src/sap/fe/core/converters/objectPage/HeaderAndFooterAction-dbg.js +25 -4
  218. package/packages/sap.fe.core/src/sap/fe/core/converters/objectPage/HeaderAndFooterAction.js +1 -1
  219. package/packages/sap.fe.core/src/sap/fe/core/converters/objectPage/HeaderAndFooterAction.ts +20 -3
  220. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ListReportConverter-dbg.js +10 -4
  221. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ListReportConverter.js +1 -1
  222. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ListReportConverter.ts +15 -4
  223. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ObjectPageConverter-dbg.js +7 -5
  224. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ObjectPageConverter.js +1 -1
  225. package/packages/sap.fe.core/src/sap/fe/core/converters/templates/ObjectPageConverter.ts +5 -1
  226. package/packages/sap.fe.core/src/sap/fe/core/designtime/AppComponent-dbg.designtime.js +92 -98
  227. package/packages/sap.fe.core/src/sap/fe/core/designtime/AppComponent.designtime.js +2 -3
  228. package/packages/sap.fe.core/src/sap/fe/core/designtime/AppComponent.designtime.ts +91 -0
  229. package/packages/sap.fe.core/src/sap/fe/core/designtime/library-preload.designtime.js +2 -3
  230. package/packages/sap.fe.core/src/sap/fe/core/designtime/library-preload.designtime.js.map +3 -3
  231. package/packages/sap.fe.core/src/sap/fe/core/formatters/CollaborationFormatter-dbg.js +104 -0
  232. package/packages/sap.fe.core/src/sap/fe/core/formatters/CollaborationFormatter.js +5 -0
  233. package/packages/sap.fe.core/src/sap/fe/core/formatters/CollaborationFormatter.ts +60 -0
  234. package/packages/sap.fe.core/src/sap/fe/core/formatters/TableFormatter-dbg.js +53 -2
  235. package/packages/sap.fe.core/src/sap/fe/core/formatters/TableFormatter.js +1 -1
  236. package/packages/sap.fe.core/src/sap/fe/core/formatters/TableFormatter.ts +51 -0
  237. package/packages/sap.fe.core/src/sap/fe/core/fpm/Component-dbg.js +50 -54
  238. package/packages/sap.fe.core/src/sap/fe/core/fpm/Component.js +2 -3
  239. package/packages/sap.fe.core/src/sap/fe/core/fpm/Component.ts +48 -0
  240. package/packages/sap.fe.core/src/sap/fe/core/fpm/manifest.json +2 -2
  241. package/packages/sap.fe.core/src/sap/fe/core/fpm/resources.json +7 -3
  242. package/packages/sap.fe.core/src/sap/fe/core/helpers/AppStartupHelper-dbg.js +323 -309
  243. package/packages/sap.fe.core/src/sap/fe/core/helpers/AppStartupHelper.js +1 -1
  244. package/packages/sap.fe.core/src/sap/fe/core/helpers/AppStartupHelper.ts +363 -337
  245. package/packages/sap.fe.core/src/sap/fe/core/helpers/BindingExpression-dbg.js +7 -7
  246. package/packages/sap.fe.core/src/sap/fe/core/helpers/BindingExpression.js +1 -1
  247. package/packages/sap.fe.core/src/sap/fe/core/helpers/BindingExpression.ts +7 -7
  248. package/packages/sap.fe.core/src/sap/fe/core/helpers/ClassSupport-dbg.js +186 -62
  249. package/packages/sap.fe.core/src/sap/fe/core/helpers/ClassSupport.js +1 -1
  250. package/packages/sap.fe.core/src/sap/fe/core/helpers/ClassSupport.ts +168 -52
  251. package/packages/sap.fe.core/src/sap/fe/core/helpers/DynamicAnnotationPathHelper-dbg.js +5 -4
  252. package/packages/sap.fe.core/src/sap/fe/core/helpers/DynamicAnnotationPathHelper.js +1 -1
  253. package/packages/sap.fe.core/src/sap/fe/core/helpers/DynamicAnnotationPathHelper.ts +1 -5
  254. package/packages/sap.fe.core/src/sap/fe/core/helpers/FPMHelper-dbg.js +1 -1
  255. package/packages/sap.fe.core/src/sap/fe/core/helpers/FPMHelper.ts +1 -1
  256. package/packages/sap.fe.core/src/sap/fe/core/helpers/MassEditHelper-dbg.js +601 -684
  257. package/packages/sap.fe.core/src/sap/fe/core/helpers/MassEditHelper.js +2 -3
  258. package/packages/sap.fe.core/src/sap/fe/core/helpers/MassEditHelper.ts +699 -0
  259. package/packages/sap.fe.core/src/sap/fe/core/helpers/ModelHelper-dbg.js +25 -1
  260. package/packages/sap.fe.core/src/sap/fe/core/helpers/ModelHelper.js +1 -1
  261. package/packages/sap.fe.core/src/sap/fe/core/helpers/ModelHelper.ts +23 -0
  262. package/packages/sap.fe.core/src/sap/fe/core/helpers/SemanticDateOperators-dbg.js +5 -1
  263. package/packages/sap.fe.core/src/sap/fe/core/helpers/SemanticDateOperators.js +1 -1
  264. package/packages/sap.fe.core/src/sap/fe/core/helpers/SemanticDateOperators.ts +4 -0
  265. package/packages/sap.fe.core/src/sap/fe/core/library-dbg.js +426 -451
  266. package/packages/sap.fe.core/src/sap/fe/core/library-h2-preload.js +36 -32
  267. package/packages/sap.fe.core/src/sap/fe/core/library-h2-preload.js.map +3 -3
  268. package/packages/sap.fe.core/src/sap/fe/core/library-preload.js +644 -738
  269. package/packages/sap.fe.core/src/sap/fe/core/library-preload.js.map +4 -4
  270. package/packages/sap.fe.core/src/sap/fe/core/library-preload.support.js +24 -35
  271. package/packages/sap.fe.core/src/sap/fe/core/library-preload.support.js.map +2 -2
  272. package/packages/sap.fe.core/src/sap/fe/core/library.js +2 -3
  273. package/packages/sap.fe.core/src/sap/fe/core/library.support.js +22 -33
  274. package/packages/sap.fe.core/src/sap/fe/core/library.support.ts +23 -0
  275. package/packages/sap.fe.core/src/sap/fe/core/library.ts +420 -0
  276. package/packages/sap.fe.core/src/sap/fe/core/manifest.json +10 -10
  277. package/packages/sap.fe.core/src/sap/fe/core/manifestMerger/ChangePageConfiguration-dbg.js +5 -3
  278. package/packages/sap.fe.core/src/sap/fe/core/manifestMerger/ChangePageConfiguration.js +1 -1
  279. package/packages/sap.fe.core/src/sap/fe/core/manifestMerger/ChangePageConfiguration.ts +4 -1
  280. package/packages/sap.fe.core/src/sap/fe/core/messagebundle.properties +22 -5
  281. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ar.properties +27 -7
  282. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_bg.properties +27 -7
  283. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ca.properties +27 -7
  284. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_cs.properties +27 -7
  285. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_cy.properties +27 -7
  286. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_da.properties +27 -7
  287. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_de.properties +27 -7
  288. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_el.properties +27 -7
  289. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en.properties +27 -7
  290. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_GB.properties +27 -7
  291. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_sappsd.properties +27 -7
  292. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_saprigi.properties +27 -7
  293. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_en_US_saptrc.properties +27 -7
  294. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_es.properties +27 -7
  295. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_es_MX.properties +27 -7
  296. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_et.properties +27 -7
  297. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fi.properties +28 -8
  298. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fr.properties +28 -8
  299. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_fr_CA.properties +29 -9
  300. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hi.properties +27 -7
  301. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hr.properties +27 -7
  302. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_hu.properties +27 -7
  303. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_id.properties +27 -7
  304. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_it.properties +27 -7
  305. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_iw.properties +27 -7
  306. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ja.properties +26 -6
  307. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_kk.properties +27 -7
  308. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ko.properties +27 -7
  309. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_lt.properties +27 -7
  310. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_lv.properties +28 -8
  311. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ms.properties +27 -7
  312. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_nl.properties +27 -7
  313. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_no.properties +27 -7
  314. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pl.properties +27 -7
  315. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pt.properties +28 -8
  316. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_pt_PT.properties +27 -7
  317. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ro.properties +27 -7
  318. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_ru.properties +27 -7
  319. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sh.properties +27 -7
  320. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sk.properties +27 -7
  321. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sl.properties +27 -7
  322. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_sv.properties +27 -7
  323. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_th.properties +26 -6
  324. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_tr.properties +30 -10
  325. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_uk.properties +27 -7
  326. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_vi.properties +27 -7
  327. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_zh_CN.properties +27 -7
  328. package/packages/sap.fe.core/src/sap/fe/core/messagebundle_zh_TW.properties +27 -7
  329. package/packages/sap.fe.core/src/sap/fe/core/resources.json +745 -384
  330. package/packages/sap.fe.core/src/sap/fe/core/services/AsyncComponentServiceFactory-dbg.js +45 -71
  331. package/packages/sap.fe.core/src/sap/fe/core/services/AsyncComponentServiceFactory.js +1 -1
  332. package/packages/sap.fe.core/src/sap/fe/core/services/CacheHandlerServiceFactory-dbg.js +154 -192
  333. package/packages/sap.fe.core/src/sap/fe/core/services/CacheHandlerServiceFactory.js +1 -1
  334. package/packages/sap.fe.core/src/sap/fe/core/services/CacheHandlerServiceFactory.ts +4 -4
  335. package/packages/sap.fe.core/src/sap/fe/core/services/EnvironmentServiceFactory-dbg.js +66 -92
  336. package/packages/sap.fe.core/src/sap/fe/core/services/EnvironmentServiceFactory.js +1 -1
  337. package/packages/sap.fe.core/src/sap/fe/core/services/EnvironmentServiceFactory.ts +1 -1
  338. package/packages/sap.fe.core/src/sap/fe/core/services/NavigationServiceFactory-dbg.js +284 -339
  339. package/packages/sap.fe.core/src/sap/fe/core/services/NavigationServiceFactory.js +1 -1
  340. package/packages/sap.fe.core/src/sap/fe/core/services/NavigationServiceFactory.ts +10 -13
  341. package/packages/sap.fe.core/src/sap/fe/core/services/ResourceModelServiceFactory-dbg.js +67 -102
  342. package/packages/sap.fe.core/src/sap/fe/core/services/ResourceModelServiceFactory.js +1 -1
  343. package/packages/sap.fe.core/src/sap/fe/core/services/ResourceModelServiceFactory.ts +5 -2
  344. package/packages/sap.fe.core/src/sap/fe/core/services/RoutingServiceFactory-dbg.js +754 -814
  345. package/packages/sap.fe.core/src/sap/fe/core/services/RoutingServiceFactory.js +1 -1
  346. package/packages/sap.fe.core/src/sap/fe/core/services/RoutingServiceFactory.ts +13 -13
  347. package/packages/sap.fe.core/src/sap/fe/core/services/ShellServicesFactory-dbg.js +649 -736
  348. package/packages/sap.fe.core/src/sap/fe/core/services/ShellServicesFactory.js +1 -1
  349. package/packages/sap.fe.core/src/sap/fe/core/services/ShellServicesFactory.ts +7 -4
  350. package/packages/sap.fe.core/src/sap/fe/core/services/SideEffectsServiceFactory-dbg.js +567 -592
  351. package/packages/sap.fe.core/src/sap/fe/core/services/SideEffectsServiceFactory.js +1 -1
  352. package/packages/sap.fe.core/src/sap/fe/core/services/SideEffectsServiceFactory.ts +22 -3
  353. package/packages/sap.fe.core/src/sap/fe/core/services/TemplatedViewServiceFactory-dbg.js +354 -386
  354. package/packages/sap.fe.core/src/sap/fe/core/services/TemplatedViewServiceFactory.js +1 -1
  355. package/packages/sap.fe.core/src/sap/fe/core/services/TemplatedViewServiceFactory.ts +21 -14
  356. package/packages/sap.fe.core/src/sap/fe/core/services/view/TemplatingErrorPage-dbg.controller.js +1 -1
  357. package/packages/sap.fe.core/src/sap/fe/core/services/view/TemplatingErrorPage.controller.ts +1 -1
  358. package/packages/sap.fe.core/src/sap/fe/core/support/CommonHelper-dbg.js +1 -1
  359. package/packages/sap.fe.core/src/sap/fe/core/support/CommonHelper.ts +1 -1
  360. package/packages/sap.fe.core/src/sap/fe/core/support/Diagnostics-dbg.js +36 -48
  361. package/packages/sap.fe.core/src/sap/fe/core/support/Diagnostics.js +1 -1
  362. package/packages/sap.fe.core/src/sap/fe/core/templating/DataModelPathHelper-dbg.js +93 -85
  363. package/packages/sap.fe.core/src/sap/fe/core/templating/DataModelPathHelper.js +1 -1
  364. package/packages/sap.fe.core/src/sap/fe/core/templating/DataModelPathHelper.ts +104 -95
  365. package/packages/sap.fe.core/src/sap/fe/core/templating/FilterHelper-dbg.js +25 -32
  366. package/packages/sap.fe.core/src/sap/fe/core/templating/FilterHelper.js +1 -1
  367. package/packages/sap.fe.core/src/sap/fe/core/templating/FilterHelper.ts +36 -35
  368. package/packages/sap.fe.core/src/sap/fe/core/templating/PropertyHelper-dbg.js +2 -2
  369. package/packages/sap.fe.core/src/sap/fe/core/templating/PropertyHelper.js +1 -1
  370. package/packages/sap.fe.core/src/sap/fe/core/templating/PropertyHelper.ts +1 -1
  371. package/packages/sap.fe.core/src/sap/fe/core/templating/UIFormatters-dbg.js +32 -26
  372. package/packages/sap.fe.core/src/sap/fe/core/templating/UIFormatters.js +1 -1
  373. package/packages/sap.fe.core/src/sap/fe/core/templating/UIFormatters.ts +37 -24
  374. package/packages/sap.fe.core/test/sap/fe/core/designtime/api.json +1664 -1
  375. package/packages/sap.fe.core/test/sap/fe/core/designtime/apiref/api.json +1 -1
  376. package/packages/sap.fe.core/test/sap/fe/core/designtime/codeassistance/Library.jsmeta.json +1 -1
  377. package/packages/sap.fe.core/test/sap/fe/core/designtime/codeassistance/Library.jstemplates.json +1 -1
  378. package/packages/sap.fe.core/test/sap/fe/core/designtime/codeassistance/Library.xmlmeta.json +1 -1
  379. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/model/MacroNavigationModel.js +59 -0
  380. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldDisplay/localService/RootEntity.json +1 -1
  381. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/Component.js +33 -0
  382. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/FieldMessages.controller.js +34 -0
  383. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/FieldMessages.view.xml +18 -0
  384. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/localService/Entities.json +6 -0
  385. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/localService/service.cds +6 -0
  386. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/field/fieldMessages/manifest.json +68 -0
  387. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/fieldMessages.html +37 -0
  388. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/filterBar/filterBarSVandAnnotationDefaults/FilterBarSVandAnnotationDefaults.controller.js +1 -0
  389. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/Page.controller.js +7 -2
  390. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/Page.view.xml +9 -3
  391. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/localService/RootEntity.js +23 -0
  392. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/localService/RootEntity.ts +11 -0
  393. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableCustoms/localService/service.cds +11 -23
  394. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/Component.js +40 -0
  395. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/TableMessages.controller.js +35 -0
  396. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/TableMessages.view.xml +21 -0
  397. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/localService/RootEntity.json +82 -0
  398. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/localService/service.cds +82 -0
  399. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/table/tableMessages/manifest.json +78 -0
  400. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/buildingBlocks/tableMessages.html +37 -0
  401. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/controllerExtensions/basicExtensibility/localService/ChildEntity.json +5 -4
  402. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/topics/customElements/customColumn/customColumnContent/manifest.json +3 -0
  403. package/packages/sap.fe.core/test/sap/fe/core/fpmExplorer/view/App.view.xml +1 -1
  404. package/packages/sap.fe.core/test/sap/fe/core/jest/AnnotationHelper.spec.js +1 -169
  405. package/packages/sap.fe.core/test/sap/fe/core/jest/AnnotationHelper.spec.ts +0 -212
  406. package/packages/sap.fe.core/test/sap/fe/core/jest/CommonUtils.spec.js +2305 -119
  407. package/packages/sap.fe.core/test/sap/fe/core/jest/CommonUtils.spec.ts +2206 -67
  408. package/packages/sap.fe.core/test/sap/fe/core/jest/FilterUtils.spec.js +40 -0
  409. package/packages/sap.fe.core/test/sap/fe/core/jest/FilterUtils.spec.ts +34 -0
  410. package/packages/sap.fe.core/test/sap/fe/core/jest/FlexibleColumnLayout.spec.js +114 -0
  411. package/packages/sap.fe.core/test/sap/fe/core/jest/FlexibleColumnLayout.spec.ts +114 -0
  412. package/packages/sap.fe.core/test/sap/fe/core/jest/Paginators.spec.js +113 -0
  413. package/packages/sap.fe.core/test/sap/fe/core/jest/Paginators.spec.ts +78 -0
  414. package/packages/sap.fe.core/test/sap/fe/core/jest/RouterProxy.spec.js +599 -1
  415. package/packages/sap.fe.core/test/sap/fe/core/jest/RouterProxy.spec.ts +614 -0
  416. package/packages/sap.fe.core/test/sap/fe/core/jest/TemplateConverter.spec.js +23 -5
  417. package/packages/sap.fe.core/test/sap/fe/core/jest/TemplateConverter.spec.ts +26 -14
  418. package/packages/sap.fe.core/test/sap/fe/core/jest/TransactionHelper.spec.js +87 -1
  419. package/packages/sap.fe.core/test/sap/fe/core/jest/TransactionHelper.spec.ts +82 -1
  420. package/packages/sap.fe.core/test/sap/fe/core/jest/VisualFilterUtils.spec.js +124 -0
  421. package/packages/sap.fe.core/test/sap/fe/core/jest/VisualFilterUtils.spec.ts +141 -0
  422. package/packages/sap.fe.core/test/sap/fe/core/jest/__snapshots__/TemplateConverter.spec.ts.snap +34768 -67
  423. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/ActivitySync.spec.js +170 -0
  424. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/ActivitySync.spec.ts +155 -0
  425. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/CollaborationCommon.spec.js +101 -0
  426. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/CollaborationCommon.spec.ts +94 -0
  427. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/Manage.spec.js +82 -0
  428. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/collaboration/Manage.spec.ts +77 -0
  429. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/draft.spec.js +2 -2
  430. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/draft.spec.ts +1 -1
  431. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/messageHandling.spec.js +7 -2
  432. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/messageHandling.spec.ts +7 -0
  433. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/operations.spec.js +104 -2
  434. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/operations.spec.ts +96 -1
  435. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/sticky.spec.js +83 -0
  436. package/packages/sap.fe.core/test/sap/fe/core/jest/actions/sticky.spec.ts +79 -0
  437. package/packages/sap.fe.core/test/sap/fe/core/jest/appcomponent.spec.js +72 -0
  438. package/packages/sap.fe.core/test/sap/fe/core/jest/appcomponent.spec.ts +64 -0
  439. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/EditFlow.spec.js +619 -3
  440. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/EditFlow.spec.ts +668 -5
  441. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalEditFlow.spec.js +297 -1
  442. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalEditFlow.spec.ts +276 -6
  443. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalIntentBasedNavigation.spec.js +149 -0
  444. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalIntentBasedNavigation.spec.ts +142 -0
  445. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalRouting.spec.js +776 -182
  446. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/InternalRouting.spec.ts +181 -3
  447. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/KPIManagement.spec.js +19 -43
  448. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MassEdit.spec.js +2 -18
  449. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MassEdit.spec.ts +8 -6
  450. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MessageHandler.spec.js +5 -27
  451. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/MessageHandler.spec.ts +1 -1
  452. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/Routing.spec.js +1 -1
  453. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/Routing.spec.ts +1 -1
  454. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/Share.spec.js +86 -0
  455. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/Share.spec.ts +80 -0
  456. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/SideEffects.spec.js +1 -1
  457. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/SideEffects.spec.ts +1 -1
  458. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/ViewState.spec.js +2 -18
  459. package/packages/sap.fe.core/test/sap/fe/core/jest/controllerextensions/ViewState.spec.ts +1 -1
  460. package/packages/sap.fe.core/test/sap/fe/core/jest/controls/DataLossOrDraftDiscardHandler.spec.js +45 -0
  461. package/packages/sap.fe.core/test/sap/fe/core/jest/controls/DataLossOrDraftDiscardHandler.spec.ts +29 -0
  462. package/packages/sap.fe.core/test/sap/fe/core/jest/controls/FilterBar.spec.js +51 -1
  463. package/packages/sap.fe.core/test/sap/fe/core/jest/controls/FilterBar.spec.ts +47 -1
  464. package/packages/sap.fe.core/test/sap/fe/core/jest/controls/__snapshots__/FilterBar.spec.ts.snap +3 -0
  465. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ConverterContext.spec.js +2 -2
  466. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ConverterContext.spec.ts +1 -1
  467. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Filter.spec.js +25 -36
  468. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Filter.spec.ts +26 -36
  469. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ListReportConverter.spec.js +3 -3
  470. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/ListReportConverter.spec.ts +2 -2
  471. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/MetaModelConverter.spec.js +1 -1
  472. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/MetaModelConverter.spec.ts +6 -5
  473. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Table.spec.js +133 -9
  474. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/Table.spec.ts +171 -8
  475. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/TableStandardActions.spec.js +174 -210
  476. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/TableStandardActions.spec.ts +294 -230
  477. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/__snapshots__/Filter.spec.ts.snap +3 -1
  478. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/Chart.spec.js +237 -0
  479. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/Chart.spec.ts +246 -0
  480. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/DataVisualization.spec.js +9993 -0
  481. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/DataVisualization.spec.ts +11352 -0
  482. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/Table.spec.js +460 -0
  483. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/Table.spec.ts +543 -0
  484. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/TableAnalytics.spec.js +616 -0
  485. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/TableAnalytics.spec.ts +711 -0
  486. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/controls/manifest.json +887 -0
  487. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/objectPage/HeaderAndFooterAction.spec.js +393 -0
  488. package/packages/sap.fe.core/test/sap/fe/core/jest/converters/objectPage/HeaderAndFooterAction.spec.ts +434 -0
  489. package/packages/sap.fe.core/test/sap/fe/core/jest/data/DataConverter.js +31 -0
  490. package/packages/sap.fe.core/test/sap/fe/core/jest/data/DataConverter.ts +12 -0
  491. package/packages/sap.fe.core/test/sap/fe/core/jest/data/Filter.cds +27 -0
  492. package/packages/sap.fe.core/test/sap/fe/core/jest/data/MassEditHelper.cds +12 -0
  493. package/packages/sap.fe.core/test/sap/fe/core/jest/data/OKRA/manifest.json +150 -0
  494. package/packages/sap.fe.core/test/sap/fe/core/jest/data/OKRA/metadata.xml +365 -0
  495. package/packages/sap.fe.core/test/sap/fe/core/jest/data/OKRA/metadata_groupable_options.xml +96 -0
  496. package/packages/sap.fe.core/test/sap/fe/core/jest/data/OKRA/metadata_textArrangement.xml +102 -0
  497. package/packages/sap.fe.core/test/sap/fe/core/jest/data/OKRA/metadata_withPV.xml +359 -0
  498. package/packages/sap.fe.core/test/sap/fe/core/jest/data/Table.cds +89 -27
  499. package/packages/sap.fe.core/test/sap/fe/core/jest/data/TemplatingTestData.js +421 -0
  500. package/packages/sap.fe.core/test/sap/fe/core/jest/data/TemplatingTestData.ts +413 -0
  501. package/packages/sap.fe.core/test/sap/fe/core/jest/data/aggregatedSD/metadata.xml +3767 -0
  502. package/packages/sap.fe.core/test/sap/fe/core/jest/data/dsr/manifest.json +185 -0
  503. package/packages/sap.fe.core/test/sap/fe/core/jest/data/dsr/metadata.xml +1534 -0
  504. package/packages/sap.fe.core/test/sap/fe/core/jest/data/manifest.json +887 -0
  505. package/packages/sap.fe.core/test/sap/fe/core/jest/data/salesOrderMetadata_qunit.xml +4995 -0
  506. package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/CollaborationFormatters.spec.js +48 -0
  507. package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/CollaborationFormatters.spec.ts +48 -0
  508. package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/TableFormatters.spec.js +131 -51
  509. package/packages/sap.fe.core/test/sap/fe/core/jest/formatters/TableFormatters.spec.ts +81 -31
  510. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/AppStartupHelper.spec.js +13 -7
  511. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/AppStartupHelper.spec.ts +12 -6
  512. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/MassEditHelper.spec.js +17 -3
  513. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/MassEditHelper.spec.ts +24 -7
  514. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/ModelHelper.spec.js +61 -1
  515. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/ModelHelper.spec.ts +59 -0
  516. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/PasteHelper.spec.js +3 -3
  517. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/PasteHelper.spec.ts +1 -2
  518. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/SemanticDateOperators.spec.js +4 -4
  519. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/SemanticDateOperators.spec.ts +6 -3
  520. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/StableIdHelper.spec.js +1 -1
  521. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/StableIdHelper.spec.ts +1 -1
  522. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/__snapshots__/AppStartupHelper.spec.ts.snap +19 -0
  523. package/packages/sap.fe.core/test/sap/fe/core/jest/helpers/__snapshots__/MassEditHelper.spec.ts.snap +0 -73
  524. package/packages/sap.fe.core/test/sap/fe/core/jest/manifestmerger/ChangePageConfiguration.spec.js +11 -1
  525. package/packages/sap.fe.core/test/sap/fe/core/jest/manifestmerger/ChangePageConfiguration.spec.ts +15 -0
  526. package/packages/sap.fe.core/test/sap/fe/core/jest/manifestmerger/__snapshots__/ChangePageConfiguration.spec.ts.snap +30 -0
  527. package/packages/sap.fe.core/test/sap/fe/core/jest/services/SideEffectsService.spec.js +49 -5
  528. package/packages/sap.fe.core/test/sap/fe/core/jest/services/SideEffectsService.spec.ts +60 -5
  529. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/DataModelPathHelper.spec.js +384 -0
  530. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/DataModelPathHelper.spec.ts +427 -0
  531. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/PropertyHelper.spec.js +132 -2
  532. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/PropertyHelper.spec.ts +156 -2
  533. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/UIFormatters.spec.js +273 -0
  534. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/UIFormatters.spec.ts +402 -0
  535. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/ValueHelpTemplating.spec.js +45 -0
  536. package/packages/sap.fe.core/test/sap/fe/core/jest/templating/ValueHelpTemplating.spec.ts +40 -0
  537. package/packages/sap.fe.core/test/sap/fe/core/qunit/TemplatingExpressions.qunit.js +2 -1
  538. package/packages/sap.fe.core/test/sap/fe/core/qunit/apps/generalTests.json +0 -102
  539. package/packages/sap.fe.core/test/sap/fe/core/relnotes/changes-1.100.json +326 -0
  540. package/packages/sap.fe.core/test/sap/fe/core/relnotes/changes-1.99.json +0 -22
  541. package/packages/sap.fe.macros/src/sap/fe/macros/.library +1 -1
  542. package/packages/sap.fe.macros/src/sap/fe/macros/.theming +1 -1
  543. package/packages/sap.fe.macros/src/sap/fe/macros/Chart.metadata-dbg.js +2 -2
  544. package/packages/sap.fe.macros/src/sap/fe/macros/Chart.metadata.js +1 -1
  545. package/packages/sap.fe.macros/src/sap/fe/macros/ChartAPI-dbg.js +22 -43
  546. package/packages/sap.fe.macros/src/sap/fe/macros/ChartAPI.js +1 -1
  547. package/packages/sap.fe.macros/src/sap/fe/macros/ChartAPI.ts +3 -3
  548. package/packages/sap.fe.macros/src/sap/fe/macros/ChartDelegate-dbg.js +14 -24
  549. package/packages/sap.fe.macros/src/sap/fe/macros/ChartDelegate.js +1 -1
  550. package/packages/sap.fe.macros/src/sap/fe/macros/CommonHelper-dbg.js +1 -1
  551. package/packages/sap.fe.macros/src/sap/fe/macros/DraftIndicator.fragment.xml +3 -2
  552. package/packages/sap.fe.macros/src/sap/fe/macros/Field.fragment.xml +16 -18
  553. package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI-dbg.js +162 -100
  554. package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI.js +1 -1
  555. package/packages/sap.fe.macros/src/sap/fe/macros/FieldAPI.ts +93 -16
  556. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBar.fragment.xml +2 -1
  557. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBar.metadata-dbg.js +16 -8
  558. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBar.metadata.js +1 -1
  559. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarAPI-dbg.js +58 -83
  560. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarAPI.js +1 -1
  561. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarAPI.ts +16 -2
  562. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarDelegate-dbg.js +112 -192
  563. package/packages/sap.fe.macros/src/sap/fe/macros/FilterBarDelegate.js +1 -1
  564. package/packages/sap.fe.macros/src/sap/fe/macros/Form.metadata-dbg.js +1 -1
  565. package/packages/sap.fe.macros/src/sap/fe/macros/Form.metadata.js +1 -1
  566. package/packages/sap.fe.macros/src/sap/fe/macros/FormAPI-dbg.js +4 -20
  567. package/packages/sap.fe.macros/src/sap/fe/macros/FormAPI.js +1 -1
  568. package/packages/sap.fe.macros/src/sap/fe/macros/FormContainer.fragment.xml +1 -1
  569. package/packages/sap.fe.macros/src/sap/fe/macros/FormContainerAPI-dbg.js +10 -31
  570. package/packages/sap.fe.macros/src/sap/fe/macros/FormContainerAPI.js +1 -1
  571. package/packages/sap.fe.macros/src/sap/fe/macros/MacroAPI-dbg.js +147 -162
  572. package/packages/sap.fe.macros/src/sap/fe/macros/MacroAPI.js +1 -1
  573. package/packages/sap.fe.macros/src/sap/fe/macros/MacroAPI.ts +32 -8
  574. package/packages/sap.fe.macros/src/sap/fe/macros/MacroMetadata-dbg.js +5 -0
  575. package/packages/sap.fe.macros/src/sap/fe/macros/MacroMetadata.js +1 -1
  576. package/packages/sap.fe.macros/src/sap/fe/macros/PhantomUtil-dbg.js +56 -74
  577. package/packages/sap.fe.macros/src/sap/fe/macros/PhantomUtil.js +1 -1
  578. package/packages/sap.fe.macros/src/sap/fe/macros/Table.fragment.xml +1 -1
  579. package/packages/sap.fe.macros/src/sap/fe/macros/Table.metadata-dbg.js +90 -39
  580. package/packages/sap.fe.macros/src/sap/fe/macros/Table.metadata.js +1 -1
  581. package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI-dbg.js +284 -251
  582. package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI.js +1 -1
  583. package/packages/sap.fe.macros/src/sap/fe/macros/TableAPI.ts +126 -14
  584. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldHelper-dbg.js +38 -101
  585. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldHelper.js +1 -1
  586. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldRuntime-dbg.js +68 -6
  587. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldRuntime.js +1 -1
  588. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating-dbg.js +72 -12
  589. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating.js +1 -1
  590. package/packages/sap.fe.macros/src/sap/fe/macros/field/FieldTemplating.ts +67 -10
  591. package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkDelegate-dbg.js +5 -12
  592. package/packages/sap.fe.macros/src/sap/fe/macros/field/QuickViewLinkDelegate.js +1 -1
  593. package/packages/sap.fe.macros/src/sap/fe/macros/filter/DraftEditState.fragment.xml +1 -1
  594. package/packages/sap.fe.macros/src/sap/fe/macros/filter/FilterFieldHelper-dbg.js +1 -3
  595. package/packages/sap.fe.macros/src/sap/fe/macros/filter/FilterFieldHelper.js +1 -1
  596. package/packages/sap.fe.macros/src/sap/fe/macros/filter/FilterUtils-dbg.js +62 -39
  597. package/packages/sap.fe.macros/src/sap/fe/macros/filter/FilterUtils.js +1 -1
  598. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/MultiValue-dbg.js +104 -50
  599. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/MultiValue.js +2 -3
  600. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/MultiValue.ts +68 -0
  601. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Range-dbg.js +83 -35
  602. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Range.js +2 -3
  603. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Range.ts +66 -0
  604. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Value-dbg.js +327 -216
  605. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Value.js +2 -3
  606. package/packages/sap.fe.macros/src/sap/fe/macros/filter/type/Value.ts +303 -0
  607. package/packages/sap.fe.macros/src/sap/fe/macros/internal/CollaborationAvatar.fragment.xml +15 -0
  608. package/packages/sap.fe.macros/src/sap/fe/macros/internal/CollectionField.metadata-dbg.js +14 -2
  609. package/packages/sap.fe.macros/src/sap/fe/macros/internal/CollectionField.metadata.js +1 -1
  610. package/packages/sap.fe.macros/src/sap/fe/macros/internal/CollectionField.metadata.ts +18 -2
  611. package/packages/sap.fe.macros/src/sap/fe/macros/internal/DataPoint.fragment.xml +12 -29
  612. package/packages/sap.fe.macros/src/sap/fe/macros/internal/DataPoint.metadata-dbg.js +9 -0
  613. package/packages/sap.fe.macros/src/sap/fe/macros/internal/DataPoint.metadata.js +1 -1
  614. package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.fragment.xml +1 -0
  615. package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.metadata-dbg.js +529 -533
  616. package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.metadata.js +2 -3
  617. package/packages/sap.fe.macros/src/sap/fe/macros/internal/Field.metadata.ts +568 -0
  618. package/packages/sap.fe.macros/src/sap/fe/macros/internal/FilterField.fragment.xml +0 -1
  619. package/packages/sap.fe.macros/src/sap/fe/macros/internal/SituationsIndicator-dbg.js +3 -3
  620. package/packages/sap.fe.macros/src/sap/fe/macros/internal/SituationsIndicator.js +1 -1
  621. package/packages/sap.fe.macros/src/sap/fe/macros/internal/SituationsIndicator.ts +3 -2
  622. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/FieldContent.fragment.xml +3 -1
  623. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/FieldStructure.fragment.xml +13 -3
  624. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/DataPoint.fragment.xml +4 -1
  625. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/ExpandableText.fragment.xml +1 -0
  626. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/LabelSemanticKey.fragment.xml +1 -0
  627. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/Link.fragment.xml +38 -4
  628. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/LinkWithQuickViewForm.fragment.xml +2 -2
  629. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/LinkWrapper.fragment.xml +3 -3
  630. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/MdcFieldWithValueHelp.fragment.xml +1 -2
  631. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/ObjectIdentifier.fragment.xml +55 -11
  632. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/SemanticKeyWithDraftIndicator.fragment.xml +1 -1
  633. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/displayStyle/Text.fragment.xml +3 -3
  634. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/DatePicker.fragment.xml +9 -2
  635. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/DateTimePicker.fragment.xml +9 -2
  636. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/Input.fragment.xml +12 -3
  637. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/InputWithUnit.fragment.xml +26 -5
  638. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/InputWithValueHelp.fragment.xml +10 -2
  639. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/RatingIndicator.fragment.xml +9 -2
  640. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/editStyle/TimePicker.fragment.xml +9 -2
  641. package/packages/sap.fe.macros/src/sap/fe/macros/internal/field/fragments/ObjectIdentifierContent.fragment.xml +4 -0
  642. package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating-dbg.js +31 -2
  643. package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating.js +1 -1
  644. package/packages/sap.fe.macros/src/sap/fe/macros/internal/helpers/DataPointTemplating.ts +20 -0
  645. package/packages/sap.fe.macros/src/sap/fe/macros/internal/situations/Runtime-dbg.js +2 -2
  646. package/packages/sap.fe.macros/src/sap/fe/macros/internal/situations/Runtime.js +1 -1
  647. package/packages/sap.fe.macros/src/sap/fe/macros/internal/situations/Runtime.ts +7 -9
  648. package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/ValueListHelper-dbg.js +90 -118
  649. package/packages/sap.fe.macros/src/sap/fe/macros/internal/valuehelp/ValueListHelper.js +1 -1
  650. package/packages/sap.fe.macros/src/sap/fe/macros/library-dbg.js +1 -1
  651. package/packages/sap.fe.macros/src/sap/fe/macros/library-h2-preload.js +13 -12
  652. package/packages/sap.fe.macros/src/sap/fe/macros/library-h2-preload.js.map +2 -2
  653. package/packages/sap.fe.macros/src/sap/fe/macros/library-preload.js +185 -214
  654. package/packages/sap.fe.macros/src/sap/fe/macros/library-preload.js.map +4 -4
  655. package/packages/sap.fe.macros/src/sap/fe/macros/library.js +1 -1
  656. package/packages/sap.fe.macros/src/sap/fe/macros/manifest.json +9 -9
  657. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle.properties +4 -1
  658. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ar.properties +3 -1
  659. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_bg.properties +3 -1
  660. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ca.properties +3 -1
  661. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_cs.properties +3 -1
  662. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_cy.properties +3 -1
  663. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_da.properties +3 -1
  664. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_de.properties +4 -2
  665. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_el.properties +3 -1
  666. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en.properties +3 -1
  667. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_GB.properties +3 -1
  668. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_US_sappsd.properties +3 -1
  669. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_US_saprigi.properties +3 -1
  670. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_en_US_saptrc.properties +3 -1
  671. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_es.properties +3 -1
  672. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_es_MX.properties +3 -1
  673. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_et.properties +3 -1
  674. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fi.properties +3 -1
  675. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fr.properties +3 -1
  676. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_fr_CA.properties +3 -1
  677. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hi.properties +3 -1
  678. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hr.properties +3 -1
  679. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_hu.properties +4 -2
  680. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_id.properties +4 -2
  681. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_it.properties +3 -1
  682. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_iw.properties +3 -1
  683. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ja.properties +3 -1
  684. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_kk.properties +3 -1
  685. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ko.properties +3 -1
  686. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_lt.properties +3 -1
  687. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_lv.properties +3 -1
  688. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ms.properties +3 -1
  689. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_nl.properties +3 -1
  690. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_no.properties +3 -1
  691. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pl.properties +3 -1
  692. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pt.properties +3 -1
  693. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_pt_PT.properties +3 -1
  694. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ro.properties +3 -1
  695. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_ru.properties +3 -1
  696. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sh.properties +3 -1
  697. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sk.properties +3 -1
  698. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sl.properties +3 -1
  699. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_sv.properties +3 -1
  700. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_th.properties +3 -1
  701. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_tr.properties +3 -1
  702. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_uk.properties +3 -1
  703. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_vi.properties +3 -1
  704. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_zh_CN.properties +3 -1
  705. package/packages/sap.fe.macros/src/sap/fe/macros/messagebundle_zh_TW.properties +3 -1
  706. package/packages/sap.fe.macros/src/sap/fe/macros/resources.json +273 -199
  707. package/packages/sap.fe.macros/src/sap/fe/macros/table/Actions.fragment.xml +1 -1
  708. package/packages/sap.fe.macros/src/sap/fe/macros/table/Column.fragment.xml +1 -1
  709. package/packages/sap.fe.macros/src/sap/fe/macros/table/ColumnContent.fragment.xml +2 -0
  710. package/packages/sap.fe.macros/src/sap/fe/macros/table/CreationRow.fragment.xml +13 -20
  711. package/packages/sap.fe.macros/src/sap/fe/macros/table/CustomColumn.fragment.xml +1 -0
  712. package/packages/sap.fe.macros/src/sap/fe/macros/table/TableHelper-dbg.js +5 -110
  713. package/packages/sap.fe.macros/src/sap/fe/macros/table/TableHelper.js +1 -1
  714. package/packages/sap.fe.macros/src/sap/fe/macros/table/delegates/TableDelegate-dbg.js +98 -78
  715. package/packages/sap.fe.macros/src/sap/fe/macros/table/delegates/TableDelegate.js +1 -1
  716. package/packages/sap.fe.macros/src/sap/fe/macros/valuehelp/ValueHelpFilterBar.metadata-dbg.js +1 -1
  717. package/packages/sap.fe.macros/src/sap/fe/macros/valuehelp/ValueHelpFilterBar.metadata.js +1 -1
  718. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/api.json +211 -10
  719. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/apiref/api.json +1 -1
  720. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/codeassistance/Library.jsmeta.json +1 -1
  721. package/packages/sap.fe.macros/test/sap/fe/macros/designtime/codeassistance/Library.xmlmeta.json +1 -1
  722. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartDelegate.spec.js +1 -45
  723. package/packages/sap.fe.macros/test/sap/fe/macros/jest/ChartDelegate.spec.ts +0 -60
  724. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldAPI.spec.js +78 -0
  725. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldAPI.spec.ts +71 -0
  726. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldMacroDataFieldTypes.spec.js +35 -1
  727. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FieldMacroDataFieldTypes.spec.ts +44 -0
  728. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterBarDelegate.spec.js +0 -76
  729. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterBarMacro.spec.js +27 -1
  730. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterBarMacro.spec.ts +28 -0
  731. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterFieldHelper.spec.js +10 -12
  732. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterFieldHelper.spec.ts +10 -10
  733. package/packages/sap.fe.macros/test/sap/fe/macros/jest/FilterUtils.spec.js +129 -15
  734. package/packages/sap.fe.macros/test/sap/fe/macros/jest/MacroAPI.spec.js +13 -39
  735. package/packages/sap.fe.macros/test/sap/fe/macros/jest/MacroAPI.spec.ts +2 -2
  736. package/packages/sap.fe.macros/test/sap/fe/macros/jest/RetrieveTextFromValueList.spec.js +119 -0
  737. package/packages/sap.fe.macros/test/sap/fe/macros/jest/RetrieveTextFromValueList.spec.ts +113 -0
  738. package/packages/sap.fe.macros/test/sap/fe/macros/jest/Table.spec.js +166 -2
  739. package/packages/sap.fe.macros/test/sap/fe/macros/jest/Table.spec.ts +190 -3
  740. package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableAPI.spec.js +457 -389
  741. package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableAPI.spec.ts +504 -425
  742. package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableMacro.spec.js +104 -2
  743. package/packages/sap.fe.macros/test/sap/fe/macros/jest/TableMacro.spec.ts +158 -1
  744. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/ChartDelegate.spec.ts.snap +0 -6
  745. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/DatapointMacro.spec.ts.snap +5 -5
  746. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FieldMacroDataFieldTypes.spec.ts.snap +114 -25
  747. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FieldMacroWithSemanticKey.spec.ts.snap +40 -40
  748. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FieldMacroWithValueHelp.spec.ts.snap +4 -8
  749. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FilterBarMacro.spec.ts.snap +19 -19
  750. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/FilterField.spec.ts.snap +3 -5
  751. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/QuickViewForm.spec.ts.snap +12 -0
  752. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/SimpleFieldMacro.spec.ts.snap +89 -90
  753. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/Table.spec.ts.snap +1314 -58
  754. package/packages/sap.fe.macros/test/sap/fe/macros/jest/__snapshots__/TableMacro.spec.ts.snap +459 -0
  755. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/FieldMacroDataFieldTypes.cds +18 -2
  756. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/QuickViewForm.cds +6 -1
  757. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/Table.cds +107 -106
  758. package/packages/sap.fe.macros/test/sap/fe/macros/jest/data/TableAPI.cds +197 -0
  759. package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldRuntime.spec.js +33 -4
  760. package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldRuntime.spec.ts +30 -4
  761. package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldTemplating.spec.js +72 -29
  762. package/packages/sap.fe.macros/test/sap/fe/macros/jest/field/FieldTemplating.spec.ts +86 -18
  763. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/__snapshots__/columnWidth.spec.ts.snap +51 -27
  764. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/columnWidth.spec.js +55 -9
  765. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/columnWidth.spec.ts +46 -6
  766. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/data/columnWidth.cds +28 -1
  767. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/TableDelegate.spec.js +170 -43
  768. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/TableDelegate.spec.ts +131 -15
  769. package/packages/sap.fe.macros/test/sap/fe/macros/jest/table/delegates/__snapshots__/TableDelegate.spec.ts.snap +90 -53
  770. package/packages/sap.fe.macros/test/sap/fe/macros/jest/tsx/TestTSX.spec.tsx +2 -1
  771. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/index.json +0 -5
  772. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FieldHelper.qunit.js +1 -99
  773. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FormElementTemplating.qunit.js +1 -1
  774. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/MacroMetadata.qunit.js +4 -4
  775. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/TableHelper.qunit.js +4 -4
  776. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/ValueHelpTemplating.qunit.js +15 -0
  777. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/ValueListHelper.qunit.js +265 -106
  778. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/metadata/simpleMetadata.js +38 -0
  779. package/packages/sap.fe.macros/test/sap/fe/macros/relnotes/changes-1.100.json +372 -0
  780. package/packages/sap.fe.macros/test/sap/fe/macros/relnotes/changes-1.99.json +0 -11
  781. package/packages/sap.fe.navigation/src/sap/fe/navigation/.library +1 -1
  782. package/packages/sap.fe.navigation/src/sap/fe/navigation/.theming +1 -1
  783. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-dbg.js +1 -1
  784. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-h2-preload.js +2 -2
  785. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-h2-preload.js.map +2 -2
  786. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-preload.js +2 -2
  787. package/packages/sap.fe.navigation/src/sap/fe/navigation/library-preload.js.map +2 -2
  788. package/packages/sap.fe.navigation/src/sap/fe/navigation/library.js +1 -1
  789. package/packages/sap.fe.navigation/src/sap/fe/navigation/manifest.json +3 -3
  790. package/packages/sap.fe.navigation/src/sap/fe/navigation/resources.json +8 -8
  791. package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/api.json +1 -1
  792. package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/apiref/api.json +1 -1
  793. package/packages/sap.fe.navigation/test/sap/fe/navigation/designtime/codeassistance/Library.xmlmeta.json +1 -1
  794. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/.library +1 -1
  795. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/.theming +1 -1
  796. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-dbg.js +1 -1
  797. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-h2-preload.js +2 -2
  798. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-h2-preload.js.map +2 -2
  799. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-preload.js +2 -2
  800. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library-preload.js.map +2 -2
  801. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/library.js +1 -1
  802. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/manifest.json +3 -3
  803. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/resources.json +27 -27
  804. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/base/css_variables.source.less +316 -15
  805. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/base/resources.json +1 -1
  806. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize/css_variables.less +315 -14
  807. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize/css_variables.source.less +315 -14
  808. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize/resources.json +2 -2
  809. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcb/css_variables.less +316 -15
  810. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcb/css_variables.source.less +316 -15
  811. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcb/resources.json +2 -2
  812. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcw/css_variables.less +316 -15
  813. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcw/css_variables.source.less +316 -15
  814. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_hcw/resources.json +2 -2
  815. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_plus/css_variables.less +315 -14
  816. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_plus/css_variables.source.less +315 -14
  817. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_belize_plus/resources.json +2 -2
  818. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3/css_variables.less +317 -16
  819. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3/css_variables.source.less +317 -16
  820. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3/resources.json +2 -2
  821. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_dark/css_variables.less +317 -16
  822. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_dark/css_variables.source.less +317 -16
  823. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_dark/resources.json +2 -2
  824. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcb/css_variables.less +316 -15
  825. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcb/css_variables.source.less +316 -15
  826. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcb/resources.json +2 -2
  827. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcw/css_variables.less +316 -15
  828. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcw/css_variables.source.less +316 -15
  829. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_fiori_3_hcw/resources.json +2 -2
  830. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_horizon/css_variables.less +400 -99
  831. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_horizon/css_variables.source.less +400 -99
  832. package/packages/sap.fe.placeholder/src/sap/fe/placeholder/themes/sap_horizon/resources.json +2 -2
  833. package/packages/sap.fe.placeholder/test/sap/fe/placeholder/designtime/api.json +1 -1
  834. package/packages/sap.fe.placeholder/test/sap/fe/placeholder/designtime/apiref/api.json +1 -1
  835. package/packages/sap.fe.templates/src/sap/fe/templates/.library +1 -1
  836. package/packages/sap.fe.templates/src/sap/fe/templates/.theming +1 -1
  837. package/packages/sap.fe.templates/src/sap/fe/templates/AnalyticalListPage/manifest.json +2 -2
  838. package/packages/sap.fe.templates/src/sap/fe/templates/AnalyticalListPage/resources.json +1 -1
  839. package/packages/sap.fe.templates/src/sap/fe/templates/ListComponent-dbg.js +1 -1
  840. package/packages/sap.fe.templates/src/sap/fe/templates/ListComponent.js +1 -1
  841. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/Component-dbg.js +7 -1
  842. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/Component.js +1 -1
  843. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReport.view.xml +22 -21
  844. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReportController-dbg.controller.js +13 -18
  845. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/ListReportController.controller.js +1 -1
  846. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/manifest.json +2 -2
  847. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/resources.json +7 -7
  848. package/packages/sap.fe.templates/src/sap/fe/templates/ListReport/view/fragments/MultipleMode.fragment.xml +3 -3
  849. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/AnnotationHelper-dbg.js +50 -9
  850. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/AnnotationHelper.js +1 -1
  851. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/Component-dbg.js +1 -12
  852. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/Component.js +1 -1
  853. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ObjectPage.view.xml +5 -1
  854. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ObjectPageController-dbg.controller.js +50 -17
  855. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js +1 -1
  856. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/controls/StashableHBox-dbg.js +7 -1
  857. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/controls/StashableHBox.js +1 -1
  858. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/designtime/FlexBox-dbg.designtime.js +3 -0
  859. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/designtime/FlexBox.designtime.js +1 -1
  860. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/manifest.json +2 -2
  861. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/resources.json +19 -15
  862. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/CollaborationDraft.fragment.xml +36 -0
  863. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/EditableHeaderFacet.fragment.xml +1 -1
  864. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/HeaderFacet.fragment.xml +1 -0
  865. package/packages/sap.fe.templates/src/sap/fe/templates/ObjectPage/view/fragments/HeaderFacetCustomContainer.fragment.xml +1 -0
  866. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/Fcl-dbg.controller.js +3 -1
  867. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/Fcl.controller.js +1 -1
  868. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/NavContainer-dbg.controller.js +3 -1
  869. package/packages/sap.fe.templates/src/sap/fe/templates/RootContainer/controller/NavContainer.controller.js +1 -1
  870. package/packages/sap.fe.templates/src/sap/fe/templates/designtime/library-preload.designtime.js +1 -1
  871. package/packages/sap.fe.templates/src/sap/fe/templates/designtime/library-preload.designtime.js.map +2 -2
  872. package/packages/sap.fe.templates/src/sap/fe/templates/library-dbg.js +1 -1
  873. package/packages/sap.fe.templates/src/sap/fe/templates/library-h2-preload.js +4 -3
  874. package/packages/sap.fe.templates/src/sap/fe/templates/library-h2-preload.js.map +2 -2
  875. package/packages/sap.fe.templates/src/sap/fe/templates/library-preload.js +22 -21
  876. package/packages/sap.fe.templates/src/sap/fe/templates/library-preload.js.map +4 -4
  877. package/packages/sap.fe.templates/src/sap/fe/templates/library.js +1 -1
  878. package/packages/sap.fe.templates/src/sap/fe/templates/manifest.json +14 -14
  879. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ar.properties +0 -15
  880. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_bg.properties +0 -15
  881. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ca.properties +0 -15
  882. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_cs.properties +0 -15
  883. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_cy.properties +0 -15
  884. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_da.properties +0 -15
  885. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_de.properties +0 -15
  886. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_el.properties +0 -15
  887. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en.properties +0 -15
  888. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en_GB.properties +0 -15
  889. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en_US_sappsd.properties +0 -15
  890. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en_US_saprigi.properties +0 -15
  891. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_en_US_saptrc.properties +0 -15
  892. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_es.properties +0 -15
  893. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_es_MX.properties +0 -15
  894. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_et.properties +0 -15
  895. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_fi.properties +0 -15
  896. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_fr.properties +0 -15
  897. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_fr_CA.properties +0 -15
  898. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_hi.properties +0 -15
  899. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_hr.properties +0 -15
  900. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_hu.properties +0 -15
  901. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_id.properties +0 -15
  902. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_it.properties +0 -15
  903. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_iw.properties +0 -15
  904. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ja.properties +0 -15
  905. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_kk.properties +0 -15
  906. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ko.properties +0 -15
  907. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_lt.properties +0 -15
  908. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_lv.properties +0 -15
  909. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ms.properties +0 -15
  910. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_nl.properties +0 -15
  911. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_no.properties +0 -15
  912. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_pl.properties +0 -15
  913. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_pt.properties +0 -15
  914. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_pt_PT.properties +0 -15
  915. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ro.properties +0 -15
  916. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_ru.properties +0 -15
  917. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_sh.properties +0 -15
  918. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_sk.properties +0 -15
  919. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_sl.properties +0 -15
  920. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_sv.properties +0 -15
  921. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_th.properties +0 -15
  922. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_tr.properties +0 -15
  923. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_uk.properties +0 -15
  924. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_vi.properties +0 -15
  925. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_zh_CN.properties +0 -15
  926. package/packages/sap.fe.templates/src/sap/fe/templates/messagebundle_zh_TW.properties +0 -15
  927. package/packages/sap.fe.templates/src/sap/fe/templates/resources.json +115 -89
  928. package/packages/sap.fe.templates/test/sap/fe/templates/demokit/apps/itelo/webapp/manifest.json +1 -1
  929. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/api.json +353 -1
  930. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/apiref/api.json +1 -1
  931. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/codeassistance/Library.jsmeta.json +1 -1
  932. package/packages/sap.fe.templates/test/sap/fe/templates/designtime/codeassistance/Library.xmlmeta.json +1 -1
  933. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/IntentBasedNavigation.spec.js +1 -1
  934. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/IntentBasedNavigation.spec.ts +3 -3
  935. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/Share.spec.js +1 -1
  936. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/Share.spec.ts +4 -4
  937. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/ViewState.spec.js +1 -1
  938. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ListReport/overrides/ViewState.spec.ts +2 -2
  939. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/ObjectPageHeaderForm.spec.js +2 -1
  940. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/ObjectPageHeaderForm.spec.ts +2 -1
  941. package/packages/sap.fe.templates/test/sap/fe/templates/jest/ObjectPage/view/fragments/__snapshots__/HeaderFacet.spec.ts.snap +7 -7
  942. package/packages/sap.fe.templates/test/sap/fe/templates/jest/RootContainer/RootContainerBaseController.spec.js +30 -61
  943. package/packages/sap.fe.templates/test/sap/fe/templates/jest/RootContainer/RootContainerBaseController.spec.ts +1 -1
  944. package/packages/sap.fe.templates/test/sap/fe/templates/relnotes/changes-1.100.json +192 -0
  945. package/packages/sap.fe.templates/test/sap/fe/templates/relnotes/changes-1.99.json +0 -11
  946. package/packages/sap.fe.test/src/sap/fe/test/.library +1 -1
  947. package/packages/sap.fe.test/src/sap/fe/test/.theming +1 -1
  948. package/packages/sap.fe.test/src/sap/fe/test/FeMocks-dbg.js +1 -1
  949. package/packages/sap.fe.test/src/sap/fe/test/FeMocks.ts +8 -8
  950. package/packages/sap.fe.test/src/sap/fe/test/JestTemplatingHelper-dbg.js +6 -4
  951. package/packages/sap.fe.test/src/sap/fe/test/JestTemplatingHelper.js +1 -1
  952. package/packages/sap.fe.test/src/sap/fe/test/JestTemplatingHelper.ts +10 -6
  953. package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper-dbg.js +126 -203
  954. package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper.js +1 -1
  955. package/packages/sap.fe.test/src/sap/fe/test/UI5MockHelper.ts +17 -2
  956. package/packages/sap.fe.test/src/sap/fe/test/api/FilterBarAPI-dbg.js +9 -1
  957. package/packages/sap.fe.test/src/sap/fe/test/api/FilterBarAPI.js +1 -1
  958. package/packages/sap.fe.test/src/sap/fe/test/library-dbg.js +1 -1
  959. package/packages/sap.fe.test/src/sap/fe/test/library-h2-preload.js +2 -2
  960. package/packages/sap.fe.test/src/sap/fe/test/library-h2-preload.js.map +2 -2
  961. package/packages/sap.fe.test/src/sap/fe/test/library-preload.js +9 -18
  962. package/packages/sap.fe.test/src/sap/fe/test/library-preload.js.map +3 -3
  963. package/packages/sap.fe.test/src/sap/fe/test/library.js +1 -1
  964. package/packages/sap.fe.test/src/sap/fe/test/manifest.json +3 -3
  965. package/packages/sap.fe.test/src/sap/fe/test/resources.json +18 -18
  966. package/packages/sap.fe.test/test/sap/fe/test/designtime/api.json +1 -1
  967. package/packages/sap.fe.test/test/sap/fe/test/designtime/apiref/api.json +1 -1
  968. package/packages/sap.fe.test/test/sap/fe/test/designtime/codeassistance/Library.xmlmeta.json +1 -1
  969. package/packages/sap.fe.macros/test/sap/fe/macros/qunit/macros/FormTemplatingTs.qunit.js +0 -271
@@ -1 +1 @@
1
- {"$schema-ref":"http://schemas.sap.com/sapui5/designtime/api.json/1.0","version":"1.99.0","library":"sap.fe.test","symbols":[{"kind":"namespace","name":"sap.fe.test","basename":"test","resource":"sap/fe/test/library.js","module":"sap/fe/test/library","export":"","static":true,"visibility":"public","description":"<p><p>Test library for SAP Fiori elements</p></p>","displayName":"sap.fe.test","nodes":[{"name":"sap.fe.test.BaseActions","description":"<p>All common actions (<code>When</code>) for all Opa tests are defined here.</p>","href":"api/sap.fe.test.BaseActions"},{"name":"sap.fe.test.BaseArrangements","description":"<p>All common arrangements (<code>Given</code>) for all Opa tests are defined here.</p>","href":"api/sap.fe.test.BaseArrangements"},{"name":"sap.fe.test.BaseAssertions","description":"<p>All common assertions (<code>Then</code>) for all Opa tests are defined here.</p>","href":"api/sap.fe.test.BaseAssertions"},{"name":"sap.fe.test.JourneyRunner","description":"<p>A JourneyRunner for executing integration tests with given settings.</p>","href":"api/sap.fe.test.JourneyRunner"},{"name":"sap.fe.test.ListReport","description":"<p>Provides a test page definition for a list report page with the corresponding parameters.\n</p>","href":"api/sap.fe.test.ListReport"},{"name":"sap.fe.test.ObjectPage","description":"<p>Provides a test page definition for an object page with the corresponding parameters.\n</p>","href":"api/sap.fe.test.ObjectPage"},{"name":"sap.fe.test.Shell","description":"<p>Provides a test page definition for the shell.\n</p>","href":"api/sap.fe.test.Shell"},{"name":"sap.fe.test.TemplatePage","description":"<p>Provides a test page definition for a template page with the corresponding parameters.</p>","href":"api/sap.fe.test.TemplatePage"},{"name":"sap.fe.test.api","description":"","href":"api/sap.fe.test.api"}],"title":"namespace sap.fe.test","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.ActionDialogFieldIdentifier","basename":"ActionDialogFieldIdentifier","resource":"sap/fe/test/api/BaseAPI.js","module":"sap/fe/test/api/BaseAPI","static":true,"visibility":"public","description":"<p><p>An action parameter dialog field identifier</p></p>","properties":[{"name":"property","optional":false,"visibility":"public","description":"<p>The name of the field</p>","types":[{"value":"string"}]}],"displayName":"sap.fe.test.api.ActionDialogFieldIdentifier","title":"typedef sap.fe.test.api.ActionDialogFieldIdentifier","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.ActionIdentifier","basename":"ActionIdentifier","resource":"sap/fe/test/api/BaseAPI.js","module":"sap/fe/test/api/BaseAPI","static":true,"visibility":"public","description":"<p><p>An action identifier</p></p>","properties":[{"name":"service","optional":false,"visibility":"public","description":"<p>The name of the service</p>","types":[{"value":"string"}]},{"name":"action","optional":false,"visibility":"public","description":"<p>The name of the action</p>","types":[{"value":"string"}]},{"name":"unbound","optional":true,"visibility":"public","description":"<p>Defines whether the action is a bound action (default: false)</p>","types":[{"value":"boolean"}]}],"displayName":"sap.fe.test.api.ActionIdentifier","title":"typedef sap.fe.test.api.ActionIdentifier","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.ColumnIdentifier","basename":"ColumnIdentifier","resource":"sap/fe/test/api/TableAPI.js","module":"sap/fe/test/api/TableAPI","static":true,"visibility":"public","description":"<p><p>A column identifier</p></p>","properties":[{"name":"name","optional":false,"visibility":"public","description":"<p>The technical name of the column</p>","types":[{"value":"string"}]}],"displayName":"sap.fe.test.api.ColumnIdentifier","title":"typedef sap.fe.test.api.ColumnIdentifier","subTitle":""},{"kind":"class","name":"sap.fe.test.api.DialogActions","basename":"DialogActions","resource":"sap/fe/test/api/DialogActions.js","module":"sap/fe/test/api/DialogActions","export":"","static":true,"visibility":"public","methods":[{"name":"iCancel","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Cancels the dialog by clicking the corresponding button (for example, 'Cancel').</p>","href":"api/sap.fe.test.api.DialogActions#methods/iCancel","code":"<pre>iCancel() : object</pre>"},{"name":"iChangeActionParameterDialogField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"sap.fe.test.api.ActionDialogFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionDialogFieldIdentifier"}],"defaultValue":""},{"name":"vValue","optional":true,"description":"<p>The new target value.</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"bClearFirst","optional":true,"description":"<p>Set to <code>true</code> to clear previously set filters, otherwise all previously set values will be kept</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Changes the content of a field in an action parameter dialog.</p>","href":"api/sap.fe.test.api.DialogActions#methods/iChangeActionParameterDialogField","code":"<pre>iChangeActionParameterDialogField(vFieldIdentifier, vValue?, bClearFirst?) : object</pre>"},{"name":"iChangeDialogField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"sap.fe.test.api.DialogFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.DialogFieldIdentifier"}],"defaultValue":""},{"name":"vValue","optional":true,"description":"<p>The new target value.</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"bClearFirst","optional":true,"description":"<p>Set to <code>true</code> to clear previously set filters, otherwise all previously set values will be kept</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Changes the content of a field in a dialog.</p>","href":"api/sap.fe.test.api.DialogActions#methods/iChangeDialogField","code":"<pre>iChangeDialogField(vFieldIdentifier, vValue?, bClearFirst?) : object</pre>"},{"name":"iClose","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Closes the dialog by pressing the 'Escape' key.</p>","href":"api/sap.fe.test.api.DialogActions#methods/iClose","code":"<pre>iClose() : object</pre>"},{"name":"iConfirm","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Confirms the dialog by clicking the corresponding button (for example, 'OK').</p>","href":"api/sap.fe.test.api.DialogActions#methods/iConfirm","code":"<pre>iConfirm() : object</pre>"}],"displayName":"sap.fe.test.api.DialogActions","title":"class sap.fe.test.api.DialogActions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.DialogAssertions","basename":"DialogAssertions","resource":"sap/fe/test/api/DialogAssertions.js","module":"sap/fe/test/api/DialogAssertions","export":"","static":true,"visibility":"public","methods":[{"name":"iCheckActionParameterDialogField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"sap.fe.test.api.ActionDialogFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionDialogFieldIdentifier"}],"defaultValue":""},{"name":"vValue","optional":true,"description":"<p>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></p>","types":[{"value":"string"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"object"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the content and state of a field in an action parameter dialog.</p>","href":"api/sap.fe.test.api.DialogAssertions#methods/iCheckActionParameterDialogField","code":"<pre>iCheckActionParameterDialogField(vFieldIdentifier, vValue?, mState?) : object</pre>"},{"name":"iCheckCancel","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mButtonState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the cancellation button of the dialog.</p>","href":"api/sap.fe.test.api.DialogAssertions#methods/iCheckCancel","code":"<pre>iCheckCancel(mButtonState?) : object</pre>"},{"name":"iCheckConfirm","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mButtonState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the confirmation button of the dialog.</p>","href":"api/sap.fe.test.api.DialogAssertions#methods/iCheckConfirm","code":"<pre>iCheckConfirm(mButtonState?) : object</pre>"},{"name":"iCheckDialogField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"sap.fe.test.api.DialogFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.DialogFieldIdentifier"}],"defaultValue":""},{"name":"vValue","optional":true,"description":"<p>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></p>","types":[{"value":"string"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"object"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the content and state of a field in a dialog.</p>","href":"api/sap.fe.test.api.DialogAssertions#methods/iCheckDialogField","code":"<pre>iCheckDialogField(vFieldIdentifier, vValue?, mState?) : object</pre>"},{"name":"iCheckState","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mDialogState","optional":true,"description":"<p>Defines the expected state of the dialog</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the dialog.</p>","href":"api/sap.fe.test.api.DialogAssertions#methods/iCheckState","code":"<pre>iCheckState(mDialogState?) : object</pre>"}],"displayName":"sap.fe.test.api.DialogAssertions","title":"class sap.fe.test.api.DialogAssertions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.DialogCreateActions","basename":"DialogCreateActions","resource":"sap/fe/test/api/DialogCreateActions.js","module":"sap/fe/test/api/DialogCreateActions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.DialogActions","methods":[{"name":"iExecuteCreate","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the <code>Create</code> action on the create dialog.</p>","href":"api/sap.fe.test.api.DialogCreateActions#methods/iExecuteCreate","code":"<pre>iExecuteCreate() : object</pre>"}],"displayName":"sap.fe.test.api.DialogCreateActions","title":"class sap.fe.test.api.DialogCreateActions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.DialogCreateAssertions","basename":"DialogCreateAssertions","resource":"sap/fe/test/api/DialogCreateAssertions.js","module":"sap/fe/test/api/DialogCreateAssertions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.DialogAssertions","methods":[{"name":"iCheckCreate","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Create</code> action on the dialog.</p>","href":"api/sap.fe.test.api.DialogCreateAssertions#methods/iCheckCreate","code":"<pre>iCheckCreate(mState?) : object</pre>"}],"displayName":"sap.fe.test.api.DialogCreateAssertions","title":"class sap.fe.test.api.DialogCreateAssertions","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.DialogFieldIdentifier","basename":"DialogFieldIdentifier","resource":"sap/fe/test/api/BaseAPI.js","module":"sap/fe/test/api/BaseAPI","static":true,"visibility":"public","description":"<p><p>An dialog field identifier</p></p>","properties":[{"name":"property","optional":false,"visibility":"public","description":"<p>The name of the field In case of an action parameter dialog, this is the fieldname only <code><pre>\n{\n property: <fieldname>\n}\n</pre></code> In case of a create dialog, the concatenation of the entity and fieldname has to be provided <code><pre>\n{\n property: <entity>::<fieldname>\n}\n</pre></code></p>","types":[{"value":"string"}]}],"displayName":"sap.fe.test.api.DialogFieldIdentifier","title":"typedef sap.fe.test.api.DialogFieldIdentifier","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.DialogIdentifier","basename":"DialogIdentifier","resource":"sap/fe/test/api/BaseAPI.js","module":"sap/fe/test/api/BaseAPI","static":true,"visibility":"public","description":"<p><p>A dialog identifier</p></p>","properties":[{"name":"type","optional":false,"visibility":"public","description":"<p>The type of the dialog</p>","types":[{"value":"sap.fe.test.api.DialogType","linkEnabled":true,"href":"api/sap.fe.test.api.DialogType"}]}],"displayName":"sap.fe.test.api.DialogIdentifier","title":"typedef sap.fe.test.api.DialogIdentifier","subTitle":""},{"kind":"class","name":"sap.fe.test.api.DialogMessageActions","basename":"DialogMessageActions","resource":"sap/fe/test/api/DialogMessageActions.js","module":"sap/fe/test/api/DialogMessageActions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.DialogActions","methods":[{"name":"iConfirmDiscardDraft","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Confirms the draft message with Discard Draft when navigating back to the list-report.</p>","href":"api/sap.fe.test.api.DialogMessageActions#methods/iConfirmDiscardDraft","code":"<pre>iConfirmDiscardDraft() : object</pre>"},{"name":"iExecuteBack","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the <code>Back</code> action on the message dialog.</p>","href":"api/sap.fe.test.api.DialogMessageActions#methods/iExecuteBack","code":"<pre>iExecuteBack() : object</pre>"},{"name":"iExecuteRefresh","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the <code>Refresh</code> action on the message dialog.</p>","href":"api/sap.fe.test.api.DialogMessageActions#methods/iExecuteRefresh","code":"<pre>iExecuteRefresh() : object</pre>"}],"displayName":"sap.fe.test.api.DialogMessageActions","title":"class sap.fe.test.api.DialogMessageActions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.DialogMessageAssertions","basename":"DialogMessageAssertions","resource":"sap/fe/test/api/DialogMessageAssertions.js","module":"sap/fe/test/api/DialogMessageAssertions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.DialogAssertions","methods":[{"name":"iCheckBack","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Back</code> action on the message dialog.</p>","href":"api/sap.fe.test.api.DialogMessageAssertions#methods/iCheckBack","code":"<pre>iCheckBack(mState?) : object</pre>"},{"name":"iCheckMessage","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"oMessage","optional":true,"description":"<p>Defines the expected state of the message, e.g. <code>{ title: \"My message\" }</code></p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks whether a certain message is shown in the dialog.</p>","href":"api/sap.fe.test.api.DialogMessageAssertions#methods/iCheckMessage","code":"<pre>iCheckMessage(oMessage?) : object</pre>"},{"name":"iCheckRefresh","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Refresh</code> action on the dialog.</p>","href":"api/sap.fe.test.api.DialogMessageAssertions#methods/iCheckRefresh","code":"<pre>iCheckRefresh(mState?) : object</pre>"}],"displayName":"sap.fe.test.api.DialogMessageAssertions","title":"class sap.fe.test.api.DialogMessageAssertions","subTitle":""},{"kind":"enum","name":"sap.fe.test.api.DialogType","basename":"DialogType","resource":"sap/fe/test/api/DialogType.js","module":"sap/fe/test/api/DialogType","export":"","static":true,"visibility":"public","description":"<p><p>Enum for supported dialog types.</p></p>","properties":[{"name":"sap.fe.test.api.DialogType.Action","visibility":"public","description":"<p>A default dialog for action parameters</p>"},{"name":"sap.fe.test.api.DialogType.Confirmation","visibility":"public","description":"<p>A simple dialog supporting base checks and actions such as 'Confirm' and 'Cancel'</p>"},{"name":"sap.fe.test.api.DialogType.Create","visibility":"public","description":"<p>A dialog used for creating a new object</p>"},{"name":"sap.fe.test.api.DialogType.Error","visibility":"public","description":"<p>A dialog used for showing an error message</p>"},{"name":"sap.fe.test.api.DialogType.Message","visibility":"public","description":"<p>A message dialog for showing back-end messages</p>"},{"name":"sap.fe.test.api.DialogType.ValueHelp","visibility":"public","description":"<p>A ValueHelp dialog that has a condition definition panel or a filterable selection table</p>"}],"displayName":"sap.fe.test.api.DialogType","title":"enum sap.fe.test.api.DialogType","subTitle":""},{"kind":"class","name":"sap.fe.test.api.DialogValueHelpActions","basename":"DialogValueHelpActions","resource":"sap/fe/test/api/DialogValueHelpActions.js","module":"sap/fe/test/api/DialogValueHelpActions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.DialogActions","methods":[{"name":"iAddCondition","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sOperator","optional":false,"description":"<p>The condition operator, like EQ, BT, LT, GT (see also <a target=\"_self\" href=\"api/sap.ui.model.filter.FilterOperator\">sap.ui.model.filter.FilterOperator</a>)</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"vValues","optional":false,"description":"<p>The values to be set. If the operator requires more than one value, like BT (between), an array with the two entries is expected</p>","types":[{"value":"string"},{"value":"string[]"}],"defaultValue":""}],"description":"<p>Adds a new condition.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iAddCondition","code":"<pre>iAddCondition(sOperator, vValues) : object</pre>"},{"name":"iChangeCondition","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sOperator","optional":false,"description":"<p>The condition operator, like EQ, BT, LT, GT (see also <a target=\"_self\" href=\"api/sap.ui.model.filter.FilterOperator\">sap.ui.model.filter.FilterOperator</a>)</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"vValues","optional":false,"description":"<p>The values to be set. If the operator requires more than one value like BT (between) an array with the two entries is expected</p>","types":[{"value":"string"},{"value":"string[]"}],"defaultValue":""},{"name":"iConditionIndex","optional":true,"description":"<p>The index of the condition to be altered. If not set, the index 0 is used</p>","types":[{"value":"number"}],"defaultValue":""}],"description":"<p>Changes an existing condition.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iChangeCondition","code":"<pre>iChangeCondition(sOperator, vValues, iConditionIndex?) : object</pre>"},{"name":"iChangeFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the filter field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""},{"name":"vValue","optional":true,"description":"<p>The new target value.</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"bClearFirst","optional":true,"description":"<p>Set to <code>true</code> to clear previously set filters, otherwise all previously set values will be kept</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Changes the value of a filter field.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iChangeFilterField","code":"<pre>iChangeFilterField(vFieldIdentifier, vValue?, bClearFirst?) : object</pre>"},{"name":"iChangeSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sSearchText","optional":true,"description":"<p>The new search value.</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Changes the value of the search field.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iChangeSearchField","code":"<pre>iChangeSearchField(sSearchText?) : object</pre>"},{"name":"iExecuteSearch","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"description":"<p>Starts the search.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iExecuteSearch","code":"<pre>iExecuteSearch() : object</pre>"},{"name":"iExecuteShowHideFilters","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"description":"<p>Clicks the <code>Hide/Show Filters</code> button.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iExecuteShowHideFilters","code":"<pre>iExecuteShowHideFilters() : object</pre>"},{"name":"iGoToDefineConditions","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"description":"<p>Navigates to the <code>Define Conditions</code> tab.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iGoToDefineConditions","code":"<pre>iGoToDefineConditions() : object</pre>"},{"name":"iGoToSearchAndSelect","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"description":"<p>Navigates to the <code>Search and Select</code> tab.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iGoToSearchAndSelect","code":"<pre>iGoToSearchAndSelect() : object</pre>"},{"name":"iRemoveCondition","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"iConditionIndex","optional":true,"description":"<p>The index of the condition to be removed. If not set, the index 0 is used</p>","types":[{"value":"number"}],"defaultValue":""}],"description":"<p>Removes an existing condition.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iRemoveCondition","code":"<pre>iRemoveCondition(iConditionIndex?) : object</pre>"},{"name":"iResetSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"description":"<p>Resets the search field value.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iResetSearchField","code":"<pre>iResetSearchField() : object</pre>"},{"name":"iSelectRows","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vRowValues","optional":true,"description":"<p>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.</p>","types":[{"value":"object"},{"value":"number"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the row</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Selects the specified rows.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iSelectRows","code":"<pre>iSelectRows(vRowValues?, mState?) : object</pre>"}],"displayName":"sap.fe.test.api.DialogValueHelpActions","title":"class sap.fe.test.api.DialogValueHelpActions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.DialogValueHelpAssertions","basename":"DialogValueHelpAssertions","resource":"sap/fe/test/api/DialogValueHelpAssertions.js","module":"sap/fe/test/api/DialogValueHelpAssertions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.DialogAssertions","methods":[{"name":"iCheckDefineConditions","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the filter bar</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Define conditions</code> tab.</p>","href":"api/sap.fe.test.api.DialogValueHelpAssertions#methods/iCheckDefineConditions","code":"<pre>iCheckDefineConditions(mState?) : object</pre>"},{"name":"iCheckFilterBar","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the filter bar</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the filter bar.</p>","href":"api/sap.fe.test.api.DialogValueHelpAssertions#methods/iCheckFilterBar","code":"<pre>iCheckFilterBar(mState?) : object</pre>"},{"name":"iCheckFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the filter field</p>","types":[{"value":"object"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""},{"name":"vConditionValues","optional":true,"description":"<p>The expected value(s) of the filter field</p>","types":[{"value":"string"},{"value":"object"},{"value":"Array","linkEnabled":true,"href":"api/Array"}],"defaultValue":""},{"name":"sOperator","optional":true,"description":"<p>The expected operator</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the filter field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks a filter field. If <code>vConditionValues</code> is <code>undefined</code>, the current condition values are ignored.</p>","href":"api/sap.fe.test.api.DialogValueHelpAssertions#methods/iCheckFilterField","code":"<pre>iCheckFilterField(vFieldIdentifier, vConditionValues?, sOperator?, mState?) : object</pre>"},{"name":"iCheckRows","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mRowValues","optional":true,"description":"<p>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></p>","types":[{"value":"object"}],"defaultValue":""},{"name":"iExpectedNumberOfRows","optional":true,"description":"<p>The expected number of rows considering <code>mRowValues</code> and <code>mRowState</code></p>","types":[{"value":"number"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the target row</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>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.</p>","href":"api/sap.fe.test.api.DialogValueHelpAssertions#methods/iCheckRows","code":"<pre>iCheckRows(mRowValues?, iExpectedNumberOfRows?, mState?) : object</pre>"},{"name":"iCheckSearchAndSelect","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the filter bar</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Search and Select</code> tab.</p>","href":"api/sap.fe.test.api.DialogValueHelpAssertions#methods/iCheckSearchAndSelect","code":"<pre>iCheckSearchAndSelect(mState?) : object</pre>"},{"name":"iCheckSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sSearchText","optional":true,"description":"<p>The expected text in the search field</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the search field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the search field in the filter bar. If the <code>sSearchText</code> parameter is <code>undefined</code>, the search text is not validated.</p>","href":"api/sap.fe.test.api.DialogValueHelpAssertions#methods/iCheckSearchField","code":"<pre>iCheckSearchField(sSearchText?, mState?) : object</pre>"},{"name":"iCheckTable","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the search field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the table.</p>","href":"api/sap.fe.test.api.DialogValueHelpAssertions#methods/iCheckTable","code":"<pre>iCheckTable(mState?) : object</pre>"}],"displayName":"sap.fe.test.api.DialogValueHelpAssertions","title":"class sap.fe.test.api.DialogValueHelpAssertions","subTitle":""},{"kind":"enum","name":"sap.fe.test.api.EditState","basename":"EditState","resource":"sap/fe/test/api/EditState.js","module":"sap/fe/test/api/EditState","export":"","static":true,"visibility":"public","description":"<p><p>Enum for supported editing states.</p></p>","properties":[{"name":"sap.fe.test.api.EditState.All","visibility":"public","description":"<p>All</p>"},{"name":"sap.fe.test.api.EditState.AllHidingDrafts","visibility":"public","description":"<p>All (Hiding Drafts)</p>"},{"name":"sap.fe.test.api.EditState.Locked","visibility":"public","description":"<p>Locked by Another User</p>"},{"name":"sap.fe.test.api.EditState.OwnDraft","visibility":"public","description":"<p>Own Draft</p>"},{"name":"sap.fe.test.api.EditState.Unchanged","visibility":"public","description":"<p>Unchanged</p>"},{"name":"sap.fe.test.api.EditState.UnsavedChanges","visibility":"public","description":"<p>Unsaved Changes by Another User</p>"}],"displayName":"sap.fe.test.api.EditState","title":"enum sap.fe.test.api.EditState","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.FieldIdentifier","basename":"FieldIdentifier","resource":"sap/fe/test/api/BaseAPI.js","module":"sap/fe/test/api/BaseAPI","static":true,"visibility":"public","description":"<p><p>A field identifier</p></p>","properties":[{"name":"fieldGroup","optional":true,"visibility":"public","description":"<p>The name of the field group containing the field</p>","types":[{"value":"string"}]},{"name":"property","optional":false,"visibility":"public","description":"<p>The name of the field</p>","types":[{"value":"string"}]},{"name":"connectedFields","optional":true,"visibility":"public","description":"<p>The name of the connected field containing the field</p>","types":[{"value":"string"}]}],"displayName":"sap.fe.test.api.FieldIdentifier","title":"typedef sap.fe.test.api.FieldIdentifier","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FilterBarActions","basename":"FilterBarActions","resource":"sap/fe/test/api/FilterBarActions.js","module":"sap/fe/test/api/FilterBarActions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.FilterBarAPI","methods":[{"name":"iAddAdaptationFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""}],"description":"<p>Adds a field as a filter field.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iAddAdaptationFilterField","code":"<pre>iAddAdaptationFilterField(vFieldIdentifier) : object</pre>"},{"name":"iChangeEditingStatus","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sEditState","optional":false,"description":"<p>Value of an edit state</p>","types":[{"value":"sap.fe.test.api.EditState","linkEnabled":true,"href":"api/sap.fe.test.api.EditState"}],"defaultValue":""}],"description":"<p>Changes the editing status filter field.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iChangeEditingStatus","code":"<pre>iChangeEditingStatus(sEditState) : object</pre>"},{"name":"iChangeFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier for the filter field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""},{"name":"vValue","optional":true,"description":"<p>The new target value</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"bClearFirst","optional":true,"description":"<p>Set to <code>true</code> to clear previously set filters, otherwise all previously set values will be kept</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Changes the value of the defined filter field.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iChangeFilterField","code":"<pre>iChangeFilterField(vFieldIdentifier, vValue?, bClearFirst?) : object</pre>"},{"name":"iChangeSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sSearchText","optional":true,"description":"<p>The new search text</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Changes the search field.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iChangeSearchField","code":"<pre>iChangeSearchField(sSearchText?) : object</pre>"},{"name":"iExecuteKeyboardShortcut","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sShortcut","optional":false,"description":"<p>Pattern for the shortcut</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"vFieldIdentifier","optional":true,"description":"<p>The identifier of the field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""}],"description":"<p>Executes a keyboard shortcut.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iExecuteKeyboardShortcut","code":"<pre>iExecuteKeyboardShortcut(sShortcut, vFieldIdentifier?) : object</pre>"},{"name":"iExecuteSearch","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the search with the current filters.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iExecuteSearch","code":"<pre>iExecuteSearch() : object</pre>"},{"name":"iOpenValueHelp","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the filter field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""}],"description":"<p>Opens the value help of the given field.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iOpenValueHelp","code":"<pre>iOpenValueHelp(vFieldIdentifier) : object</pre>"},{"name":"iRemoveAdaptationFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""}],"description":"<p>Removes a field as a filter field.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iRemoveAdaptationFilterField","code":"<pre>iRemoveAdaptationFilterField(vFieldIdentifier) : object</pre>"},{"name":"iResetSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Resets the search field.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iResetSearchField","code":"<pre>iResetSearchField() : object</pre>"},{"name":"iSaveVariant","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sVariantName","optional":true,"description":"<p>The name of the new variant. If no new variant name is defined, the current variant will be overwritten.</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"bSetAsDefault","optional":true,"description":"<p>Saves the new variant with option \"Set as Default\".</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"bApplyAutomatically","optional":true,"description":"<p>Saves the new variant with option \"Apply Automatically\".</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Saves a variant under the given name, or overwrites the current variant.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iSaveVariant","code":"<pre>iSaveVariant(sVariantName?, bSetAsDefault?, bApplyAutomatically?) : object</pre>"},{"name":"iSelectVariant","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sVariantName","optional":false,"description":"<p>The name of the variant to be selected</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Selects the chosen variant.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iSelectVariant","code":"<pre>iSelectVariant(sVariantName) : object</pre>"}],"displayName":"sap.fe.test.api.FilterBarActions","title":"class sap.fe.test.api.FilterBarActions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FilterBarAPI","basename":"FilterBarAPI","resource":"sap/fe/test/api/FilterBarAPI.js","module":"sap/fe/test/api/FilterBarAPI","export":"","static":true,"visibility":"public","methods":[{"name":"sap.fe.test.api.FilterBarAPI.createFilterFieldBuilder","visibility":"restricted","static":true,"returnValue":{"type":"sap.fe.test.builder.FilterFieldBuilder","description":"<p>The FieldBuilder instance</p>","types":[{"value":"sap.fe.test.builder.FilterFieldBuilder","href":"api/sap.fe.test.builder.FilterFieldBuilder","linkEnabled":true}]},"parameters":[{"name":"oFilterBarBuilder","optional":false,"description":"<p>The builder of the filter bar to which the field belongs</p>","types":[{"value":"sap.fe.test.builder.FilterBarBuilder","linkEnabled":true,"href":"api/sap.fe.test.builder.FilterBarBuilder"}],"defaultValue":""},{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field in the filter bar</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""},{"name":"mState","optional":false,"types":[{"value":"undefined"}],"defaultValue":"","description":""}],"description":"<p>Retrieve a filter field by its identifier.</p>","href":"api/sap.fe.test.api.FilterBarAPI#methods/sap.fe.test.api.FilterBarAPI.createFilterFieldBuilder","code":"<pre>sap.fe.test.api.FilterBarAPI.createFilterFieldBuilder(oFilterBarBuilder, vFieldIdentifier, mState) : sap.fe.test.builder.FilterFieldBuilder</pre>"},{"name":"filterFieldAdaptation","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the adaptation filter field</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"vActions","optional":true,"description":"<p>The actions to be executed on found adaptation field</p>","types":[{"value":"function"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"sap.ui.test.actions.Action","linkEnabled":true,"href":"api/sap.ui.test.actions.Action"}],"defaultValue":""},{"name":"sDescription","optional":false,"description":"<p>The description of the check or adaptation</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>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.</p>","href":"api/sap.fe.test.api.FilterBarAPI#methods/filterFieldAdaptation","code":"<pre>filterFieldAdaptation(vFieldIdentifier, mState?, vActions?, sDescription) : object</pre>"},{"name":"iConfirmFilterAdaptation","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Confirms the filter bar adaptation. It can be used in an action chain as well as in an assertion chain.</p>","href":"api/sap.fe.test.api.FilterBarAPI#methods/iConfirmFilterAdaptation","code":"<pre>iConfirmFilterAdaptation() : object</pre>"},{"name":"iOpenFilterAdaptation","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Opens the filter bar adaptation. It can be used in an action chain as well as in an assertion chain.</p>","href":"api/sap.fe.test.api.FilterBarAPI#methods/iOpenFilterAdaptation","code":"<pre>iOpenFilterAdaptation() : object</pre>"}],"displayName":"sap.fe.test.api.FilterBarAPI","title":"class sap.fe.test.api.FilterBarAPI","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FilterBarAssertions","basename":"FilterBarAssertions","resource":"sap/fe/test/api/FilterBarAssertions.js","module":"sap/fe/test/api/FilterBarAssertions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.FilterBarAPI","methods":[{"name":"iCheckAdaptationFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the filter field, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the filter field in the adaptation dialog</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks a field in the adaptation dialog.</p>","href":"api/sap.fe.test.api.FilterBarAssertions#methods/iCheckAdaptationFilterField","code":"<pre>iCheckAdaptationFilterField(vFieldIdentifier, mState?) : object</pre>"},{"name":"iCheckEditingStatus","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sEditState","optional":true,"description":"<p>The expected edit state value</p>","types":[{"value":"sap.fe.test.api.EditState","linkEnabled":true,"href":"api/sap.fe.test.api.EditState"}],"defaultValue":""},{"name":"mFieldState","optional":true,"description":"<p>Defines the expected state of the filter field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Check the filter field for the editing status.</p>","href":"api/sap.fe.test.api.FilterBarAssertions#methods/iCheckEditingStatus","code":"<pre>iCheckEditingStatus(sEditState?, mFieldState?) : object</pre>"},{"name":"iCheckFilterAdaptation","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks whether the filter adaptation dialog is open.</p>","href":"api/sap.fe.test.api.FilterBarAssertions#methods/iCheckFilterAdaptation","code":"<pre>iCheckFilterAdaptation() : object</pre>"},{"name":"iCheckFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the filter field</p>","types":[{"value":"object"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""},{"name":"vConditionValues","optional":true,"description":"<p>The expected value(s) of the filter field</p>","types":[{"value":"string"},{"value":"object"},{"value":"Array","linkEnabled":true,"href":"api/Array"}],"defaultValue":""},{"name":"sOperator","optional":true,"description":"<p>The expected operator</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the filter field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks a filter field. If <code>vConditionValues</code> is <code>undefined</code>, the current condition values are ignored.</p>","href":"api/sap.fe.test.api.FilterBarAssertions#methods/iCheckFilterField","code":"<pre>iCheckFilterField(vFieldIdentifier, vConditionValues?, sOperator?, mState?) : object</pre>"},{"name":"iCheckSearch","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the Go button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the search button.</p>","href":"api/sap.fe.test.api.FilterBarAssertions#methods/iCheckSearch","code":"<pre>iCheckSearch(mState?) : object</pre>"},{"name":"iCheckSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sSearchText","optional":true,"description":"<p>The expected text in the search field</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the search field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the search field in the filter bar. If the <code>sSearchText</code> parameter is <code>undefined</code>, the search text is not validated.</p>","href":"api/sap.fe.test.api.FilterBarAssertions#methods/iCheckSearchField","code":"<pre>iCheckSearchField(sSearchText?, mState?) : object</pre>"},{"name":"iCheckState","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mFilterBarState","optional":true,"description":"<p>Defines the expected state of the filter bar</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the filter bar.</p>","href":"api/sap.fe.test.api.FilterBarAssertions#methods/iCheckState","code":"<pre>iCheckState(mFilterBarState?) : object</pre>"}],"displayName":"sap.fe.test.api.FilterBarAssertions","title":"class sap.fe.test.api.FilterBarAssertions","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.FilterFieldIdentifier","basename":"FilterFieldIdentifier","resource":"sap/fe/test/api/FilterBarAPI.js","module":"sap/fe/test/api/FilterBarAPI","static":true,"visibility":"public","description":"<p><p>A filter field identifier</p></p>","properties":[{"name":"property","optional":false,"visibility":"public","description":"<p>The name of the property</p>","types":[{"value":"string"}]}],"displayName":"sap.fe.test.api.FilterFieldIdentifier","title":"typedef sap.fe.test.api.FilterFieldIdentifier","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FooterActionsBase","basename":"FooterActionsBase","resource":"sap/fe/test/api/FooterActionsBase.js","module":"sap/fe/test/api/FooterActionsBase","export":"","static":true,"visibility":"public","methods":[{"name":"iExecuteAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":true,"description":"<p>The identifier of the action or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""}],"description":"<p>Executes a footer action.</p>","href":"api/sap.fe.test.api.FooterActionsBase#methods/iExecuteAction","code":"<pre>iExecuteAction(vActionIdentifier?) : object</pre>"}],"displayName":"sap.fe.test.api.FooterActionsBase","title":"class sap.fe.test.api.FooterActionsBase","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FooterActionsOP","basename":"FooterActionsOP","resource":"sap/fe/test/api/FooterActionsOP.js","module":"sap/fe/test/api/FooterActionsOP","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.FooterActionsBase","methods":[{"name":"iConfirmCancel","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Confirms the Cancel action when user clicks <code>Cancel</code> in draft mode.</p>","href":"api/sap.fe.test.api.FooterActionsOP#methods/iConfirmCancel","code":"<pre>iConfirmCancel() : object</pre>"},{"name":"iExecuteApply","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the Apply action in the footer bar of a sub-object page.</p>","href":"api/sap.fe.test.api.FooterActionsOP#methods/iExecuteApply","code":"<pre>iExecuteApply() : object</pre>"},{"name":"iExecuteCancel","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the Cancel action in the footer bar of the object page.</p>","href":"api/sap.fe.test.api.FooterActionsOP#methods/iExecuteCancel","code":"<pre>iExecuteCancel() : object</pre>"},{"name":"iExecuteSave","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the Save or Create action in the footer bar of the object page.</p>","href":"api/sap.fe.test.api.FooterActionsOP#methods/iExecuteSave","code":"<pre>iExecuteSave() : object</pre>"}],"displayName":"sap.fe.test.api.FooterActionsOP","title":"class sap.fe.test.api.FooterActionsOP","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FooterAssertionsBase","basename":"FooterAssertionsBase","resource":"sap/fe/test/api/FooterAssertionsBase.js","module":"sap/fe/test/api/FooterAssertionsBase","export":"","static":true,"visibility":"public","methods":[{"name":"iCheckAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":false,"description":"<p>The identifier of an action</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of an action in the footer bar.</p>","href":"api/sap.fe.test.api.FooterAssertionsBase#methods/iCheckAction","code":"<pre>iCheckAction(vActionIdentifier, mState?) : object</pre>"},{"name":"iCheckState","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the footer bar</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the footer bar.</p>","href":"api/sap.fe.test.api.FooterAssertionsBase#methods/iCheckState","code":"<pre>iCheckState(mState?) : object</pre>"}],"displayName":"sap.fe.test.api.FooterAssertionsBase","title":"class sap.fe.test.api.FooterAssertionsBase","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FooterAssertionsOP","basename":"FooterAssertionsOP","resource":"sap/fe/test/api/FooterAssertionsOP.js","module":"sap/fe/test/api/FooterAssertionsOP","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.FooterAssertionsBase","methods":[{"name":"iCheckApply","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the Apply action in the footer bar.</p>","href":"api/sap.fe.test.api.FooterAssertionsOP#methods/iCheckApply","code":"<pre>iCheckApply(mState?) : object</pre>"},{"name":"iCheckCancel","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the Cancel action in the footer bar.</p>","href":"api/sap.fe.test.api.FooterAssertionsOP#methods/iCheckCancel","code":"<pre>iCheckCancel(mState?) : object</pre>"},{"name":"iCheckDraftStateClear","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks for draft state 'Clear' in the footer bar.</p>","href":"api/sap.fe.test.api.FooterAssertionsOP#methods/iCheckDraftStateClear","code":"<pre>iCheckDraftStateClear() : object</pre>"},{"name":"iCheckDraftStateSaved","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks for draft state 'Saved' in the footer bar.</p>","href":"api/sap.fe.test.api.FooterAssertionsOP#methods/iCheckDraftStateSaved","code":"<pre>iCheckDraftStateSaved() : object</pre>"},{"name":"iCheckSave","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the Save or Create action in the footer bar.</p>","href":"api/sap.fe.test.api.FooterAssertionsOP#methods/iCheckSave","code":"<pre>iCheckSave(mState?) : object</pre>"}],"displayName":"sap.fe.test.api.FooterAssertionsOP","title":"class sap.fe.test.api.FooterAssertionsOP","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FormActions","basename":"FormActions","resource":"sap/fe/test/api/FormActions.js","module":"sap/fe/test/api/FormActions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.FormAPI","methods":[{"name":"iChangeField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"sap.fe.test.api.FieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FieldIdentifier"},{"value":"string"}],"defaultValue":""},{"name":"sValue","optional":true,"description":"<p>The value to be set for the field</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Changes the value of a field within a form.</p>","href":"api/sap.fe.test.api.FormActions#methods/iChangeField","code":"<pre>iChangeField(vFieldIdentifier, sValue?) : object</pre>"},{"name":"iClickCheckBox","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"sap.fe.test.api.FieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FieldIdentifier"}],"defaultValue":""}],"description":"<p>Toggles the value of a checkbox within a form.</p>","href":"api/sap.fe.test.api.FormActions#methods/iClickCheckBox","code":"<pre>iClickCheckBox(vFieldIdentifier) : object</pre>"},{"name":"iClickLink","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"sap.fe.test.api.FieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FieldIdentifier"},{"value":"string"}],"defaultValue":""}],"description":"<p>Clicks a link within a form.</p>","href":"api/sap.fe.test.api.FormActions#methods/iClickLink","code":"<pre>iClickLink(vFieldIdentifier) : object</pre>"},{"name":"iExecuteAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":false,"description":"<p>The identifier of the action or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""}],"description":"<p>Executes an action assigned to a form in a subsection.</p>","href":"api/sap.fe.test.api.FormActions#methods/iExecuteAction","code":"<pre>iExecuteAction(vActionIdentifier) : object</pre>"},{"name":"iExecuteShowLess","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the Show Less action of a form in a subsection.</p>","href":"api/sap.fe.test.api.FormActions#methods/iExecuteShowLess","code":"<pre>iExecuteShowLess() : object</pre>"},{"name":"iExecuteShowMore","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the Show More action of a form in a subsection.</p>","href":"api/sap.fe.test.api.FormActions#methods/iExecuteShowMore","code":"<pre>iExecuteShowMore() : object</pre>"},{"name":"iOpenValueHelp","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FieldIdentifier"}],"defaultValue":""}],"description":"<p>Opens the value help of the given field.</p>","href":"api/sap.fe.test.api.FormActions#methods/iOpenValueHelp","code":"<pre>iOpenValueHelp(vFieldIdentifier) : object</pre>"}],"displayName":"sap.fe.test.api.FormActions","title":"class sap.fe.test.api.FormActions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FormAPI","basename":"FormAPI","resource":"sap/fe/test/api/FormAPI.js","module":"sap/fe/test/api/FormAPI","export":"","static":true,"visibility":"public","displayName":"sap.fe.test.api.FormAPI","title":"class sap.fe.test.api.FormAPI","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FormAssertions","basename":"FormAssertions","resource":"sap/fe/test/api/FormAssertions.js","module":"sap/fe/test/api/FormAssertions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.FormAPI","methods":[{"name":"iCheckAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":false,"description":"<p>The identifier of an action</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of an action in a subsection.</p>","href":"api/sap.fe.test.api.FormAssertions#methods/iCheckAction","code":"<pre>iCheckAction(vActionIdentifier, mState?) : object</pre>"},{"name":"iCheckField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FieldIdentifier"}],"defaultValue":""},{"name":"vValue","optional":true,"description":"<p>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></p>","types":[{"value":"string"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"object"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the content and state of a field within a form.</p>","href":"api/sap.fe.test.api.FormAssertions#methods/iCheckField","code":"<pre>iCheckField(vFieldIdentifier, vValue?, mState?) : object</pre>"},{"name":"iCheckLink","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FieldIdentifier"}],"defaultValue":""},{"name":"sText","optional":true,"description":"<p>The link text</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the field is a link with the given text and state.</p>","href":"api/sap.fe.test.api.FormAssertions#methods/iCheckLink","code":"<pre>iCheckLink(vFieldIdentifier, sText?, mState?) : object</pre>"},{"name":"iCheckShowLess","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the Show Less action of a form in a subsection.</p>","href":"api/sap.fe.test.api.FormAssertions#methods/iCheckShowLess","code":"<pre>iCheckShowLess(mState?) : object</pre>"},{"name":"iCheckShowMore","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the Show More action of a form in a subsection.</p>","href":"api/sap.fe.test.api.FormAssertions#methods/iCheckShowMore","code":"<pre>iCheckShowMore(mState?) : object</pre>"},{"name":"iCheckState","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":false,"description":"<p>Defines the expected state of the form</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the form.</p>","href":"api/sap.fe.test.api.FormAssertions#methods/iCheckState","code":"<pre>iCheckState(mState) : object</pre>"}],"displayName":"sap.fe.test.api.FormAssertions","title":"class sap.fe.test.api.FormAssertions","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.FormIdentifier","basename":"FormIdentifier","resource":"sap/fe/test/api/FormAPI.js","module":"sap/fe/test/api/FormAPI","static":true,"visibility":"public","description":"<p><p>A form identifier</p></p>","properties":[{"name":"section","optional":false,"visibility":"public","description":"<p>The facet ID</p>","types":[{"value":"string"}]},{"name":"fieldGroup","optional":false,"visibility":"public","description":"<p>The fieldgroup ID</p>","types":[{"value":"string"}]}],"displayName":"sap.fe.test.api.FormIdentifier","title":"typedef sap.fe.test.api.FormIdentifier","subTitle":""},{"kind":"class","name":"sap.fe.test.api.HeaderActions","basename":"HeaderActions","resource":"sap/fe/test/api/HeaderActions.js","module":"sap/fe/test/api/HeaderActions","export":"","static":true,"visibility":"public","methods":[{"name":"iClickLink","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vLinkIdentifier","optional":false,"description":"<p>The label of the link to be clicked (TODO it actually must be the link text with the current implementation)</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Clicks a link within the object page header.</p><p>TODO this function will not made public as it is, it needs some refactoring to behave similar to the FormActions#iClickLink function.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iClickLink","code":"<pre>iClickLink(vLinkIdentifier) : object</pre>"},{"name":"iExecuteAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":false,"description":"<p>The identifier of the action</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""}],"description":"<p>Executes an action in the header toolbar of an object page.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecuteAction","code":"<pre>iExecuteAction(vActionIdentifier) : object</pre>"},{"name":"iExecuteDelete","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the Delete action in the header toolbar of an object page.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecuteDelete","code":"<pre>iExecuteDelete() : object</pre>"},{"name":"iExecuteEdit","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the Edit action in the header toolbar of an object page.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecuteEdit","code":"<pre>iExecuteEdit() : object</pre>"},{"name":"iExecuteMenuAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vAction","optional":false,"description":"<p>The label of the action or its state</p>","types":[{"value":"string"},{"value":"object"}],"defaultValue":""}],"description":"<p>Executes an action in the drop-down menu that is currently open.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecuteMenuAction","code":"<pre>iExecuteMenuAction(vAction) : object</pre>"},{"name":"iExecutePaginatorDown","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Navigates to the next sub-object page.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecutePaginatorDown","code":"<pre>iExecutePaginatorDown() : object</pre>"},{"name":"iExecutePaginatorUp","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Navigates to the previous sub-object page.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecutePaginatorUp","code":"<pre>iExecutePaginatorUp() : object</pre>"},{"name":"iExecuteRelatedApps","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the Related Apps action in the header toolbar of an object page.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecuteRelatedApps","code":"<pre>iExecuteRelatedApps() : object</pre>"},{"name":"iExecuteSaveAsTile","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sBookmarkTitle","optional":false,"description":"<p>The title of the new tile</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Executes the <code>Save as Tile</code> action.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecuteSaveAsTile","code":"<pre>iExecuteSaveAsTile(sBookmarkTitle) : object</pre>"},{"name":"iExecuteSendEmail","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the <code>Send E-Mail</code> action.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecuteSendEmail","code":"<pre>iExecuteSendEmail() : object</pre>"},{"name":"iNavigateByBreadcrumb","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sLink","optional":false,"description":"<p>The label of the link to be navigated to</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Navigates by using a breadcrumb link on an object page.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iNavigateByBreadcrumb","code":"<pre>iNavigateByBreadcrumb(sLink) : object</pre>"}],"displayName":"sap.fe.test.api.HeaderActions","title":"class sap.fe.test.api.HeaderActions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.HeaderActionsLR","basename":"HeaderActionsLR","resource":"sap/fe/test/api/HeaderActionsLR.js","module":"sap/fe/test/api/HeaderActionsLR","export":"","static":true,"visibility":"public","methods":[{"name":"iExecuteAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":true,"description":"<p>The identifier of the action</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""}],"description":"<p>Executes an action in the header toolbar of a list report.</p>","href":"api/sap.fe.test.api.HeaderActionsLR#methods/iExecuteAction","code":"<pre>iExecuteAction(vActionIdentifier?) : object</pre>"},{"name":"iExecuteSaveAsTile","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sBookmarkTitle","optional":false,"description":"<p>The title of the new tile</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Executes the <code>Save as Tile</code> action.</p>","href":"api/sap.fe.test.api.HeaderActionsLR#methods/iExecuteSaveAsTile","code":"<pre>iExecuteSaveAsTile(sBookmarkTitle) : object</pre>"},{"name":"iExecuteSendEmail","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the <code>Send E-Mail</code> action.</p>","href":"api/sap.fe.test.api.HeaderActionsLR#methods/iExecuteSendEmail","code":"<pre>iExecuteSendEmail() : object</pre>"}],"displayName":"sap.fe.test.api.HeaderActionsLR","title":"class sap.fe.test.api.HeaderActionsLR","subTitle":""},{"kind":"class","name":"sap.fe.test.api.HeaderAssertions","basename":"HeaderAssertions","resource":"sap/fe/test/api/HeaderAssertions.js","module":"sap/fe/test/api/HeaderAssertions","export":"","static":true,"visibility":"public","methods":[{"name":"iCheckAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":false,"description":"<p>The identifier of the action</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks an action in the header toolbar.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckAction","code":"<pre>iCheckAction(vActionIdentifier, mState?) : object</pre>"},{"name":"iCheckBreadCrumb","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sLink","optional":true,"description":"<p>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.</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Checks a specific breadcrumb link on the object page.</p><p>TODO this function will not be public yet: Its signature doesn't fit the framework.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckBreadCrumb","code":"<pre>iCheckBreadCrumb(sLink?) : object</pre>"},{"name":"iCheckDataPoint","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sTitle","optional":false,"description":"<p>The title of the data point</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"sValue","optional":false,"description":"<p>The expected value of the data point</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Checks a data point in the object page header.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckDataPoint","code":"<pre>iCheckDataPoint(sTitle, sValue) : object</pre>"},{"name":"iCheckDelete","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Delete</code> action in the header toolbar.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckDelete","code":"<pre>iCheckDelete(mState?) : object</pre>"},{"name":"iCheckEdit","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Edit</code> action in the header toolbar.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckEdit","code":"<pre>iCheckEdit(mState?) : object</pre>"},{"name":"iCheckFieldInFieldGroup","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"sap.fe.test.api.FieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FieldIdentifier"},{"value":"string"}],"defaultValue":""},{"name":"vValue","optional":true,"description":"<p>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></p>","types":[{"value":"string"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"object"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks a field within a field group in the object page header.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckFieldInFieldGroup","code":"<pre>iCheckFieldInFieldGroup(vFieldIdentifier, vValue?, mState?) : object</pre>"},{"name":"iCheckHeaderFacet","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFacetIdentifier","optional":false,"description":"<p>The Identifier of the header facet</p>","types":[{"value":"sap.fe.test.api.HeaderFacetIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.HeaderFacetIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the custom facet in the object page header.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckHeaderFacet","code":"<pre>iCheckHeaderFacet(vFacetIdentifier, mState?) : object</pre>"},{"name":"iCheckMenuAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vAction","optional":false,"description":"<p>The state map or label of the action</p>","types":[{"value":"object"},{"value":"string"}],"defaultValue":""}],"description":"<p>Checks an action in the popover that is currently open.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckMenuAction","code":"<pre>iCheckMenuAction(vAction) : object</pre>"},{"name":"iCheckMicroChart","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vMicroChartIdentifier","optional":false,"description":"<p>Id/Type or Title of MicroChart</p>","types":[{"value":"object"},{"value":"string"}],"defaultValue":""},{"name":"sUoMLabel","optional":false,"description":"<p>UoM label of the MicroChart</p>","types":[{"value":"undefined"}],"defaultValue":""}],"description":"<p>Checks a MicroChart shown in the header of an object page.</p><p>TODO this function will not be public yet: Its signature doesn't fit the framework.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckMicroChart","code":"<pre>iCheckMicroChart(vMicroChartIdentifier, sUoMLabel) : object</pre>"},{"name":"iCheckNumberOfHeaderContentItems","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"iNumberOfItems","optional":false,"description":"<p>The expected number of items</p>","types":[{"value":"number"}],"defaultValue":""},{"name":"bIncludeHidden","optional":true,"description":"<p>Defines whether non-visible items should be counted</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Checks the number of items available in the Object Page header.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckNumberOfHeaderContentItems","code":"<pre>iCheckNumberOfHeaderContentItems(iNumberOfItems, bIncludeHidden?) : object</pre>"},{"name":"iCheckPaginatorDown","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":false,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the paginator down button.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckPaginatorDown","code":"<pre>iCheckPaginatorDown(mState) : object</pre>"},{"name":"iCheckPaginatorUp","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":false,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the paginator up button.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckPaginatorUp","code":"<pre>iCheckPaginatorUp(mState) : object</pre>"},{"name":"iCheckRelatedApps","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Related Apps</code> action in the header toolbar.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckRelatedApps","code":"<pre>iCheckRelatedApps(mState?) : object</pre>"},{"name":"iCheckSaveAsTile","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Save as Tile</code> action.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckSaveAsTile","code":"<pre>iCheckSaveAsTile(mState?) : object</pre>"},{"name":"iCheckSendEmail","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks <code>Send Email</code> action.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckSendEmail","code":"<pre>iCheckSendEmail(mState?) : object</pre>"},{"name":"iCheckTitle","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sTitle","optional":true,"description":"<p>Title of the object page header</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"sDescription","optional":true,"description":"<p>Description of the object page header</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Checks the title and description of the object page.</p><p>If either title or description is <code>undefined</code>, it will not be checked.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckTitle","code":"<pre>iCheckTitle(sTitle?, sDescription?) : object</pre>"}],"displayName":"sap.fe.test.api.HeaderAssertions","title":"class sap.fe.test.api.HeaderAssertions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.HeaderAssertionsLR","basename":"HeaderAssertionsLR","resource":"sap/fe/test/api/HeaderAssertionsLR.js","module":"sap/fe/test/api/HeaderAssertionsLR","export":"","static":true,"visibility":"public","methods":[{"name":"iCheckAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":true,"description":"<p>The identifier of the action, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks an action of the header toolbar.</p>","href":"api/sap.fe.test.api.HeaderAssertionsLR#methods/iCheckAction","code":"<pre>iCheckAction(vActionIdentifier?, mState?) : object</pre>"},{"name":"iCheckSaveAsTile","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Save as Tile</code> action.</p>","href":"api/sap.fe.test.api.HeaderAssertionsLR#methods/iCheckSaveAsTile","code":"<pre>iCheckSaveAsTile(mState?) : object</pre>"},{"name":"iCheckSendEmail","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Send Email</code> action.</p>","href":"api/sap.fe.test.api.HeaderAssertionsLR#methods/iCheckSendEmail","code":"<pre>iCheckSendEmail(mState?) : object</pre>"}],"displayName":"sap.fe.test.api.HeaderAssertionsLR","title":"class sap.fe.test.api.HeaderAssertionsLR","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.HeaderFacetIdentifier","basename":"HeaderFacetIdentifier","resource":"sap/fe/test/api/HeaderAPI.js","module":"sap/fe/test/api/HeaderAPI","static":true,"visibility":"public","description":"<p><p>An identifier for the header facet</p></p>","properties":[{"name":"facetId","optional":false,"visibility":"public","description":"<p>The identifier of the facet</p>","types":[{"value":"string"}]},{"name":"collection","optional":true,"visibility":"public","description":"<p>Defines whether the facet is a collection facet (default: <code>false</code>)</p>","types":[{"value":"boolean"}]},{"name":"custom","optional":true,"visibility":"public","description":"<p>Defines whether the facet is a custom header facet (default: <code>false</code>)</p>","types":[{"value":"boolean"}]}],"displayName":"sap.fe.test.api.HeaderFacetIdentifier","title":"typedef sap.fe.test.api.HeaderFacetIdentifier","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.SectionIdentifier","basename":"SectionIdentifier","resource":"sap/fe/test/api/BaseAPI.js","module":"sap/fe/test/api/BaseAPI","static":true,"visibility":"public","description":"<p><p>A section identifier</p></p>","properties":[{"name":"section","optional":false,"visibility":"public","description":"<p>The name of the section facet</p>","types":[{"value":"string"}]},{"name":"subSection","optional":true,"visibility":"public","description":"<p>The name of the sub-section facet</p>","types":[{"value":"string"}]}],"displayName":"sap.fe.test.api.SectionIdentifier","title":"typedef sap.fe.test.api.SectionIdentifier","subTitle":""},{"kind":"class","name":"sap.fe.test.api.TableActions","basename":"TableActions","resource":"sap/fe/test/api/TableActions.js","module":"sap/fe/test/api/TableActions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.TableAPI","methods":[{"name":"iAddAdaptationColumn","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column field, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""}],"description":"<p>Adds a field as a column to the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iAddAdaptationColumn","code":"<pre>iAddAdaptationColumn(vColumnIdentifier) : object</pre>"},{"name":"iAggregateByColumn","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column field, its label or index</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"},{"value":"number"}],"defaultValue":""},{"name":"sFieldLabel","optional":true,"description":"<p>The target field to group on in case of a complex property</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Aggregates the table entries by the specified column.</p>","href":"api/sap.fe.test.api.TableActions#methods/iAggregateByColumn","code":"<pre>iAggregateByColumn(vColumnIdentifier, sFieldLabel?) : object</pre>"},{"name":"iChangeFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"vValue","optional":false,"description":"<p>Defines the value of the filter field condition</p>","types":[{"value":"string"},{"value":"object"}],"defaultValue":""},{"name":"bClearFirst","optional":true,"description":"<p>Set to <code>true</code> to clear previously set filters, otherwise all previously set values will be kept</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Adds a filter condition to the filter field.</p>","href":"api/sap.fe.test.api.TableActions#methods/iChangeFilterField","code":"<pre>iChangeFilterField(vColumnIdentifier, vValue, bClearFirst?) : object</pre>"},{"name":"iChangeRow","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vRowValues","optional":true,"description":"<p>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.</p>","types":[{"value":"object"},{"value":"number"}],"defaultValue":""},{"name":"mTargetValues","optional":false,"description":"<p>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>.</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Changes the specified row. The given value map must match exactly one row.</p><p>If 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.</p>","href":"api/sap.fe.test.api.TableActions#methods/iChangeRow","code":"<pre>iChangeRow(vRowValues?, mTargetValues) : object</pre>"},{"name":"iChangeSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sSearchText","optional":true,"description":"<p>The new search text</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Changes the search field.</p>","href":"api/sap.fe.test.api.TableActions#methods/iChangeSearchField","code":"<pre>iChangeSearchField(sSearchText?) : object</pre>"},{"name":"iChangeSortOrder","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column field, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"sSortOrder","optional":true,"description":"<p>The sort order, default is <a target=\"_self\" href=\"api/sap.ui.core.SortOrder\">sap.ui.core.SortOrder.Ascending</a></p>","types":[{"value":"sap.ui.core.SortOrder","linkEnabled":true,"href":"api/sap.ui.core.SortOrder"}],"defaultValue":""}],"description":"<p>Adds a field to the sorting of the table via the sort dialog.</p>","href":"api/sap.fe.test.api.TableActions#methods/iChangeSortOrder","code":"<pre>iChangeSortOrder(vColumnIdentifier, sSortOrder?) : object</pre>"},{"name":"iClickOnMessageStripFilter","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Presses the messageStrip filter in case of issues, warnings or error message on the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iClickOnMessageStripFilter","code":"<pre>iClickOnMessageStripFilter() : object</pre>"},{"name":"iCollapseGroupRow","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"iLevel","optional":false,"description":"<p>The level of the group row to be collapsed (1-based)</p>","types":[{"value":"number"}],"defaultValue":""},{"name":"sTitle","optional":false,"description":"<p>The title of the group row to be collapsed</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Collapses a row corresponding to a visual group.</p>","href":"api/sap.fe.test.api.TableActions#methods/iCollapseGroupRow","code":"<pre>iCollapseGroupRow(iLevel, sTitle) : object</pre>"},{"name":"iExecuteAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":true,"description":"<p>The identifier of the action, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""}],"description":"<p>Executes an action on the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteAction","code":"<pre>iExecuteAction(vActionIdentifier?) : object</pre>"},{"name":"iExecuteCreate","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the <code>Create</code> action on the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteCreate","code":"<pre>iExecuteCreate() : object</pre>"},{"name":"iExecuteDelete","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the <code>Delete</code> action on the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteDelete","code":"<pre>iExecuteDelete() : object</pre>"},{"name":"iExecuteFullScreen","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the <code>Fullscreen</code> action on the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteFullScreen","code":"<pre>iExecuteFullScreen() : object</pre>"},{"name":"iExecuteInlineAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vRowValues","optional":true,"description":"<p>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.</p>","types":[{"value":"object"},{"value":"number"}],"defaultValue":""},{"name":"vColumn","optional":false,"description":"<p>The column name, label or index</p>","types":[{"value":"string"},{"value":"number"}],"defaultValue":""}],"description":"<p>Executes an action that is available in a certain column within a table row.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteInlineAction","code":"<pre>iExecuteInlineAction(vRowValues?, vColumn) : object</pre>"},{"name":"iExecuteInlineCreate","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the action to create a row in the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteInlineCreate","code":"<pre>iExecuteInlineCreate() : object</pre>"},{"name":"iExecuteKeyboardShortcut","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sShortcut","optional":false,"description":"<p>The shortcut pattern</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"vRowValues","optional":true,"description":"<p>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.</p>","types":[{"value":"object"},{"value":"number"}],"defaultValue":""},{"name":"vColumn","optional":false,"description":"<p>The column name, label or index</p>","types":[{"value":"string"},{"value":"number"}],"defaultValue":""}],"description":"<p>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.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteKeyboardShortcut","code":"<pre>iExecuteKeyboardShortcut(sShortcut, vRowValues?, vColumn) : object</pre>"},{"name":"iExecuteMenuAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vAction","optional":false,"description":"<p>The label of the action or its state</p>","types":[{"value":"string"},{"value":"object"}],"defaultValue":""}],"description":"<p>Executes an action form the drop-down menu that is currently open.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteMenuAction","code":"<pre>iExecuteMenuAction(vAction) : object</pre>"},{"name":"iExecuteShowHideDetails","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"bShowDetails","optional":true,"description":"<p>Optional parameter to enforce a certain state (showing details yes/no corresponds to true/false); if not set, state is toggled</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Executes the <code>Show/Hide details</code> action on the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteShowHideDetails","code":"<pre>iExecuteShowHideDetails(bShowDetails?) : object</pre>"},{"name":"iExpandGroupRow","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"iLevel","optional":false,"description":"<p>The level of the group row to be expanded (1-based)</p>","types":[{"value":"number"}],"defaultValue":""},{"name":"sTitle","optional":false,"description":"<p>The title of the group row to be expanded</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Expands a row corresponding to a visual group.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExpandGroupRow","code":"<pre>iExpandGroupRow(iLevel, sTitle) : object</pre>"},{"name":"iGroupByColumn","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column field, its label or index</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"},{"value":"number"}],"defaultValue":""},{"name":"sFieldLabel","optional":true,"description":"<p>The target field to group on in case of a complex property</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Groups the table entries by the specified column.</p>","href":"api/sap.fe.test.api.TableActions#methods/iGroupByColumn","code":"<pre>iGroupByColumn(vColumnIdentifier, sFieldLabel?) : object</pre>"},{"name":"iPasteData","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"aData","optional":false,"description":"<p>The data to be pasted</p>","types":[{"value":"string[][]"}],"defaultValue":""}],"description":"<p>Pastes data into the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iPasteData","code":"<pre>iPasteData(aData) : object</pre>"},{"name":"iPressCell","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mRowValues","optional":true,"description":"<p>Specifies the target row by column-value map, e.g. <code><pre>\n{\n 0: \"Max\",\n \"Last Name\": \"Mustermann\"\n}\n</pre></code></p>","types":[{"value":"object"}],"defaultValue":""},{"name":"vColumn","optional":false,"description":"<p>The column name, label or index</p>","types":[{"value":"string"},{"value":"number"}],"defaultValue":""}],"description":"<p>Presses the control in the table cell.</p>","href":"api/sap.fe.test.api.TableActions#methods/iPressCell","code":"<pre>iPressCell(mRowValues?, vColumn) : object</pre>"},{"name":"iPressMore","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Scrolls update the grow threshold of responsive table and rebind the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iPressMore","code":"<pre>iPressMore() : object</pre>"},{"name":"iPressRow","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vRowValues","optional":true,"description":"<p>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.</p>","types":[{"value":"object"},{"value":"number"}],"defaultValue":""}],"description":"<p>Clicks the specified row.</p>","href":"api/sap.fe.test.api.TableActions#methods/iPressRow","code":"<pre>iPressRow(vRowValues?) : object</pre>"},{"name":"iRemoveAdaptationColumn","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column field, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""}],"description":"<p>Removes a field as a column from the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iRemoveAdaptationColumn","code":"<pre>iRemoveAdaptationColumn(vColumnIdentifier) : object</pre>"},{"name":"iRemoveVariant","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sVariantName","optional":false,"description":"<p>The name of the variant to be removed</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Removes the variant of the given name.</p>","href":"api/sap.fe.test.api.TableActions#methods/iRemoveVariant","code":"<pre>iRemoveVariant(sVariantName) : object</pre>"},{"name":"iResetSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Resets the search field.</p>","href":"api/sap.fe.test.api.TableActions#methods/iResetSearchField","code":"<pre>iResetSearchField() : object</pre>"},{"name":"iSaveVariant","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sVariantName","optional":true,"description":"<p>The name of the new variant. If omitted, the current variant will be overwritten</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Saves a variant under the given name, or overwrites the current one.</p>","href":"api/sap.fe.test.api.TableActions#methods/iSaveVariant","code":"<pre>iSaveVariant(sVariantName?) : object</pre>"},{"name":"iScroll","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sDirection","optional":true,"description":"<p>The scroll direction \"up\" or \"down\" (default)</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Scrolls up/down to the first/last row of the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iScroll","code":"<pre>iScroll(sDirection?) : object</pre>"},{"name":"iSelectAllRows","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Selects all rows in a table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iSelectAllRows","code":"<pre>iSelectAllRows() : object</pre>"},{"name":"iSelectQuickFilterItem","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vItemIdentifier","optional":true,"description":"<p>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</p>","types":[{"value":"object"},{"value":"string"}],"defaultValue":""}],"description":"<p>Selects a quick-filter item on the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iSelectQuickFilterItem","code":"<pre>iSelectQuickFilterItem(vItemIdentifier?) : object</pre>"},{"name":"iSelectRows","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vRowValues","optional":true,"description":"<p>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.</p>","types":[{"value":"object"},{"value":"number"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the row</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Selects the specified rows.</p>","href":"api/sap.fe.test.api.TableActions#methods/iSelectRows","code":"<pre>iSelectRows(vRowValues?, mState?) : object</pre>"},{"name":"iSelectVariant","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sVariantName","optional":false,"description":"<p>The name of the variant to be selected</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Selects the chosen variant.</p>","href":"api/sap.fe.test.api.TableActions#methods/iSelectVariant","code":"<pre>iSelectVariant(sVariantName) : object</pre>"},{"name":"iSetDefaultVariant","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sVariantName","optional":false,"description":"<p>The name of the variant to be set as the default variant. If omitted, the Standard variant is set as the default</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Sets the variant as the default.</p>","href":"api/sap.fe.test.api.TableActions#methods/iSetDefaultVariant","code":"<pre>iSetDefaultVariant(sVariantName) : object</pre>"},{"name":"iSortByColumn","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column field, its label or index</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"},{"value":"number"}],"defaultValue":""},{"name":"sFieldLabel","optional":true,"description":"<p>The target field to sort by in case of a complex property</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"bDescending","optional":false,"types":[{"value":"undefined"}],"defaultValue":"","description":""}],"description":"<p>Sorts the table entries by the specified column.</p>","href":"api/sap.fe.test.api.TableActions#methods/iSortByColumn","code":"<pre>iSortByColumn(vColumnIdentifier, sFieldLabel?, bDescending) : object</pre>"}],"displayName":"sap.fe.test.api.TableActions","title":"class sap.fe.test.api.TableActions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.TableAPI","basename":"TableAPI","resource":"sap/fe/test/api/TableAPI.js","module":"sap/fe/test/api/TableAPI","export":"","static":true,"visibility":"public","methods":[{"name":"columnAdaptation","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the state of the adaptation column</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"vActions","optional":true,"description":"<p>The actions to be executed on found adaptation field</p>","types":[{"value":"function"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"sap.ui.test.actions.Action","linkEnabled":true,"href":"api/sap.ui.test.actions.Action"}],"defaultValue":""},{"name":"sDescription","optional":false,"description":"<p>The description of the check or adaptation</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>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.</p>","href":"api/sap.fe.test.api.TableAPI#methods/columnAdaptation","code":"<pre>columnAdaptation(vColumnIdentifier, mState?, vActions?, sDescription) : object</pre>"},{"name":"columnSorting","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the state of the adaptation column</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"vActions","optional":true,"description":"<p>The actions to be executed on found adaptation field</p>","types":[{"value":"function"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"sap.ui.test.actions.Action","linkEnabled":true,"href":"api/sap.ui.test.actions.Action"}],"defaultValue":""},{"name":"sDescription","optional":false,"description":"<p>The description of the check or adaptation</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>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.</p>","href":"api/sap.fe.test.api.TableAPI#methods/columnSorting","code":"<pre>columnSorting(vColumnIdentifier, mState?, vActions?, sDescription) : object</pre>"},{"name":"iConfirmColumnAdaptation","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Confirms and closes the adaptation dialog of the table.</p>","href":"api/sap.fe.test.api.TableAPI#methods/iConfirmColumnAdaptation","code":"<pre>iConfirmColumnAdaptation() : object</pre>"},{"name":"iConfirmColumnSorting","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Confirms and closes the sorting dialog of the table.</p>","href":"api/sap.fe.test.api.TableAPI#methods/iConfirmColumnSorting","code":"<pre>iConfirmColumnSorting() : object</pre>"},{"name":"iConfirmFilterDialog","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Confirms and closes the filtering dialog of the table.</p>","href":"api/sap.fe.test.api.TableAPI#methods/iConfirmFilterDialog","code":"<pre>iConfirmFilterDialog() : object</pre>"},{"name":"iOpenColumnAdaptation","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Opens the column adaptation dialog of the table.</p>","href":"api/sap.fe.test.api.TableAPI#methods/iOpenColumnAdaptation","code":"<pre>iOpenColumnAdaptation() : object</pre>"},{"name":"iOpenColumnSorting","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Opens the sorting dialog of the table.</p>","href":"api/sap.fe.test.api.TableAPI#methods/iOpenColumnSorting","code":"<pre>iOpenColumnSorting() : object</pre>"},{"name":"iOpenFilterDialog","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Opens the filtering dialog of the table.</p>","href":"api/sap.fe.test.api.TableAPI#methods/iOpenFilterDialog","code":"<pre>iOpenFilterDialog() : object</pre>"},{"name":"personalization","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The field identifier</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>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></p>","types":[{"value":"object"}],"defaultValue":""},{"name":"vActions","optional":true,"description":"<p>The actions to be executed on found field</p>","types":[{"value":"function"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"sap.ui.test.actions.Action","linkEnabled":true,"href":"api/sap.ui.test.actions.Action"}],"defaultValue":""},{"name":"sDescription","optional":false,"description":"<p>The description of the check or adaptation</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"oDialogBuilder","optional":false,"description":"<p>The dialog builder</p>","types":[{"value":"sap.ui.test.OpaBuilder","linkEnabled":true,"href":"api/sap.ui.test.OpaBuilder"}],"defaultValue":""},{"name":"fnOpenDialog","optional":false,"description":"<p>A callback for opening the dialog</p>","types":[{"value":"function"}],"defaultValue":""},{"name":"fnCloseDialog","optional":false,"description":"<p>A callback for closing the dialog</p>","types":[{"value":"function"}],"defaultValue":""}],"description":"<p>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.</p>","href":"api/sap.fe.test.api.TableAPI#methods/personalization","code":"<pre>personalization(vColumnIdentifier, mState?, vActions?, sDescription, oDialogBuilder, fnOpenDialog, fnCloseDialog) : object</pre>"},{"name":"sortingPersonalization","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The field identifier</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>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></p>","types":[{"value":"object"}],"defaultValue":""},{"name":"vActions","optional":true,"description":"<p>The actions to be executed on found field</p>","types":[{"value":"function"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"sap.ui.test.actions.Action","linkEnabled":true,"href":"api/sap.ui.test.actions.Action"}],"defaultValue":""},{"name":"sDescription","optional":false,"description":"<p>The description of the check or adaptation</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"oDialogBuilder","optional":false,"description":"<p>The dialog builder</p>","types":[{"value":"sap.ui.test.OpaBuilder","linkEnabled":true,"href":"api/sap.ui.test.OpaBuilder"}],"defaultValue":""},{"name":"fnOpenDialog","optional":false,"description":"<p>A callback for opening the dialog</p>","types":[{"value":"function"}],"defaultValue":""},{"name":"fnCloseDialog","optional":false,"description":"<p>A callback for closing the dialog</p>","types":[{"value":"function"}],"defaultValue":""}],"description":"<p>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.</p>","href":"api/sap.fe.test.api.TableAPI#methods/sortingPersonalization","code":"<pre>sortingPersonalization(vColumnIdentifier, mState?, vActions?, sDescription, oDialogBuilder, fnOpenDialog, fnCloseDialog) : object</pre>"}],"displayName":"sap.fe.test.api.TableAPI","title":"class sap.fe.test.api.TableAPI","subTitle":""},{"kind":"class","name":"sap.fe.test.api.TableAssertions","basename":"TableAssertions","resource":"sap/fe/test/api/TableAssertions.js","module":"sap/fe/test/api/TableAssertions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.TableAPI","methods":[{"name":"iCheckAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":false,"description":"<p>The identifier of the action, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of a table action.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckAction","code":"<pre>iCheckAction(vActionIdentifier, mState?) : object</pre>"},{"name":"iCheckAdaptationColumn","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the field control in the adaptation dialog</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks a field in the adaptation dialog.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckAdaptationColumn","code":"<pre>iCheckAdaptationColumn(vColumnIdentifier, mState?) : object</pre>"},{"name":"iCheckCells","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vRowValues","optional":true,"description":"<p>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.</p>","types":[{"value":"object"},{"value":"number"}],"defaultValue":""},{"name":"mColumnStateMap","optional":false,"description":"<p>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></p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the cells of a table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckCells","code":"<pre>iCheckCells(vRowValues?, mColumnStateMap) : object</pre>"},{"name":"iCheckColumnAdaptation","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks whether the adaptation button is available for the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckColumnAdaptation","code":"<pre>iCheckColumnAdaptation() : object</pre>"},{"name":"iCheckColumnAdaptationDialog","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks whether the column adaptation dialog is open.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckColumnAdaptationDialog","code":"<pre>iCheckColumnAdaptationDialog() : object</pre>"},{"name":"iCheckColumnFiltering","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks whether the filter button is available for the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckColumnFiltering","code":"<pre>iCheckColumnFiltering() : object</pre>"},{"name":"iCheckColumns","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"iExpectedNumberOfColumns","optional":true,"description":"<p>The expected number of columns</p>","types":[{"value":"number"}],"defaultValue":""},{"name":"mColumnStateMap","optional":true,"description":"<p>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></p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the columns of the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckColumns","code":"<pre>iCheckColumns(iExpectedNumberOfColumns?, mColumnStateMap?) : object</pre>"},{"name":"iCheckColumnSorting","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks whether the sort button is available for the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckColumnSorting","code":"<pre>iCheckColumnSorting() : object</pre>"},{"name":"iCheckCreate","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Create</code> action of the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckCreate","code":"<pre>iCheckCreate(mState?) : object</pre>"},{"name":"iCheckCreationRow","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mRowValues","optional":true,"description":"<p>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></p>","types":[{"value":"object"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the target row</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the CreationRow button in the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckCreationRow","code":"<pre>iCheckCreationRow(mRowValues?, mState?) : object</pre>"},{"name":"iCheckDelete","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Delete</code> action of the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckDelete","code":"<pre>iCheckDelete(mState?) : object</pre>"},{"name":"iCheckExport","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks whether the export button is available for the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckExport","code":"<pre>iCheckExport() : object</pre>"},{"name":"iCheckFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the field, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the field control in the filter dialog</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks a filter field in the filter dialog.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckFilterField","code":"<pre>iCheckFilterField(vColumnIdentifier, mState?) : object</pre>"},{"name":"iCheckFullScreen","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Fullscreen</code> action of the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckFullScreen","code":"<pre>iCheckFullScreen(mState?) : object</pre>"},{"name":"iCheckMenuAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vAction","optional":false,"description":"<p>The label of the action, or its state</p>","types":[{"value":"object"},{"value":"string"}],"defaultValue":""}],"description":"<p>Checks an action in the drop-down menu that is currently open.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckMenuAction","code":"<pre>iCheckMenuAction(vAction) : object</pre>"},{"name":"iCheckMessageStrip","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mProperty","optional":true,"description":"<p>Defines the expected properties of the messageStrip in the table</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks a messageStrip on a table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckMessageStrip","code":"<pre>iCheckMessageStrip(mProperty?) : object</pre>"},{"name":"iCheckPaste","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks whether the paste button is available for the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckPaste","code":"<pre>iCheckPaste() : object</pre>"},{"name":"iCheckQuickFilter","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the control</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the quick filter action of the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckQuickFilter","code":"<pre>iCheckQuickFilter(mState?) : object</pre>"},{"name":"iCheckQuickFilterItems","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"iExpectedNumberOfItems","optional":false,"description":"<p>The expected number of quick-filter items</p>","types":[{"value":"number"}],"defaultValue":""}],"description":"<p>Checks the number of items in the quick-filter menu.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckQuickFilterItems","code":"<pre>iCheckQuickFilterItems(iExpectedNumberOfItems) : object</pre>"},{"name":"iCheckRows","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mRowValues","optional":true,"description":"<p>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></p>","types":[{"value":"object"}],"defaultValue":""},{"name":"iExpectedNumberOfRows","optional":true,"description":"<p>The expected number of rows considering <code>mRowValues</code> and <code>mRowState</code></p>","types":[{"value":"number"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the target row</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"vEmptyColumns","optional":true,"description":"<p>Defines the expected empty columns</p>","types":[{"value":"Array","linkEnabled":true,"href":"api/Array"}],"defaultValue":""}],"description":"<p>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.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckRows","code":"<pre>iCheckRows(mRowValues?, iExpectedNumberOfRows?, mState?, vEmptyColumns?) : object</pre>"},{"name":"iCheckSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sSearchText","optional":true,"description":"<p>The expected text in the search field</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the search field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the search field in the table toolbar. If the <code>sSearchText</code> parameter is <code>undefined</code>, the search text is not validated.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckSearchField","code":"<pre>iCheckSearchField(sSearchText?, mState?) : object</pre>"},{"name":"iCheckSortOrder","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"sSortOrder","optional":true,"description":"<p>The sort order of the column, default is <a target=\"_self\" href=\"api/sap.ui.core.SortOrder\">sap.ui.core.SortOrder.Ascending</a></p>","types":[{"value":"sap.ui.core.SortOrder","linkEnabled":true,"href":"api/sap.ui.core.SortOrder"}],"defaultValue":""},{"name":"bCheckPersonalization","optional":true,"description":"<p>Defines if the order is checked via sorting dialog, or via the column itself</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Checks a field in the sorting dialog.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckSortOrder","code":"<pre>iCheckSortOrder(vColumnIdentifier, sSortOrder?, bCheckPersonalization?) : object</pre>"},{"name":"iCheckState","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the table</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckState","code":"<pre>iCheckState(mState?) : object</pre>"}],"displayName":"sap.fe.test.api.TableAssertions","title":"class sap.fe.test.api.TableAssertions","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.TableIdentifier","basename":"TableIdentifier","resource":"sap/fe/test/api/BaseAPI.js","module":"sap/fe/test/api/BaseAPI","static":true,"visibility":"public","description":"<p><p>A table identifier</p></p>","properties":[{"name":"property","optional":false,"visibility":"public","description":"<p>The name of the navigation property used for the table</p>","types":[{"value":"string"}]},{"name":"qualifier","optional":true,"visibility":"public","description":"<p>The name of a qualifier for the table</p>","types":[{"value":"string"}]}],"displayName":"sap.fe.test.api.TableIdentifier","title":"typedef sap.fe.test.api.TableIdentifier","subTitle":""},{"kind":"class","name":"sap.fe.test.BaseActions","basename":"BaseActions","resource":"sap/fe/test/BaseActions.js","module":"sap/fe/test/BaseActions","export":"","static":true,"visibility":"public","extends":"sap.ui.test.Opa5","description":"<p>All common actions (<code>When</code>) for all Opa tests are defined here.</p>","ui5-metadata":{"stereotype":"object"},"constructor":{"visibility":"public","description":"<p>Constructs a new <a target=\"_self\" href=\"api/sap.fe.test.Opa5\">sap.fe.test.Opa5</a> instance.</p>","references":[],"codeExample":"<pre>new sap.fe.test.BaseActions()</pre>"},"methods":[{"name":"sap.fe.test.BaseActions.extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"<p>Created class / constructor function</p>","types":[{"value":"function"}]},"parameters":[{"name":"sClassName","optional":false,"description":"<p>Name of the class being created</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"oClassInfo","optional":true,"description":"<p>Object literal with information about the class</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"FNMetaImpl","optional":true,"description":"<p>Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class</p>","types":[{"value":"function"}],"defaultValue":""}],"description":"<p>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>.</p><p><code>oClassInfo</code> might contain the same kind of information as described in <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/sap.ui.test.Opa5.extend\">sap.ui.test.Opa5.extend</a>.</p>","href":"api/sap.fe.test.BaseActions#methods/sap.fe.test.BaseActions.extend","code":"<pre>sap.fe.test.BaseActions.extend(sClassName, oClassInfo?, FNMetaImpl?) : function</pre>"},{"name":"sap.fe.test.BaseActions.getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"<p>Metadata object describing this class</p>","types":[{"value":"sap.ui.base.Metadata","href":"api/sap.ui.base.Metadata","linkEnabled":true}]},"description":"<p>Returns a metadata object for class sap.fe.test.BaseActions.</p>","href":"api/sap.fe.test.BaseActions#methods/sap.fe.test.BaseActions.getMetadata","code":"<pre>sap.fe.test.BaseActions.getMetadata() : sap.ui.base.Metadata</pre>"},{"name":"iClosePopover","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Closes the open popover via function.</p><p>NOTE: This function ensures that a certain UI state is maintained in some exceptional cases. This function isn't usually called directly in a journey.</p>","href":"api/sap.fe.test.BaseActions#methods/iClosePopover","code":"<pre>iClosePopover() : object</pre>"},{"name":"iPressEscape","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Simulates the pressing of the Esc key for the element in focus.</p>","href":"api/sap.fe.test.BaseActions#methods/iPressEscape","code":"<pre>iPressEscape() : object</pre>"}],"displayName":"sap.fe.test.BaseActions","title":"class sap.fe.test.BaseActions","subTitle":""},{"kind":"class","name":"sap.fe.test.BaseArrangements","basename":"BaseArrangements","resource":"sap/fe/test/BaseArrangements.js","module":"sap/fe/test/BaseArrangements","export":"","static":true,"visibility":"public","extends":"sap.ui.test.Opa5","description":"<p>All common arrangements (<code>Given</code>) for all Opa tests are defined here.</p>","ui5-metadata":{"stereotype":"object"},"constructor":{"visibility":"public","parameters":[{"name":"mSettings","optional":false,"description":"<p>The settings object required for launching the application</p>","phoneName":"mSettings","depth":0,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""},{"name":"launchUrl","optional":false,"description":"<p>The URL to the launching page (usually a FLP.html)</p>","phoneName":"mSettings.launchUrl","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"launchParameters","optional":false,"description":"<p>The URL launch parameters</p>","phoneName":"mSettings.launchParameters","depth":1,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""}],"description":"<p>Constructs a new <a target=\"_self\" href=\"api/sap.fe.test.Opa5\">sap.fe.test.Opa5</a> instance.</p>","references":[],"codeExample":"<pre>new sap.fe.test.BaseArrangements(mSettings)</pre>"},"methods":[{"name":"sap.fe.test.BaseArrangements.extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"<p>Created class / constructor function</p>","types":[{"value":"function"}]},"parameters":[{"name":"sClassName","optional":false,"description":"<p>Name of the class being created</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"oClassInfo","optional":true,"description":"<p>Object literal with information about the class</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"FNMetaImpl","optional":true,"description":"<p>Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class</p>","types":[{"value":"function"}],"defaultValue":""}],"description":"<p>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>.</p><p><code>oClassInfo</code> might contain the same kind of information as described in <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/sap.ui.test.Opa5.extend\">sap.ui.test.Opa5.extend</a>.</p>","href":"api/sap.fe.test.BaseArrangements#methods/sap.fe.test.BaseArrangements.extend","code":"<pre>sap.fe.test.BaseArrangements.extend(sClassName, oClassInfo?, FNMetaImpl?) : function</pre>"},{"name":"sap.fe.test.BaseArrangements.getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"<p>Metadata object describing this class</p>","types":[{"value":"sap.ui.base.Metadata","href":"api/sap.ui.base.Metadata","linkEnabled":true}]},"description":"<p>Returns a metadata object for class sap.fe.test.BaseArrangements.</p>","href":"api/sap.fe.test.BaseArrangements#methods/sap.fe.test.BaseArrangements.getMetadata","code":"<pre>sap.fe.test.BaseArrangements.getMetadata() : sap.ui.base.Metadata</pre>"},{"name":"iResetTestData","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Resets the test data.</p>","href":"api/sap.fe.test.BaseArrangements#methods/iResetTestData","code":"<pre>iResetTestData() : object</pre>"},{"name":"iRestartMyApp","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Simulates a refresh of the page by tearing it down and then restarting it with the very same hash.</p>","href":"api/sap.fe.test.BaseArrangements#methods/iRestartMyApp","code":"<pre>iRestartMyApp() : object</pre>"},{"name":"iStartMyApp","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sAppHash","optional":true,"description":"<p>The app hash</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"mUrlParameters","optional":true,"description":"<p>A map with additional URL parameters</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Starts the app in an IFrame, using the <code>launchUrl</code> and <code>launchParameters</code> provided via the settings object of the <a target=\"_self\" href=\"api/sap.fe.test.BaseArrangements#constructor\">sap.fe.test.BaseArrangements#constructor</a>.</p>","href":"api/sap.fe.test.BaseArrangements#methods/iStartMyApp","code":"<pre>iStartMyApp(sAppHash?, mUrlParameters?) : object</pre>"},{"name":"iTearDownMyApp","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Tears down the current application.</p>","href":"api/sap.fe.test.BaseArrangements#methods/iTearDownMyApp","code":"<pre>iTearDownMyApp() : object</pre>"},{"name":"resetTestData","visibility":"protected","returnValue":{"type":"object","description":"<p>A <code>Promise</code> object</p>","types":[{"value":"object"}]},"description":"<p>Clears the browser's local storage and session storage.</p><p>NOTE: 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 <a target=\"_self\" href=\"api/sap.fe.test.BaseArrangements#methods/iResetTestData\">sap.fe.test.BaseArrangements#iResetTestData</a>.</p>","href":"api/sap.fe.test.BaseArrangements#methods/resetTestData","code":"<pre>resetTestData() : object</pre>"}],"displayName":"sap.fe.test.BaseArrangements","title":"class sap.fe.test.BaseArrangements","subTitle":""},{"kind":"class","name":"sap.fe.test.BaseAssertions","basename":"BaseAssertions","resource":"sap/fe/test/BaseAssertions.js","module":"sap/fe/test/BaseAssertions","export":"","static":true,"visibility":"public","extends":"sap.ui.test.Opa5","description":"<p>All common assertions (<code>Then</code>) for all Opa tests are defined here.</p>","ui5-metadata":{"stereotype":"object"},"constructor":{"visibility":"public","description":"<p>Constructs a new <a target=\"_self\" href=\"api/sap.fe.test.Opa5\">sap.fe.test.Opa5</a> instance.</p>","references":[],"codeExample":"<pre>new sap.fe.test.BaseAssertions()</pre>"},"methods":[{"name":"sap.fe.test.BaseAssertions.extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"<p>Created class / constructor function</p>","types":[{"value":"function"}]},"parameters":[{"name":"sClassName","optional":false,"description":"<p>Name of the class being created</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"oClassInfo","optional":true,"description":"<p>Object literal with information about the class</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"FNMetaImpl","optional":true,"description":"<p>Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class</p>","types":[{"value":"function"}],"defaultValue":""}],"description":"<p>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>.</p><p><code>oClassInfo</code> might contain the same kind of information as described in <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/sap.ui.test.Opa5.extend\">sap.ui.test.Opa5.extend</a>.</p>","href":"api/sap.fe.test.BaseAssertions#methods/sap.fe.test.BaseAssertions.extend","code":"<pre>sap.fe.test.BaseAssertions.extend(sClassName, oClassInfo?, FNMetaImpl?) : function</pre>"},{"name":"sap.fe.test.BaseAssertions.getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"<p>Metadata object describing this class</p>","types":[{"value":"sap.ui.base.Metadata","href":"api/sap.ui.base.Metadata","linkEnabled":true}]},"description":"<p>Returns a metadata object for class sap.fe.test.BaseAssertions.</p>","href":"api/sap.fe.test.BaseAssertions#methods/sap.fe.test.BaseAssertions.getMetadata","code":"<pre>sap.fe.test.BaseAssertions.getMetadata() : sap.ui.base.Metadata</pre>"},{"name":"iSeeMessagePage","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sMessage","optional":false,"description":"<p>The message shown on the message page</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Checks whether a <a target=\"_self\" href=\"api/sap.m.MessagePage\">sap.m.MessagePage</a> with given message is shown.</p>","href":"api/sap.fe.test.BaseAssertions#methods/iSeeMessagePage","code":"<pre>iSeeMessagePage(sMessage) : object</pre>"},{"name":"iSeeMessageToast","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sText","optional":false,"description":"<p>The text shown in the MessageToast</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Checks whether a <a target=\"_self\" href=\"api/sap.m.MessageToast\">sap.m.MessageToast</a> with the given text is shown.</p>","href":"api/sap.fe.test.BaseAssertions#methods/iSeeMessageToast","code":"<pre>iSeeMessageToast(sText) : object</pre>"}],"displayName":"sap.fe.test.BaseAssertions","title":"class sap.fe.test.BaseAssertions","subTitle":""},{"kind":"class","name":"sap.fe.test.JourneyRunner","basename":"JourneyRunner","resource":"sap/fe/test/JourneyRunner.js","module":"sap/fe/test/JourneyRunner","export":"","static":true,"visibility":"public","extends":"sap.ui.base.Object","description":"<p>A JourneyRunner for executing integration tests with given settings.</p>","ui5-metadata":{"stereotype":"object"},"constructor":{"visibility":"public","parameters":[{"name":"mSettings","optional":true,"description":"<p>The settings object</p>","phoneName":"mSettings","depth":0,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""},{"name":"pages","optional":true,"description":"<p>The available Opa pages</p>","phoneName":"mSettings.pages","depth":1,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""},{"name":"opaConfig","optional":true,"description":"<p>The Opa configuration applied via <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/sap.ui.test.Opa5.extendConfig\">sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig</a></p>","phoneName":"mSettings.opaConfig","depth":1,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""},{"name":"launchUrl","optional":true,"description":"<p>The URL to the launching page (usually a FLP.html)</p>","phoneName":"mSettings.launchUrl","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"launchParameters","optional":true,"description":"<p>The URL launch parameters</p>","phoneName":"mSettings.launchParameters","depth":1,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""},{"name":"async","optional":true,"description":"<p>If false (default), only one JourneyRunner is executed at a time</p>","phoneName":"mSettings.async","depth":1,"types":[{"name":"boolean","linkEnabled":false}],"defaultValue":""}],"description":"<p>Constructs a new JourneyRunner instance.</p>","references":[],"codeExample":"<pre>new sap.fe.test.JourneyRunner(mSettings?)</pre>"},"methods":[{"name":"sap.fe.test.JourneyRunner.extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"<p>Created class / constructor function</p>","types":[{"value":"function"}]},"parameters":[{"name":"sClassName","optional":false,"description":"<p>Name of the class being created</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"oClassInfo","optional":true,"description":"<p>Object literal with information about the class</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"FNMetaImpl","optional":true,"description":"<p>Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class</p>","types":[{"value":"function"}],"defaultValue":""}],"description":"<p>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>.</p><p><code>oClassInfo</code> might contain the same kind of information as described in <a target=\"_self\" href=\"api/sap.ui.base.Object#methods/sap.ui.base.Object.extend\">sap.ui.base.Object.extend</a>.</p>","href":"api/sap.fe.test.JourneyRunner#methods/sap.fe.test.JourneyRunner.extend","code":"<pre>sap.fe.test.JourneyRunner.extend(sClassName, oClassInfo?, FNMetaImpl?) : function</pre>"},{"name":"getBaseActions","visibility":"protected","returnValue":{"type":"sap.ui.test.Opa","description":"<p>An Opa instance for the base actions</p>","types":[{"value":"sap.ui.test.Opa","href":"api/sap.ui.test.Opa","linkEnabled":true}]},"parameters":[{"name":"mSettings","optional":false,"description":"<p>The settings object of the runner instance</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Returns the base action instance to be used for <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/sap.ui.test.Opa5.extendConfig\">sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig</a> <code>actions</code> setting.</p><p>This 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.</p><p>By default, an instance of <a target=\"_self\" href=\"api/sap.fe.test.BaseActions\">sap.fe.test.BaseActions</a> will be returned.</p>","href":"api/sap.fe.test.JourneyRunner#methods/getBaseActions","code":"<pre>getBaseActions(mSettings) : sap.ui.test.Opa</pre>"},{"name":"getBaseArrangements","visibility":"protected","returnValue":{"type":"sap.ui.test.Opa","description":"<p>An Opa instance for the base arrangements</p>","types":[{"value":"sap.ui.test.Opa","href":"api/sap.ui.test.Opa","linkEnabled":true}]},"parameters":[{"name":"mSettings","optional":false,"description":"<p>The settings object of the runner instance</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Returns the base arrangements instance to be used for <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/sap.ui.test.Opa5.extendConfig\">sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig</a> <code>arrangements</code> setting.</p><p>This 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.</p><p>By default, an instance of <a target=\"_self\" href=\"api/sap.fe.test.BaseArrangements\">sap.fe.test.BaseArrangements</a> will be returned.</p>","href":"api/sap.fe.test.JourneyRunner#methods/getBaseArrangements","code":"<pre>getBaseArrangements(mSettings) : sap.ui.test.Opa</pre>"},{"name":"getBaseAssertions","visibility":"protected","returnValue":{"type":"sap.ui.test.Opa","description":"<p>An Opa instance for the base assertions</p>","types":[{"value":"sap.ui.test.Opa","href":"api/sap.ui.test.Opa","linkEnabled":true}]},"parameters":[{"name":"mSettings","optional":false,"description":"<p>The settings object of the runner instance</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Returns the base assertions instance to be used for <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/sap.ui.test.Opa5.extendConfig\">sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig</a> <code>assertions</code> setting.</p><p>This 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.</p><p>By default, an instance of <a target=\"_self\" href=\"api/sap.fe.test.BaseAssertions\">sap.fe.test.BaseAssertions</a> will be returned.</p>","href":"api/sap.fe.test.JourneyRunner#methods/getBaseAssertions","code":"<pre>getBaseAssertions(mSettings) : sap.ui.test.Opa</pre>"},{"name":"sap.fe.test.JourneyRunner.getDefaultRunner","visibility":"public","static":true,"returnValue":{"type":"object","description":"<p>The global default <a target=\"_self\" href=\"api/sap.fe.test.JourneyRunner\">sap.fe.test.JourneyRunner</a> instance</p>","types":[{"value":"object"}]},"description":"<p>Gets the global journey runner instance.</p>","href":"api/sap.fe.test.JourneyRunner#methods/sap.fe.test.JourneyRunner.getDefaultRunner","code":"<pre>sap.fe.test.JourneyRunner.getDefaultRunner() : object</pre>"},{"name":"sap.fe.test.JourneyRunner.getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"<p>Metadata object describing this class</p>","types":[{"value":"sap.ui.base.Metadata","href":"api/sap.ui.base.Metadata","linkEnabled":true}]},"description":"<p>Returns a metadata object for class sap.fe.test.JourneyRunner.</p>","href":"api/sap.fe.test.JourneyRunner#methods/sap.fe.test.JourneyRunner.getMetadata","code":"<pre>sap.fe.test.JourneyRunner.getMetadata() : sap.ui.base.Metadata</pre>"},{"name":"run","visibility":"public","returnValue":{"type":"object","description":"<p>A <code>Promise</code> that is resolved after all tests have been executed</p>","types":[{"value":"object"}]},"parameters":[{"name":"mSettings","optional":true,"description":"<p>The settings object for the tests to run. Overrides instance settings</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"pages","optional":true,"description":"<p>The available Opa pages</p>","depth":1,"types":[{"value":"object"}],"phoneName":"mSettings.pages","defaultValue":""},{"name":"opaConfig","optional":true,"description":"<p>The Opa configuration applied via <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/sap.ui.test.Opa5.extendConfig\">sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig</a></p>","depth":1,"types":[{"value":"object"}],"phoneName":"mSettings.opaConfig","defaultValue":""},{"name":"launchUrl","optional":true,"description":"<p>The URL to the launching page (usually a FLP.html)</p>","depth":1,"types":[{"value":"string"}],"phoneName":"mSettings.launchUrl","defaultValue":""},{"name":"launchParameters","optional":true,"description":"<p>The URL launch parameters</p>","depth":1,"types":[{"value":"object"}],"phoneName":"mSettings.launchParameters","defaultValue":""},{"name":"async","optional":true,"description":"<p>If false (default), only one JourneyRunner is executed at a time</p>","depth":1,"types":[{"value":"boolean"}],"phoneName":"mSettings.async","defaultValue":""},{"name":"vJourneys","optional":false,"description":"<p>The journeys to be executed. If a journey is represented as a string, it will be interpreted as a module path to the file that should be loaded. Else it is expected to be a function. Alternatively, instead of being wrapped in an array, the journeys can also be given as separate parameters: <pre>.run(mSettings, Journey1, Journey2, ...)</pre></p>","types":[{"value":"Array<function()>"},{"value":"string[]"}],"defaultValue":""}],"description":"<p>Executes the journeys in the given order.</p><p>The settings provided as first parameter are merged into the base settings of the JourneyRunner instance.</p>","href":"api/sap.fe.test.JourneyRunner#methods/run","code":"<pre>run(mSettings?, vJourneys) : object</pre>"},{"name":"sap.fe.test.JourneyRunner.run","visibility":"public","static":true,"description":"<p>Static function to run the default runner with given parameters. Shortcut for <pre>JourneyRunner.getDefaultRunner().run(mSettings, Journey1, Journey2, ...)</pre> See <a target=\"_self\" href=\"api/sap.fe.test.JourneyRunner#methods/run\">sap.fe.test.JourneyRunner#run</a> for parameter details.</p>","href":"api/sap.fe.test.JourneyRunner#methods/sap.fe.test.JourneyRunner.run","code":"<pre>sap.fe.test.JourneyRunner.run() : void</pre>"},{"name":"sap.fe.test.JourneyRunner.setDefaultRunner","visibility":"public","static":true,"parameters":[{"name":"oDefaultRunner","optional":false,"description":"<p>Defines the global default <a target=\"_self\" href=\"api/sap.fe.test.JourneyRunner\">sap.fe.test.JourneyRunner</a> instance</p>","types":[{"value":"sap.fe.test.JourneyRunner","linkEnabled":true,"href":"api/sap.fe.test.JourneyRunner"}],"defaultValue":""}],"description":"<p>Sets the global journey runner instance.</p>","href":"api/sap.fe.test.JourneyRunner#methods/sap.fe.test.JourneyRunner.setDefaultRunner","code":"<pre>sap.fe.test.JourneyRunner.setDefaultRunner(oDefaultRunner) : void</pre>"}],"displayName":"sap.fe.test.JourneyRunner","title":"class sap.fe.test.JourneyRunner","subTitle":""},{"kind":"class","name":"sap.fe.test.ListReport","basename":"ListReport","resource":"sap/fe/test/ListReport.js","module":"sap/fe/test/ListReport","export":"","static":true,"visibility":"public","extends":"sap.fe.test.TemplatePage","description":"<p>Provides a test page definition for a list report page with the corresponding parameters.</p><p>Sample usage: <code><pre>\nvar oListReportDefinition = new ListReport({ appId: \"MyApp\", componentId: \"MyListReportId\", entitySet: \"MyEntitySet\" });\n</pre></code></p>","constructor":{"visibility":"public","parameters":[{"name":"oPageDefinition","optional":false,"description":"<p>The required parameters</p>","phoneName":"oPageDefinition","depth":0,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""},{"name":"appId","optional":false,"description":"<p>The app id (defined in the manifest root)</p>","phoneName":"oPageDefinition.appId","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"componentId","optional":false,"description":"<p>The component id (defined in the target section for the list report within the manifest)</p>","phoneName":"oPageDefinition.componentId","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"entitySet","optional":false,"description":"<p>The entitySet (optional)(defined in the settings of the corresponding target component within the manifest)</p>","phoneName":"oPageDefinition.entitySet","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"contextPath","optional":false,"description":"<p>The contextPath (optional)(defined in the settings of the corresponding target component within the manifest)</p>","phoneName":"oPageDefinition.contextPath","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"aAdditionalPageDefinitions","optional":true,"repeatable":true,"description":"<p>Additional custom page functions, provided in an object containing <code>actions</code> and <code>assertions</code></p>","phoneName":"aAdditionalPageDefinitions","depth":0,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""}],"description":"<p>Constructs a new ListReport definition.</p>","references":[],"codeExample":"<pre>new sap.fe.test.ListReport(oPageDefinition, aAdditionalPageDefinitions?)</pre>"},"displayName":"sap.fe.test.ListReport","nodes":[{"name":"sap.fe.test.ListReport.actions","description":"<p>ListReport actions</p>","href":"api/sap.fe.test.ListReport.actions"},{"name":"sap.fe.test.ListReport.assertions","description":"<p>ListReport assertions</p>","href":"api/sap.fe.test.ListReport.assertions"}],"title":"class sap.fe.test.ListReport","subTitle":""},{"kind":"namespace","name":"sap.fe.test.ListReport.actions","basename":"actions","resource":"sap/fe/test/ListReport.js","module":"sap/fe/test/ListReport","export":"actions","static":true,"visibility":"public","extends":"sap.fe.test.TemplatePage.actions","description":"<p><p>ListReport actions</p></p>","methods":[{"name":"iCollapseExpandPageHeader","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"bCollapse","optional":true,"description":"<p>Defines whether the header should be collapsed, else it is expanded (default)</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Collapses or expands the page header.</p>","href":"api/sap.fe.test.ListReport.actions#methods/iCollapseExpandPageHeader","code":"<pre>iCollapseExpandPageHeader(bCollapse?) : object</pre>"},{"name":"onFilterBar","visibility":"public","returnValue":{"type":"sap.fe.test.api.FilterBarActions","description":"<p>The available filter bar actions</p>","types":[{"value":"sap.fe.test.api.FilterBarActions","href":"api/sap.fe.test.api.FilterBarActions","linkEnabled":true}]},"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.FilterBarActions\">sap.fe.test.api.FilterBarActions</a> instance.</p>","href":"api/sap.fe.test.ListReport.actions#methods/onFilterBar","code":"<pre>onFilterBar() : sap.fe.test.api.FilterBarActions</pre>"},{"name":"onHeader","visibility":"public","returnValue":{"type":"sap.fe.test.api.HeaderActionsLR","description":"<p>The available header actions</p>","types":[{"value":"sap.fe.test.api.HeaderActionsLR","href":"api/sap.fe.test.api.HeaderActionsLR","linkEnabled":true}]},"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.HeaderActionsLR\">sap.fe.test.api.HeaderActionsLR</a> instance.</p>","href":"api/sap.fe.test.ListReport.actions#methods/onHeader","code":"<pre>onHeader() : sap.fe.test.api.HeaderActionsLR</pre>"},{"name":"onTable","visibility":"public","returnValue":{"type":"sap.fe.test.api.TableActions","description":"<p>The available table actions</p>","types":[{"value":"sap.fe.test.api.TableActions","href":"api/sap.fe.test.api.TableActions","linkEnabled":true}]},"parameters":[{"name":"vTableIdentifier","optional":false,"description":"<p>The identifier of the table, or its header title</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.TableIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.TableIdentifier"}],"defaultValue":""}],"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.TableActions\">sap.fe.test.api.TableActions</a> instance for the specified table.</p>","href":"api/sap.fe.test.ListReport.actions#methods/onTable","code":"<pre>onTable(vTableIdentifier) : sap.fe.test.api.TableActions</pre>"}],"displayName":"sap.fe.test.ListReport.actions","title":"namespace sap.fe.test.ListReport.actions","subTitle":""},{"kind":"namespace","name":"sap.fe.test.ListReport.assertions","basename":"assertions","resource":"sap/fe/test/ListReport.js","module":"sap/fe/test/ListReport","export":"assertions","static":true,"visibility":"public","extends":"sap.fe.test.TemplatePage.assertions","description":"<p><p>ListReport assertions</p></p>","methods":[{"name":"onFilterBar","visibility":"public","returnValue":{"type":"sap.fe.test.api.FilterBarAssertions","description":"<p>The available filter bar assertions</p>","types":[{"value":"sap.fe.test.api.FilterBarAssertions","href":"api/sap.fe.test.api.FilterBarAssertions","linkEnabled":true}]},"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.FilterBarAssertions\">sap.fe.test.api.FilterBarAssertions</a> instance.</p>","href":"api/sap.fe.test.ListReport.assertions#methods/onFilterBar","code":"<pre>onFilterBar() : sap.fe.test.api.FilterBarAssertions</pre>"},{"name":"onHeader","visibility":"public","returnValue":{"type":"sap.fe.test.api.HeaderAssertionsLR","description":"<p>The available header assertions</p>","types":[{"value":"sap.fe.test.api.HeaderAssertionsLR","href":"api/sap.fe.test.api.HeaderAssertionsLR","linkEnabled":true}]},"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.HeaderAssertionsLR\">sap.fe.test.api.HeaderAssertionsLR</a> instance.</p>","href":"api/sap.fe.test.ListReport.assertions#methods/onHeader","code":"<pre>onHeader() : sap.fe.test.api.HeaderAssertionsLR</pre>"},{"name":"onTable","visibility":"public","returnValue":{"type":"sap.fe.test.api.TableAssertions","description":"<p>The available table assertions</p>","types":[{"value":"sap.fe.test.api.TableAssertions","href":"api/sap.fe.test.api.TableAssertions","linkEnabled":true}]},"parameters":[{"name":"vTableIdentifier","optional":false,"description":"<p>The identifier of the table, or its header title</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.TableIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.TableIdentifier"}],"defaultValue":""}],"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.TableAssertions\">sap.fe.test.api.TableAssertions</a> instance for the specified table.</p>","href":"api/sap.fe.test.ListReport.assertions#methods/onTable","code":"<pre>onTable(vTableIdentifier) : sap.fe.test.api.TableAssertions</pre>"}],"displayName":"sap.fe.test.ListReport.assertions","title":"namespace sap.fe.test.ListReport.assertions","subTitle":""},{"kind":"class","name":"sap.fe.test.ObjectPage","basename":"ObjectPage","resource":"sap/fe/test/ObjectPage.js","module":"sap/fe/test/ObjectPage","export":"","static":true,"visibility":"public","extends":"sap.fe.test.TemplatePage","description":"<p>Provides a test page definition for an object page with the corresponding parameters.</p><p>Sample usage: <code><pre>\nvar oObjectPageDefinition = new ObjectPage({ appId: \"MyApp\", componentId: \"MyObjectPageId\", entitySet: \"MyEntitySet\" });\n</pre></code></p>","constructor":{"visibility":"public","parameters":[{"name":"oPageDefinition","optional":false,"description":"<p>The required parameters</p>","phoneName":"oPageDefinition","depth":0,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""},{"name":"appId","optional":false,"description":"<p>The app id (defined in the manifest root)</p>","phoneName":"oPageDefinition.appId","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"componentId","optional":false,"description":"<p>The component id (defined in the target section for the list report within the manifest)</p>","phoneName":"oPageDefinition.componentId","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"entitySet","optional":false,"description":"<p>The entitySet (defined in the settings of the corresponding target component within the manifest)</p>","phoneName":"oPageDefinition.entitySet","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"contextPath","optional":false,"description":"<p>The contextPath (optional)(defined in the settings of the corresponding target component within the manifest)</p>","phoneName":"oPageDefinition.contextPath","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"aAdditionalPageDefinitions","optional":true,"repeatable":true,"description":"<p>Additional custom page functions, provided in an object containing <code>actions</code> and <code>assertions</code></p>","phoneName":"aAdditionalPageDefinitions","depth":0,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""}],"description":"<p>Constructs a new ObjectPage instance.</p>","references":[],"codeExample":"<pre>new sap.fe.test.ObjectPage(oPageDefinition, aAdditionalPageDefinitions?)</pre>"},"displayName":"sap.fe.test.ObjectPage","nodes":[{"name":"sap.fe.test.ObjectPage.actions","description":"<p>ObjectPage actions</p>","href":"api/sap.fe.test.ObjectPage.actions"},{"name":"sap.fe.test.ObjectPage.assertions","description":"<p>ObjectPage assertions</p>","href":"api/sap.fe.test.ObjectPage.assertions"}],"title":"class sap.fe.test.ObjectPage","subTitle":""},{"kind":"namespace","name":"sap.fe.test.ObjectPage.actions","basename":"actions","resource":"sap/fe/test/ObjectPage.js","module":"sap/fe/test/ObjectPage","export":"actions","static":true,"visibility":"public","extends":"sap.fe.test.TemplatePage.actions","description":"<p><p>ObjectPage actions</p></p>","methods":[{"name":"iCollapseExpandPageHeader","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"bCollapse","optional":true,"description":"<p>Defines whether header should be collapsed, else it gets expanded (default)</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Collapses or expands the page header.</p>","href":"api/sap.fe.test.ObjectPage.actions#methods/iCollapseExpandPageHeader","code":"<pre>iCollapseExpandPageHeader(bCollapse?) : object</pre>"},{"name":"iGoToSection","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vSectionIdentifier","optional":false,"description":"<p>The identifier of a section, or its label if passed as an object, the following pattern will be considered: <code><pre>\n{\n section: <string>,\n subSection: <string>\n}\n</pre></code> to open the editable header section use pattern: <code><pre>\n{\n section: \"EditableHeaderSection\"\n}\n</pre></code></p>","types":[{"value":"string"},{"value":"sap.fe.test.api.SectionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.SectionIdentifier"}],"defaultValue":""}],"description":"<p>Navigates to or focuses on the defined section.</p>","href":"api/sap.fe.test.ObjectPage.actions#methods/iGoToSection","code":"<pre>iGoToSection(vSectionIdentifier) : object</pre>"},{"name":"onFooter","visibility":"public","returnValue":{"type":"sap.fe.test.api.FooterActionsOP","description":"<p>The available footer actions</p>","types":[{"value":"sap.fe.test.api.FooterActionsOP","href":"api/sap.fe.test.api.FooterActionsOP","linkEnabled":true}]},"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.FooterActionsOP\">sap.fe.test.api.FooterActionsOP</a> instance.</p>","href":"api/sap.fe.test.ObjectPage.actions#methods/onFooter","code":"<pre>onFooter() : sap.fe.test.api.FooterActionsOP</pre>"},{"name":"onForm","visibility":"public","returnValue":{"type":"sap.fe.test.api.FormActions","description":"<p>The available form actions</p>","types":[{"value":"sap.fe.test.api.FormActions","href":"api/sap.fe.test.api.FormActions","linkEnabled":true}]},"parameters":[{"name":"vFormIdentifier","optional":false,"description":"<p>The identifier of the form, or its title</p>","types":[{"value":"sap.fe.test.api.FormIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FormIdentifier"},{"value":"string"}],"defaultValue":""}],"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.FormActions\">sap.fe.test.api.FormActions</a> instance.</p>","href":"api/sap.fe.test.ObjectPage.actions#methods/onForm","code":"<pre>onForm(vFormIdentifier) : sap.fe.test.api.FormActions</pre>"},{"name":"onHeader","visibility":"public","returnValue":{"type":"sap.fe.test.api.HeaderActions","description":"<p>The available header actions</p>","types":[{"value":"sap.fe.test.api.HeaderActions","href":"api/sap.fe.test.api.HeaderActions","linkEnabled":true}]},"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.HeaderActions\">sap.fe.test.api.HeaderActions</a> instance.</p>","href":"api/sap.fe.test.ObjectPage.actions#methods/onHeader","code":"<pre>onHeader() : sap.fe.test.api.HeaderActions</pre>"},{"name":"onTable","visibility":"public","returnValue":{"type":"sap.fe.test.api.TableActions","description":"<p>The available table actions</p>","types":[{"value":"sap.fe.test.api.TableActions","href":"api/sap.fe.test.api.TableActions","linkEnabled":true}]},"parameters":[{"name":"vTableIdentifier","optional":false,"description":"<p>The identifier of the table, or its header title</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.TableIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.TableIdentifier"}],"defaultValue":""}],"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.TableActions\">sap.fe.test.api.TableActions</a> instance for the specified table.</p>","href":"api/sap.fe.test.ObjectPage.actions#methods/onTable","code":"<pre>onTable(vTableIdentifier) : sap.fe.test.api.TableActions</pre>"}],"displayName":"sap.fe.test.ObjectPage.actions","title":"namespace sap.fe.test.ObjectPage.actions","subTitle":""},{"kind":"namespace","name":"sap.fe.test.ObjectPage.assertions","basename":"assertions","resource":"sap/fe/test/ObjectPage.js","module":"sap/fe/test/ObjectPage","export":"assertions","static":true,"visibility":"public","extends":"sap.fe.test.TemplatePage.assertions","description":"<p><p>ObjectPage assertions</p></p>","methods":[{"name":"onFooter","visibility":"public","returnValue":{"type":"sap.fe.test.api.FooterAssertionsOP","description":"<p>The available footer assertions</p>","types":[{"value":"sap.fe.test.api.FooterAssertionsOP","href":"api/sap.fe.test.api.FooterAssertionsOP","linkEnabled":true}]},"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.FooterAssertionsOP\">sap.fe.test.api.FooterAssertionsOP</a> instance.</p>","href":"api/sap.fe.test.ObjectPage.assertions#methods/onFooter","code":"<pre>onFooter() : sap.fe.test.api.FooterAssertionsOP</pre>"},{"name":"onForm","visibility":"public","returnValue":{"type":"sap.fe.test.api.FormAssertions","description":"<p>The available form actions</p>","types":[{"value":"sap.fe.test.api.FormAssertions","href":"api/sap.fe.test.api.FormAssertions","linkEnabled":true}]},"parameters":[{"name":"vFormIdentifier","optional":false,"description":"<p>The identifier of the form, or its title</p>","types":[{"value":"sap.fe.test.api.FormIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FormIdentifier"},{"value":"string"}],"defaultValue":""}],"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.FormAssertions\">sap.fe.test.api.FormAssertions</a> instance.</p>","href":"api/sap.fe.test.ObjectPage.assertions#methods/onForm","code":"<pre>onForm(vFormIdentifier) : sap.fe.test.api.FormAssertions</pre>"},{"name":"onHeader","visibility":"public","returnValue":{"type":"sap.fe.test.api.HeaderAssertions","description":"<p>The available header assertions</p>","types":[{"value":"sap.fe.test.api.HeaderAssertions","href":"api/sap.fe.test.api.HeaderAssertions","linkEnabled":true}]},"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.HeaderAssertions\">sap.fe.test.api.HeaderAssertions</a> instance.</p>","href":"api/sap.fe.test.ObjectPage.assertions#methods/onHeader","code":"<pre>onHeader() : sap.fe.test.api.HeaderAssertions</pre>"},{"name":"onTable","visibility":"public","returnValue":{"type":"sap.fe.test.api.TableAssertions","description":"<p>The available table assertions</p>","types":[{"value":"sap.fe.test.api.TableAssertions","href":"api/sap.fe.test.api.TableAssertions","linkEnabled":true}]},"parameters":[{"name":"vTableIdentifier","optional":false,"description":"<p>The identifier of the table, or its header title</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.TableIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.TableIdentifier"}],"defaultValue":""}],"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.TableAssertions\">sap.fe.test.api.TableAssertions</a> instance for the specified table.</p>","href":"api/sap.fe.test.ObjectPage.assertions#methods/onTable","code":"<pre>onTable(vTableIdentifier) : sap.fe.test.api.TableAssertions</pre>"}],"displayName":"sap.fe.test.ObjectPage.assertions","title":"namespace sap.fe.test.ObjectPage.assertions","subTitle":""},{"kind":"class","name":"sap.fe.test.Shell","basename":"Shell","resource":"sap/fe/test/Shell.js","module":"sap/fe/test/Shell","export":"","static":true,"visibility":"public","description":"<p>Provides a test page definition for the shell.</p><p>When using <a target=\"_self\" href=\"api/sap.fe.test.JourneyRunner\">sap.fe.test.JourneyRunner</a>, this page is made available by default via <code>onTheShell</code>.</p>","constructor":{"visibility":"public","parameters":[{"name":"aAdditionalPageDefinitions","optional":true,"repeatable":true,"description":"<p>Additional custom page functions, provided in an object containing <code>actions</code> and <code>assertions</code></p>","phoneName":"aAdditionalPageDefinitions","depth":0,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""}],"description":"<p>Constructs a test page definition for the shell.</p>","references":[],"codeExample":"<pre>new sap.fe.test.Shell(aAdditionalPageDefinitions?)</pre>"},"methods":[{"name":"iNavigateBack","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Navigates back via shell back button.</p>","href":"api/sap.fe.test.Shell#methods/iNavigateBack","code":"<pre>iNavigateBack() : object</pre>"},{"name":"iNavigateHome","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Navigates to the launch pad via home button.</p>","href":"api/sap.fe.test.Shell#methods/iNavigateHome","code":"<pre>iNavigateHome() : object</pre>"},{"name":"iNavigateViaMenu","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sItem","optional":false,"description":"<p>The label of the navigation item</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Navigates via a navigation item in the shell's navigation menu.</p>","href":"api/sap.fe.test.Shell#methods/iNavigateViaMenu","code":"<pre>iNavigateViaMenu(sItem) : object</pre>"},{"name":"iOpenNavigationMenu","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Opens the navigation menu in the shell header.</p>","href":"api/sap.fe.test.Shell#methods/iOpenNavigationMenu","code":"<pre>iOpenNavigationMenu() : object</pre>"},{"name":"iPressTile","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sTarget","optional":false,"description":"<p>The target application (hash)</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Selecting a tile in the launchpad by its target app, for example <code>iPressTile(\"SalesOrder-manage\")</code>.</p>","href":"api/sap.fe.test.Shell#methods/iPressTile","code":"<pre>iPressTile(sTarget) : object</pre>"}],"displayName":"sap.fe.test.Shell","title":"class sap.fe.test.Shell","subTitle":""},{"kind":"class","name":"sap.fe.test.TemplatePage","basename":"TemplatePage","resource":"sap/fe/test/TemplatePage.js","module":"sap/fe/test/TemplatePage","export":"","static":true,"visibility":"public","description":"<p>Provides a test page definition for a template page with the corresponding parameters.</p>","displayName":"sap.fe.test.TemplatePage","nodes":[{"name":"sap.fe.test.TemplatePage.actions","description":"<p>TemplatePage actions</p>","href":"api/sap.fe.test.TemplatePage.actions"},{"name":"sap.fe.test.TemplatePage.assertions","description":"<p>Assertions that are available to all template pages used in SAP Fiori elements.</p>","href":"api/sap.fe.test.TemplatePage.assertions"}],"title":"class sap.fe.test.TemplatePage","subTitle":""},{"kind":"namespace","name":"sap.fe.test.TemplatePage.actions","basename":"actions","resource":"sap/fe/test/TemplatePage.js","module":"sap/fe/test/TemplatePage","export":"actions","static":true,"visibility":"public","description":"<p><p>TemplatePage actions</p></p>","methods":[{"name":"onActionDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogActions","description":"<p>The available dialog actions</p>","types":[{"value":"sap.fe.test.api.DialogActions","href":"api/sap.fe.test.api.DialogActions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Action })</code>.</p>","href":"api/sap.fe.test.TemplatePage.actions#methods/onActionDialog","code":"<pre>onActionDialog() : sap.fe.test.api.DialogActions</pre>"},{"name":"onConfirmationDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogActions","description":"<p>The available dialog actions</p>","types":[{"value":"sap.fe.test.api.DialogActions","href":"api/sap.fe.test.api.DialogActions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Confirmation })</code>.</p>","href":"api/sap.fe.test.TemplatePage.actions#methods/onConfirmationDialog","code":"<pre>onConfirmationDialog() : sap.fe.test.api.DialogActions</pre>"},{"name":"onCreateDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogCreateActions","description":"<p>The available dialog actions</p>","types":[{"value":"sap.fe.test.api.DialogCreateActions","href":"api/sap.fe.test.api.DialogCreateActions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Create })</code>.</p>","href":"api/sap.fe.test.TemplatePage.actions#methods/onCreateDialog","code":"<pre>onCreateDialog() : sap.fe.test.api.DialogCreateActions</pre>"},{"name":"onDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogActions","description":"<p>The available dialog actions</p>","types":[{"value":"sap.fe.test.api.DialogActions","href":"api/sap.fe.test.api.DialogActions","linkEnabled":true}]},"parameters":[{"name":"vDialogIdentifier","optional":false,"description":"<p>The identifier of the dialog, or its title</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.DialogIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.DialogIdentifier"}],"defaultValue":""}],"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.DialogActions\">sap.fe.test.api.DialogActions</a> instance.</p>","href":"api/sap.fe.test.TemplatePage.actions#methods/onDialog","code":"<pre>onDialog(vDialogIdentifier) : sap.fe.test.api.DialogActions</pre>"},{"name":"onErrorDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogActions","description":"<p>The available dialog actions</p>","types":[{"value":"sap.fe.test.api.DialogActions","href":"api/sap.fe.test.api.DialogActions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Error })</code>.</p>","href":"api/sap.fe.test.TemplatePage.actions#methods/onErrorDialog","code":"<pre>onErrorDialog() : sap.fe.test.api.DialogActions</pre>"},{"name":"onMessageDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogMessageActions","description":"<p>The available dialog actions</p>","types":[{"value":"sap.fe.test.api.DialogMessageActions","href":"api/sap.fe.test.api.DialogMessageActions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Message })</code>.</p>","href":"api/sap.fe.test.TemplatePage.actions#methods/onMessageDialog","code":"<pre>onMessageDialog() : sap.fe.test.api.DialogMessageActions</pre>"},{"name":"onValueHelpDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogValueHelpActions","description":"<p>The available dialog actions</p>","types":[{"value":"sap.fe.test.api.DialogValueHelpActions","href":"api/sap.fe.test.api.DialogValueHelpActions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.ValueHelp })</code>.</p>","href":"api/sap.fe.test.TemplatePage.actions#methods/onValueHelpDialog","code":"<pre>onValueHelpDialog() : sap.fe.test.api.DialogValueHelpActions</pre>"}],"displayName":"sap.fe.test.TemplatePage.actions","title":"namespace sap.fe.test.TemplatePage.actions","subTitle":""},{"kind":"namespace","name":"sap.fe.test.TemplatePage.assertions","basename":"assertions","resource":"sap/fe/test/TemplatePage.js","module":"sap/fe/test/TemplatePage","export":"assertions","static":true,"visibility":"public","description":"<p><p>Assertions that are available to all template pages used in SAP Fiori elements.</p></p>","methods":[{"name":"iSeeThisPage","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Confirms the visibility of the current page.</p>","href":"api/sap.fe.test.TemplatePage.assertions#methods/iSeeThisPage","code":"<pre>iSeeThisPage() : object</pre>"},{"name":"onActionDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogAssertions","description":"<p>The available dialog assertions</p>","types":[{"value":"sap.fe.test.api.DialogAssertions","href":"api/sap.fe.test.api.DialogAssertions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Action })</code>.</p>","href":"api/sap.fe.test.TemplatePage.assertions#methods/onActionDialog","code":"<pre>onActionDialog() : sap.fe.test.api.DialogAssertions</pre>"},{"name":"onConfirmationDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogAssertions","description":"<p>The available dialog assertions</p>","types":[{"value":"sap.fe.test.api.DialogAssertions","href":"api/sap.fe.test.api.DialogAssertions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Confirmation })</code>.</p>","href":"api/sap.fe.test.TemplatePage.assertions#methods/onConfirmationDialog","code":"<pre>onConfirmationDialog() : sap.fe.test.api.DialogAssertions</pre>"},{"name":"onCreateDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogCreateAssertions","description":"<p>The available dialog assertions</p>","types":[{"value":"sap.fe.test.api.DialogCreateAssertions","href":"api/sap.fe.test.api.DialogCreateAssertions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Create })</code>.</p>","href":"api/sap.fe.test.TemplatePage.assertions#methods/onCreateDialog","code":"<pre>onCreateDialog() : sap.fe.test.api.DialogCreateAssertions</pre>"},{"name":"onDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogAssertions","description":"<p>The available dialog actions</p>","types":[{"value":"sap.fe.test.api.DialogAssertions","href":"api/sap.fe.test.api.DialogAssertions","linkEnabled":true}]},"parameters":[{"name":"vDialogIdentifier","optional":false,"description":"<p>The identifier of the dialog, or its title</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.DialogIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.DialogIdentifier"}],"defaultValue":""}],"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.DialogAssertions\">sap.fe.test.api.DialogAssertions</a> instance.</p>","href":"api/sap.fe.test.TemplatePage.assertions#methods/onDialog","code":"<pre>onDialog(vDialogIdentifier) : sap.fe.test.api.DialogAssertions</pre>"},{"name":"onErrorDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogAssertions","description":"<p>The available dialog assertions</p>","types":[{"value":"sap.fe.test.api.DialogAssertions","href":"api/sap.fe.test.api.DialogAssertions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Error })</code>.</p>","href":"api/sap.fe.test.TemplatePage.assertions#methods/onErrorDialog","code":"<pre>onErrorDialog() : sap.fe.test.api.DialogAssertions</pre>"},{"name":"onMessageDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogMessageAssertions","description":"<p>The available dialog assertions</p>","types":[{"value":"sap.fe.test.api.DialogMessageAssertions","href":"api/sap.fe.test.api.DialogMessageAssertions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Message })</code>.</p>","href":"api/sap.fe.test.TemplatePage.assertions#methods/onMessageDialog","code":"<pre>onMessageDialog() : sap.fe.test.api.DialogMessageAssertions</pre>"},{"name":"onValueHelpDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogValueHelpAssertions","description":"<p>The available dialog assertions</p>","types":[{"value":"sap.fe.test.api.DialogValueHelpAssertions","href":"api/sap.fe.test.api.DialogValueHelpAssertions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.ValueHelp })</code>.</p>","href":"api/sap.fe.test.TemplatePage.assertions#methods/onValueHelpDialog","code":"<pre>onValueHelpDialog() : sap.fe.test.api.DialogValueHelpAssertions</pre>"}],"displayName":"sap.fe.test.TemplatePage.assertions","title":"namespace sap.fe.test.TemplatePage.assertions","subTitle":""},{"name":"sap","displayName":"sap","kind":"namespace","nodes":[{"name":"sap.fe","description":"","href":"api/sap.fe"}],"title":"namespace sap","subTitle":""},{"name":"sap.fe","displayName":"sap.fe","kind":"namespace","nodes":[{"name":"sap.fe.test","description":"<p>Test library for SAP Fiori elements</p>","href":"api/sap.fe.test"}],"title":"namespace sap.fe","subTitle":""},{"name":"sap.fe.test.api","displayName":"sap.fe.test.api","kind":"namespace","nodes":[{"name":"sap.fe.test.api.ActionDialogFieldIdentifier","description":"<p>An action parameter dialog field identifier</p>","href":"api/sap.fe.test.api.ActionDialogFieldIdentifier"},{"name":"sap.fe.test.api.ActionIdentifier","description":"<p>An action identifier</p>","href":"api/sap.fe.test.api.ActionIdentifier"},{"name":"sap.fe.test.api.ColumnIdentifier","description":"<p>A column identifier</p>","href":"api/sap.fe.test.api.ColumnIdentifier"},{"name":"sap.fe.test.api.DialogActions","description":"","href":"api/sap.fe.test.api.DialogActions"},{"name":"sap.fe.test.api.DialogAssertions","description":"","href":"api/sap.fe.test.api.DialogAssertions"},{"name":"sap.fe.test.api.DialogCreateActions","description":"","href":"api/sap.fe.test.api.DialogCreateActions"},{"name":"sap.fe.test.api.DialogCreateAssertions","description":"","href":"api/sap.fe.test.api.DialogCreateAssertions"},{"name":"sap.fe.test.api.DialogFieldIdentifier","description":"<p>An dialog field identifier</p>","href":"api/sap.fe.test.api.DialogFieldIdentifier"},{"name":"sap.fe.test.api.DialogIdentifier","description":"<p>A dialog identifier</p>","href":"api/sap.fe.test.api.DialogIdentifier"},{"name":"sap.fe.test.api.DialogMessageActions","description":"","href":"api/sap.fe.test.api.DialogMessageActions"},{"name":"sap.fe.test.api.DialogMessageAssertions","description":"","href":"api/sap.fe.test.api.DialogMessageAssertions"},{"name":"sap.fe.test.api.DialogType","description":"<p>Enum for supported dialog types.</p>","href":"api/sap.fe.test.api.DialogType"},{"name":"sap.fe.test.api.DialogValueHelpActions","description":"","href":"api/sap.fe.test.api.DialogValueHelpActions"},{"name":"sap.fe.test.api.DialogValueHelpAssertions","description":"","href":"api/sap.fe.test.api.DialogValueHelpAssertions"},{"name":"sap.fe.test.api.EditState","description":"<p>Enum for supported editing states.</p>","href":"api/sap.fe.test.api.EditState"},{"name":"sap.fe.test.api.FieldIdentifier","description":"<p>A field identifier</p>","href":"api/sap.fe.test.api.FieldIdentifier"},{"name":"sap.fe.test.api.FilterBarActions","description":"","href":"api/sap.fe.test.api.FilterBarActions"},{"name":"sap.fe.test.api.FilterBarAPI","description":"","href":"api/sap.fe.test.api.FilterBarAPI"},{"name":"sap.fe.test.api.FilterBarAssertions","description":"","href":"api/sap.fe.test.api.FilterBarAssertions"},{"name":"sap.fe.test.api.FilterFieldIdentifier","description":"<p>A filter field identifier</p>","href":"api/sap.fe.test.api.FilterFieldIdentifier"},{"name":"sap.fe.test.api.FooterActionsBase","description":"","href":"api/sap.fe.test.api.FooterActionsBase"},{"name":"sap.fe.test.api.FooterActionsOP","description":"","href":"api/sap.fe.test.api.FooterActionsOP"},{"name":"sap.fe.test.api.FooterAssertionsBase","description":"","href":"api/sap.fe.test.api.FooterAssertionsBase"},{"name":"sap.fe.test.api.FooterAssertionsOP","description":"","href":"api/sap.fe.test.api.FooterAssertionsOP"},{"name":"sap.fe.test.api.FormActions","description":"","href":"api/sap.fe.test.api.FormActions"},{"name":"sap.fe.test.api.FormAPI","description":"","href":"api/sap.fe.test.api.FormAPI"},{"name":"sap.fe.test.api.FormAssertions","description":"","href":"api/sap.fe.test.api.FormAssertions"},{"name":"sap.fe.test.api.FormIdentifier","description":"<p>A form identifier</p>","href":"api/sap.fe.test.api.FormIdentifier"},{"name":"sap.fe.test.api.HeaderActions","description":"","href":"api/sap.fe.test.api.HeaderActions"},{"name":"sap.fe.test.api.HeaderActionsLR","description":"","href":"api/sap.fe.test.api.HeaderActionsLR"},{"name":"sap.fe.test.api.HeaderAssertions","description":"","href":"api/sap.fe.test.api.HeaderAssertions"},{"name":"sap.fe.test.api.HeaderAssertionsLR","description":"","href":"api/sap.fe.test.api.HeaderAssertionsLR"},{"name":"sap.fe.test.api.HeaderFacetIdentifier","description":"<p>An identifier for the header facet</p>","href":"api/sap.fe.test.api.HeaderFacetIdentifier"},{"name":"sap.fe.test.api.SectionIdentifier","description":"<p>A section identifier</p>","href":"api/sap.fe.test.api.SectionIdentifier"},{"name":"sap.fe.test.api.TableActions","description":"","href":"api/sap.fe.test.api.TableActions"},{"name":"sap.fe.test.api.TableAPI","description":"","href":"api/sap.fe.test.api.TableAPI"},{"name":"sap.fe.test.api.TableAssertions","description":"","href":"api/sap.fe.test.api.TableAssertions"},{"name":"sap.fe.test.api.TableIdentifier","description":"<p>A table identifier</p>","href":"api/sap.fe.test.api.TableIdentifier"}],"title":"namespace sap.fe.test.api","subTitle":""}]}
1
+ {"$schema-ref":"http://schemas.sap.com/sapui5/designtime/api.json/1.0","version":"1.100.0","library":"sap.fe.test","symbols":[{"kind":"namespace","name":"sap.fe.test","basename":"test","resource":"sap/fe/test/library.js","module":"sap/fe/test/library","export":"","static":true,"visibility":"public","description":"<p><p>Test library for SAP Fiori elements</p></p>","displayName":"sap.fe.test","nodes":[{"name":"sap.fe.test.BaseActions","description":"<p>All common actions (<code>When</code>) for all Opa tests are defined here.</p>","href":"api/sap.fe.test.BaseActions"},{"name":"sap.fe.test.BaseArrangements","description":"<p>All common arrangements (<code>Given</code>) for all Opa tests are defined here.</p>","href":"api/sap.fe.test.BaseArrangements"},{"name":"sap.fe.test.BaseAssertions","description":"<p>All common assertions (<code>Then</code>) for all Opa tests are defined here.</p>","href":"api/sap.fe.test.BaseAssertions"},{"name":"sap.fe.test.JourneyRunner","description":"<p>A JourneyRunner for executing integration tests with given settings.</p>","href":"api/sap.fe.test.JourneyRunner"},{"name":"sap.fe.test.ListReport","description":"<p>Provides a test page definition for a list report page with the corresponding parameters.\n</p>","href":"api/sap.fe.test.ListReport"},{"name":"sap.fe.test.ObjectPage","description":"<p>Provides a test page definition for an object page with the corresponding parameters.\n</p>","href":"api/sap.fe.test.ObjectPage"},{"name":"sap.fe.test.Shell","description":"<p>Provides a test page definition for the shell.\n</p>","href":"api/sap.fe.test.Shell"},{"name":"sap.fe.test.TemplatePage","description":"<p>Provides a test page definition for a template page with the corresponding parameters.</p>","href":"api/sap.fe.test.TemplatePage"},{"name":"sap.fe.test.api","description":"","href":"api/sap.fe.test.api"}],"title":"namespace sap.fe.test","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.ActionDialogFieldIdentifier","basename":"ActionDialogFieldIdentifier","resource":"sap/fe/test/api/BaseAPI.js","module":"sap/fe/test/api/BaseAPI","static":true,"visibility":"public","description":"<p><p>An action parameter dialog field identifier</p></p>","properties":[{"name":"property","optional":false,"visibility":"public","description":"<p>The name of the field</p>","types":[{"value":"string"}]}],"displayName":"sap.fe.test.api.ActionDialogFieldIdentifier","title":"typedef sap.fe.test.api.ActionDialogFieldIdentifier","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.ActionIdentifier","basename":"ActionIdentifier","resource":"sap/fe/test/api/BaseAPI.js","module":"sap/fe/test/api/BaseAPI","static":true,"visibility":"public","description":"<p><p>An action identifier</p></p>","properties":[{"name":"service","optional":false,"visibility":"public","description":"<p>The name of the service</p>","types":[{"value":"string"}]},{"name":"action","optional":false,"visibility":"public","description":"<p>The name of the action</p>","types":[{"value":"string"}]},{"name":"unbound","optional":true,"visibility":"public","description":"<p>Defines whether the action is a bound action (default: false)</p>","types":[{"value":"boolean"}]}],"displayName":"sap.fe.test.api.ActionIdentifier","title":"typedef sap.fe.test.api.ActionIdentifier","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.ColumnIdentifier","basename":"ColumnIdentifier","resource":"sap/fe/test/api/TableAPI.js","module":"sap/fe/test/api/TableAPI","static":true,"visibility":"public","description":"<p><p>A column identifier</p></p>","properties":[{"name":"name","optional":false,"visibility":"public","description":"<p>The technical name of the column</p>","types":[{"value":"string"}]}],"displayName":"sap.fe.test.api.ColumnIdentifier","title":"typedef sap.fe.test.api.ColumnIdentifier","subTitle":""},{"kind":"class","name":"sap.fe.test.api.DialogActions","basename":"DialogActions","resource":"sap/fe/test/api/DialogActions.js","module":"sap/fe/test/api/DialogActions","export":"","static":true,"visibility":"public","methods":[{"name":"iCancel","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Cancels the dialog by clicking the corresponding button (for example, 'Cancel').</p>","href":"api/sap.fe.test.api.DialogActions#methods/iCancel","code":"<pre>iCancel() : object</pre>"},{"name":"iChangeActionParameterDialogField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"sap.fe.test.api.ActionDialogFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionDialogFieldIdentifier"}],"defaultValue":""},{"name":"vValue","optional":true,"description":"<p>The new target value.</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"bClearFirst","optional":true,"description":"<p>Set to <code>true</code> to clear previously set filters, otherwise all previously set values will be kept</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Changes the content of a field in an action parameter dialog.</p>","href":"api/sap.fe.test.api.DialogActions#methods/iChangeActionParameterDialogField","code":"<pre>iChangeActionParameterDialogField(vFieldIdentifier, vValue?, bClearFirst?) : object</pre>"},{"name":"iChangeDialogField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"sap.fe.test.api.DialogFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.DialogFieldIdentifier"}],"defaultValue":""},{"name":"vValue","optional":true,"description":"<p>The new target value.</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"bClearFirst","optional":true,"description":"<p>Set to <code>true</code> to clear previously set filters, otherwise all previously set values will be kept</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Changes the content of a field in a dialog.</p>","href":"api/sap.fe.test.api.DialogActions#methods/iChangeDialogField","code":"<pre>iChangeDialogField(vFieldIdentifier, vValue?, bClearFirst?) : object</pre>"},{"name":"iClose","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Closes the dialog by pressing the 'Escape' key.</p>","href":"api/sap.fe.test.api.DialogActions#methods/iClose","code":"<pre>iClose() : object</pre>"},{"name":"iConfirm","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Confirms the dialog by clicking the corresponding button (for example, 'OK').</p>","href":"api/sap.fe.test.api.DialogActions#methods/iConfirm","code":"<pre>iConfirm() : object</pre>"}],"displayName":"sap.fe.test.api.DialogActions","title":"class sap.fe.test.api.DialogActions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.DialogAssertions","basename":"DialogAssertions","resource":"sap/fe/test/api/DialogAssertions.js","module":"sap/fe/test/api/DialogAssertions","export":"","static":true,"visibility":"public","methods":[{"name":"iCheckActionParameterDialogField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"sap.fe.test.api.ActionDialogFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionDialogFieldIdentifier"}],"defaultValue":""},{"name":"vValue","optional":true,"description":"<p>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></p>","types":[{"value":"string"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"object"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the content and state of a field in an action parameter dialog.</p>","href":"api/sap.fe.test.api.DialogAssertions#methods/iCheckActionParameterDialogField","code":"<pre>iCheckActionParameterDialogField(vFieldIdentifier, vValue?, mState?) : object</pre>"},{"name":"iCheckCancel","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mButtonState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the cancellation button of the dialog.</p>","href":"api/sap.fe.test.api.DialogAssertions#methods/iCheckCancel","code":"<pre>iCheckCancel(mButtonState?) : object</pre>"},{"name":"iCheckConfirm","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mButtonState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the confirmation button of the dialog.</p>","href":"api/sap.fe.test.api.DialogAssertions#methods/iCheckConfirm","code":"<pre>iCheckConfirm(mButtonState?) : object</pre>"},{"name":"iCheckDialogField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"sap.fe.test.api.DialogFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.DialogFieldIdentifier"}],"defaultValue":""},{"name":"vValue","optional":true,"description":"<p>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></p>","types":[{"value":"string"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"object"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the content and state of a field in a dialog.</p>","href":"api/sap.fe.test.api.DialogAssertions#methods/iCheckDialogField","code":"<pre>iCheckDialogField(vFieldIdentifier, vValue?, mState?) : object</pre>"},{"name":"iCheckState","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mDialogState","optional":true,"description":"<p>Defines the expected state of the dialog</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the dialog.</p>","href":"api/sap.fe.test.api.DialogAssertions#methods/iCheckState","code":"<pre>iCheckState(mDialogState?) : object</pre>"}],"displayName":"sap.fe.test.api.DialogAssertions","title":"class sap.fe.test.api.DialogAssertions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.DialogCreateActions","basename":"DialogCreateActions","resource":"sap/fe/test/api/DialogCreateActions.js","module":"sap/fe/test/api/DialogCreateActions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.DialogActions","methods":[{"name":"iExecuteCreate","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the <code>Create</code> action on the create dialog.</p>","href":"api/sap.fe.test.api.DialogCreateActions#methods/iExecuteCreate","code":"<pre>iExecuteCreate() : object</pre>"}],"displayName":"sap.fe.test.api.DialogCreateActions","title":"class sap.fe.test.api.DialogCreateActions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.DialogCreateAssertions","basename":"DialogCreateAssertions","resource":"sap/fe/test/api/DialogCreateAssertions.js","module":"sap/fe/test/api/DialogCreateAssertions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.DialogAssertions","methods":[{"name":"iCheckCreate","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Create</code> action on the dialog.</p>","href":"api/sap.fe.test.api.DialogCreateAssertions#methods/iCheckCreate","code":"<pre>iCheckCreate(mState?) : object</pre>"}],"displayName":"sap.fe.test.api.DialogCreateAssertions","title":"class sap.fe.test.api.DialogCreateAssertions","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.DialogFieldIdentifier","basename":"DialogFieldIdentifier","resource":"sap/fe/test/api/BaseAPI.js","module":"sap/fe/test/api/BaseAPI","static":true,"visibility":"public","description":"<p><p>An dialog field identifier</p></p>","properties":[{"name":"property","optional":false,"visibility":"public","description":"<p>The name of the field In case of an action parameter dialog, this is the fieldname only <code><pre>\n{\n property: <fieldname>\n}\n</pre></code> In case of a create dialog, the concatenation of the entity and fieldname has to be provided <code><pre>\n{\n property: <entity>::<fieldname>\n}\n</pre></code></p>","types":[{"value":"string"}]}],"displayName":"sap.fe.test.api.DialogFieldIdentifier","title":"typedef sap.fe.test.api.DialogFieldIdentifier","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.DialogIdentifier","basename":"DialogIdentifier","resource":"sap/fe/test/api/BaseAPI.js","module":"sap/fe/test/api/BaseAPI","static":true,"visibility":"public","description":"<p><p>A dialog identifier</p></p>","properties":[{"name":"type","optional":false,"visibility":"public","description":"<p>The type of the dialog</p>","types":[{"value":"sap.fe.test.api.DialogType","linkEnabled":true,"href":"api/sap.fe.test.api.DialogType"}]}],"displayName":"sap.fe.test.api.DialogIdentifier","title":"typedef sap.fe.test.api.DialogIdentifier","subTitle":""},{"kind":"class","name":"sap.fe.test.api.DialogMessageActions","basename":"DialogMessageActions","resource":"sap/fe/test/api/DialogMessageActions.js","module":"sap/fe/test/api/DialogMessageActions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.DialogActions","methods":[{"name":"iConfirmDiscardDraft","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Confirms the draft message with Discard Draft when navigating back to the list-report.</p>","href":"api/sap.fe.test.api.DialogMessageActions#methods/iConfirmDiscardDraft","code":"<pre>iConfirmDiscardDraft() : object</pre>"},{"name":"iExecuteBack","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the <code>Back</code> action on the message dialog.</p>","href":"api/sap.fe.test.api.DialogMessageActions#methods/iExecuteBack","code":"<pre>iExecuteBack() : object</pre>"},{"name":"iExecuteRefresh","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the <code>Refresh</code> action on the message dialog.</p>","href":"api/sap.fe.test.api.DialogMessageActions#methods/iExecuteRefresh","code":"<pre>iExecuteRefresh() : object</pre>"}],"displayName":"sap.fe.test.api.DialogMessageActions","title":"class sap.fe.test.api.DialogMessageActions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.DialogMessageAssertions","basename":"DialogMessageAssertions","resource":"sap/fe/test/api/DialogMessageAssertions.js","module":"sap/fe/test/api/DialogMessageAssertions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.DialogAssertions","methods":[{"name":"iCheckBack","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Back</code> action on the message dialog.</p>","href":"api/sap.fe.test.api.DialogMessageAssertions#methods/iCheckBack","code":"<pre>iCheckBack(mState?) : object</pre>"},{"name":"iCheckMessage","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"oMessage","optional":true,"description":"<p>Defines the expected state of the message, e.g. <code>{ title: \"My message\" }</code></p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks whether a certain message is shown in the dialog.</p>","href":"api/sap.fe.test.api.DialogMessageAssertions#methods/iCheckMessage","code":"<pre>iCheckMessage(oMessage?) : object</pre>"},{"name":"iCheckRefresh","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Refresh</code> action on the dialog.</p>","href":"api/sap.fe.test.api.DialogMessageAssertions#methods/iCheckRefresh","code":"<pre>iCheckRefresh(mState?) : object</pre>"}],"displayName":"sap.fe.test.api.DialogMessageAssertions","title":"class sap.fe.test.api.DialogMessageAssertions","subTitle":""},{"kind":"enum","name":"sap.fe.test.api.DialogType","basename":"DialogType","resource":"sap/fe/test/api/DialogType.js","module":"sap/fe/test/api/DialogType","export":"","static":true,"visibility":"public","description":"<p><p>Enum for supported dialog types.</p></p>","properties":[{"name":"sap.fe.test.api.DialogType.Action","visibility":"public","description":"<p>A default dialog for action parameters</p>"},{"name":"sap.fe.test.api.DialogType.Confirmation","visibility":"public","description":"<p>A simple dialog supporting base checks and actions such as 'Confirm' and 'Cancel'</p>"},{"name":"sap.fe.test.api.DialogType.Create","visibility":"public","description":"<p>A dialog used for creating a new object</p>"},{"name":"sap.fe.test.api.DialogType.Error","visibility":"public","description":"<p>A dialog used for showing an error message</p>"},{"name":"sap.fe.test.api.DialogType.Message","visibility":"public","description":"<p>A message dialog for showing back-end messages</p>"},{"name":"sap.fe.test.api.DialogType.ValueHelp","visibility":"public","description":"<p>A ValueHelp dialog that has a condition definition panel or a filterable selection table</p>"}],"displayName":"sap.fe.test.api.DialogType","title":"enum sap.fe.test.api.DialogType","subTitle":""},{"kind":"class","name":"sap.fe.test.api.DialogValueHelpActions","basename":"DialogValueHelpActions","resource":"sap/fe/test/api/DialogValueHelpActions.js","module":"sap/fe/test/api/DialogValueHelpActions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.DialogActions","methods":[{"name":"iAddCondition","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sOperator","optional":false,"description":"<p>The condition operator, like EQ, BT, LT, GT (see also <a target=\"_self\" href=\"api/sap.ui.model.filter.FilterOperator\">sap.ui.model.filter.FilterOperator</a>)</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"vValues","optional":false,"description":"<p>The values to be set. If the operator requires more than one value, like BT (between), an array with the two entries is expected</p>","types":[{"value":"string"},{"value":"string[]"}],"defaultValue":""}],"description":"<p>Adds a new condition.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iAddCondition","code":"<pre>iAddCondition(sOperator, vValues) : object</pre>"},{"name":"iChangeCondition","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sOperator","optional":false,"description":"<p>The condition operator, like EQ, BT, LT, GT (see also <a target=\"_self\" href=\"api/sap.ui.model.filter.FilterOperator\">sap.ui.model.filter.FilterOperator</a>)</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"vValues","optional":false,"description":"<p>The values to be set. If the operator requires more than one value like BT (between) an array with the two entries is expected</p>","types":[{"value":"string"},{"value":"string[]"}],"defaultValue":""},{"name":"iConditionIndex","optional":true,"description":"<p>The index of the condition to be altered. If not set, the index 0 is used</p>","types":[{"value":"number"}],"defaultValue":""}],"description":"<p>Changes an existing condition.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iChangeCondition","code":"<pre>iChangeCondition(sOperator, vValues, iConditionIndex?) : object</pre>"},{"name":"iChangeFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the filter field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""},{"name":"vValue","optional":true,"description":"<p>The new target value.</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"bClearFirst","optional":true,"description":"<p>Set to <code>true</code> to clear previously set filters, otherwise all previously set values will be kept</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Changes the value of a filter field.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iChangeFilterField","code":"<pre>iChangeFilterField(vFieldIdentifier, vValue?, bClearFirst?) : object</pre>"},{"name":"iChangeSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sSearchText","optional":true,"description":"<p>The new search value.</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Changes the value of the search field.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iChangeSearchField","code":"<pre>iChangeSearchField(sSearchText?) : object</pre>"},{"name":"iExecuteSearch","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"description":"<p>Starts the search.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iExecuteSearch","code":"<pre>iExecuteSearch() : object</pre>"},{"name":"iExecuteShowHideFilters","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"description":"<p>Clicks the <code>Hide/Show Filters</code> button.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iExecuteShowHideFilters","code":"<pre>iExecuteShowHideFilters() : object</pre>"},{"name":"iGoToDefineConditions","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"description":"<p>Navigates to the <code>Define Conditions</code> tab.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iGoToDefineConditions","code":"<pre>iGoToDefineConditions() : object</pre>"},{"name":"iGoToSearchAndSelect","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"description":"<p>Navigates to the <code>Search and Select</code> tab.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iGoToSearchAndSelect","code":"<pre>iGoToSearchAndSelect() : object</pre>"},{"name":"iRemoveCondition","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"iConditionIndex","optional":true,"description":"<p>The index of the condition to be removed. If not set, the index 0 is used</p>","types":[{"value":"number"}],"defaultValue":""}],"description":"<p>Removes an existing condition.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iRemoveCondition","code":"<pre>iRemoveCondition(iConditionIndex?) : object</pre>"},{"name":"iResetSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"description":"<p>Resets the search field value.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iResetSearchField","code":"<pre>iResetSearchField() : object</pre>"},{"name":"iSelectRows","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vRowValues","optional":true,"description":"<p>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.</p>","types":[{"value":"object"},{"value":"number"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the row</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Selects the specified rows.</p>","href":"api/sap.fe.test.api.DialogValueHelpActions#methods/iSelectRows","code":"<pre>iSelectRows(vRowValues?, mState?) : object</pre>"}],"displayName":"sap.fe.test.api.DialogValueHelpActions","title":"class sap.fe.test.api.DialogValueHelpActions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.DialogValueHelpAssertions","basename":"DialogValueHelpAssertions","resource":"sap/fe/test/api/DialogValueHelpAssertions.js","module":"sap/fe/test/api/DialogValueHelpAssertions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.DialogAssertions","methods":[{"name":"iCheckDefineConditions","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the filter bar</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Define conditions</code> tab.</p>","href":"api/sap.fe.test.api.DialogValueHelpAssertions#methods/iCheckDefineConditions","code":"<pre>iCheckDefineConditions(mState?) : object</pre>"},{"name":"iCheckFilterBar","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the filter bar</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the filter bar.</p>","href":"api/sap.fe.test.api.DialogValueHelpAssertions#methods/iCheckFilterBar","code":"<pre>iCheckFilterBar(mState?) : object</pre>"},{"name":"iCheckFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the filter field</p>","types":[{"value":"object"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""},{"name":"vConditionValues","optional":true,"description":"<p>The expected value(s) of the filter field</p>","types":[{"value":"string"},{"value":"object"},{"value":"Array","linkEnabled":true,"href":"api/Array"}],"defaultValue":""},{"name":"sOperator","optional":true,"description":"<p>The expected operator</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the filter field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks a filter field. If <code>vConditionValues</code> is <code>undefined</code>, the current condition values are ignored.</p>","href":"api/sap.fe.test.api.DialogValueHelpAssertions#methods/iCheckFilterField","code":"<pre>iCheckFilterField(vFieldIdentifier, vConditionValues?, sOperator?, mState?) : object</pre>"},{"name":"iCheckRows","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mRowValues","optional":true,"description":"<p>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></p>","types":[{"value":"object"}],"defaultValue":""},{"name":"iExpectedNumberOfRows","optional":true,"description":"<p>The expected number of rows considering <code>mRowValues</code> and <code>mRowState</code></p>","types":[{"value":"number"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the target row</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>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.</p>","href":"api/sap.fe.test.api.DialogValueHelpAssertions#methods/iCheckRows","code":"<pre>iCheckRows(mRowValues?, iExpectedNumberOfRows?, mState?) : object</pre>"},{"name":"iCheckSearchAndSelect","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the filter bar</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Search and Select</code> tab.</p>","href":"api/sap.fe.test.api.DialogValueHelpAssertions#methods/iCheckSearchAndSelect","code":"<pre>iCheckSearchAndSelect(mState?) : object</pre>"},{"name":"iCheckSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sSearchText","optional":true,"description":"<p>The expected text in the search field</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the search field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the search field in the filter bar. If the <code>sSearchText</code> parameter is <code>undefined</code>, the search text is not validated.</p>","href":"api/sap.fe.test.api.DialogValueHelpAssertions#methods/iCheckSearchField","code":"<pre>iCheckSearchField(sSearchText?, mState?) : object</pre>"},{"name":"iCheckTable","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the search field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the table.</p>","href":"api/sap.fe.test.api.DialogValueHelpAssertions#methods/iCheckTable","code":"<pre>iCheckTable(mState?) : object</pre>"}],"displayName":"sap.fe.test.api.DialogValueHelpAssertions","title":"class sap.fe.test.api.DialogValueHelpAssertions","subTitle":""},{"kind":"enum","name":"sap.fe.test.api.EditState","basename":"EditState","resource":"sap/fe/test/api/EditState.js","module":"sap/fe/test/api/EditState","export":"","static":true,"visibility":"public","description":"<p><p>Enum for supported editing states.</p></p>","properties":[{"name":"sap.fe.test.api.EditState.All","visibility":"public","description":"<p>All</p>"},{"name":"sap.fe.test.api.EditState.AllHidingDrafts","visibility":"public","description":"<p>All (Hiding Drafts)</p>"},{"name":"sap.fe.test.api.EditState.Locked","visibility":"public","description":"<p>Locked by Another User</p>"},{"name":"sap.fe.test.api.EditState.OwnDraft","visibility":"public","description":"<p>Own Draft</p>"},{"name":"sap.fe.test.api.EditState.Unchanged","visibility":"public","description":"<p>Unchanged</p>"},{"name":"sap.fe.test.api.EditState.UnsavedChanges","visibility":"public","description":"<p>Unsaved Changes by Another User</p>"}],"displayName":"sap.fe.test.api.EditState","title":"enum sap.fe.test.api.EditState","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.FieldIdentifier","basename":"FieldIdentifier","resource":"sap/fe/test/api/BaseAPI.js","module":"sap/fe/test/api/BaseAPI","static":true,"visibility":"public","description":"<p><p>A field identifier</p></p>","properties":[{"name":"fieldGroup","optional":true,"visibility":"public","description":"<p>The name of the field group containing the field</p>","types":[{"value":"string"}]},{"name":"property","optional":false,"visibility":"public","description":"<p>The name of the field</p>","types":[{"value":"string"}]},{"name":"connectedFields","optional":true,"visibility":"public","description":"<p>The name of the connected field containing the field</p>","types":[{"value":"string"}]}],"displayName":"sap.fe.test.api.FieldIdentifier","title":"typedef sap.fe.test.api.FieldIdentifier","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FilterBarActions","basename":"FilterBarActions","resource":"sap/fe/test/api/FilterBarActions.js","module":"sap/fe/test/api/FilterBarActions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.FilterBarAPI","methods":[{"name":"iAddAdaptationFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""}],"description":"<p>Adds a field as a filter field.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iAddAdaptationFilterField","code":"<pre>iAddAdaptationFilterField(vFieldIdentifier) : object</pre>"},{"name":"iChangeEditingStatus","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sEditState","optional":false,"description":"<p>Value of an edit state</p>","types":[{"value":"sap.fe.test.api.EditState","linkEnabled":true,"href":"api/sap.fe.test.api.EditState"}],"defaultValue":""}],"description":"<p>Changes the editing status filter field.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iChangeEditingStatus","code":"<pre>iChangeEditingStatus(sEditState) : object</pre>"},{"name":"iChangeFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier for the filter field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""},{"name":"vValue","optional":true,"description":"<p>The new target value</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"bClearFirst","optional":true,"description":"<p>Set to <code>true</code> to clear previously set filters, otherwise all previously set values will be kept</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Changes the value of the defined filter field.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iChangeFilterField","code":"<pre>iChangeFilterField(vFieldIdentifier, vValue?, bClearFirst?) : object</pre>"},{"name":"iChangeSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sSearchText","optional":true,"description":"<p>The new search text</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Changes the search field.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iChangeSearchField","code":"<pre>iChangeSearchField(sSearchText?) : object</pre>"},{"name":"iExecuteKeyboardShortcut","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sShortcut","optional":false,"description":"<p>Pattern for the shortcut</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"vFieldIdentifier","optional":true,"description":"<p>The identifier of the field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""}],"description":"<p>Executes a keyboard shortcut.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iExecuteKeyboardShortcut","code":"<pre>iExecuteKeyboardShortcut(sShortcut, vFieldIdentifier?) : object</pre>"},{"name":"iExecuteSearch","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the search with the current filters.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iExecuteSearch","code":"<pre>iExecuteSearch() : object</pre>"},{"name":"iOpenValueHelp","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the filter field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""}],"description":"<p>Opens the value help of the given field.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iOpenValueHelp","code":"<pre>iOpenValueHelp(vFieldIdentifier) : object</pre>"},{"name":"iRemoveAdaptationFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""}],"description":"<p>Removes a field as a filter field.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iRemoveAdaptationFilterField","code":"<pre>iRemoveAdaptationFilterField(vFieldIdentifier) : object</pre>"},{"name":"iResetSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Resets the search field.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iResetSearchField","code":"<pre>iResetSearchField() : object</pre>"},{"name":"iSaveVariant","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sVariantName","optional":true,"description":"<p>The name of the new variant. If no new variant name is defined, the current variant will be overwritten.</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"bSetAsDefault","optional":true,"description":"<p>Saves the new variant with option \"Set as Default\".</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"bApplyAutomatically","optional":true,"description":"<p>Saves the new variant with option \"Apply Automatically\".</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Saves a variant under the given name, or overwrites the current variant.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iSaveVariant","code":"<pre>iSaveVariant(sVariantName?, bSetAsDefault?, bApplyAutomatically?) : object</pre>"},{"name":"iSelectVariant","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sVariantName","optional":false,"description":"<p>The name of the variant to be selected</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Selects the chosen variant.</p>","href":"api/sap.fe.test.api.FilterBarActions#methods/iSelectVariant","code":"<pre>iSelectVariant(sVariantName) : object</pre>"}],"displayName":"sap.fe.test.api.FilterBarActions","title":"class sap.fe.test.api.FilterBarActions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FilterBarAPI","basename":"FilterBarAPI","resource":"sap/fe/test/api/FilterBarAPI.js","module":"sap/fe/test/api/FilterBarAPI","export":"","static":true,"visibility":"public","methods":[{"name":"sap.fe.test.api.FilterBarAPI.createFilterFieldBuilder","visibility":"restricted","static":true,"returnValue":{"type":"sap.fe.test.builder.FilterFieldBuilder","description":"<p>The FieldBuilder instance</p>","types":[{"value":"sap.fe.test.builder.FilterFieldBuilder","href":"api/sap.fe.test.builder.FilterFieldBuilder","linkEnabled":true}]},"parameters":[{"name":"oFilterBarBuilder","optional":false,"description":"<p>The builder of the filter bar to which the field belongs</p>","types":[{"value":"sap.fe.test.builder.FilterBarBuilder","linkEnabled":true,"href":"api/sap.fe.test.builder.FilterBarBuilder"}],"defaultValue":""},{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field in the filter bar</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""},{"name":"mState","optional":false,"types":[{"value":"undefined"}],"defaultValue":"","description":""}],"description":"<p>Retrieve a filter field by its identifier.</p>","href":"api/sap.fe.test.api.FilterBarAPI#methods/sap.fe.test.api.FilterBarAPI.createFilterFieldBuilder","code":"<pre>sap.fe.test.api.FilterBarAPI.createFilterFieldBuilder(oFilterBarBuilder, vFieldIdentifier, mState) : sap.fe.test.builder.FilterFieldBuilder</pre>"},{"name":"filterFieldAdaptation","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the adaptation filter field</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"vActions","optional":true,"description":"<p>The actions to be executed on found adaptation field</p>","types":[{"value":"function"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"sap.ui.test.actions.Action","linkEnabled":true,"href":"api/sap.ui.test.actions.Action"}],"defaultValue":""},{"name":"sDescription","optional":false,"description":"<p>The description of the check or adaptation</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>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.</p>","href":"api/sap.fe.test.api.FilterBarAPI#methods/filterFieldAdaptation","code":"<pre>filterFieldAdaptation(vFieldIdentifier, mState?, vActions?, sDescription) : object</pre>"},{"name":"iConfirmFilterAdaptation","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Confirms the filter bar adaptation. It can be used in an action chain as well as in an assertion chain.</p>","href":"api/sap.fe.test.api.FilterBarAPI#methods/iConfirmFilterAdaptation","code":"<pre>iConfirmFilterAdaptation() : object</pre>"},{"name":"iOpenFilterAdaptation","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Opens the filter bar adaptation. It can be used in an action chain as well as in an assertion chain.</p>","href":"api/sap.fe.test.api.FilterBarAPI#methods/iOpenFilterAdaptation","code":"<pre>iOpenFilterAdaptation() : object</pre>"}],"displayName":"sap.fe.test.api.FilterBarAPI","title":"class sap.fe.test.api.FilterBarAPI","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FilterBarAssertions","basename":"FilterBarAssertions","resource":"sap/fe/test/api/FilterBarAssertions.js","module":"sap/fe/test/api/FilterBarAssertions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.FilterBarAPI","methods":[{"name":"iCheckAdaptationFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the filter field, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the filter field in the adaptation dialog</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks a field in the adaptation dialog.</p>","href":"api/sap.fe.test.api.FilterBarAssertions#methods/iCheckAdaptationFilterField","code":"<pre>iCheckAdaptationFilterField(vFieldIdentifier, mState?) : object</pre>"},{"name":"iCheckEditingStatus","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sEditState","optional":true,"description":"<p>The expected edit state value</p>","types":[{"value":"sap.fe.test.api.EditState","linkEnabled":true,"href":"api/sap.fe.test.api.EditState"}],"defaultValue":""},{"name":"mFieldState","optional":true,"description":"<p>Defines the expected state of the filter field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Check the filter field for the editing status.</p>","href":"api/sap.fe.test.api.FilterBarAssertions#methods/iCheckEditingStatus","code":"<pre>iCheckEditingStatus(sEditState?, mFieldState?) : object</pre>"},{"name":"iCheckFilterAdaptation","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks whether the filter adaptation dialog is open.</p>","href":"api/sap.fe.test.api.FilterBarAssertions#methods/iCheckFilterAdaptation","code":"<pre>iCheckFilterAdaptation() : object</pre>"},{"name":"iCheckFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the filter field</p>","types":[{"value":"object"},{"value":"sap.fe.test.api.FilterFieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FilterFieldIdentifier"}],"defaultValue":""},{"name":"vConditionValues","optional":true,"description":"<p>The expected value(s) of the filter field</p>","types":[{"value":"string"},{"value":"object"},{"value":"Array","linkEnabled":true,"href":"api/Array"}],"defaultValue":""},{"name":"sOperator","optional":true,"description":"<p>The expected operator</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the filter field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks a filter field. If <code>vConditionValues</code> is <code>undefined</code>, the current condition values are ignored.</p>","href":"api/sap.fe.test.api.FilterBarAssertions#methods/iCheckFilterField","code":"<pre>iCheckFilterField(vFieldIdentifier, vConditionValues?, sOperator?, mState?) : object</pre>"},{"name":"iCheckSearch","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the Go button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the search button.</p>","href":"api/sap.fe.test.api.FilterBarAssertions#methods/iCheckSearch","code":"<pre>iCheckSearch(mState?) : object</pre>"},{"name":"iCheckSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sSearchText","optional":true,"description":"<p>The expected text in the search field</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the search field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the search field in the filter bar. If the <code>sSearchText</code> parameter is <code>undefined</code>, the search text is not validated.</p>","href":"api/sap.fe.test.api.FilterBarAssertions#methods/iCheckSearchField","code":"<pre>iCheckSearchField(sSearchText?, mState?) : object</pre>"},{"name":"iCheckState","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mFilterBarState","optional":true,"description":"<p>Defines the expected state of the filter bar</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the filter bar.</p>","href":"api/sap.fe.test.api.FilterBarAssertions#methods/iCheckState","code":"<pre>iCheckState(mFilterBarState?) : object</pre>"}],"displayName":"sap.fe.test.api.FilterBarAssertions","title":"class sap.fe.test.api.FilterBarAssertions","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.FilterFieldIdentifier","basename":"FilterFieldIdentifier","resource":"sap/fe/test/api/FilterBarAPI.js","module":"sap/fe/test/api/FilterBarAPI","static":true,"visibility":"public","description":"<p><p>A filter field identifier</p></p>","properties":[{"name":"property","optional":false,"visibility":"public","description":"<p>The name of the property</p>","types":[{"value":"string"}]}],"displayName":"sap.fe.test.api.FilterFieldIdentifier","title":"typedef sap.fe.test.api.FilterFieldIdentifier","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FooterActionsBase","basename":"FooterActionsBase","resource":"sap/fe/test/api/FooterActionsBase.js","module":"sap/fe/test/api/FooterActionsBase","export":"","static":true,"visibility":"public","methods":[{"name":"iExecuteAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":true,"description":"<p>The identifier of the action or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""}],"description":"<p>Executes a footer action.</p>","href":"api/sap.fe.test.api.FooterActionsBase#methods/iExecuteAction","code":"<pre>iExecuteAction(vActionIdentifier?) : object</pre>"}],"displayName":"sap.fe.test.api.FooterActionsBase","title":"class sap.fe.test.api.FooterActionsBase","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FooterActionsOP","basename":"FooterActionsOP","resource":"sap/fe/test/api/FooterActionsOP.js","module":"sap/fe/test/api/FooterActionsOP","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.FooterActionsBase","methods":[{"name":"iConfirmCancel","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Confirms the Cancel action when user clicks <code>Cancel</code> in draft mode.</p>","href":"api/sap.fe.test.api.FooterActionsOP#methods/iConfirmCancel","code":"<pre>iConfirmCancel() : object</pre>"},{"name":"iExecuteApply","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the Apply action in the footer bar of a sub-object page.</p>","href":"api/sap.fe.test.api.FooterActionsOP#methods/iExecuteApply","code":"<pre>iExecuteApply() : object</pre>"},{"name":"iExecuteCancel","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the Cancel action in the footer bar of the object page.</p>","href":"api/sap.fe.test.api.FooterActionsOP#methods/iExecuteCancel","code":"<pre>iExecuteCancel() : object</pre>"},{"name":"iExecuteSave","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the Save or Create action in the footer bar of the object page.</p>","href":"api/sap.fe.test.api.FooterActionsOP#methods/iExecuteSave","code":"<pre>iExecuteSave() : object</pre>"}],"displayName":"sap.fe.test.api.FooterActionsOP","title":"class sap.fe.test.api.FooterActionsOP","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FooterAssertionsBase","basename":"FooterAssertionsBase","resource":"sap/fe/test/api/FooterAssertionsBase.js","module":"sap/fe/test/api/FooterAssertionsBase","export":"","static":true,"visibility":"public","methods":[{"name":"iCheckAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":false,"description":"<p>The identifier of an action</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of an action in the footer bar.</p>","href":"api/sap.fe.test.api.FooterAssertionsBase#methods/iCheckAction","code":"<pre>iCheckAction(vActionIdentifier, mState?) : object</pre>"},{"name":"iCheckState","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the footer bar</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the footer bar.</p>","href":"api/sap.fe.test.api.FooterAssertionsBase#methods/iCheckState","code":"<pre>iCheckState(mState?) : object</pre>"}],"displayName":"sap.fe.test.api.FooterAssertionsBase","title":"class sap.fe.test.api.FooterAssertionsBase","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FooterAssertionsOP","basename":"FooterAssertionsOP","resource":"sap/fe/test/api/FooterAssertionsOP.js","module":"sap/fe/test/api/FooterAssertionsOP","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.FooterAssertionsBase","methods":[{"name":"iCheckApply","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the Apply action in the footer bar.</p>","href":"api/sap.fe.test.api.FooterAssertionsOP#methods/iCheckApply","code":"<pre>iCheckApply(mState?) : object</pre>"},{"name":"iCheckCancel","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the Cancel action in the footer bar.</p>","href":"api/sap.fe.test.api.FooterAssertionsOP#methods/iCheckCancel","code":"<pre>iCheckCancel(mState?) : object</pre>"},{"name":"iCheckDraftStateClear","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks for draft state 'Clear' in the footer bar.</p>","href":"api/sap.fe.test.api.FooterAssertionsOP#methods/iCheckDraftStateClear","code":"<pre>iCheckDraftStateClear() : object</pre>"},{"name":"iCheckDraftStateSaved","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks for draft state 'Saved' in the footer bar.</p>","href":"api/sap.fe.test.api.FooterAssertionsOP#methods/iCheckDraftStateSaved","code":"<pre>iCheckDraftStateSaved() : object</pre>"},{"name":"iCheckSave","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the Save or Create action in the footer bar.</p>","href":"api/sap.fe.test.api.FooterAssertionsOP#methods/iCheckSave","code":"<pre>iCheckSave(mState?) : object</pre>"}],"displayName":"sap.fe.test.api.FooterAssertionsOP","title":"class sap.fe.test.api.FooterAssertionsOP","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FormActions","basename":"FormActions","resource":"sap/fe/test/api/FormActions.js","module":"sap/fe/test/api/FormActions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.FormAPI","methods":[{"name":"iChangeField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"sap.fe.test.api.FieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FieldIdentifier"},{"value":"string"}],"defaultValue":""},{"name":"sValue","optional":true,"description":"<p>The value to be set for the field</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Changes the value of a field within a form.</p>","href":"api/sap.fe.test.api.FormActions#methods/iChangeField","code":"<pre>iChangeField(vFieldIdentifier, sValue?) : object</pre>"},{"name":"iClickCheckBox","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"sap.fe.test.api.FieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FieldIdentifier"}],"defaultValue":""}],"description":"<p>Toggles the value of a checkbox within a form.</p>","href":"api/sap.fe.test.api.FormActions#methods/iClickCheckBox","code":"<pre>iClickCheckBox(vFieldIdentifier) : object</pre>"},{"name":"iClickLink","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"sap.fe.test.api.FieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FieldIdentifier"},{"value":"string"}],"defaultValue":""}],"description":"<p>Clicks a link within a form.</p>","href":"api/sap.fe.test.api.FormActions#methods/iClickLink","code":"<pre>iClickLink(vFieldIdentifier) : object</pre>"},{"name":"iExecuteAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":false,"description":"<p>The identifier of the action or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""}],"description":"<p>Executes an action assigned to a form in a subsection.</p>","href":"api/sap.fe.test.api.FormActions#methods/iExecuteAction","code":"<pre>iExecuteAction(vActionIdentifier) : object</pre>"},{"name":"iExecuteShowLess","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the Show Less action of a form in a subsection.</p>","href":"api/sap.fe.test.api.FormActions#methods/iExecuteShowLess","code":"<pre>iExecuteShowLess() : object</pre>"},{"name":"iExecuteShowMore","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the Show More action of a form in a subsection.</p>","href":"api/sap.fe.test.api.FormActions#methods/iExecuteShowMore","code":"<pre>iExecuteShowMore() : object</pre>"},{"name":"iOpenValueHelp","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FieldIdentifier"}],"defaultValue":""}],"description":"<p>Opens the value help of the given field.</p>","href":"api/sap.fe.test.api.FormActions#methods/iOpenValueHelp","code":"<pre>iOpenValueHelp(vFieldIdentifier) : object</pre>"}],"displayName":"sap.fe.test.api.FormActions","title":"class sap.fe.test.api.FormActions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FormAPI","basename":"FormAPI","resource":"sap/fe/test/api/FormAPI.js","module":"sap/fe/test/api/FormAPI","export":"","static":true,"visibility":"public","displayName":"sap.fe.test.api.FormAPI","title":"class sap.fe.test.api.FormAPI","subTitle":""},{"kind":"class","name":"sap.fe.test.api.FormAssertions","basename":"FormAssertions","resource":"sap/fe/test/api/FormAssertions.js","module":"sap/fe/test/api/FormAssertions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.FormAPI","methods":[{"name":"iCheckAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":false,"description":"<p>The identifier of an action</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of an action in a subsection.</p>","href":"api/sap.fe.test.api.FormAssertions#methods/iCheckAction","code":"<pre>iCheckAction(vActionIdentifier, mState?) : object</pre>"},{"name":"iCheckField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FieldIdentifier"}],"defaultValue":""},{"name":"vValue","optional":true,"description":"<p>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></p>","types":[{"value":"string"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"object"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the content and state of a field within a form.</p>","href":"api/sap.fe.test.api.FormAssertions#methods/iCheckField","code":"<pre>iCheckField(vFieldIdentifier, vValue?, mState?) : object</pre>"},{"name":"iCheckLink","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.FieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FieldIdentifier"}],"defaultValue":""},{"name":"sText","optional":true,"description":"<p>The link text</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the field is a link with the given text and state.</p>","href":"api/sap.fe.test.api.FormAssertions#methods/iCheckLink","code":"<pre>iCheckLink(vFieldIdentifier, sText?, mState?) : object</pre>"},{"name":"iCheckShowLess","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the Show Less action of a form in a subsection.</p>","href":"api/sap.fe.test.api.FormAssertions#methods/iCheckShowLess","code":"<pre>iCheckShowLess(mState?) : object</pre>"},{"name":"iCheckShowMore","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the Show More action of a form in a subsection.</p>","href":"api/sap.fe.test.api.FormAssertions#methods/iCheckShowMore","code":"<pre>iCheckShowMore(mState?) : object</pre>"},{"name":"iCheckState","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":false,"description":"<p>Defines the expected state of the form</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the form.</p>","href":"api/sap.fe.test.api.FormAssertions#methods/iCheckState","code":"<pre>iCheckState(mState) : object</pre>"}],"displayName":"sap.fe.test.api.FormAssertions","title":"class sap.fe.test.api.FormAssertions","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.FormIdentifier","basename":"FormIdentifier","resource":"sap/fe/test/api/FormAPI.js","module":"sap/fe/test/api/FormAPI","static":true,"visibility":"public","description":"<p><p>A form identifier</p></p>","properties":[{"name":"section","optional":false,"visibility":"public","description":"<p>The facet ID</p>","types":[{"value":"string"}]},{"name":"fieldGroup","optional":false,"visibility":"public","description":"<p>The fieldgroup ID</p>","types":[{"value":"string"}]}],"displayName":"sap.fe.test.api.FormIdentifier","title":"typedef sap.fe.test.api.FormIdentifier","subTitle":""},{"kind":"class","name":"sap.fe.test.api.HeaderActions","basename":"HeaderActions","resource":"sap/fe/test/api/HeaderActions.js","module":"sap/fe/test/api/HeaderActions","export":"","static":true,"visibility":"public","methods":[{"name":"iClickLink","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vLinkIdentifier","optional":false,"description":"<p>The label of the link to be clicked (TODO it actually must be the link text with the current implementation)</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Clicks a link within the object page header.</p><p>TODO this function will not made public as it is, it needs some refactoring to behave similar to the FormActions#iClickLink function.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iClickLink","code":"<pre>iClickLink(vLinkIdentifier) : object</pre>"},{"name":"iExecuteAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":false,"description":"<p>The identifier of the action</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""}],"description":"<p>Executes an action in the header toolbar of an object page.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecuteAction","code":"<pre>iExecuteAction(vActionIdentifier) : object</pre>"},{"name":"iExecuteDelete","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the Delete action in the header toolbar of an object page.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecuteDelete","code":"<pre>iExecuteDelete() : object</pre>"},{"name":"iExecuteEdit","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the Edit action in the header toolbar of an object page.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecuteEdit","code":"<pre>iExecuteEdit() : object</pre>"},{"name":"iExecuteMenuAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vAction","optional":false,"description":"<p>The label of the action or its state</p>","types":[{"value":"string"},{"value":"object"}],"defaultValue":""}],"description":"<p>Executes an action in the drop-down menu that is currently open.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecuteMenuAction","code":"<pre>iExecuteMenuAction(vAction) : object</pre>"},{"name":"iExecutePaginatorDown","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Navigates to the next sub-object page.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecutePaginatorDown","code":"<pre>iExecutePaginatorDown() : object</pre>"},{"name":"iExecutePaginatorUp","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Navigates to the previous sub-object page.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecutePaginatorUp","code":"<pre>iExecutePaginatorUp() : object</pre>"},{"name":"iExecuteRelatedApps","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the Related Apps action in the header toolbar of an object page.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecuteRelatedApps","code":"<pre>iExecuteRelatedApps() : object</pre>"},{"name":"iExecuteSaveAsTile","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sBookmarkTitle","optional":false,"description":"<p>The title of the new tile</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Executes the <code>Save as Tile</code> action.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecuteSaveAsTile","code":"<pre>iExecuteSaveAsTile(sBookmarkTitle) : object</pre>"},{"name":"iExecuteSendEmail","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the <code>Send E-Mail</code> action.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iExecuteSendEmail","code":"<pre>iExecuteSendEmail() : object</pre>"},{"name":"iNavigateByBreadcrumb","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sLink","optional":false,"description":"<p>The label of the link to be navigated to</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Navigates by using a breadcrumb link on an object page.</p>","href":"api/sap.fe.test.api.HeaderActions#methods/iNavigateByBreadcrumb","code":"<pre>iNavigateByBreadcrumb(sLink) : object</pre>"}],"displayName":"sap.fe.test.api.HeaderActions","title":"class sap.fe.test.api.HeaderActions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.HeaderActionsLR","basename":"HeaderActionsLR","resource":"sap/fe/test/api/HeaderActionsLR.js","module":"sap/fe/test/api/HeaderActionsLR","export":"","static":true,"visibility":"public","methods":[{"name":"iExecuteAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":true,"description":"<p>The identifier of the action</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""}],"description":"<p>Executes an action in the header toolbar of a list report.</p>","href":"api/sap.fe.test.api.HeaderActionsLR#methods/iExecuteAction","code":"<pre>iExecuteAction(vActionIdentifier?) : object</pre>"},{"name":"iExecuteSaveAsTile","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sBookmarkTitle","optional":false,"description":"<p>The title of the new tile</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Executes the <code>Save as Tile</code> action.</p>","href":"api/sap.fe.test.api.HeaderActionsLR#methods/iExecuteSaveAsTile","code":"<pre>iExecuteSaveAsTile(sBookmarkTitle) : object</pre>"},{"name":"iExecuteSendEmail","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the <code>Send E-Mail</code> action.</p>","href":"api/sap.fe.test.api.HeaderActionsLR#methods/iExecuteSendEmail","code":"<pre>iExecuteSendEmail() : object</pre>"}],"displayName":"sap.fe.test.api.HeaderActionsLR","title":"class sap.fe.test.api.HeaderActionsLR","subTitle":""},{"kind":"class","name":"sap.fe.test.api.HeaderAssertions","basename":"HeaderAssertions","resource":"sap/fe/test/api/HeaderAssertions.js","module":"sap/fe/test/api/HeaderAssertions","export":"","static":true,"visibility":"public","methods":[{"name":"iCheckAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":false,"description":"<p>The identifier of the action</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks an action in the header toolbar.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckAction","code":"<pre>iCheckAction(vActionIdentifier, mState?) : object</pre>"},{"name":"iCheckBreadCrumb","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sLink","optional":true,"description":"<p>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.</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Checks a specific breadcrumb link on the object page.</p><p>TODO this function will not be public yet: Its signature doesn't fit the framework.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckBreadCrumb","code":"<pre>iCheckBreadCrumb(sLink?) : object</pre>"},{"name":"iCheckDataPoint","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sTitle","optional":false,"description":"<p>The title of the data point</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"sValue","optional":false,"description":"<p>The expected value of the data point</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Checks a data point in the object page header.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckDataPoint","code":"<pre>iCheckDataPoint(sTitle, sValue) : object</pre>"},{"name":"iCheckDelete","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Delete</code> action in the header toolbar.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckDelete","code":"<pre>iCheckDelete(mState?) : object</pre>"},{"name":"iCheckEdit","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Edit</code> action in the header toolbar.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckEdit","code":"<pre>iCheckEdit(mState?) : object</pre>"},{"name":"iCheckFieldInFieldGroup","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFieldIdentifier","optional":false,"description":"<p>The identifier of the field</p>","types":[{"value":"sap.fe.test.api.FieldIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FieldIdentifier"},{"value":"string"}],"defaultValue":""},{"name":"vValue","optional":true,"description":"<p>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></p>","types":[{"value":"string"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"object"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks a field within a field group in the object page header.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckFieldInFieldGroup","code":"<pre>iCheckFieldInFieldGroup(vFieldIdentifier, vValue?, mState?) : object</pre>"},{"name":"iCheckHeaderFacet","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vFacetIdentifier","optional":false,"description":"<p>The Identifier of the header facet</p>","types":[{"value":"sap.fe.test.api.HeaderFacetIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.HeaderFacetIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the custom facet in the object page header.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckHeaderFacet","code":"<pre>iCheckHeaderFacet(vFacetIdentifier, mState?) : object</pre>"},{"name":"iCheckMenuAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vAction","optional":false,"description":"<p>The state map or label of the action</p>","types":[{"value":"object"},{"value":"string"}],"defaultValue":""}],"description":"<p>Checks an action in the popover that is currently open.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckMenuAction","code":"<pre>iCheckMenuAction(vAction) : object</pre>"},{"name":"iCheckMicroChart","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vMicroChartIdentifier","optional":false,"description":"<p>Id/Type or Title of MicroChart</p>","types":[{"value":"object"},{"value":"string"}],"defaultValue":""},{"name":"sUoMLabel","optional":false,"description":"<p>UoM label of the MicroChart</p>","types":[{"value":"undefined"}],"defaultValue":""}],"description":"<p>Checks a MicroChart shown in the header of an object page.</p><p>TODO this function will not be public yet: Its signature doesn't fit the framework.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckMicroChart","code":"<pre>iCheckMicroChart(vMicroChartIdentifier, sUoMLabel) : object</pre>"},{"name":"iCheckNumberOfHeaderContentItems","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"iNumberOfItems","optional":false,"description":"<p>The expected number of items</p>","types":[{"value":"number"}],"defaultValue":""},{"name":"bIncludeHidden","optional":true,"description":"<p>Defines whether non-visible items should be counted</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Checks the number of items available in the Object Page header.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckNumberOfHeaderContentItems","code":"<pre>iCheckNumberOfHeaderContentItems(iNumberOfItems, bIncludeHidden?) : object</pre>"},{"name":"iCheckPaginatorDown","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":false,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the paginator down button.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckPaginatorDown","code":"<pre>iCheckPaginatorDown(mState) : object</pre>"},{"name":"iCheckPaginatorUp","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":false,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the paginator up button.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckPaginatorUp","code":"<pre>iCheckPaginatorUp(mState) : object</pre>"},{"name":"iCheckRelatedApps","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Related Apps</code> action in the header toolbar.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckRelatedApps","code":"<pre>iCheckRelatedApps(mState?) : object</pre>"},{"name":"iCheckSaveAsTile","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Save as Tile</code> action.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckSaveAsTile","code":"<pre>iCheckSaveAsTile(mState?) : object</pre>"},{"name":"iCheckSendEmail","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks <code>Send Email</code> action.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckSendEmail","code":"<pre>iCheckSendEmail(mState?) : object</pre>"},{"name":"iCheckTitle","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sTitle","optional":true,"description":"<p>Title of the object page header</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"sDescription","optional":true,"description":"<p>Description of the object page header</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Checks the title and description of the object page.</p><p>If either title or description is <code>undefined</code>, it will not be checked.</p>","href":"api/sap.fe.test.api.HeaderAssertions#methods/iCheckTitle","code":"<pre>iCheckTitle(sTitle?, sDescription?) : object</pre>"}],"displayName":"sap.fe.test.api.HeaderAssertions","title":"class sap.fe.test.api.HeaderAssertions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.HeaderAssertionsLR","basename":"HeaderAssertionsLR","resource":"sap/fe/test/api/HeaderAssertionsLR.js","module":"sap/fe/test/api/HeaderAssertionsLR","export":"","static":true,"visibility":"public","methods":[{"name":"iCheckAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":true,"description":"<p>The identifier of the action, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks an action of the header toolbar.</p>","href":"api/sap.fe.test.api.HeaderAssertionsLR#methods/iCheckAction","code":"<pre>iCheckAction(vActionIdentifier?, mState?) : object</pre>"},{"name":"iCheckSaveAsTile","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Save as Tile</code> action.</p>","href":"api/sap.fe.test.api.HeaderAssertionsLR#methods/iCheckSaveAsTile","code":"<pre>iCheckSaveAsTile(mState?) : object</pre>"},{"name":"iCheckSendEmail","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Send Email</code> action.</p>","href":"api/sap.fe.test.api.HeaderAssertionsLR#methods/iCheckSendEmail","code":"<pre>iCheckSendEmail(mState?) : object</pre>"}],"displayName":"sap.fe.test.api.HeaderAssertionsLR","title":"class sap.fe.test.api.HeaderAssertionsLR","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.HeaderFacetIdentifier","basename":"HeaderFacetIdentifier","resource":"sap/fe/test/api/HeaderAPI.js","module":"sap/fe/test/api/HeaderAPI","static":true,"visibility":"public","description":"<p><p>An identifier for the header facet</p></p>","properties":[{"name":"facetId","optional":false,"visibility":"public","description":"<p>The identifier of the facet</p>","types":[{"value":"string"}]},{"name":"collection","optional":true,"visibility":"public","description":"<p>Defines whether the facet is a collection facet (default: <code>false</code>)</p>","types":[{"value":"boolean"}]},{"name":"custom","optional":true,"visibility":"public","description":"<p>Defines whether the facet is a custom header facet (default: <code>false</code>)</p>","types":[{"value":"boolean"}]}],"displayName":"sap.fe.test.api.HeaderFacetIdentifier","title":"typedef sap.fe.test.api.HeaderFacetIdentifier","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.SectionIdentifier","basename":"SectionIdentifier","resource":"sap/fe/test/api/BaseAPI.js","module":"sap/fe/test/api/BaseAPI","static":true,"visibility":"public","description":"<p><p>A section identifier</p></p>","properties":[{"name":"section","optional":false,"visibility":"public","description":"<p>The name of the section facet</p>","types":[{"value":"string"}]},{"name":"subSection","optional":true,"visibility":"public","description":"<p>The name of the sub-section facet</p>","types":[{"value":"string"}]}],"displayName":"sap.fe.test.api.SectionIdentifier","title":"typedef sap.fe.test.api.SectionIdentifier","subTitle":""},{"kind":"class","name":"sap.fe.test.api.TableActions","basename":"TableActions","resource":"sap/fe/test/api/TableActions.js","module":"sap/fe/test/api/TableActions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.TableAPI","methods":[{"name":"iAddAdaptationColumn","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column field, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""}],"description":"<p>Adds a field as a column to the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iAddAdaptationColumn","code":"<pre>iAddAdaptationColumn(vColumnIdentifier) : object</pre>"},{"name":"iAggregateByColumn","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column field, its label or index</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"},{"value":"number"}],"defaultValue":""},{"name":"sFieldLabel","optional":true,"description":"<p>The target field to group on in case of a complex property</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Aggregates the table entries by the specified column.</p>","href":"api/sap.fe.test.api.TableActions#methods/iAggregateByColumn","code":"<pre>iAggregateByColumn(vColumnIdentifier, sFieldLabel?) : object</pre>"},{"name":"iChangeFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"vValue","optional":false,"description":"<p>Defines the value of the filter field condition</p>","types":[{"value":"string"},{"value":"object"}],"defaultValue":""},{"name":"bClearFirst","optional":true,"description":"<p>Set to <code>true</code> to clear previously set filters, otherwise all previously set values will be kept</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Adds a filter condition to the filter field.</p>","href":"api/sap.fe.test.api.TableActions#methods/iChangeFilterField","code":"<pre>iChangeFilterField(vColumnIdentifier, vValue, bClearFirst?) : object</pre>"},{"name":"iChangeRow","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vRowValues","optional":true,"description":"<p>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.</p>","types":[{"value":"object"},{"value":"number"}],"defaultValue":""},{"name":"mTargetValues","optional":false,"description":"<p>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>.</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Changes the specified row. The given value map must match exactly one row.</p><p>If 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.</p>","href":"api/sap.fe.test.api.TableActions#methods/iChangeRow","code":"<pre>iChangeRow(vRowValues?, mTargetValues) : object</pre>"},{"name":"iChangeSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sSearchText","optional":true,"description":"<p>The new search text</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Changes the search field.</p>","href":"api/sap.fe.test.api.TableActions#methods/iChangeSearchField","code":"<pre>iChangeSearchField(sSearchText?) : object</pre>"},{"name":"iChangeSortOrder","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column field, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"sSortOrder","optional":true,"description":"<p>The sort order, default is <a target=\"_self\" href=\"api/sap.ui.core.SortOrder\">sap.ui.core.SortOrder.Ascending</a></p>","types":[{"value":"sap.ui.core.SortOrder","linkEnabled":true,"href":"api/sap.ui.core.SortOrder"}],"defaultValue":""}],"description":"<p>Adds a field to the sorting of the table via the sort dialog.</p>","href":"api/sap.fe.test.api.TableActions#methods/iChangeSortOrder","code":"<pre>iChangeSortOrder(vColumnIdentifier, sSortOrder?) : object</pre>"},{"name":"iClickOnMessageStripFilter","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Presses the messageStrip filter in case of issues, warnings or error message on the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iClickOnMessageStripFilter","code":"<pre>iClickOnMessageStripFilter() : object</pre>"},{"name":"iCollapseGroupRow","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"iLevel","optional":false,"description":"<p>The level of the group row to be collapsed (1-based)</p>","types":[{"value":"number"}],"defaultValue":""},{"name":"sTitle","optional":false,"description":"<p>The title of the group row to be collapsed</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Collapses a row corresponding to a visual group.</p>","href":"api/sap.fe.test.api.TableActions#methods/iCollapseGroupRow","code":"<pre>iCollapseGroupRow(iLevel, sTitle) : object</pre>"},{"name":"iExecuteAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":true,"description":"<p>The identifier of the action, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""}],"description":"<p>Executes an action on the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteAction","code":"<pre>iExecuteAction(vActionIdentifier?) : object</pre>"},{"name":"iExecuteCreate","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the <code>Create</code> action on the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteCreate","code":"<pre>iExecuteCreate() : object</pre>"},{"name":"iExecuteDelete","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the <code>Delete</code> action on the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteDelete","code":"<pre>iExecuteDelete() : object</pre>"},{"name":"iExecuteFullScreen","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the <code>Fullscreen</code> action on the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteFullScreen","code":"<pre>iExecuteFullScreen() : object</pre>"},{"name":"iExecuteInlineAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vRowValues","optional":true,"description":"<p>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.</p>","types":[{"value":"object"},{"value":"number"}],"defaultValue":""},{"name":"vColumn","optional":false,"description":"<p>The column name, label or index</p>","types":[{"value":"string"},{"value":"number"}],"defaultValue":""}],"description":"<p>Executes an action that is available in a certain column within a table row.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteInlineAction","code":"<pre>iExecuteInlineAction(vRowValues?, vColumn) : object</pre>"},{"name":"iExecuteInlineCreate","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Executes the action to create a row in the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteInlineCreate","code":"<pre>iExecuteInlineCreate() : object</pre>"},{"name":"iExecuteKeyboardShortcut","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sShortcut","optional":false,"description":"<p>The shortcut pattern</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"vRowValues","optional":true,"description":"<p>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.</p>","types":[{"value":"object"},{"value":"number"}],"defaultValue":""},{"name":"vColumn","optional":false,"description":"<p>The column name, label or index</p>","types":[{"value":"string"},{"value":"number"}],"defaultValue":""}],"description":"<p>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.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteKeyboardShortcut","code":"<pre>iExecuteKeyboardShortcut(sShortcut, vRowValues?, vColumn) : object</pre>"},{"name":"iExecuteMenuAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vAction","optional":false,"description":"<p>The label of the action or its state</p>","types":[{"value":"string"},{"value":"object"}],"defaultValue":""}],"description":"<p>Executes an action form the drop-down menu that is currently open.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteMenuAction","code":"<pre>iExecuteMenuAction(vAction) : object</pre>"},{"name":"iExecuteShowHideDetails","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"bShowDetails","optional":true,"description":"<p>Optional parameter to enforce a certain state (showing details yes/no corresponds to true/false); if not set, state is toggled</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Executes the <code>Show/Hide details</code> action on the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExecuteShowHideDetails","code":"<pre>iExecuteShowHideDetails(bShowDetails?) : object</pre>"},{"name":"iExpandGroupRow","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"iLevel","optional":false,"description":"<p>The level of the group row to be expanded (1-based)</p>","types":[{"value":"number"}],"defaultValue":""},{"name":"sTitle","optional":false,"description":"<p>The title of the group row to be expanded</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Expands a row corresponding to a visual group.</p>","href":"api/sap.fe.test.api.TableActions#methods/iExpandGroupRow","code":"<pre>iExpandGroupRow(iLevel, sTitle) : object</pre>"},{"name":"iGroupByColumn","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column field, its label or index</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"},{"value":"number"}],"defaultValue":""},{"name":"sFieldLabel","optional":true,"description":"<p>The target field to group on in case of a complex property</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Groups the table entries by the specified column.</p>","href":"api/sap.fe.test.api.TableActions#methods/iGroupByColumn","code":"<pre>iGroupByColumn(vColumnIdentifier, sFieldLabel?) : object</pre>"},{"name":"iPasteData","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"aData","optional":false,"description":"<p>The data to be pasted</p>","types":[{"value":"string[][]"}],"defaultValue":""}],"description":"<p>Pastes data into the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iPasteData","code":"<pre>iPasteData(aData) : object</pre>"},{"name":"iPressCell","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mRowValues","optional":true,"description":"<p>Specifies the target row by column-value map, e.g. <code><pre>\n{\n 0: \"Max\",\n \"Last Name\": \"Mustermann\"\n}\n</pre></code></p>","types":[{"value":"object"}],"defaultValue":""},{"name":"vColumn","optional":false,"description":"<p>The column name, label or index</p>","types":[{"value":"string"},{"value":"number"}],"defaultValue":""}],"description":"<p>Presses the control in the table cell.</p>","href":"api/sap.fe.test.api.TableActions#methods/iPressCell","code":"<pre>iPressCell(mRowValues?, vColumn) : object</pre>"},{"name":"iPressMore","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Scrolls update the grow threshold of responsive table and rebind the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iPressMore","code":"<pre>iPressMore() : object</pre>"},{"name":"iPressRow","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vRowValues","optional":true,"description":"<p>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.</p>","types":[{"value":"object"},{"value":"number"}],"defaultValue":""}],"description":"<p>Clicks the specified row.</p>","href":"api/sap.fe.test.api.TableActions#methods/iPressRow","code":"<pre>iPressRow(vRowValues?) : object</pre>"},{"name":"iRemoveAdaptationColumn","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column field, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""}],"description":"<p>Removes a field as a column from the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iRemoveAdaptationColumn","code":"<pre>iRemoveAdaptationColumn(vColumnIdentifier) : object</pre>"},{"name":"iRemoveVariant","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sVariantName","optional":false,"description":"<p>The name of the variant to be removed</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Removes the variant of the given name.</p>","href":"api/sap.fe.test.api.TableActions#methods/iRemoveVariant","code":"<pre>iRemoveVariant(sVariantName) : object</pre>"},{"name":"iResetSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Resets the search field.</p>","href":"api/sap.fe.test.api.TableActions#methods/iResetSearchField","code":"<pre>iResetSearchField() : object</pre>"},{"name":"iSaveVariant","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sVariantName","optional":true,"description":"<p>The name of the new variant. If omitted, the current variant will be overwritten</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Saves a variant under the given name, or overwrites the current one.</p>","href":"api/sap.fe.test.api.TableActions#methods/iSaveVariant","code":"<pre>iSaveVariant(sVariantName?) : object</pre>"},{"name":"iScroll","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sDirection","optional":true,"description":"<p>The scroll direction \"up\" or \"down\" (default)</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Scrolls up/down to the first/last row of the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iScroll","code":"<pre>iScroll(sDirection?) : object</pre>"},{"name":"iSelectAllRows","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Selects all rows in a table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iSelectAllRows","code":"<pre>iSelectAllRows() : object</pre>"},{"name":"iSelectQuickFilterItem","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vItemIdentifier","optional":true,"description":"<p>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</p>","types":[{"value":"object"},{"value":"string"}],"defaultValue":""}],"description":"<p>Selects a quick-filter item on the table.</p>","href":"api/sap.fe.test.api.TableActions#methods/iSelectQuickFilterItem","code":"<pre>iSelectQuickFilterItem(vItemIdentifier?) : object</pre>"},{"name":"iSelectRows","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vRowValues","optional":true,"description":"<p>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.</p>","types":[{"value":"object"},{"value":"number"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the row</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Selects the specified rows.</p>","href":"api/sap.fe.test.api.TableActions#methods/iSelectRows","code":"<pre>iSelectRows(vRowValues?, mState?) : object</pre>"},{"name":"iSelectVariant","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sVariantName","optional":false,"description":"<p>The name of the variant to be selected</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Selects the chosen variant.</p>","href":"api/sap.fe.test.api.TableActions#methods/iSelectVariant","code":"<pre>iSelectVariant(sVariantName) : object</pre>"},{"name":"iSetDefaultVariant","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sVariantName","optional":false,"description":"<p>The name of the variant to be set as the default variant. If omitted, the Standard variant is set as the default</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Sets the variant as the default.</p>","href":"api/sap.fe.test.api.TableActions#methods/iSetDefaultVariant","code":"<pre>iSetDefaultVariant(sVariantName) : object</pre>"},{"name":"iSortByColumn","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column field, its label or index</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"},{"value":"number"}],"defaultValue":""},{"name":"sFieldLabel","optional":true,"description":"<p>The target field to sort by in case of a complex property</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"bDescending","optional":false,"types":[{"value":"undefined"}],"defaultValue":"","description":""}],"description":"<p>Sorts the table entries by the specified column.</p>","href":"api/sap.fe.test.api.TableActions#methods/iSortByColumn","code":"<pre>iSortByColumn(vColumnIdentifier, sFieldLabel?, bDescending) : object</pre>"}],"displayName":"sap.fe.test.api.TableActions","title":"class sap.fe.test.api.TableActions","subTitle":""},{"kind":"class","name":"sap.fe.test.api.TableAPI","basename":"TableAPI","resource":"sap/fe/test/api/TableAPI.js","module":"sap/fe/test/api/TableAPI","export":"","static":true,"visibility":"public","methods":[{"name":"columnAdaptation","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the state of the adaptation column</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"vActions","optional":true,"description":"<p>The actions to be executed on found adaptation field</p>","types":[{"value":"function"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"sap.ui.test.actions.Action","linkEnabled":true,"href":"api/sap.ui.test.actions.Action"}],"defaultValue":""},{"name":"sDescription","optional":false,"description":"<p>The description of the check or adaptation</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>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.</p>","href":"api/sap.fe.test.api.TableAPI#methods/columnAdaptation","code":"<pre>columnAdaptation(vColumnIdentifier, mState?, vActions?, sDescription) : object</pre>"},{"name":"columnSorting","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the state of the adaptation column</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"vActions","optional":true,"description":"<p>The actions to be executed on found adaptation field</p>","types":[{"value":"function"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"sap.ui.test.actions.Action","linkEnabled":true,"href":"api/sap.ui.test.actions.Action"}],"defaultValue":""},{"name":"sDescription","optional":false,"description":"<p>The description of the check or adaptation</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>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.</p>","href":"api/sap.fe.test.api.TableAPI#methods/columnSorting","code":"<pre>columnSorting(vColumnIdentifier, mState?, vActions?, sDescription) : object</pre>"},{"name":"iConfirmColumnAdaptation","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Confirms and closes the adaptation dialog of the table.</p>","href":"api/sap.fe.test.api.TableAPI#methods/iConfirmColumnAdaptation","code":"<pre>iConfirmColumnAdaptation() : object</pre>"},{"name":"iConfirmColumnSorting","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Confirms and closes the sorting dialog of the table.</p>","href":"api/sap.fe.test.api.TableAPI#methods/iConfirmColumnSorting","code":"<pre>iConfirmColumnSorting() : object</pre>"},{"name":"iConfirmFilterDialog","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Confirms and closes the filtering dialog of the table.</p>","href":"api/sap.fe.test.api.TableAPI#methods/iConfirmFilterDialog","code":"<pre>iConfirmFilterDialog() : object</pre>"},{"name":"iOpenColumnAdaptation","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Opens the column adaptation dialog of the table.</p>","href":"api/sap.fe.test.api.TableAPI#methods/iOpenColumnAdaptation","code":"<pre>iOpenColumnAdaptation() : object</pre>"},{"name":"iOpenColumnSorting","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Opens the sorting dialog of the table.</p>","href":"api/sap.fe.test.api.TableAPI#methods/iOpenColumnSorting","code":"<pre>iOpenColumnSorting() : object</pre>"},{"name":"iOpenFilterDialog","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Opens the filtering dialog of the table.</p>","href":"api/sap.fe.test.api.TableAPI#methods/iOpenFilterDialog","code":"<pre>iOpenFilterDialog() : object</pre>"},{"name":"personalization","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The field identifier</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>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></p>","types":[{"value":"object"}],"defaultValue":""},{"name":"vActions","optional":true,"description":"<p>The actions to be executed on found field</p>","types":[{"value":"function"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"sap.ui.test.actions.Action","linkEnabled":true,"href":"api/sap.ui.test.actions.Action"}],"defaultValue":""},{"name":"sDescription","optional":false,"description":"<p>The description of the check or adaptation</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"oDialogBuilder","optional":false,"description":"<p>The dialog builder</p>","types":[{"value":"sap.ui.test.OpaBuilder","linkEnabled":true,"href":"api/sap.ui.test.OpaBuilder"}],"defaultValue":""},{"name":"fnOpenDialog","optional":false,"description":"<p>A callback for opening the dialog</p>","types":[{"value":"function"}],"defaultValue":""},{"name":"fnCloseDialog","optional":false,"description":"<p>A callback for closing the dialog</p>","types":[{"value":"function"}],"defaultValue":""}],"description":"<p>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.</p>","href":"api/sap.fe.test.api.TableAPI#methods/personalization","code":"<pre>personalization(vColumnIdentifier, mState?, vActions?, sDescription, oDialogBuilder, fnOpenDialog, fnCloseDialog) : object</pre>"},{"name":"sortingPersonalization","visibility":"restricted","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The field identifier</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>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></p>","types":[{"value":"object"}],"defaultValue":""},{"name":"vActions","optional":true,"description":"<p>The actions to be executed on found field</p>","types":[{"value":"function"},{"value":"Array","linkEnabled":true,"href":"api/Array"},{"value":"sap.ui.test.actions.Action","linkEnabled":true,"href":"api/sap.ui.test.actions.Action"}],"defaultValue":""},{"name":"sDescription","optional":false,"description":"<p>The description of the check or adaptation</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"oDialogBuilder","optional":false,"description":"<p>The dialog builder</p>","types":[{"value":"sap.ui.test.OpaBuilder","linkEnabled":true,"href":"api/sap.ui.test.OpaBuilder"}],"defaultValue":""},{"name":"fnOpenDialog","optional":false,"description":"<p>A callback for opening the dialog</p>","types":[{"value":"function"}],"defaultValue":""},{"name":"fnCloseDialog","optional":false,"description":"<p>A callback for closing the dialog</p>","types":[{"value":"function"}],"defaultValue":""}],"description":"<p>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.</p>","href":"api/sap.fe.test.api.TableAPI#methods/sortingPersonalization","code":"<pre>sortingPersonalization(vColumnIdentifier, mState?, vActions?, sDescription, oDialogBuilder, fnOpenDialog, fnCloseDialog) : object</pre>"}],"displayName":"sap.fe.test.api.TableAPI","title":"class sap.fe.test.api.TableAPI","subTitle":""},{"kind":"class","name":"sap.fe.test.api.TableAssertions","basename":"TableAssertions","resource":"sap/fe/test/api/TableAssertions.js","module":"sap/fe/test/api/TableAssertions","export":"","static":true,"visibility":"public","extends":"sap.fe.test.api.TableAPI","methods":[{"name":"iCheckAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vActionIdentifier","optional":false,"description":"<p>The identifier of the action, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ActionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ActionIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of a table action.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckAction","code":"<pre>iCheckAction(vActionIdentifier, mState?) : object</pre>"},{"name":"iCheckAdaptationColumn","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the field control in the adaptation dialog</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks a field in the adaptation dialog.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckAdaptationColumn","code":"<pre>iCheckAdaptationColumn(vColumnIdentifier, mState?) : object</pre>"},{"name":"iCheckCells","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vRowValues","optional":true,"description":"<p>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.</p>","types":[{"value":"object"},{"value":"number"}],"defaultValue":""},{"name":"mColumnStateMap","optional":false,"description":"<p>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></p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the cells of a table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckCells","code":"<pre>iCheckCells(vRowValues?, mColumnStateMap) : object</pre>"},{"name":"iCheckColumnAdaptation","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks whether the adaptation button is available for the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckColumnAdaptation","code":"<pre>iCheckColumnAdaptation() : object</pre>"},{"name":"iCheckColumnAdaptationDialog","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks whether the column adaptation dialog is open.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckColumnAdaptationDialog","code":"<pre>iCheckColumnAdaptationDialog() : object</pre>"},{"name":"iCheckColumnFiltering","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks whether the filter button is available for the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckColumnFiltering","code":"<pre>iCheckColumnFiltering() : object</pre>"},{"name":"iCheckColumns","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"iExpectedNumberOfColumns","optional":true,"description":"<p>The expected number of columns</p>","types":[{"value":"number"}],"defaultValue":""},{"name":"mColumnStateMap","optional":true,"description":"<p>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></p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the columns of the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckColumns","code":"<pre>iCheckColumns(iExpectedNumberOfColumns?, mColumnStateMap?) : object</pre>"},{"name":"iCheckColumnSorting","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks whether the sort button is available for the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckColumnSorting","code":"<pre>iCheckColumnSorting() : object</pre>"},{"name":"iCheckCreate","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Create</code> action of the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckCreate","code":"<pre>iCheckCreate(mState?) : object</pre>"},{"name":"iCheckCreationRow","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mRowValues","optional":true,"description":"<p>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></p>","types":[{"value":"object"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the target row</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the CreationRow button in the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckCreationRow","code":"<pre>iCheckCreationRow(mRowValues?, mState?) : object</pre>"},{"name":"iCheckDelete","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Delete</code> action of the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckDelete","code":"<pre>iCheckDelete(mState?) : object</pre>"},{"name":"iCheckExport","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks whether the export button is available for the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckExport","code":"<pre>iCheckExport() : object</pre>"},{"name":"iCheckFilterField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the field, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the field control in the filter dialog</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks a filter field in the filter dialog.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckFilterField","code":"<pre>iCheckFilterField(vColumnIdentifier, mState?) : object</pre>"},{"name":"iCheckFullScreen","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the button</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the <code>Fullscreen</code> action of the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckFullScreen","code":"<pre>iCheckFullScreen(mState?) : object</pre>"},{"name":"iCheckMenuAction","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vAction","optional":false,"description":"<p>The label of the action, or its state</p>","types":[{"value":"object"},{"value":"string"}],"defaultValue":""}],"description":"<p>Checks an action in the drop-down menu that is currently open.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckMenuAction","code":"<pre>iCheckMenuAction(vAction) : object</pre>"},{"name":"iCheckMessageStrip","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mProperty","optional":true,"description":"<p>Defines the expected properties of the messageStrip in the table</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks a messageStrip on a table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckMessageStrip","code":"<pre>iCheckMessageStrip(mProperty?) : object</pre>"},{"name":"iCheckPaste","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Checks whether the paste button is available for the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckPaste","code":"<pre>iCheckPaste() : object</pre>"},{"name":"iCheckQuickFilter","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the control</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the quick filter action of the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckQuickFilter","code":"<pre>iCheckQuickFilter(mState?) : object</pre>"},{"name":"iCheckQuickFilterItems","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"iExpectedNumberOfItems","optional":false,"description":"<p>The expected number of quick-filter items</p>","types":[{"value":"number"}],"defaultValue":""}],"description":"<p>Checks the number of items in the quick-filter menu.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckQuickFilterItems","code":"<pre>iCheckQuickFilterItems(iExpectedNumberOfItems) : object</pre>"},{"name":"iCheckRows","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mRowValues","optional":true,"description":"<p>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></p>","types":[{"value":"object"}],"defaultValue":""},{"name":"iExpectedNumberOfRows","optional":true,"description":"<p>The expected number of rows considering <code>mRowValues</code> and <code>mRowState</code></p>","types":[{"value":"number"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the target row</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"vEmptyColumns","optional":true,"description":"<p>Defines the expected empty columns</p>","types":[{"value":"Array","linkEnabled":true,"href":"api/Array"}],"defaultValue":""}],"description":"<p>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.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckRows","code":"<pre>iCheckRows(mRowValues?, iExpectedNumberOfRows?, mState?, vEmptyColumns?) : object</pre>"},{"name":"iCheckSearchField","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function that can be used for chaining statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sSearchText","optional":true,"description":"<p>The expected text in the search field</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"mState","optional":true,"description":"<p>Defines the expected state of the search field</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the search field in the table toolbar. If the <code>sSearchText</code> parameter is <code>undefined</code>, the search text is not validated.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckSearchField","code":"<pre>iCheckSearchField(sSearchText?, mState?) : object</pre>"},{"name":"iCheckSortOrder","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vColumnIdentifier","optional":false,"description":"<p>The identifier of the column, or its label</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.ColumnIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.ColumnIdentifier"}],"defaultValue":""},{"name":"sSortOrder","optional":true,"description":"<p>The sort order of the column, default is <a target=\"_self\" href=\"api/sap.ui.core.SortOrder\">sap.ui.core.SortOrder.Ascending</a></p>","types":[{"value":"sap.ui.core.SortOrder","linkEnabled":true,"href":"api/sap.ui.core.SortOrder"}],"defaultValue":""},{"name":"bCheckPersonalization","optional":true,"description":"<p>Defines if the order is checked via sorting dialog, or via the column itself</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Checks a field in the sorting dialog.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckSortOrder","code":"<pre>iCheckSortOrder(vColumnIdentifier, sSortOrder?, bCheckPersonalization?) : object</pre>"},{"name":"iCheckState","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"mState","optional":true,"description":"<p>Defines the expected state of the table</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Checks the state of the table.</p>","href":"api/sap.fe.test.api.TableAssertions#methods/iCheckState","code":"<pre>iCheckState(mState?) : object</pre>"}],"displayName":"sap.fe.test.api.TableAssertions","title":"class sap.fe.test.api.TableAssertions","subTitle":""},{"kind":"typedef","name":"sap.fe.test.api.TableIdentifier","basename":"TableIdentifier","resource":"sap/fe/test/api/BaseAPI.js","module":"sap/fe/test/api/BaseAPI","static":true,"visibility":"public","description":"<p><p>A table identifier</p></p>","properties":[{"name":"property","optional":false,"visibility":"public","description":"<p>The name of the navigation property used for the table</p>","types":[{"value":"string"}]},{"name":"qualifier","optional":true,"visibility":"public","description":"<p>The name of a qualifier for the table</p>","types":[{"value":"string"}]}],"displayName":"sap.fe.test.api.TableIdentifier","title":"typedef sap.fe.test.api.TableIdentifier","subTitle":""},{"kind":"class","name":"sap.fe.test.BaseActions","basename":"BaseActions","resource":"sap/fe/test/BaseActions.js","module":"sap/fe/test/BaseActions","export":"","static":true,"visibility":"public","extends":"sap.ui.test.Opa5","description":"<p>All common actions (<code>When</code>) for all Opa tests are defined here.</p>","ui5-metadata":{"stereotype":"object"},"constructor":{"visibility":"public","description":"<p>Constructs a new <a target=\"_self\" href=\"api/sap.fe.test.Opa5\">sap.fe.test.Opa5</a> instance.</p>","references":[],"codeExample":"<pre>new sap.fe.test.BaseActions()</pre>"},"methods":[{"name":"sap.fe.test.BaseActions.extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"<p>Created class / constructor function</p>","types":[{"value":"function"}]},"parameters":[{"name":"sClassName","optional":false,"description":"<p>Name of the class being created</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"oClassInfo","optional":true,"description":"<p>Object literal with information about the class</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"FNMetaImpl","optional":true,"description":"<p>Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class</p>","types":[{"value":"function"}],"defaultValue":""}],"description":"<p>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>.</p><p><code>oClassInfo</code> might contain the same kind of information as described in <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/sap.ui.test.Opa5.extend\">sap.ui.test.Opa5.extend</a>.</p>","href":"api/sap.fe.test.BaseActions#methods/sap.fe.test.BaseActions.extend","code":"<pre>sap.fe.test.BaseActions.extend(sClassName, oClassInfo?, FNMetaImpl?) : function</pre>"},{"name":"sap.fe.test.BaseActions.getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"<p>Metadata object describing this class</p>","types":[{"value":"sap.ui.base.Metadata","href":"api/sap.ui.base.Metadata","linkEnabled":true}]},"description":"<p>Returns a metadata object for class sap.fe.test.BaseActions.</p>","href":"api/sap.fe.test.BaseActions#methods/sap.fe.test.BaseActions.getMetadata","code":"<pre>sap.fe.test.BaseActions.getMetadata() : sap.ui.base.Metadata</pre>"},{"name":"iClosePopover","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Closes the open popover via function.</p><p>NOTE: This function ensures that a certain UI state is maintained in some exceptional cases. This function isn't usually called directly in a journey.</p>","href":"api/sap.fe.test.BaseActions#methods/iClosePopover","code":"<pre>iClosePopover() : object</pre>"},{"name":"iPressEscape","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Simulates the pressing of the Esc key for the element in focus.</p>","href":"api/sap.fe.test.BaseActions#methods/iPressEscape","code":"<pre>iPressEscape() : object</pre>"}],"displayName":"sap.fe.test.BaseActions","title":"class sap.fe.test.BaseActions","subTitle":""},{"kind":"class","name":"sap.fe.test.BaseArrangements","basename":"BaseArrangements","resource":"sap/fe/test/BaseArrangements.js","module":"sap/fe/test/BaseArrangements","export":"","static":true,"visibility":"public","extends":"sap.ui.test.Opa5","description":"<p>All common arrangements (<code>Given</code>) for all Opa tests are defined here.</p>","ui5-metadata":{"stereotype":"object"},"constructor":{"visibility":"public","parameters":[{"name":"mSettings","optional":false,"description":"<p>The settings object required for launching the application</p>","phoneName":"mSettings","depth":0,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""},{"name":"launchUrl","optional":false,"description":"<p>The URL to the launching page (usually a FLP.html)</p>","phoneName":"mSettings.launchUrl","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"launchParameters","optional":false,"description":"<p>The URL launch parameters</p>","phoneName":"mSettings.launchParameters","depth":1,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""}],"description":"<p>Constructs a new <a target=\"_self\" href=\"api/sap.fe.test.Opa5\">sap.fe.test.Opa5</a> instance.</p>","references":[],"codeExample":"<pre>new sap.fe.test.BaseArrangements(mSettings)</pre>"},"methods":[{"name":"sap.fe.test.BaseArrangements.extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"<p>Created class / constructor function</p>","types":[{"value":"function"}]},"parameters":[{"name":"sClassName","optional":false,"description":"<p>Name of the class being created</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"oClassInfo","optional":true,"description":"<p>Object literal with information about the class</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"FNMetaImpl","optional":true,"description":"<p>Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class</p>","types":[{"value":"function"}],"defaultValue":""}],"description":"<p>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>.</p><p><code>oClassInfo</code> might contain the same kind of information as described in <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/sap.ui.test.Opa5.extend\">sap.ui.test.Opa5.extend</a>.</p>","href":"api/sap.fe.test.BaseArrangements#methods/sap.fe.test.BaseArrangements.extend","code":"<pre>sap.fe.test.BaseArrangements.extend(sClassName, oClassInfo?, FNMetaImpl?) : function</pre>"},{"name":"sap.fe.test.BaseArrangements.getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"<p>Metadata object describing this class</p>","types":[{"value":"sap.ui.base.Metadata","href":"api/sap.ui.base.Metadata","linkEnabled":true}]},"description":"<p>Returns a metadata object for class sap.fe.test.BaseArrangements.</p>","href":"api/sap.fe.test.BaseArrangements#methods/sap.fe.test.BaseArrangements.getMetadata","code":"<pre>sap.fe.test.BaseArrangements.getMetadata() : sap.ui.base.Metadata</pre>"},{"name":"iResetTestData","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Resets the test data.</p>","href":"api/sap.fe.test.BaseArrangements#methods/iResetTestData","code":"<pre>iResetTestData() : object</pre>"},{"name":"iRestartMyApp","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Simulates a refresh of the page by tearing it down and then restarting it with the very same hash.</p>","href":"api/sap.fe.test.BaseArrangements#methods/iRestartMyApp","code":"<pre>iRestartMyApp() : object</pre>"},{"name":"iStartMyApp","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sAppHash","optional":true,"description":"<p>The app hash</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"mUrlParameters","optional":true,"description":"<p>A map with additional URL parameters</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Starts the app in an IFrame, using the <code>launchUrl</code> and <code>launchParameters</code> provided via the settings object of the <a target=\"_self\" href=\"api/sap.fe.test.BaseArrangements#constructor\">sap.fe.test.BaseArrangements#constructor</a>.</p>","href":"api/sap.fe.test.BaseArrangements#methods/iStartMyApp","code":"<pre>iStartMyApp(sAppHash?, mUrlParameters?) : object</pre>"},{"name":"iTearDownMyApp","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Tears down the current application.</p>","href":"api/sap.fe.test.BaseArrangements#methods/iTearDownMyApp","code":"<pre>iTearDownMyApp() : object</pre>"},{"name":"resetTestData","visibility":"protected","returnValue":{"type":"object","description":"<p>A <code>Promise</code> object</p>","types":[{"value":"object"}]},"description":"<p>Clears the browser's local storage and session storage.</p><p>NOTE: 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 <a target=\"_self\" href=\"api/sap.fe.test.BaseArrangements#methods/iResetTestData\">sap.fe.test.BaseArrangements#iResetTestData</a>.</p>","href":"api/sap.fe.test.BaseArrangements#methods/resetTestData","code":"<pre>resetTestData() : object</pre>"}],"displayName":"sap.fe.test.BaseArrangements","title":"class sap.fe.test.BaseArrangements","subTitle":""},{"kind":"class","name":"sap.fe.test.BaseAssertions","basename":"BaseAssertions","resource":"sap/fe/test/BaseAssertions.js","module":"sap/fe/test/BaseAssertions","export":"","static":true,"visibility":"public","extends":"sap.ui.test.Opa5","description":"<p>All common assertions (<code>Then</code>) for all Opa tests are defined here.</p>","ui5-metadata":{"stereotype":"object"},"constructor":{"visibility":"public","description":"<p>Constructs a new <a target=\"_self\" href=\"api/sap.fe.test.Opa5\">sap.fe.test.Opa5</a> instance.</p>","references":[],"codeExample":"<pre>new sap.fe.test.BaseAssertions()</pre>"},"methods":[{"name":"sap.fe.test.BaseAssertions.extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"<p>Created class / constructor function</p>","types":[{"value":"function"}]},"parameters":[{"name":"sClassName","optional":false,"description":"<p>Name of the class being created</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"oClassInfo","optional":true,"description":"<p>Object literal with information about the class</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"FNMetaImpl","optional":true,"description":"<p>Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class</p>","types":[{"value":"function"}],"defaultValue":""}],"description":"<p>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>.</p><p><code>oClassInfo</code> might contain the same kind of information as described in <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/sap.ui.test.Opa5.extend\">sap.ui.test.Opa5.extend</a>.</p>","href":"api/sap.fe.test.BaseAssertions#methods/sap.fe.test.BaseAssertions.extend","code":"<pre>sap.fe.test.BaseAssertions.extend(sClassName, oClassInfo?, FNMetaImpl?) : function</pre>"},{"name":"sap.fe.test.BaseAssertions.getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"<p>Metadata object describing this class</p>","types":[{"value":"sap.ui.base.Metadata","href":"api/sap.ui.base.Metadata","linkEnabled":true}]},"description":"<p>Returns a metadata object for class sap.fe.test.BaseAssertions.</p>","href":"api/sap.fe.test.BaseAssertions#methods/sap.fe.test.BaseAssertions.getMetadata","code":"<pre>sap.fe.test.BaseAssertions.getMetadata() : sap.ui.base.Metadata</pre>"},{"name":"iSeeMessagePage","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sMessage","optional":false,"description":"<p>The message shown on the message page</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Checks whether a <a target=\"_self\" href=\"api/sap.m.MessagePage\">sap.m.MessagePage</a> with given message is shown.</p>","href":"api/sap.fe.test.BaseAssertions#methods/iSeeMessagePage","code":"<pre>iSeeMessagePage(sMessage) : object</pre>"},{"name":"iSeeMessageToast","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sText","optional":false,"description":"<p>The text shown in the MessageToast</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Checks whether a <a target=\"_self\" href=\"api/sap.m.MessageToast\">sap.m.MessageToast</a> with the given text is shown.</p>","href":"api/sap.fe.test.BaseAssertions#methods/iSeeMessageToast","code":"<pre>iSeeMessageToast(sText) : object</pre>"}],"displayName":"sap.fe.test.BaseAssertions","title":"class sap.fe.test.BaseAssertions","subTitle":""},{"kind":"class","name":"sap.fe.test.JourneyRunner","basename":"JourneyRunner","resource":"sap/fe/test/JourneyRunner.js","module":"sap/fe/test/JourneyRunner","export":"","static":true,"visibility":"public","extends":"sap.ui.base.Object","description":"<p>A JourneyRunner for executing integration tests with given settings.</p>","ui5-metadata":{"stereotype":"object"},"constructor":{"visibility":"public","parameters":[{"name":"mSettings","optional":true,"description":"<p>The settings object</p>","phoneName":"mSettings","depth":0,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""},{"name":"pages","optional":true,"description":"<p>The available Opa pages</p>","phoneName":"mSettings.pages","depth":1,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""},{"name":"opaConfig","optional":true,"description":"<p>The Opa configuration applied via <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/sap.ui.test.Opa5.extendConfig\">sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig</a></p>","phoneName":"mSettings.opaConfig","depth":1,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""},{"name":"launchUrl","optional":true,"description":"<p>The URL to the launching page (usually a FLP.html)</p>","phoneName":"mSettings.launchUrl","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"launchParameters","optional":true,"description":"<p>The URL launch parameters</p>","phoneName":"mSettings.launchParameters","depth":1,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""},{"name":"async","optional":true,"description":"<p>If false (default), only one JourneyRunner is executed at a time</p>","phoneName":"mSettings.async","depth":1,"types":[{"name":"boolean","linkEnabled":false}],"defaultValue":""}],"description":"<p>Constructs a new JourneyRunner instance.</p>","references":[],"codeExample":"<pre>new sap.fe.test.JourneyRunner(mSettings?)</pre>"},"methods":[{"name":"sap.fe.test.JourneyRunner.extend","visibility":"public","static":true,"returnValue":{"type":"function","description":"<p>Created class / constructor function</p>","types":[{"value":"function"}]},"parameters":[{"name":"sClassName","optional":false,"description":"<p>Name of the class being created</p>","types":[{"value":"string"}],"defaultValue":""},{"name":"oClassInfo","optional":true,"description":"<p>Object literal with information about the class</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"FNMetaImpl","optional":true,"description":"<p>Constructor function for the metadata object; if not given, it defaults to the metadata implementation used by this class</p>","types":[{"value":"function"}],"defaultValue":""}],"description":"<p>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>.</p><p><code>oClassInfo</code> might contain the same kind of information as described in <a target=\"_self\" href=\"api/sap.ui.base.Object#methods/sap.ui.base.Object.extend\">sap.ui.base.Object.extend</a>.</p>","href":"api/sap.fe.test.JourneyRunner#methods/sap.fe.test.JourneyRunner.extend","code":"<pre>sap.fe.test.JourneyRunner.extend(sClassName, oClassInfo?, FNMetaImpl?) : function</pre>"},{"name":"getBaseActions","visibility":"protected","returnValue":{"type":"sap.ui.test.Opa","description":"<p>An Opa instance for the base actions</p>","types":[{"value":"sap.ui.test.Opa","href":"api/sap.ui.test.Opa","linkEnabled":true}]},"parameters":[{"name":"mSettings","optional":false,"description":"<p>The settings object of the runner instance</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Returns the base action instance to be used for <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/sap.ui.test.Opa5.extendConfig\">sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig</a> <code>actions</code> setting.</p><p>This 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.</p><p>By default, an instance of <a target=\"_self\" href=\"api/sap.fe.test.BaseActions\">sap.fe.test.BaseActions</a> will be returned.</p>","href":"api/sap.fe.test.JourneyRunner#methods/getBaseActions","code":"<pre>getBaseActions(mSettings) : sap.ui.test.Opa</pre>"},{"name":"getBaseArrangements","visibility":"protected","returnValue":{"type":"sap.ui.test.Opa","description":"<p>An Opa instance for the base arrangements</p>","types":[{"value":"sap.ui.test.Opa","href":"api/sap.ui.test.Opa","linkEnabled":true}]},"parameters":[{"name":"mSettings","optional":false,"description":"<p>The settings object of the runner instance</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Returns the base arrangements instance to be used for <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/sap.ui.test.Opa5.extendConfig\">sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig</a> <code>arrangements</code> setting.</p><p>This 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.</p><p>By default, an instance of <a target=\"_self\" href=\"api/sap.fe.test.BaseArrangements\">sap.fe.test.BaseArrangements</a> will be returned.</p>","href":"api/sap.fe.test.JourneyRunner#methods/getBaseArrangements","code":"<pre>getBaseArrangements(mSettings) : sap.ui.test.Opa</pre>"},{"name":"getBaseAssertions","visibility":"protected","returnValue":{"type":"sap.ui.test.Opa","description":"<p>An Opa instance for the base assertions</p>","types":[{"value":"sap.ui.test.Opa","href":"api/sap.ui.test.Opa","linkEnabled":true}]},"parameters":[{"name":"mSettings","optional":false,"description":"<p>The settings object of the runner instance</p>","types":[{"value":"object"}],"defaultValue":""}],"description":"<p>Returns the base assertions instance to be used for <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/sap.ui.test.Opa5.extendConfig\">sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig</a> <code>assertions</code> setting.</p><p>This 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.</p><p>By default, an instance of <a target=\"_self\" href=\"api/sap.fe.test.BaseAssertions\">sap.fe.test.BaseAssertions</a> will be returned.</p>","href":"api/sap.fe.test.JourneyRunner#methods/getBaseAssertions","code":"<pre>getBaseAssertions(mSettings) : sap.ui.test.Opa</pre>"},{"name":"sap.fe.test.JourneyRunner.getDefaultRunner","visibility":"public","static":true,"returnValue":{"type":"object","description":"<p>The global default <a target=\"_self\" href=\"api/sap.fe.test.JourneyRunner\">sap.fe.test.JourneyRunner</a> instance</p>","types":[{"value":"object"}]},"description":"<p>Gets the global journey runner instance.</p>","href":"api/sap.fe.test.JourneyRunner#methods/sap.fe.test.JourneyRunner.getDefaultRunner","code":"<pre>sap.fe.test.JourneyRunner.getDefaultRunner() : object</pre>"},{"name":"sap.fe.test.JourneyRunner.getMetadata","visibility":"public","static":true,"returnValue":{"type":"sap.ui.base.Metadata","description":"<p>Metadata object describing this class</p>","types":[{"value":"sap.ui.base.Metadata","href":"api/sap.ui.base.Metadata","linkEnabled":true}]},"description":"<p>Returns a metadata object for class sap.fe.test.JourneyRunner.</p>","href":"api/sap.fe.test.JourneyRunner#methods/sap.fe.test.JourneyRunner.getMetadata","code":"<pre>sap.fe.test.JourneyRunner.getMetadata() : sap.ui.base.Metadata</pre>"},{"name":"run","visibility":"public","returnValue":{"type":"object","description":"<p>A <code>Promise</code> that is resolved after all tests have been executed</p>","types":[{"value":"object"}]},"parameters":[{"name":"mSettings","optional":true,"description":"<p>The settings object for the tests to run. Overrides instance settings</p>","types":[{"value":"object"}],"defaultValue":""},{"name":"pages","optional":true,"description":"<p>The available Opa pages</p>","depth":1,"types":[{"value":"object"}],"phoneName":"mSettings.pages","defaultValue":""},{"name":"opaConfig","optional":true,"description":"<p>The Opa configuration applied via <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/sap.ui.test.Opa5.extendConfig\">sap.ui.test.Opa5#sap.ui.test.Opa5.extendConfig</a></p>","depth":1,"types":[{"value":"object"}],"phoneName":"mSettings.opaConfig","defaultValue":""},{"name":"launchUrl","optional":true,"description":"<p>The URL to the launching page (usually a FLP.html)</p>","depth":1,"types":[{"value":"string"}],"phoneName":"mSettings.launchUrl","defaultValue":""},{"name":"launchParameters","optional":true,"description":"<p>The URL launch parameters</p>","depth":1,"types":[{"value":"object"}],"phoneName":"mSettings.launchParameters","defaultValue":""},{"name":"async","optional":true,"description":"<p>If false (default), only one JourneyRunner is executed at a time</p>","depth":1,"types":[{"value":"boolean"}],"phoneName":"mSettings.async","defaultValue":""},{"name":"vJourneys","optional":false,"description":"<p>The journeys to be executed. If a journey is represented as a string, it will be interpreted as a module path to the file that should be loaded. Else it is expected to be a function. Alternatively, instead of being wrapped in an array, the journeys can also be given as separate parameters: <pre>.run(mSettings, Journey1, Journey2, ...)</pre></p>","types":[{"value":"Array<function()>"},{"value":"string[]"}],"defaultValue":""}],"description":"<p>Executes the journeys in the given order.</p><p>The settings provided as first parameter are merged into the base settings of the JourneyRunner instance.</p>","href":"api/sap.fe.test.JourneyRunner#methods/run","code":"<pre>run(mSettings?, vJourneys) : object</pre>"},{"name":"sap.fe.test.JourneyRunner.run","visibility":"public","static":true,"description":"<p>Static function to run the default runner with given parameters. Shortcut for <pre>JourneyRunner.getDefaultRunner().run(mSettings, Journey1, Journey2, ...)</pre> See <a target=\"_self\" href=\"api/sap.fe.test.JourneyRunner#methods/run\">sap.fe.test.JourneyRunner#run</a> for parameter details.</p>","href":"api/sap.fe.test.JourneyRunner#methods/sap.fe.test.JourneyRunner.run","code":"<pre>sap.fe.test.JourneyRunner.run() : void</pre>"},{"name":"sap.fe.test.JourneyRunner.setDefaultRunner","visibility":"public","static":true,"parameters":[{"name":"oDefaultRunner","optional":false,"description":"<p>Defines the global default <a target=\"_self\" href=\"api/sap.fe.test.JourneyRunner\">sap.fe.test.JourneyRunner</a> instance</p>","types":[{"value":"sap.fe.test.JourneyRunner","linkEnabled":true,"href":"api/sap.fe.test.JourneyRunner"}],"defaultValue":""}],"description":"<p>Sets the global journey runner instance.</p>","href":"api/sap.fe.test.JourneyRunner#methods/sap.fe.test.JourneyRunner.setDefaultRunner","code":"<pre>sap.fe.test.JourneyRunner.setDefaultRunner(oDefaultRunner) : void</pre>"}],"displayName":"sap.fe.test.JourneyRunner","title":"class sap.fe.test.JourneyRunner","subTitle":""},{"kind":"class","name":"sap.fe.test.ListReport","basename":"ListReport","resource":"sap/fe/test/ListReport.js","module":"sap/fe/test/ListReport","export":"","static":true,"visibility":"public","extends":"sap.fe.test.TemplatePage","description":"<p>Provides a test page definition for a list report page with the corresponding parameters.</p><p>Sample usage: <code><pre>\nvar oListReportDefinition = new ListReport({ appId: \"MyApp\", componentId: \"MyListReportId\", entitySet: \"MyEntitySet\" });\n</pre></code></p>","constructor":{"visibility":"public","parameters":[{"name":"oPageDefinition","optional":false,"description":"<p>The required parameters</p>","phoneName":"oPageDefinition","depth":0,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""},{"name":"appId","optional":false,"description":"<p>The app id (defined in the manifest root)</p>","phoneName":"oPageDefinition.appId","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"componentId","optional":false,"description":"<p>The component id (defined in the target section for the list report within the manifest)</p>","phoneName":"oPageDefinition.componentId","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"entitySet","optional":false,"description":"<p>The entitySet (optional)(defined in the settings of the corresponding target component within the manifest)</p>","phoneName":"oPageDefinition.entitySet","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"contextPath","optional":false,"description":"<p>The contextPath (optional)(defined in the settings of the corresponding target component within the manifest)</p>","phoneName":"oPageDefinition.contextPath","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"aAdditionalPageDefinitions","optional":true,"repeatable":true,"description":"<p>Additional custom page functions, provided in an object containing <code>actions</code> and <code>assertions</code></p>","phoneName":"aAdditionalPageDefinitions","depth":0,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""}],"description":"<p>Constructs a new ListReport definition.</p>","references":[],"codeExample":"<pre>new sap.fe.test.ListReport(oPageDefinition, aAdditionalPageDefinitions?)</pre>"},"displayName":"sap.fe.test.ListReport","nodes":[{"name":"sap.fe.test.ListReport.actions","description":"<p>ListReport actions</p>","href":"api/sap.fe.test.ListReport.actions"},{"name":"sap.fe.test.ListReport.assertions","description":"<p>ListReport assertions</p>","href":"api/sap.fe.test.ListReport.assertions"}],"title":"class sap.fe.test.ListReport","subTitle":""},{"kind":"namespace","name":"sap.fe.test.ListReport.actions","basename":"actions","resource":"sap/fe/test/ListReport.js","module":"sap/fe/test/ListReport","export":"actions","static":true,"visibility":"public","extends":"sap.fe.test.TemplatePage.actions","description":"<p><p>ListReport actions</p></p>","methods":[{"name":"iCollapseExpandPageHeader","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"bCollapse","optional":true,"description":"<p>Defines whether the header should be collapsed, else it is expanded (default)</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Collapses or expands the page header.</p>","href":"api/sap.fe.test.ListReport.actions#methods/iCollapseExpandPageHeader","code":"<pre>iCollapseExpandPageHeader(bCollapse?) : object</pre>"},{"name":"onFilterBar","visibility":"public","returnValue":{"type":"sap.fe.test.api.FilterBarActions","description":"<p>The available filter bar actions</p>","types":[{"value":"sap.fe.test.api.FilterBarActions","href":"api/sap.fe.test.api.FilterBarActions","linkEnabled":true}]},"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.FilterBarActions\">sap.fe.test.api.FilterBarActions</a> instance.</p>","href":"api/sap.fe.test.ListReport.actions#methods/onFilterBar","code":"<pre>onFilterBar() : sap.fe.test.api.FilterBarActions</pre>"},{"name":"onHeader","visibility":"public","returnValue":{"type":"sap.fe.test.api.HeaderActionsLR","description":"<p>The available header actions</p>","types":[{"value":"sap.fe.test.api.HeaderActionsLR","href":"api/sap.fe.test.api.HeaderActionsLR","linkEnabled":true}]},"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.HeaderActionsLR\">sap.fe.test.api.HeaderActionsLR</a> instance.</p>","href":"api/sap.fe.test.ListReport.actions#methods/onHeader","code":"<pre>onHeader() : sap.fe.test.api.HeaderActionsLR</pre>"},{"name":"onTable","visibility":"public","returnValue":{"type":"sap.fe.test.api.TableActions","description":"<p>The available table actions</p>","types":[{"value":"sap.fe.test.api.TableActions","href":"api/sap.fe.test.api.TableActions","linkEnabled":true}]},"parameters":[{"name":"vTableIdentifier","optional":false,"description":"<p>The identifier of the table, or its header title</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.TableIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.TableIdentifier"}],"defaultValue":""}],"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.TableActions\">sap.fe.test.api.TableActions</a> instance for the specified table.</p>","href":"api/sap.fe.test.ListReport.actions#methods/onTable","code":"<pre>onTable(vTableIdentifier) : sap.fe.test.api.TableActions</pre>"}],"displayName":"sap.fe.test.ListReport.actions","title":"namespace sap.fe.test.ListReport.actions","subTitle":""},{"kind":"namespace","name":"sap.fe.test.ListReport.assertions","basename":"assertions","resource":"sap/fe/test/ListReport.js","module":"sap/fe/test/ListReport","export":"assertions","static":true,"visibility":"public","extends":"sap.fe.test.TemplatePage.assertions","description":"<p><p>ListReport assertions</p></p>","methods":[{"name":"onFilterBar","visibility":"public","returnValue":{"type":"sap.fe.test.api.FilterBarAssertions","description":"<p>The available filter bar assertions</p>","types":[{"value":"sap.fe.test.api.FilterBarAssertions","href":"api/sap.fe.test.api.FilterBarAssertions","linkEnabled":true}]},"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.FilterBarAssertions\">sap.fe.test.api.FilterBarAssertions</a> instance.</p>","href":"api/sap.fe.test.ListReport.assertions#methods/onFilterBar","code":"<pre>onFilterBar() : sap.fe.test.api.FilterBarAssertions</pre>"},{"name":"onHeader","visibility":"public","returnValue":{"type":"sap.fe.test.api.HeaderAssertionsLR","description":"<p>The available header assertions</p>","types":[{"value":"sap.fe.test.api.HeaderAssertionsLR","href":"api/sap.fe.test.api.HeaderAssertionsLR","linkEnabled":true}]},"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.HeaderAssertionsLR\">sap.fe.test.api.HeaderAssertionsLR</a> instance.</p>","href":"api/sap.fe.test.ListReport.assertions#methods/onHeader","code":"<pre>onHeader() : sap.fe.test.api.HeaderAssertionsLR</pre>"},{"name":"onTable","visibility":"public","returnValue":{"type":"sap.fe.test.api.TableAssertions","description":"<p>The available table assertions</p>","types":[{"value":"sap.fe.test.api.TableAssertions","href":"api/sap.fe.test.api.TableAssertions","linkEnabled":true}]},"parameters":[{"name":"vTableIdentifier","optional":false,"description":"<p>The identifier of the table, or its header title</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.TableIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.TableIdentifier"}],"defaultValue":""}],"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.TableAssertions\">sap.fe.test.api.TableAssertions</a> instance for the specified table.</p>","href":"api/sap.fe.test.ListReport.assertions#methods/onTable","code":"<pre>onTable(vTableIdentifier) : sap.fe.test.api.TableAssertions</pre>"}],"displayName":"sap.fe.test.ListReport.assertions","title":"namespace sap.fe.test.ListReport.assertions","subTitle":""},{"kind":"class","name":"sap.fe.test.ObjectPage","basename":"ObjectPage","resource":"sap/fe/test/ObjectPage.js","module":"sap/fe/test/ObjectPage","export":"","static":true,"visibility":"public","extends":"sap.fe.test.TemplatePage","description":"<p>Provides a test page definition for an object page with the corresponding parameters.</p><p>Sample usage: <code><pre>\nvar oObjectPageDefinition = new ObjectPage({ appId: \"MyApp\", componentId: \"MyObjectPageId\", entitySet: \"MyEntitySet\" });\n</pre></code></p>","constructor":{"visibility":"public","parameters":[{"name":"oPageDefinition","optional":false,"description":"<p>The required parameters</p>","phoneName":"oPageDefinition","depth":0,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""},{"name":"appId","optional":false,"description":"<p>The app id (defined in the manifest root)</p>","phoneName":"oPageDefinition.appId","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"componentId","optional":false,"description":"<p>The component id (defined in the target section for the list report within the manifest)</p>","phoneName":"oPageDefinition.componentId","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"entitySet","optional":false,"description":"<p>The entitySet (defined in the settings of the corresponding target component within the manifest)</p>","phoneName":"oPageDefinition.entitySet","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"contextPath","optional":false,"description":"<p>The contextPath (optional)(defined in the settings of the corresponding target component within the manifest)</p>","phoneName":"oPageDefinition.contextPath","depth":1,"types":[{"name":"string","linkEnabled":false}],"defaultValue":""},{"name":"aAdditionalPageDefinitions","optional":true,"repeatable":true,"description":"<p>Additional custom page functions, provided in an object containing <code>actions</code> and <code>assertions</code></p>","phoneName":"aAdditionalPageDefinitions","depth":0,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""}],"description":"<p>Constructs a new ObjectPage instance.</p>","references":[],"codeExample":"<pre>new sap.fe.test.ObjectPage(oPageDefinition, aAdditionalPageDefinitions?)</pre>"},"displayName":"sap.fe.test.ObjectPage","nodes":[{"name":"sap.fe.test.ObjectPage.actions","description":"<p>ObjectPage actions</p>","href":"api/sap.fe.test.ObjectPage.actions"},{"name":"sap.fe.test.ObjectPage.assertions","description":"<p>ObjectPage assertions</p>","href":"api/sap.fe.test.ObjectPage.assertions"}],"title":"class sap.fe.test.ObjectPage","subTitle":""},{"kind":"namespace","name":"sap.fe.test.ObjectPage.actions","basename":"actions","resource":"sap/fe/test/ObjectPage.js","module":"sap/fe/test/ObjectPage","export":"actions","static":true,"visibility":"public","extends":"sap.fe.test.TemplatePage.actions","description":"<p><p>ObjectPage actions</p></p>","methods":[{"name":"iCollapseExpandPageHeader","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"bCollapse","optional":true,"description":"<p>Defines whether header should be collapsed, else it gets expanded (default)</p>","types":[{"value":"boolean"}],"defaultValue":""}],"description":"<p>Collapses or expands the page header.</p>","href":"api/sap.fe.test.ObjectPage.actions#methods/iCollapseExpandPageHeader","code":"<pre>iCollapseExpandPageHeader(bCollapse?) : object</pre>"},{"name":"iGoToSection","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"vSectionIdentifier","optional":false,"description":"<p>The identifier of a section, or its label if passed as an object, the following pattern will be considered: <code><pre>\n{\n section: <string>,\n subSection: <string>\n}\n</pre></code> to open the editable header section use pattern: <code><pre>\n{\n section: \"EditableHeaderSection\"\n}\n</pre></code></p>","types":[{"value":"string"},{"value":"sap.fe.test.api.SectionIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.SectionIdentifier"}],"defaultValue":""}],"description":"<p>Navigates to or focuses on the defined section.</p>","href":"api/sap.fe.test.ObjectPage.actions#methods/iGoToSection","code":"<pre>iGoToSection(vSectionIdentifier) : object</pre>"},{"name":"onFooter","visibility":"public","returnValue":{"type":"sap.fe.test.api.FooterActionsOP","description":"<p>The available footer actions</p>","types":[{"value":"sap.fe.test.api.FooterActionsOP","href":"api/sap.fe.test.api.FooterActionsOP","linkEnabled":true}]},"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.FooterActionsOP\">sap.fe.test.api.FooterActionsOP</a> instance.</p>","href":"api/sap.fe.test.ObjectPage.actions#methods/onFooter","code":"<pre>onFooter() : sap.fe.test.api.FooterActionsOP</pre>"},{"name":"onForm","visibility":"public","returnValue":{"type":"sap.fe.test.api.FormActions","description":"<p>The available form actions</p>","types":[{"value":"sap.fe.test.api.FormActions","href":"api/sap.fe.test.api.FormActions","linkEnabled":true}]},"parameters":[{"name":"vFormIdentifier","optional":false,"description":"<p>The identifier of the form, or its title</p>","types":[{"value":"sap.fe.test.api.FormIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FormIdentifier"},{"value":"string"}],"defaultValue":""}],"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.FormActions\">sap.fe.test.api.FormActions</a> instance.</p>","href":"api/sap.fe.test.ObjectPage.actions#methods/onForm","code":"<pre>onForm(vFormIdentifier) : sap.fe.test.api.FormActions</pre>"},{"name":"onHeader","visibility":"public","returnValue":{"type":"sap.fe.test.api.HeaderActions","description":"<p>The available header actions</p>","types":[{"value":"sap.fe.test.api.HeaderActions","href":"api/sap.fe.test.api.HeaderActions","linkEnabled":true}]},"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.HeaderActions\">sap.fe.test.api.HeaderActions</a> instance.</p>","href":"api/sap.fe.test.ObjectPage.actions#methods/onHeader","code":"<pre>onHeader() : sap.fe.test.api.HeaderActions</pre>"},{"name":"onTable","visibility":"public","returnValue":{"type":"sap.fe.test.api.TableActions","description":"<p>The available table actions</p>","types":[{"value":"sap.fe.test.api.TableActions","href":"api/sap.fe.test.api.TableActions","linkEnabled":true}]},"parameters":[{"name":"vTableIdentifier","optional":false,"description":"<p>The identifier of the table, or its header title</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.TableIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.TableIdentifier"}],"defaultValue":""}],"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.TableActions\">sap.fe.test.api.TableActions</a> instance for the specified table.</p>","href":"api/sap.fe.test.ObjectPage.actions#methods/onTable","code":"<pre>onTable(vTableIdentifier) : sap.fe.test.api.TableActions</pre>"}],"displayName":"sap.fe.test.ObjectPage.actions","title":"namespace sap.fe.test.ObjectPage.actions","subTitle":""},{"kind":"namespace","name":"sap.fe.test.ObjectPage.assertions","basename":"assertions","resource":"sap/fe/test/ObjectPage.js","module":"sap/fe/test/ObjectPage","export":"assertions","static":true,"visibility":"public","extends":"sap.fe.test.TemplatePage.assertions","description":"<p><p>ObjectPage assertions</p></p>","methods":[{"name":"onFooter","visibility":"public","returnValue":{"type":"sap.fe.test.api.FooterAssertionsOP","description":"<p>The available footer assertions</p>","types":[{"value":"sap.fe.test.api.FooterAssertionsOP","href":"api/sap.fe.test.api.FooterAssertionsOP","linkEnabled":true}]},"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.FooterAssertionsOP\">sap.fe.test.api.FooterAssertionsOP</a> instance.</p>","href":"api/sap.fe.test.ObjectPage.assertions#methods/onFooter","code":"<pre>onFooter() : sap.fe.test.api.FooterAssertionsOP</pre>"},{"name":"onForm","visibility":"public","returnValue":{"type":"sap.fe.test.api.FormAssertions","description":"<p>The available form actions</p>","types":[{"value":"sap.fe.test.api.FormAssertions","href":"api/sap.fe.test.api.FormAssertions","linkEnabled":true}]},"parameters":[{"name":"vFormIdentifier","optional":false,"description":"<p>The identifier of the form, or its title</p>","types":[{"value":"sap.fe.test.api.FormIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.FormIdentifier"},{"value":"string"}],"defaultValue":""}],"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.FormAssertions\">sap.fe.test.api.FormAssertions</a> instance.</p>","href":"api/sap.fe.test.ObjectPage.assertions#methods/onForm","code":"<pre>onForm(vFormIdentifier) : sap.fe.test.api.FormAssertions</pre>"},{"name":"onHeader","visibility":"public","returnValue":{"type":"sap.fe.test.api.HeaderAssertions","description":"<p>The available header assertions</p>","types":[{"value":"sap.fe.test.api.HeaderAssertions","href":"api/sap.fe.test.api.HeaderAssertions","linkEnabled":true}]},"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.HeaderAssertions\">sap.fe.test.api.HeaderAssertions</a> instance.</p>","href":"api/sap.fe.test.ObjectPage.assertions#methods/onHeader","code":"<pre>onHeader() : sap.fe.test.api.HeaderAssertions</pre>"},{"name":"onTable","visibility":"public","returnValue":{"type":"sap.fe.test.api.TableAssertions","description":"<p>The available table assertions</p>","types":[{"value":"sap.fe.test.api.TableAssertions","href":"api/sap.fe.test.api.TableAssertions","linkEnabled":true}]},"parameters":[{"name":"vTableIdentifier","optional":false,"description":"<p>The identifier of the table, or its header title</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.TableIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.TableIdentifier"}],"defaultValue":""}],"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.TableAssertions\">sap.fe.test.api.TableAssertions</a> instance for the specified table.</p>","href":"api/sap.fe.test.ObjectPage.assertions#methods/onTable","code":"<pre>onTable(vTableIdentifier) : sap.fe.test.api.TableAssertions</pre>"}],"displayName":"sap.fe.test.ObjectPage.assertions","title":"namespace sap.fe.test.ObjectPage.assertions","subTitle":""},{"kind":"class","name":"sap.fe.test.Shell","basename":"Shell","resource":"sap/fe/test/Shell.js","module":"sap/fe/test/Shell","export":"","static":true,"visibility":"public","description":"<p>Provides a test page definition for the shell.</p><p>When using <a target=\"_self\" href=\"api/sap.fe.test.JourneyRunner\">sap.fe.test.JourneyRunner</a>, this page is made available by default via <code>onTheShell</code>.</p>","constructor":{"visibility":"public","parameters":[{"name":"aAdditionalPageDefinitions","optional":true,"repeatable":true,"description":"<p>Additional custom page functions, provided in an object containing <code>actions</code> and <code>assertions</code></p>","phoneName":"aAdditionalPageDefinitions","depth":0,"types":[{"name":"object","linkEnabled":false}],"defaultValue":""}],"description":"<p>Constructs a test page definition for the shell.</p>","references":[],"codeExample":"<pre>new sap.fe.test.Shell(aAdditionalPageDefinitions?)</pre>"},"methods":[{"name":"iNavigateBack","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Navigates back via shell back button.</p>","href":"api/sap.fe.test.Shell#methods/iNavigateBack","code":"<pre>iNavigateBack() : object</pre>"},{"name":"iNavigateHome","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Navigates to the launch pad via home button.</p>","href":"api/sap.fe.test.Shell#methods/iNavigateHome","code":"<pre>iNavigateHome() : object</pre>"},{"name":"iNavigateViaMenu","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sItem","optional":false,"description":"<p>The label of the navigation item</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Navigates via a navigation item in the shell's navigation menu.</p>","href":"api/sap.fe.test.Shell#methods/iNavigateViaMenu","code":"<pre>iNavigateViaMenu(sItem) : object</pre>"},{"name":"iOpenNavigationMenu","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Opens the navigation menu in the shell header.</p>","href":"api/sap.fe.test.Shell#methods/iOpenNavigationMenu","code":"<pre>iOpenNavigationMenu() : object</pre>"},{"name":"iPressTile","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"parameters":[{"name":"sTarget","optional":false,"description":"<p>The target application (hash)</p>","types":[{"value":"string"}],"defaultValue":""}],"description":"<p>Selecting a tile in the launchpad by its target app, for example <code>iPressTile(\"SalesOrder-manage\")</code>.</p>","href":"api/sap.fe.test.Shell#methods/iPressTile","code":"<pre>iPressTile(sTarget) : object</pre>"}],"displayName":"sap.fe.test.Shell","title":"class sap.fe.test.Shell","subTitle":""},{"kind":"class","name":"sap.fe.test.TemplatePage","basename":"TemplatePage","resource":"sap/fe/test/TemplatePage.js","module":"sap/fe/test/TemplatePage","export":"","static":true,"visibility":"public","description":"<p>Provides a test page definition for a template page with the corresponding parameters.</p>","displayName":"sap.fe.test.TemplatePage","nodes":[{"name":"sap.fe.test.TemplatePage.actions","description":"<p>TemplatePage actions</p>","href":"api/sap.fe.test.TemplatePage.actions"},{"name":"sap.fe.test.TemplatePage.assertions","description":"<p>Assertions that are available to all template pages used in SAP Fiori elements.</p>","href":"api/sap.fe.test.TemplatePage.assertions"}],"title":"class sap.fe.test.TemplatePage","subTitle":""},{"kind":"namespace","name":"sap.fe.test.TemplatePage.actions","basename":"actions","resource":"sap/fe/test/TemplatePage.js","module":"sap/fe/test/TemplatePage","export":"actions","static":true,"visibility":"public","description":"<p><p>TemplatePage actions</p></p>","methods":[{"name":"onActionDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogActions","description":"<p>The available dialog actions</p>","types":[{"value":"sap.fe.test.api.DialogActions","href":"api/sap.fe.test.api.DialogActions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Action })</code>.</p>","href":"api/sap.fe.test.TemplatePage.actions#methods/onActionDialog","code":"<pre>onActionDialog() : sap.fe.test.api.DialogActions</pre>"},{"name":"onConfirmationDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogActions","description":"<p>The available dialog actions</p>","types":[{"value":"sap.fe.test.api.DialogActions","href":"api/sap.fe.test.api.DialogActions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Confirmation })</code>.</p>","href":"api/sap.fe.test.TemplatePage.actions#methods/onConfirmationDialog","code":"<pre>onConfirmationDialog() : sap.fe.test.api.DialogActions</pre>"},{"name":"onCreateDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogCreateActions","description":"<p>The available dialog actions</p>","types":[{"value":"sap.fe.test.api.DialogCreateActions","href":"api/sap.fe.test.api.DialogCreateActions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Create })</code>.</p>","href":"api/sap.fe.test.TemplatePage.actions#methods/onCreateDialog","code":"<pre>onCreateDialog() : sap.fe.test.api.DialogCreateActions</pre>"},{"name":"onDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogActions","description":"<p>The available dialog actions</p>","types":[{"value":"sap.fe.test.api.DialogActions","href":"api/sap.fe.test.api.DialogActions","linkEnabled":true}]},"parameters":[{"name":"vDialogIdentifier","optional":false,"description":"<p>The identifier of the dialog, or its title</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.DialogIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.DialogIdentifier"}],"defaultValue":""}],"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.DialogActions\">sap.fe.test.api.DialogActions</a> instance.</p>","href":"api/sap.fe.test.TemplatePage.actions#methods/onDialog","code":"<pre>onDialog(vDialogIdentifier) : sap.fe.test.api.DialogActions</pre>"},{"name":"onErrorDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogActions","description":"<p>The available dialog actions</p>","types":[{"value":"sap.fe.test.api.DialogActions","href":"api/sap.fe.test.api.DialogActions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Error })</code>.</p>","href":"api/sap.fe.test.TemplatePage.actions#methods/onErrorDialog","code":"<pre>onErrorDialog() : sap.fe.test.api.DialogActions</pre>"},{"name":"onMessageDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogMessageActions","description":"<p>The available dialog actions</p>","types":[{"value":"sap.fe.test.api.DialogMessageActions","href":"api/sap.fe.test.api.DialogMessageActions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Message })</code>.</p>","href":"api/sap.fe.test.TemplatePage.actions#methods/onMessageDialog","code":"<pre>onMessageDialog() : sap.fe.test.api.DialogMessageActions</pre>"},{"name":"onValueHelpDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogValueHelpActions","description":"<p>The available dialog actions</p>","types":[{"value":"sap.fe.test.api.DialogValueHelpActions","href":"api/sap.fe.test.api.DialogValueHelpActions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.ValueHelp })</code>.</p>","href":"api/sap.fe.test.TemplatePage.actions#methods/onValueHelpDialog","code":"<pre>onValueHelpDialog() : sap.fe.test.api.DialogValueHelpActions</pre>"}],"displayName":"sap.fe.test.TemplatePage.actions","title":"namespace sap.fe.test.TemplatePage.actions","subTitle":""},{"kind":"namespace","name":"sap.fe.test.TemplatePage.assertions","basename":"assertions","resource":"sap/fe/test/TemplatePage.js","module":"sap/fe/test/TemplatePage","export":"assertions","static":true,"visibility":"public","description":"<p><p>Assertions that are available to all template pages used in SAP Fiori elements.</p></p>","methods":[{"name":"iSeeThisPage","visibility":"public","returnValue":{"type":"object","description":"<p>The result of the <a target=\"_self\" href=\"api/sap.ui.test.Opa5#methods/waitFor\">sap.ui.test.Opa5#waitFor</a> function, to be used for chained statements</p>","types":[{"value":"object"}]},"description":"<p>Confirms the visibility of the current page.</p>","href":"api/sap.fe.test.TemplatePage.assertions#methods/iSeeThisPage","code":"<pre>iSeeThisPage() : object</pre>"},{"name":"onActionDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogAssertions","description":"<p>The available dialog assertions</p>","types":[{"value":"sap.fe.test.api.DialogAssertions","href":"api/sap.fe.test.api.DialogAssertions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Action })</code>.</p>","href":"api/sap.fe.test.TemplatePage.assertions#methods/onActionDialog","code":"<pre>onActionDialog() : sap.fe.test.api.DialogAssertions</pre>"},{"name":"onConfirmationDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogAssertions","description":"<p>The available dialog assertions</p>","types":[{"value":"sap.fe.test.api.DialogAssertions","href":"api/sap.fe.test.api.DialogAssertions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Confirmation })</code>.</p>","href":"api/sap.fe.test.TemplatePage.assertions#methods/onConfirmationDialog","code":"<pre>onConfirmationDialog() : sap.fe.test.api.DialogAssertions</pre>"},{"name":"onCreateDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogCreateAssertions","description":"<p>The available dialog assertions</p>","types":[{"value":"sap.fe.test.api.DialogCreateAssertions","href":"api/sap.fe.test.api.DialogCreateAssertions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Create })</code>.</p>","href":"api/sap.fe.test.TemplatePage.assertions#methods/onCreateDialog","code":"<pre>onCreateDialog() : sap.fe.test.api.DialogCreateAssertions</pre>"},{"name":"onDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogAssertions","description":"<p>The available dialog actions</p>","types":[{"value":"sap.fe.test.api.DialogAssertions","href":"api/sap.fe.test.api.DialogAssertions","linkEnabled":true}]},"parameters":[{"name":"vDialogIdentifier","optional":false,"description":"<p>The identifier of the dialog, or its title</p>","types":[{"value":"string"},{"value":"sap.fe.test.api.DialogIdentifier","linkEnabled":true,"href":"api/sap.fe.test.api.DialogIdentifier"}],"defaultValue":""}],"description":"<p>Returns a <a target=\"_self\" href=\"api/sap.fe.test.api.DialogAssertions\">sap.fe.test.api.DialogAssertions</a> instance.</p>","href":"api/sap.fe.test.TemplatePage.assertions#methods/onDialog","code":"<pre>onDialog(vDialogIdentifier) : sap.fe.test.api.DialogAssertions</pre>"},{"name":"onErrorDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogAssertions","description":"<p>The available dialog assertions</p>","types":[{"value":"sap.fe.test.api.DialogAssertions","href":"api/sap.fe.test.api.DialogAssertions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Error })</code>.</p>","href":"api/sap.fe.test.TemplatePage.assertions#methods/onErrorDialog","code":"<pre>onErrorDialog() : sap.fe.test.api.DialogAssertions</pre>"},{"name":"onMessageDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogMessageAssertions","description":"<p>The available dialog assertions</p>","types":[{"value":"sap.fe.test.api.DialogMessageAssertions","href":"api/sap.fe.test.api.DialogMessageAssertions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.Message })</code>.</p>","href":"api/sap.fe.test.TemplatePage.assertions#methods/onMessageDialog","code":"<pre>onMessageDialog() : sap.fe.test.api.DialogMessageAssertions</pre>"},{"name":"onValueHelpDialog","visibility":"public","returnValue":{"type":"sap.fe.test.api.DialogValueHelpAssertions","description":"<p>The available dialog assertions</p>","types":[{"value":"sap.fe.test.api.DialogValueHelpAssertions","href":"api/sap.fe.test.api.DialogValueHelpAssertions","linkEnabled":true}]},"description":"<p>Shortcut for <code>onDialog({ type: sap.fe.test.api.DialogType.ValueHelp })</code>.</p>","href":"api/sap.fe.test.TemplatePage.assertions#methods/onValueHelpDialog","code":"<pre>onValueHelpDialog() : sap.fe.test.api.DialogValueHelpAssertions</pre>"}],"displayName":"sap.fe.test.TemplatePage.assertions","title":"namespace sap.fe.test.TemplatePage.assertions","subTitle":""},{"name":"sap","displayName":"sap","kind":"namespace","nodes":[{"name":"sap.fe","description":"","href":"api/sap.fe"}],"title":"namespace sap","subTitle":""},{"name":"sap.fe","displayName":"sap.fe","kind":"namespace","nodes":[{"name":"sap.fe.test","description":"<p>Test library for SAP Fiori elements</p>","href":"api/sap.fe.test"}],"title":"namespace sap.fe","subTitle":""},{"name":"sap.fe.test.api","displayName":"sap.fe.test.api","kind":"namespace","nodes":[{"name":"sap.fe.test.api.ActionDialogFieldIdentifier","description":"<p>An action parameter dialog field identifier</p>","href":"api/sap.fe.test.api.ActionDialogFieldIdentifier"},{"name":"sap.fe.test.api.ActionIdentifier","description":"<p>An action identifier</p>","href":"api/sap.fe.test.api.ActionIdentifier"},{"name":"sap.fe.test.api.ColumnIdentifier","description":"<p>A column identifier</p>","href":"api/sap.fe.test.api.ColumnIdentifier"},{"name":"sap.fe.test.api.DialogActions","description":"","href":"api/sap.fe.test.api.DialogActions"},{"name":"sap.fe.test.api.DialogAssertions","description":"","href":"api/sap.fe.test.api.DialogAssertions"},{"name":"sap.fe.test.api.DialogCreateActions","description":"","href":"api/sap.fe.test.api.DialogCreateActions"},{"name":"sap.fe.test.api.DialogCreateAssertions","description":"","href":"api/sap.fe.test.api.DialogCreateAssertions"},{"name":"sap.fe.test.api.DialogFieldIdentifier","description":"<p>An dialog field identifier</p>","href":"api/sap.fe.test.api.DialogFieldIdentifier"},{"name":"sap.fe.test.api.DialogIdentifier","description":"<p>A dialog identifier</p>","href":"api/sap.fe.test.api.DialogIdentifier"},{"name":"sap.fe.test.api.DialogMessageActions","description":"","href":"api/sap.fe.test.api.DialogMessageActions"},{"name":"sap.fe.test.api.DialogMessageAssertions","description":"","href":"api/sap.fe.test.api.DialogMessageAssertions"},{"name":"sap.fe.test.api.DialogType","description":"<p>Enum for supported dialog types.</p>","href":"api/sap.fe.test.api.DialogType"},{"name":"sap.fe.test.api.DialogValueHelpActions","description":"","href":"api/sap.fe.test.api.DialogValueHelpActions"},{"name":"sap.fe.test.api.DialogValueHelpAssertions","description":"","href":"api/sap.fe.test.api.DialogValueHelpAssertions"},{"name":"sap.fe.test.api.EditState","description":"<p>Enum for supported editing states.</p>","href":"api/sap.fe.test.api.EditState"},{"name":"sap.fe.test.api.FieldIdentifier","description":"<p>A field identifier</p>","href":"api/sap.fe.test.api.FieldIdentifier"},{"name":"sap.fe.test.api.FilterBarActions","description":"","href":"api/sap.fe.test.api.FilterBarActions"},{"name":"sap.fe.test.api.FilterBarAPI","description":"","href":"api/sap.fe.test.api.FilterBarAPI"},{"name":"sap.fe.test.api.FilterBarAssertions","description":"","href":"api/sap.fe.test.api.FilterBarAssertions"},{"name":"sap.fe.test.api.FilterFieldIdentifier","description":"<p>A filter field identifier</p>","href":"api/sap.fe.test.api.FilterFieldIdentifier"},{"name":"sap.fe.test.api.FooterActionsBase","description":"","href":"api/sap.fe.test.api.FooterActionsBase"},{"name":"sap.fe.test.api.FooterActionsOP","description":"","href":"api/sap.fe.test.api.FooterActionsOP"},{"name":"sap.fe.test.api.FooterAssertionsBase","description":"","href":"api/sap.fe.test.api.FooterAssertionsBase"},{"name":"sap.fe.test.api.FooterAssertionsOP","description":"","href":"api/sap.fe.test.api.FooterAssertionsOP"},{"name":"sap.fe.test.api.FormActions","description":"","href":"api/sap.fe.test.api.FormActions"},{"name":"sap.fe.test.api.FormAPI","description":"","href":"api/sap.fe.test.api.FormAPI"},{"name":"sap.fe.test.api.FormAssertions","description":"","href":"api/sap.fe.test.api.FormAssertions"},{"name":"sap.fe.test.api.FormIdentifier","description":"<p>A form identifier</p>","href":"api/sap.fe.test.api.FormIdentifier"},{"name":"sap.fe.test.api.HeaderActions","description":"","href":"api/sap.fe.test.api.HeaderActions"},{"name":"sap.fe.test.api.HeaderActionsLR","description":"","href":"api/sap.fe.test.api.HeaderActionsLR"},{"name":"sap.fe.test.api.HeaderAssertions","description":"","href":"api/sap.fe.test.api.HeaderAssertions"},{"name":"sap.fe.test.api.HeaderAssertionsLR","description":"","href":"api/sap.fe.test.api.HeaderAssertionsLR"},{"name":"sap.fe.test.api.HeaderFacetIdentifier","description":"<p>An identifier for the header facet</p>","href":"api/sap.fe.test.api.HeaderFacetIdentifier"},{"name":"sap.fe.test.api.SectionIdentifier","description":"<p>A section identifier</p>","href":"api/sap.fe.test.api.SectionIdentifier"},{"name":"sap.fe.test.api.TableActions","description":"","href":"api/sap.fe.test.api.TableActions"},{"name":"sap.fe.test.api.TableAPI","description":"","href":"api/sap.fe.test.api.TableAPI"},{"name":"sap.fe.test.api.TableAssertions","description":"","href":"api/sap.fe.test.api.TableAssertions"},{"name":"sap.fe.test.api.TableIdentifier","description":"<p>A table identifier</p>","href":"api/sap.fe.test.api.TableIdentifier"}],"title":"namespace sap.fe.test.api","subTitle":""}]}