The new MAF 2.2 Version have various new components one of the them is Refresh component.
Instead of displaying a refresh button to a user, you can use this component to expose the concept of refreshing as a gesture. Use listView inside of this container. When the user drags their finger down anywhere within this container, a determination will be made to see whether any component between the container and the finger is not scrolled to its top.
For more information about amx:refreshContainer follow oracle doc here
Step1: create a list view as shown below
Setp3: provide the required attributes to refresh container component
Output: Pull down the list view
Thanks :) Happy Learning :)