Documentation Archive Developer
Search
PATH Documentation > WebObjects

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.webobjects.eogeneration.client


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.webobjects.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)

Description forthcoming.

public EOListController()

Description forthcoming.


Instance Methods



canPerformActionNamed

public boolean canPerformActionNamed(String aString)

Description forthcoming.

cancel

public void cancel()

Description forthcoming.

defaultAction

public void defaultAction()

Description forthcoming.

defaultActions

protected NSArray defaultActions()

Description forthcoming.

delete

public boolean delete()

Description forthcoming.

finishSelecting

public void finishSelecting()

Description forthcoming.

insert

public boolean insert()

Description forthcoming.

insertWithTask

public boolean insertWithTask()

Description forthcoming.

isDocumentForGlobalID

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

Description forthcoming.

listObjectsWithFetchSpecification

public void listObjectsWithFetchSpecification(com.webobjects.eocontrol.EOFetchSpecification anEOFetchSpecification)

Description forthcoming.

modalDialogShouldClose

public boolean modalDialogShouldClose()

Description forthcoming.

ok

public boolean ok()

Description forthcoming.

openWithTask

public boolean openWithTask()

Description forthcoming.

prepareToSelect

public void prepareToSelect( boolean aBoolean, boolean aBoolean)

Description forthcoming.

provideSelectedObjectGlobalID

public com.webobjects.eocontrol.EOGlobalID provideSelectedObjectGlobalID()

Description forthcoming.

provideSelectedObjectsGlobalIDs

public NSArray provideSelectedObjectsGlobalIDs()

Description forthcoming.

save

public boolean save()

Description forthcoming.

© 2001 Apple Computer, Inc. (Last Published April 15, 2001)


Table of Contents