WebObjects 5.2

com.webobjects.eogeneration
Interface EOControllerFactory.Select

All Superinterfaces:
EOObjectDisplay
All Known Implementing Classes:
EOListController
Enclosing class:
EOControllerFactory

public static interface EOControllerFactory.Select
extends EOObjectDisplay


Method Summary
 void finishSelecting()
           
 void prepareToSelect(boolean allowMultipleObjects, boolean allowInsertingObject)
           
 EOGlobalID provideSelectedObjectGlobalID()
           
 NSArray provideSelectedObjectsGlobalIDs()
           
 
Methods inherited from interface com.webobjects.eoapplication.EOObjectDisplay
controllerDisplayGroup, displayGroup, editingContext, entityName
 

Method Detail

finishSelecting

public void finishSelecting()

prepareToSelect

public void prepareToSelect(boolean allowMultipleObjects,
                            boolean allowInsertingObject)

provideSelectedObjectGlobalID

public EOGlobalID provideSelectedObjectGlobalID()

provideSelectedObjectsGlobalIDs

public NSArray provideSelectedObjectsGlobalIDs()

Last updated Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.