public class CellMouseEvent
extends org.zkoss.zk.ui.event.MouseEvent
Constructor and Description |
---|
CellMouseEvent(String name,
org.zkoss.zk.ui.Component target,
int x,
int y,
int keys,
Sheet sheet,
int row,
int col,
int clientx,
int clienty)
Deprecated.
|
CellMouseEvent(String name,
org.zkoss.zk.ui.Component target,
Sheet sheet,
int row,
int col,
int x,
int y,
int keys,
int clientx,
int clienty) |
Modifier and Type | Method and Description |
---|---|
int |
getClientx()
get x position of client
|
int |
getClienty()
get y position of client
|
int |
getColumn()
get column index
|
int |
getRow()
get row index
|
Sheet |
getSheet()
get Sheet
|
String |
toString() |
getArea, getAreaComponent, getKeys, getMouseEvent, getPageX, getPageY, getX, getY
@Deprecated public CellMouseEvent(String name, org.zkoss.zk.ui.Component target, int x, int y, int keys, Sheet sheet, int row, int col, int clientx, int clienty)
public Sheet getSheet()
public int getRow()
public int getColumn()
public int getClientx()
public int getClienty()
public String toString()
toString
in class org.zkoss.zk.ui.event.Event
Copyright © 2020. All rights reserved.