Hi everyone,
I need to understand how sap overview page works. I check several tutorials but the main point if creating OVP is coming through SAP WEB IDE. My first question is, can we create that one by using eclipse ? I mean is there a specific controls that i can use from sapui5 explored ? That is the main point that i didin't get.
Here is the sample application from sap web ide; looks cool.

lets check it via chrome->developer tools;

as you we can see there is a ovp library for including cards, graphs, linkliks etc. Is there a way to access them or it is just a bunch of sapui5 controls designed for ovp view ?
I have NW 7.5 installed and i can see it on the library list;

but on API section, there is a link to access it but it is empty.

So how can i acces that cards, linklist etc? Are they just a combination of quickview card, list view, viz charts or there are specific controls that we can use for ovp ? I want to build my own custom sap OVP without using WEBIDE just with eclipse ( or webstorm ) and JSON data.
Is that possible ?