Class CellMouseEvent

    • Field Summary

      • Fields inherited from class org.zkoss.zk.ui.event.MouseEvent

        ALT_KEY, CTRL_KEY, LEFT_CLICK, META_KEY, MIDDLE_CLICK, RIGHT_CLICK, SHIFT_KEY
    • Constructor Summary

      Constructors 
      Constructor Description
      CellMouseEvent​(String name, org.zkoss.zk.ui.Component target, Sheet sheet, int row, int col, int x, int y, int keys, int clientx, int clienty)  
    • Constructor Detail

      • CellMouseEvent

        public CellMouseEvent​(String name,
                              org.zkoss.zk.ui.Component target,
                              Sheet sheet,
                              int row,
                              int col,
                              int x,
                              int y,
                              int keys,
                              int clientx,
                              int clienty)
        Since:
        3.0.0
    • Method Detail

      • getSheet

        public Sheet getSheet()
        get Sheet
        Returns:
        sheet the related sheet
      • getRow

        public int getRow()
        get row index
        Returns:
        row index
      • getColumn

        public int getColumn()
        get column index
        Returns:
        column index
      • getClientx

        public int getClientx()
        get x position of client
        Returns:
        x position
      • getClienty

        public int getClienty()
        get y position of client
        Returns:
        y position
      • toString

        public String toString()
        Overrides:
        toString in class org.zkoss.zk.ui.event.Event