public class CellClickEvent extends MouseEvent
Biglistbox
, and provides more information about
the row index and the column index.ALT_KEY, CTRL_KEY, LEFT_CLICK, META_KEY, MIDDLE_CLICK, RIGHT_CLICK, SHIFT_KEY
Constructor and Description |
---|
CellClickEvent(java.lang.String name,
Component target,
int x,
int y,
int pageX,
int pageY,
int keys,
int columnIndex,
int rowIndex) |
CellClickEvent(java.lang.String name,
Component target,
java.lang.String area,
int keys,
int columnIndex,
int rowIndex) |
Modifier and Type | Method and Description |
---|---|
static CellClickEvent |
getCellClickEvent(AuRequest request) |
int |
getColumnIndex()
Returns the column index.
|
java.lang.Object |
getData()
Returns the data of the event, by default returning an integer array
of column index and row index.
|
int |
getRowIndex()
Returns the row index
|
getArea, getAreaComponent, getKeys, getMouseEvent, getPageX, getPageY, getX, getY
getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
public CellClickEvent(java.lang.String name, Component target, int x, int y, int pageX, int pageY, int keys, int columnIndex, int rowIndex)
public CellClickEvent(java.lang.String name, Component target, java.lang.String area, int keys, int columnIndex, int rowIndex)
public static CellClickEvent getCellClickEvent(AuRequest request)
public java.lang.Object getData()
public int getColumnIndex()
public int getRowIndex()
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.