Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

EOFormController


Inherits from:
EOEditingController : EODocumentController : EOAssociationController : EOWidgetController : EOComponentController (eoapplication) : EOController (eoapplication) : Object
Implements:
EOModalDialogController.ModalActions
(eoapplication package)
EOControllerFactory.Insert
EOControllerFactory.Open
EOControllerFactory.SelectByInserting
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
FORMCONTROLLER entityController




Method Types


All methods
EOFormController
canPerformActionNamed
canRevert
canSave
cancel
defaultActions
delete
finishSelecting
insert
insertNewObject
insertNewObjectWithRelationshipPathsFilled
insertWithTask
modalDialogShouldClose
ok
openObjectWithGlobalID
openWithTask
prepareToSelectByInserting
provideSelectedObjectGlobalID
save


Constructors



EOFormController

public EOFormController( com.webobjects.eoapplication.EOXMLUnarchiver anEOXMLUnarchiver)

Description forthcoming.

public EOFormController()

Description forthcoming.


Instance Methods



canPerformActionNamed

public boolean canPerformActionNamed(String aString)

Description forthcoming.

canRevert

public boolean canRevert()

Description forthcoming.

canSave

public boolean canSave()

Description forthcoming.

cancel

public void cancel()

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.

insertNewObject

public boolean insertNewObject()

Description forthcoming.

insertNewObjectWithRelationshipPathsFilled

public boolean insertNewObjectWithRelationshipPathsFilled(NSDictionary aNSDictionary)

Description forthcoming.

insertWithTask

public boolean insertWithTask()

Description forthcoming.

modalDialogShouldClose

public boolean modalDialogShouldClose()

Description forthcoming.

ok

public boolean ok()

Description forthcoming.

openObjectWithGlobalID

public void openObjectWithGlobalID(com.webobjects.eocontrol.EOGlobalID anEOGlobalID)

Description forthcoming.

openWithTask

public boolean openWithTask()

Description forthcoming.

prepareToSelectByInserting

public void prepareToSelectByInserting()

Description forthcoming.

provideSelectedObjectGlobalID

public com.webobjects.eocontrol.EOGlobalID provideSelectedObjectGlobalID()

Description forthcoming.

save

public boolean save()

Description forthcoming.

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


Table of Contents