|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectoracle.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(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 |
|---|
public MoveEvent()
public MoveEvent(Object rowKeyMoved,
Object rowKeyInsertedBefore)
rowKeyMoved - the rowKey that was moved.rowKeyInsertedBefore - the rowKey that the moved row was inserted before.| Method Detail |
|---|
public Object getRowKeyMoved()
public void setRowKeyMoved(Object rowKeyMoved)
public Object getRowKeyInsertedBefore()
public void setRowKeyInsertedBefore(Object rowKeyInsertedBefore)
|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||