Class CellAreaEvent

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

public class CellAreaEvent extends CellEvent
Event class about selection of cell
Author:
Dennis.Chen
See Also:
  • Constructor Details

    • CellAreaEvent

      public CellAreaEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, int tRow, int lCol, int bRow, int rCol)
  • Method Details

    • getLastColumn

      public int getLastColumn()
      Returns:
      the last (right-most) column index, 0-based.
    • getLastRow

      public int getLastRow()
      Returns:
      the last (bottom) row index, 0-based.
    • getArea

      public AreaRef getArea()