public class StartEditingEvent extends CellEvent
Constructor and Description |
---|
StartEditingEvent(String name,
org.zkoss.zk.ui.Component target,
Sheet sheet,
int row,
int col,
Object editingValue,
Object clientvalue) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancel editing, which means the editing will not start;
|
Object |
getClientValue()
Return value when client side fire start editing.
|
Object |
getEditingValue() |
boolean |
isCancel() |
boolean |
isEditingSet()
Return true if editing value is set by
setEditingValue(Object) |
void |
setEditingValue(Object editingValue)
Sets the editing value.
|
public Object getEditingValue()
public void setEditingValue(Object editingValue)
public boolean isEditingSet()
setEditingValue(Object)
public Object getClientValue()
public void cancel()
public boolean isCancel()
Copyright © 2020. All rights reserved.