WebObjects 5.1

com.webobjects.eoapplication
Interface EOComponentController.EndEditing

All Known Implementing Classes:
EOEntityController, EOTitlesController, EOMultipleValuesEnumerationController
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

public 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 Thu Jan 10 18:10:21 PST 2002.

Copyright © 2002 Apple Computer, Inc.