|
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.SelectionEvent
public class SelectionEvent
Event that is generated when the selection of a component changes.
Constructor Summary | |
---|---|
SelectionEvent()
Creates a new SelectionEvent |
|
SelectionEvent(Object oldRowKey)
Creates a new SelectionEvent |
|
SelectionEvent(Object oldRowKey,
String[] selectedRowKeys)
Creates a new SelectionEvent |
Method Summary | |
---|---|
Object |
getOldRowKey()
Returns the rowKey that has just been unselected. |
String[] |
getSelectedRowKeys()
Returns the array of rowKeys that have just been selected. |
void |
setOldRowKey(Object oldRowKey)
Sets the rowKey that has just been unselected. |
void |
setSelectedRowKeys(String[] selectedRowKeys)
Sets the array of rowKeys that have just been selected. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectionEvent()
public SelectionEvent(Object oldRowKey)
oldRowKey
- the rowKey that has just been unselected.public SelectionEvent(Object oldRowKey, String[] selectedRowKeys)
oldRowKey
- the rowKey that has just been unselected.selectedRowKeys
- the array of rowKeys that have just been selected.Method Detail |
---|
public Object getOldRowKey()
public void setOldRowKey(Object oldRowKey)
public String[] getSelectedRowKeys()
public void setSelectedRowKeys(String[] selectedRowKeys)
|
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 |