public class CellHyperlinkEvent extends CellMouseEvent
| Constructor and Description |
|---|
CellHyperlinkEvent(String name,
org.zkoss.zk.ui.Component target,
Sheet sheet,
int row,
int col,
String address,
Hyperlink.HyperlinkType type,
int x,
int y,
int pageX,
int pageY,
int keys) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
LINK Reference.
|
static CellHyperlinkEvent |
getHyperlinkEvent(org.zkoss.zk.au.AuRequest request) |
Hyperlink.HyperlinkType |
getType()
URL LINK type
|
getClientx, getClienty, getColumn, getRow, getSheet, toStringgetArea, getAreaComponent, getKeys, getMouseEvent, getPageX, getPageY, getX, getYpublic CellHyperlinkEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, int row, int col, 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 String getAddress()
public Hyperlink.HyperlinkType getType()
Copyright © 2020. All rights reserved.