Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework
2.0.0.0.0

E36392-01

oracle.adfmf.amx.event
Class MoveEvent

Object
  extended by oracle.adfmf.amx.event.AMXEvent
      extended by oracle.adfmf.amx.event.MoveEvent

public class MoveEvent
extends AMXEvent

A MoveEvent is a notification that the 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.


Constructor Summary
MoveEvent()
          Creates a new MoveEvent
MoveEvent(Object rowKeyMoved, Object rowKeyInsertedBefore)
          Creates a new MoveEvent
 
Method Summary
 Object getRowKeyInsertedBefore()
          Returns the rowKey that the moved row was inserted before.
 Object getRowKeyMoved()
          Returns the rowKey that was moved.
 void setRowKeyInsertedBefore(Object rowKeyInsertedBefore)
          Sets the rowKey that the moved row was inserted before.
 void setRowKeyMoved(Object rowKeyMoved)
          Sets the rowKey that was moved.
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveEvent

public MoveEvent()
Creates a new MoveEvent


MoveEvent

public MoveEvent(Object rowKeyMoved,
                 Object rowKeyInsertedBefore)
Creates a new MoveEvent

Parameters:
rowKeyMoved - the rowKey that was moved.
rowKeyInsertedBefore - the rowKey that the moved row was inserted before.
Method Detail

getRowKeyMoved

public Object getRowKeyMoved()
Returns the rowKey that was moved.


setRowKeyMoved

public void setRowKeyMoved(Object rowKeyMoved)
Sets the rowKey that was moved.


getRowKeyInsertedBefore

public Object getRowKeyInsertedBefore()
Returns the rowKey that the moved row was inserted before.


setRowKeyInsertedBefore

public void setRowKeyInsertedBefore(Object rowKeyInsertedBefore)
Sets the rowKey that the moved row was inserted before.


Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework
2.0.0.0.0

E36392-01

Copyright © 2014 Oracle. All Rights Reserved.