|
WebObjects 5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WODisplayGroup | |
com.webobjects.appserver | |
com.webobjects.directtoweb | |
com.webobjects.woextensions |
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 . |
void |
WODisplayGroup.Delegate.displayGroupDidSetValue(WODisplayGroup group,
Object value,
Object eo,
String key)
Informs the delegate that group has altered a property value of 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)
Allows the delegate to control the display of alert messages when an error is encountered in group or its EOEditingContext. |
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.displayGroupShouldRedisplayForChangesInEditingContext(WODisplayGroup group,
NSNotification notification)
Deprecated. No longer important for WebObjects applications. No user code should implement or depend upon this, and any implementations or references to this method may be eliminated freely. |
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 |
D2WCustomQueryComponent.displayGroup
The display group for a WOSwitchComponent. |
WODisplayGroup |
D2WDefaultCustomComponent.displayGroup
The display group (for D2WCustomQueryComponent). |
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 |
WOSortOrderManyKey.displayGroup()
|
WODisplayGroup |
WOAnyField.displayGroup()
|
WODisplayGroup |
WOSortOrder.displayGroup()
|
WODisplayGroup |
WXSortOrder.displayGroup()
|
|
Last updated Thu Jan 10 18:10:21 PST 2002. | |||||||||
PREV NEXT | FRAMES NO FRAMES |