Implemented by:
- EOEntityController
- Package:
- com.apple.client.eoapplication
EOObjectDisplay is an interface that defines the behavior of a controller that displays enterprise objects using an EODisplayGroup.
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.
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.
public abstract com.apple.client.eocontrol.EOEditingContext editingContext()
Returns the editing context the receiver uses to manage the graph of its enterprise objects.
public abstract String entityName()
Returns the name of the entity that describes the enterprise objects the receiver displays with its display group.
DRAFT