Class CellSelectionEvent

    • Constructor Detail

      • CellSelectionEvent

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

      • getType

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