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

Table of Contents

EOObjectDisplay


Implemented by:
EOEntityController
Package:
com.apple.client.eoapplication

Interface Description


EOObjectDisplay is an interface that defines the behavior of a controller that displays enterprise objects using an EODisplayGroup.



Instance Methods



controllerDisplayGroup

public abstract com.apple.client.eointerface.EODisplayGroup controllerDisplayGroup()

Returns a display group containing the receiver-an EOController or subclass. This display group can be used to connect controller methods to the user interface.



displayGroup

public abstract com.apple.client.eointerface.EODisplayGroup displayGroup()

Returns the display group the receiver uses to display and edit the properties of its enterprise objects.



editingContext

public abstract com.apple.client.eocontrol.EOEditingContext editingContext()

Returns the editing context the receiver uses to manage the graph of its enterprise objects.



entityName

public abstract String entityName()

Returns the name of the entity that describes the enterprise objects the receiver displays with its display group.




Table of Contents

DRAFT