|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.jxcell.EndEditEvent
public class 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 canceled)
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 boolean isCanceled()
public void setCanceled(boolean canceled)
canceled
- - 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.public void setEditString(java.lang.String editString)
editString
- - the string to be entered in the active cell
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |