Class CellMultipleSelectionEvent

java.lang.Object
org.zkoss.zk.ui.event.Event
io.keikai.ui.event.CellMultipleSelectionEvent
All Implemented Interfaces:
Serializable

public class CellMultipleSelectionEvent extends org.zkoss.zk.ui.event.Event
Event class about selection of cell
Since:
6.0.0
Author:
Jameschu
See Also:
  • Constructor Details

    • CellMultipleSelectionEvent

      public CellMultipleSelectionEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, Set<AreaRefWithType> selectionArea, Object data)
  • Method Details

    • getSheet

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

      public Set<AreaRefWithType> getSelectionArea()
      Returns the multiple selection areas with types
      Returns:
      the multiple selection areas with types