[PageView vs. ScrollView]: How to make a Angry Birds' select stage

So I want to make a ScrollView or PageView like that of Angry Birds’ select stage page.

I know that ScrollView works like scrolling a long listView. But I want it to stop at certain positions - Horizontally.

http://www.cocos2d-x.org/reference/native-cpp/V2.2.2/d6/d4e/classcocos2d_1_1gui_1_1_page_view.html

It looks like there is a class called PageView and I want to know what this does. But I couldn’t find any information about it.

If you know about PageView, please shard with me