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

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




Instance Methods



canPerformActionNamed

public boolean canPerformActionNamed(String aString)



canRevert

protected boolean canRevert()



canSave

protected boolean canSave()



cancel

public void cancel()



defaultActions

protected NSArray defaultActions()



delete

public boolean delete()



finishSelecting

public void finishSelecting()



insert

public boolean insert()



insertNewObject

public boolean insertNewObject()



insertNewObjectWithRelationshipPathsFilled

public boolean insertNewObjectWithRelationshipPathsFilled(NSDictionary aNSDictionary)



insertWithTask

public boolean insertWithTask()



modalDialogShouldClose

public boolean modalDialogShouldClose()



ok

public boolean ok()



openObjectWithGlobalID

public void openObjectWithGlobalID(com.apple.client.eocontrol.EOGlobalID anEOGlobalID)



openWithTask

public boolean openWithTask()



prepareToSelectByInserting

public void prepareToSelectByInserting()



provideSelectedObjectGlobalID

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



save

public boolean save()




Table of Contents

DRAFT