Package io.keikai.ui.event
Class CellHyperlinkEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- org.zkoss.zk.ui.event.MouseEvent
-
- io.keikai.ui.event.CellMouseEvent
-
- io.keikai.ui.event.CellHyperlinkEvent
-
- All Implemented Interfaces:
Serializable
public class CellHyperlinkEvent extends CellMouseEvent
Event when end user click on the hyperlink of a cell (used with onCellHyperlink event).- Author:
- henrichen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddress()
LINK Reference.static CellHyperlinkEvent
getHyperlinkEvent(org.zkoss.zk.au.AuRequest request)
Hyperlink.HyperlinkType
getType()
URL LINK type-
Methods inherited from class io.keikai.ui.event.CellMouseEvent
getClientx, getClienty, getColumn, getRow, getSheet, toString
-
Methods inherited from class org.zkoss.zk.ui.event.MouseEvent
getArea, getAreaComponent, getKeys, getMouseEvent, getPageX, getPageY, getX, getY
-
-
-
-
Constructor Detail
-
CellHyperlinkEvent
public 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)
-
-
Method Detail
-
getHyperlinkEvent
public static CellHyperlinkEvent getHyperlinkEvent(org.zkoss.zk.au.AuRequest request)
-
getAddress
public String getAddress()
LINK Reference.- Returns:
- URI reference.
-
getType
public Hyperlink.HyperlinkType getType()
URL LINK type- Returns:
- link type
-
-