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:
  • Constructor Details

    • 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 Details

    • 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