Top "Sapui5" questions

This tag 'sapui5' covers both the proprietary (SAPUI5) and the open source (OpenUI5) versions of the framework.

SAPUI5: How to filter data with 2 or more values

I'm currently trying some stuff with/in SAPUI5 and I've implemented a very simple search like this: var filters = []; var …

sapui5
Error "validate_display:255 error 3008 (EGL_BAD_DISPLAY)" by Toutorial

I'm new to javascript and android and I want to program a multi page app with SAPUI5. For this I …

javascript android sapui5
Correct usage for filters when binding items via XMLView

Using sap.m.Select, I have a similar code as this below: <m:Select selectedKey='{state}' items="{ …

sapui5
SAPUI5-Which method to call once a view is displayed everytime?

I want to do some logic before a view is displayed every time.I cannot go with before rendering method …

sapui5
Dynamic binding of table column and rows

I'm having troubles getting dynamic binding of both my table columns and rows to work. Suppose I have two models, …

sapui5
Refresh model SAPUI5

I'm developing SAP Fiori app with master detail template. i'm having troubles,I need to update a particular data every 5 …

model sapui5 sap-fiori
How to Access Elements from XML Fragment by ID

I am working on a SAPUI5 application. I have an XML view which contains an XML Fragment and a Button …

sapui5
Formatting a date from an ODataModel in a SAPUI5 table

I have got a SAPUI5 table that is populated from an OData Model. One of its columns is a date/…

date format sapui5
SAPUI5 get current context in detail view

I have a SAPUI5 split-app with a master- and detail-view. When I select an item in the side bar, I …

sapui5
How does the lifecycle of UI5 Controls work?

Can someone give a more detailed explanation about the lifecycle of the default events of a UI5 Control? I know …

sapui5