Class 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:
    Serialized Form
    • Constructor Detail

      • CellMultipleSelectionEvent

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

      • 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