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
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. |
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
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
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