Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.4.0)

E27204-03


oracle.adfmf.amx.event
Class SelectionEvent

java.lang.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(java.lang.Object oldRowKey)
          Creates a new SelectionEvent
SelectionEvent(java.lang.Object oldRowKey, java.lang.String[] selectedRowKeys)
          Creates a new SelectionEvent

 

Method Summary
 java.lang.Object getOldRowKey()
          Returns the rowKey that has just been unselected.
 java.lang.String[] getSelectedRowKeys()
          Returns the array of rowKeys that have just been selected.
 void setOldRowKey(java.lang.Object oldRowKey)
          Sets the rowKey that has just been unselected.
 void setSelectedRowKeys(java.lang.String[] selectedRowKeys)
          Sets the array of rowKeys that have just been selected.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SelectionEvent

public SelectionEvent()
Creates a new SelectionEvent

SelectionEvent

public SelectionEvent(java.lang.Object oldRowKey)
Creates a new SelectionEvent
Parameters:
oldRowKey - the rowKey that has just been unselected.

SelectionEvent

public SelectionEvent(java.lang.Object oldRowKey,
                      java.lang.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 java.lang.Object getOldRowKey()
Returns the rowKey that has just been unselected.

setOldRowKey

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

getSelectedRowKeys

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

setSelectedRowKeys

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.4.0)

E27204-03


Copyright © 2012, 2013 Oracle. All Rights Reserved.