Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOGeneration Reference

Table of Contents

EOListController


Inherits from:
EOEditingController : EODocumentController (eoapplication) : EOEntityController (eoapplication) : EOComponentController (eoapplication) : EOController (eoapplication) : Object
Implements:
EOModalDialogController.ModalActions
(eoapplication package)
EOTableController.DefaultAction
EOControllerFactory.Select
EOControllerFactory.List
Package:
com.apple.client.eogeneration


Class Description


Documentation for this class is forthcoming. For information on using this class, see the book Getting Started with Direct to Java Client.


XML Tag Default Rule System Controller Type
LISTCONTROLLER entityController




Method Types


All methods
EOListController
canPerformActionNamed
cancel
defaultAction
defaultActions
delete
finishSelecting
insert
insertWithTask
isDocumentForGlobalID
listObjectsWithFetchSpecification
modalDialogShouldClose
ok
openWithTask
prepareToSelect
provideSelectedObjectGlobalID
provideSelectedObjectsGlobalIDs
save


Constructors



EOListController

public EOListController( com.apple.client.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)




Instance Methods



canPerformActionNamed

public boolean canPerformActionNamed(String aString)



cancel

public void cancel()



defaultAction

public void defaultAction()



defaultActions

protected NSArray defaultActions()



delete

public boolean delete()



finishSelecting

public void finishSelecting()



insert

public boolean insert()



insertWithTask

public boolean insertWithTask()



isDocumentForGlobalID

public boolean isDocumentForGlobalID( com.apple.client.eocontrol.EOGlobalID anEOGlobalID, String aString)



listObjectsWithFetchSpecification

public void listObjectsWithFetchSpecification(com.apple.client.eocontrol.EOFetchSpecification anEOFetchSpecification)



modalDialogShouldClose

public boolean modalDialogShouldClose()



ok

public boolean ok()



openWithTask

public boolean openWithTask()



prepareToSelect

public void prepareToSelect( boolean aBoolean, boolean aBoolean)



provideSelectedObjectGlobalID

public com.apple.client.eocontrol.EOGlobalID provideSelectedObjectGlobalID()



provideSelectedObjectsGlobalIDs

public NSArray provideSelectedObjectsGlobalIDs()



save

public boolean save()




Table of Contents

DRAFT