public class StopEditingEvent extends CellEvent
| Constructor and Description |
|---|
StopEditingEvent(String name,
org.zkoss.zk.ui.Component target,
Sheet sheet,
int row,
int col,
String editingValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel editing, which means the use editing value will not set to cell
|
Object |
getEditingValue() |
boolean |
isCancel() |
void |
setEditingValue(Object editingValue) |
Copyright © 2020. All rights reserved.