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. |