Class CellEvent

java.lang.Object
org.zkoss.zk.ui.event.Event
io.keikai.ui.event.CellEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CellAreaEvent, EditboxEditingEvent, StartEditingEvent, StopEditingEvent

public class CellEvent extends org.zkoss.zk.ui.event.Event
Event regarding a cell in a sheet.
Author:
Dennis.Chen
See Also:
  • Constructor Details

    • CellEvent

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

    • 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