WebObjects 5.4

com.webobjects.eoapplication
Interface EOComponentController.EndEditing

All Known Implementing Classes:
com.webobjects.eogeneration.assistant._EOEditorStringList, EOActionController, EOArchiveController, EOComboBoxController, EODetailSelectionController, EODocumentController, EOEditingController, EOEntityController, EOEnumerationController, EOFormController, EOInterfaceController, EOListController, EOMiscellaneousEditor, EOMultipleValuesEnumerationController, EOOneValueEnumerationController, EOQueryController, EOTitlesController, EOUserInterfaceParametersEditor, EOWidgetParametersEditor, EOWindowParametersEditor, EOXMLEditor
Enclosing class:
EOComponentController

public static interface EOComponentController.EndEditing

The EOComponentController.EndEditing interface identifies controllers that edit data objects and might need to flush uncommitted user changes.


Method Summary
 boolean endEditing()
          Ensures that all current edits in the user interface are flushed to the underlying data objects.
 

Method Detail

endEditing

boolean endEditing()
Ensures that all current edits in the user interface are flushed to the underlying data objects.

Returns:
true if all uncommitted changes were successfully flushed; false otherwise

Last updated Tuesday, October 9, 2007 08:58 PDT

Copyright © 2000-2007 Apple Inc.