{
if (!editing) return; // No hace falta.
this.editing = false;
ItsNatComponent compEditor = getCellEditorComponent();
compEditor.removeEventListener("blur",this);
// En este contexto no puede ser otra cosa que un documento AJAX
ItsNatStfulDocumentImpl itsNatDoc = (ItsNatStfulDocumentImpl)getItsNatDocument();
ClientDocumentStfulImpl[] clientList = itsNatDoc.getAllClientDocumentStfulsCopy();