WebObjects 5.4.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

prepareToSelect

void prepareToSelect(boolean allowMultipleObjects,
                     boolean allowInsertingObject)

provideSelectedObjectGlobalID

EOGlobalID provideSelectedObjectGlobalID()

provideSelectedObjectsGlobalIDs

NSArray provideSelectedObjectsGlobalIDs()

finishSelecting

void finishSelecting()

Last updated June 2008

Copyright © 2000-2008 Apple Inc.