Package io.keikai.ui.event
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StopEditingEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, int row, int col, String editingValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
Cancel editing, which means the use editing value will not set to cellObject
getEditingValue()
boolean
isCancel()
void
setEditingValue(Object editingValue)
-