com.extentech.ExtenXLS.eventui.event
Class EditEndEvent
java.lang.Object
java.util.EventObject
com.extentech.ExtenXLS.eventui.event.EditEndEvent
- All Implemented Interfaces:
- java.io.Serializable
public class EditEndEvent
- extends java.util.EventObject
Event indicating the user has finished editing a cell.
- Author:
- Sam Hanes
- See Also:
- Serialized Form
|
Method Summary |
boolean |
isCanceled()
Whether edit mode will be forced to continue. |
void |
setCanceled(boolean canceled)
Set whether edit mode will be forced to continue. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EditEndEvent
public EditEndEvent(ExtenXLSTable source)
- Creates a new EditEndEvent.
- Parameters:
source - the ExtenXLSTable that owns the cell being edited
isCanceled
public boolean isCanceled()
- Whether edit mode will be forced to continue.
setCanceled
public void setCanceled(boolean canceled)
- Set whether edit mode will be forced to continue.
Copyright © 2011 Extentech Inc. All Rights Reserved.