WebObjects 5.2.3

Uses of Class
com.webobjects.appserver.WODisplayGroup

Packages that use WODisplayGroup
com.webobjects.appserver Provides the WebObjects application server, session management classes, component classes, and classes to manage the request-response loop. 
com.webobjects.directtoweb Provides the framework for rapid development of HTML-based WebObjects applications. 
com.webobjects.woextensions The WebObjects Extensions are non-synchronizing reusable components defined in the WebObjects Extensions Framework, which is included in every WebObjects Application project. 
 

Uses of WODisplayGroup in com.webobjects.appserver
 

Methods in com.webobjects.appserver with parameters of type WODisplayGroup
 void WODisplayGroup.Delegate.displayGroupCreateObjectFailedForDataSource(WODisplayGroup group, EODataSource dataSource)
          Informs the delegate that group has failed to create a new object for dataSource.
 void WODisplayGroup.Delegate.displayGroupDidChangeDataSource(WODisplayGroup group)
          Informs the delegate that group's dataSource has changed.
 void WODisplayGroup.Delegate.displayGroupDidChangeSelectedObjects(WODisplayGroup group)
          Informs the delegate that group's selected objects have changed, regardless of whether the selection indexes have changed.
 void WODisplayGroup.Delegate.displayGroupDidChangeSelection(WODisplayGroup group)
          Informs the delegate that group's selection has changed.
 void WODisplayGroup.Delegate.displayGroupDidDeleteObject(WODisplayGroup group, Object eo)
          Informs the delegate that group has deleted eo.
 void WODisplayGroup.Delegate.displayGroupDidFetchObjects(WODisplayGroup group, NSArray objects)
          Informs the delegate that group has fetched objects from its dataSource.
 void WODisplayGroup.Delegate.displayGroupDidInsertObject(WODisplayGroup group, Object eo)
          Informs the delegate that group has inserted eo.
 NSArray WODisplayGroup.Delegate.displayGroupDisplayArrayForObjects(WODisplayGroup group, NSArray objects)
          Allows the delegate to filter and sort group's array of objects to limit which ones get displayed.
 boolean WODisplayGroup.Delegate.displayGroupShouldChangeSelectionToIndexes(WODisplayGroup group, NSArray newIndexes)
          Allows the delegate to prevent a change in selection by group.
 boolean WODisplayGroup.Delegate.displayGroupShouldDeleteObject(WODisplayGroup group, Object eo)
          Allows the delegate to prevent group from deleting eo.
 boolean WODisplayGroup.Delegate.displayGroupShouldDisplayAlert(WODisplayGroup group, String title, String message)
          Deprecated. No longer important for WebObjects applications. No user code should depend upon this, and any references to this method may be eliminated freely.
 boolean WODisplayGroup.Delegate.displayGroupShouldFetch(WODisplayGroup group)
          Allows the delegate to prevent group from fetching.
 boolean WODisplayGroup.Delegate.displayGroupShouldInsertObject(WODisplayGroup group, Object eo, int index)
          Allows the delegate to prevent group from inserting eo at index.
 boolean WODisplayGroup.Delegate.displayGroupShouldRefetchForInvalidatedAllObjects(WODisplayGroup group, NSNotification notification)
          Allows the delegate to suppress immediate refetching when the WODisplayGroup's objects have been invalidated.
 

Uses of WODisplayGroup in com.webobjects.directtoweb
 

Fields in com.webobjects.directtoweb declared as WODisplayGroup
 WODisplayGroup D2WQueryPage.displayGroup
          The WODisplayGroup object that performs the query.
 WODisplayGroup D2WQueryAllEntitiesPage.displayGroup
          The WODisplayGroup object that performs the query.
 WODisplayGroup D2WEditRelationshipPage.relationshipDisplayGroup
          Contains the display group with the relationship destination objects.
 WODisplayGroup D2WDefaultCustomComponent.displayGroup
          The display group (for D2WCustomQueryComponent).
 WODisplayGroup D2WCustomQueryComponent.displayGroup
          The display group for a WOSwitchComponent.
 

Methods in com.webobjects.directtoweb that return WODisplayGroup
 WODisplayGroup QueryComponent.displayGroup()
          This method is intentionally undocumented.
 WODisplayGroup D2WListPage.displayGroup()
          Gets the display group that contains the objects listed on the page.
 

Uses of WODisplayGroup in com.webobjects.woextensions
 

Methods in com.webobjects.woextensions that return WODisplayGroup
 WODisplayGroup WXSortOrder.displayGroup()
           
 WODisplayGroup WOSortOrderManyKey.displayGroup()
           
 WODisplayGroup WOSortOrder.displayGroup()
           
 WODisplayGroup WOAnyField.displayGroup()
           
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.