Class 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 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.