com.extentech.ExtenXLS.eventui.event
Class EditEndEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Constructor Summary
EditEndEvent(ExtenXLSTable source)
          Creates a new EditEndEvent.
 
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
 

Constructor Detail

EditEndEvent

public EditEndEvent(ExtenXLSTable source)
Creates a new EditEndEvent.

Parameters:
source - the ExtenXLSTable that owns the cell being edited
Method Detail

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.