Class CellSelectionUpdateEvent

    • Constructor Detail

      • CellSelectionUpdateEvent

        public CellSelectionUpdateEvent​(String name,
                                        org.zkoss.zk.ui.Component target,
                                        Sheet sheet,
                                        int tRow,
                                        int lCol,
                                        int bRow,
                                        int rCol,
                                        int otRow,
                                        int olCol,
                                        int obRow,
                                        int orCol,
                                        CellSelectionType type,
                                        CellSelectionAction action)
    • Method Detail

      • getOrigRow

        public int getOrigRow()
      • getOrigColumn

        public int getOrigColumn()
      • getOrigLastRow

        public int getOrigLastRow()
      • getOrigLastColumn

        public int getOrigLastColumn()