Class ecm.widget.listView.modules.ReversedBody


Extends ecm.widget.listView.gridModules.Body.
This module displays rows in reverse order and fetches previous items as you scroll up.
Defined in: <ecm\widget\listView\modules\ReversedBody.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
load()
Scroll to the bottom of the list initially.
 
Initialize focusing and add a listener for the scroll event.
 
renderRows(start, count, position, isRefresh)
Add the previous node if there are previous items to be fetched.

Constructor Detail

ecm.widget.listView.modules.ReversedBody()

Since:
2.0.3

Method Detail

load()

Scroll to the bottom of the list initially.

preload()

Initialize focusing and add a listener for the scroll event.

renderRows(start, count, position, isRefresh)

Add the previous node if there are previous items to be fetched.
Parameters:
start
count
position
isRefresh