Class: RangeChangeEvent

Oracle® Fusion Middleware JSDoc Reference for Oracle Mobile Application Framework
2.3.0.0.0

E68517-01

adf.mf.api.amx.RangeChangeEvent

Constructor

new RangeChangeEvent(eventSourceId, contextFreeValue, lastLoadedRowKey, fetchSize)

An event for range changes for a component (e.g. load more rows in listView). See also the Java API oracle.adfmf.amx.event.RangeChangeEvent.
Parameters:
Name Type Description
eventSourceId string the source ID of the event
contextFreeValue string the context-free value expression or null if not available
lastLoadedRowKey Object the row key of the last row loaded before the requested range or null if not available
fetchSize number the size to fetch or null if not available