Class CellEvent

    • Constructor Detail

      • CellEvent

        public CellEvent​(String name,
                         org.zkoss.zk.ui.Component target,
                         Sheet sheet,
                         int row,
                         int col,
                         Object data)
    • Method Detail

      • getSheet

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

        public int getRow()
        Returns:
        row index, 0-based
      • getColumn

        public int getColumn()
        Returns:
        column index, 0-based