|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.jxcell.EndEditEvent
This event occurs when an editing operation is completed
Method Summary | |
java.lang.String |
getEditString()
Retrieves the edit string to be entered in the active cell |
boolean |
isCanceled()
Returns whether the end edit event has been canceled boolean indicating whether the EndEdit event has been canceled. |
void |
setCanceled(boolean flag)
Specifies whether edit mode is to continue |
void |
setEditString(java.lang.String editString)
Specifies the edit string to be entered in the active cell |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getEditString()
public void setEditString(java.lang.String editString)
editString
- - the string to be entered in the active cellpublic boolean isCanceled()
public void setCanceled(boolean flag)
flag
- - indicating whether the EndEdit event is to be canceled. False indicates that edit mode should terminate. True indicates that edit mode should continue; this is often used for data validation when you do not want the user to exit edit mode until data is correct.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |