Class CellSelectionEvent

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

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

    • CellSelectionEvent

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

    • getType

      public CellSelectionType getType()
      Returns the selection type
      Returns:
      the selection type.