Class: SelectionEvent

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

E57773-01

adf.mf.api.amx.SelectionEvent

Constructor

new SelectionEvent(oldRowKey, selectedRowKeys)

An event for changes of selection for a component. See also the Java API oracle.adfmf.amx.event.SelectionEvent.
Parameters:
Name Type Description
oldRowKey Object the rowKey that has just been unselected
selectedRowKeys Array<Object> the array of rowKeys that have just been selected.