Oracle Data-aware Controls Reference

oracle.dacf.control.swing.lov
Class LOVSelectionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byoracle.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

Field Summary
 
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

 

Copyright © 1997, 2003, Oracle. All rights reserved.