public class CellHyperlinkEvent extends CellMouseEvent
Constructor and Description |
---|
CellHyperlinkEvent(java.lang.String name,
org.zkoss.zk.ui.Component target,
Sheet sheet,
int row,
int col,
java.lang.String address,
Hyperlink.HyperlinkType type,
int x,
int y,
int pageX,
int pageY,
int keys) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress()
LINK Reference.
|
static CellHyperlinkEvent |
getHyperlinkEvent(org.zkoss.zk.au.AuRequest request) |
Hyperlink.HyperlinkType |
getType()
URL LINK type
|
getClientx, getClienty, getColumn, getRow, getSheet, toString
getArea, getAreaComponent, getKeys, getMouseEvent, getPageX, getPageY, getX, getY
public CellHyperlinkEvent(java.lang.String name, org.zkoss.zk.ui.Component target, Sheet sheet, int row, int col, java.lang.String address, Hyperlink.HyperlinkType type, int x, int y, int pageX, int pageY, int keys)
public static CellHyperlinkEvent getHyperlinkEvent(org.zkoss.zk.au.AuRequest request)
public java.lang.String getAddress()
public Hyperlink.HyperlinkType getType()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.