public class CellClickEvent
extends org.zkoss.zk.ui.event.MouseEvent
Biglistbox, and provides more information about
the row index and the column index.| Constructor and Description |
|---|
CellClickEvent(String name,
org.zkoss.zk.ui.Component target,
int x,
int y,
int pageX,
int pageY,
int keys,
int columnIndex,
int rowIndex) |
CellClickEvent(String name,
org.zkoss.zk.ui.Component target,
String area,
int keys,
int columnIndex,
int rowIndex) |
| Modifier and Type | Method and Description |
|---|---|
static CellClickEvent |
getCellClickEvent(org.zkoss.zk.au.AuRequest request) |
int |
getColumnIndex()
Returns the column index.
|
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, getYpublic CellClickEvent(String name, org.zkoss.zk.ui.Component target, int x, int y, int pageX, int pageY, int keys, int columnIndex, int rowIndex)
public static CellClickEvent getCellClickEvent(org.zkoss.zk.au.AuRequest request)
public Object getData()
getData in class org.zkoss.zk.ui.event.Eventpublic int getColumnIndex()
public int getRowIndex()
Copyright © 2026. All rights reserved.