JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridColumnSelectionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.klg.jclass.higrid.HiGridEvent
              |
              +--com.klg.jclass.higrid.HiGridColumnSelectionEvent
All Implemented Interfaces:
Serializable

public class HiGridColumnSelectionEvent
extends HiGridEvent

Event object for HiGridColumnSelectionEvent, a subclass of HiGridEvent containing information about the particular type of event.

See Also:
Serialized Form

Field Summary
protected  com.klg.jclass.higrid.CellPosition cellPosition
           
protected  InputEvent inputEvent
           
static int SELECT_COLUMN
          A column has been selected.
 
Fields inherited from class com.klg.jclass.higrid.HiGridEvent
cancelled, column, eventType, grid, rowNode
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HiGridColumnSelectionEvent(com.klg.jclass.higrid.HiGrid grid, int eventType, com.klg.jclass.higrid.RowNode rowNode, com.klg.jclass.higrid.CellPosition cellPosition, InputEvent inputEvent)
          Default constructor
 
Method Summary
 com.klg.jclass.higrid.CellPosition getCellPosition()
          Gets the position of the cell that was selected.
 InputEvent getInputEvent()
          Gets the input event that caused this selection event.
 
Methods inherited from class com.klg.jclass.higrid.HiGridEvent
cancelProposedAction, getCancelled, getColumn, getEventType, getRowNode, isCancelable
 
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

SELECT_COLUMN

public static final int SELECT_COLUMN
A column has been selected.

See Also:
Constant Field Values

inputEvent

protected InputEvent inputEvent

cellPosition

protected com.klg.jclass.higrid.CellPosition cellPosition
Constructor Detail

HiGridColumnSelectionEvent

public HiGridColumnSelectionEvent(com.klg.jclass.higrid.HiGrid grid,
                                  int eventType,
                                  com.klg.jclass.higrid.RowNode rowNode,
                                  com.klg.jclass.higrid.CellPosition cellPosition,
                                  InputEvent inputEvent)
Default constructor

Method Detail

getInputEvent

public InputEvent getInputEvent()
Gets the input event that caused this selection event.

Returns:
the input event

getCellPosition

public com.klg.jclass.higrid.CellPosition getCellPosition()
Gets the position of the cell that was selected.

Returns:
the cell's CellPosition

Copyright © 2004 Quest Software Inc..
All rights reserved.