Class StopEditingEvent

    • Constructor Detail

      • StopEditingEvent

        public StopEditingEvent​(String name,
                                org.zkoss.zk.ui.Component target,
                                Sheet sheet,
                                int row,
                                int col,
                                String editingValue)
    • Method Detail

      • getEditingValue

        public Object getEditingValue()
      • setEditingValue

        public void setEditingValue​(Object editingValue)
      • cancel

        public void cancel()
        Cancel editing, which means the use editing value will not set to cell
      • isCancel

        public boolean isCancel()