Class StopEditingEvent

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

public class StopEditingEvent extends CellEvent
Author:
Dennis.Chen
See Also:
  • Constructor Details

    • StopEditingEvent

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

    • 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()