|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.3.0) E27204-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adfmf.amx.event.AMXEvent
oracle.adfmf.amx.event.MoveEvent
public class MoveEvent
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(java.lang.Object rowKeyMoved, java.lang.Object rowKeyInsertedBefore) Creates a new MoveEvent |
Method Summary | |
---|---|
java.lang.Object |
getRowKeyInsertedBefore() Returns the rowKey that the moved row was inserted before. |
java.lang.Object |
getRowKeyMoved() Returns the rowKey that was moved. |
void |
setRowKeyInsertedBefore(java.lang.Object rowKeyInsertedBefore) Sets the rowKey that the moved row was inserted before. |
void |
setRowKeyMoved(java.lang.Object rowKeyMoved) Sets the rowKey that was moved. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MoveEvent()
public MoveEvent(java.lang.Object rowKeyMoved, java.lang.Object rowKeyInsertedBefore)
rowKeyMoved
- the rowKey that was moved.rowKeyInsertedBefore
- the rowKey that the moved row was inserted before.Method Detail |
---|
public java.lang.Object getRowKeyMoved()
public void setRowKeyMoved(java.lang.Object rowKeyMoved)
public java.lang.Object getRowKeyInsertedBefore()
public void setRowKeyInsertedBefore(java.lang.Object rowKeyInsertedBefore)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.3.0) E27204-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |