WebObjects 5.2.4

com.webobjects.eogeneration
Interface EOControllerFactory.Select

All Superinterfaces:
EOObjectDisplay
All Known Implementing Classes:
EOListController
Enclosing interface:
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 Wed May 25 10:47:15 PDT 2005.

Copyright © 2005 Apple Computer, Inc.