Oracle Data-aware Controls Reference

oracle.dacf.control.swing.lov
Class LOVSelectionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dacf.control.swing.lov.LOVSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class LOVSelectionEvent
extends java.util.EventObject

Defines the LovSelection event

Version:
SDK
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LOVSelectionEvent(LOVDialog src, java.lang.Object[] columnValues)
          Constructor
 
Method Summary
 java.lang.Object getColumnValue(int i)
          Return column value of particular index
 java.lang.Object[] getColumnValues()
          Return list of column values
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LOVSelectionEvent

public LOVSelectionEvent(LOVDialog src,
                         java.lang.Object[] columnValues)
Constructor
Method Detail

getColumnValues

public java.lang.Object[] getColumnValues()
Return list of column values
Returns:
column values

getColumnValue

public java.lang.Object getColumnValue(int i)
Return column value of particular index
Returns:
column value

Oracle Data-aware Controls Reference