wt.clients.csm.widgets
Class CSMResultsTableSelectionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bywt.clients.csm.widgets.CSMResultsTableSelectionEvent
All Implemented Interfaces:
Serializable

public class CSMResultsTableSelectionEvent
extends EventObject

See Also:
Serialized Form

Field Summary
private  int col
           
static int COLUMN_SELECTED
           
private  int id
           
static int NONE
           
private  int row
           
static int ROW_SELECTED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CSMResultsTableSelectionEvent(Object source, int row, int col, int id)
           
 
Method Summary
 int getColumn()
           
 int getID()
           
 int getRow()
           
 
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
 

Field Detail

col

private int col

row

private int row

id

private int id

NONE

public static final int NONE
See Also:
Constant Field Values

ROW_SELECTED

public static final int ROW_SELECTED
See Also:
Constant Field Values

COLUMN_SELECTED

public static final int COLUMN_SELECTED
See Also:
Constant Field Values
Constructor Detail

CSMResultsTableSelectionEvent

public CSMResultsTableSelectionEvent(Object source,
                                     int row,
                                     int col,
                                     int id)
Method Detail

getColumn

public int getColumn()

getRow

public int getRow()

getID

public int getID()