Class: MoveEvent

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

E68517-04

adf.mf.api.amx.MoveEvent

Constructor

new MoveEvent(rowKeyMoved, rowKeyInsertedBefore)

An event for notifying that a specified row has been moved. It contains the key for the row that was moved along with the key for the row it was inserted before. See also the Java API oracle.adfmf.amx.event.MoveEvent.
Parameters:
Name Type Description
rowKeyMoved Object the rowKey that was moved
rowKeyInsertedBefore Object the rowKey that the moved row was inserted before