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

E36392-01

oracle.adfmf.amx.event
Class SelectionEvent

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

public class SelectionEvent
extends AMXEvent

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

SelectionEvent

public SelectionEvent()
Creates a new SelectionEvent


SelectionEvent

public SelectionEvent(Object oldRowKey)
Creates a new SelectionEvent

Parameters:
oldRowKey - the rowKey that has just been unselected.

SelectionEvent

public SelectionEvent(Object oldRowKey,
                      String[] selectedRowKeys)
Creates a new SelectionEvent

Parameters:
oldRowKey - the rowKey that has just been unselected.
selectedRowKeys - the array of rowKeys that have just been selected.
Method Detail

getOldRowKey

public Object getOldRowKey()
Returns the rowKey that has just been unselected.


setOldRowKey

public void setOldRowKey(Object oldRowKey)
Sets the rowKey that has just been unselected.


getSelectedRowKeys

public String[] getSelectedRowKeys()
Returns the array of rowKeys that have just been selected.


setSelectedRowKeys

public void setSelectedRowKeys(String[] selectedRowKeys)
Sets the array of rowKeys that have just been selected.


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

E36392-01

Copyright © 2014 Oracle. All Rights Reserved.