Modifier and Type | Method and Description |
---|---|
void |
WODisplayGroup.Delegate.displayGroupCreateObjectFailedForDataSource(WODisplayGroup paramWODisplayGroup,
EODataSource paramEODataSource) |
void |
WODisplayGroup.Delegate.displayGroupDidChangeDataSource(WODisplayGroup paramWODisplayGroup) |
void |
WODisplayGroup.Delegate.displayGroupDidChangeSelectedObjects(WODisplayGroup paramWODisplayGroup) |
void |
WODisplayGroup.Delegate.displayGroupDidChangeSelection(WODisplayGroup paramWODisplayGroup) |
void |
WODisplayGroup.Delegate.displayGroupDidDeleteObject(WODisplayGroup paramWODisplayGroup,
Object paramObject) |
void |
WODisplayGroup.Delegate.displayGroupDidFetchObjects(WODisplayGroup paramWODisplayGroup,
NSArray paramNSArray) |
void |
WODisplayGroup.Delegate.displayGroupDidInsertObject(WODisplayGroup paramWODisplayGroup,
Object paramObject) |
NSArray |
WODisplayGroup.Delegate.displayGroupDisplayArrayForObjects(WODisplayGroup paramWODisplayGroup,
NSArray paramNSArray) |
boolean |
WODisplayGroup.Delegate.displayGroupShouldChangeSelectionToIndexes(WODisplayGroup paramWODisplayGroup,
NSArray paramNSArray) |
boolean |
WODisplayGroup.Delegate.displayGroupShouldDeleteObject(WODisplayGroup paramWODisplayGroup,
Object paramObject) |
boolean |
WODisplayGroup.Delegate.displayGroupShouldDisplayAlert(WODisplayGroup paramWODisplayGroup,
String paramString1,
String paramString2)
Deprecated.
|
boolean |
WODisplayGroup.Delegate.displayGroupShouldFetch(WODisplayGroup paramWODisplayGroup) |
boolean |
WODisplayGroup.Delegate.displayGroupShouldInsertObject(WODisplayGroup paramWODisplayGroup,
Object paramObject,
int paramInt) |
boolean |
WODisplayGroup.Delegate.displayGroupShouldRefetchForInvalidatedAllObjects(WODisplayGroup paramWODisplayGroup,
NSNotification paramNSNotification) |
Modifier and Type | Field and Description |
---|---|
protected WODisplayGroup |
WXSortOrder._displayGroup |
protected WODisplayGroup |
WOSortOrderManyKey._displayGroup |
protected WODisplayGroup |
WOSortOrder._displayGroup |
Modifier and Type | Method and Description |
---|---|
WODisplayGroup |
WXSortOrder.displayGroup() |
WODisplayGroup |
WOSortOrderManyKey.displayGroup() |
WODisplayGroup |
WOSortOrder.displayGroup() |
WODisplayGroup |
WOAnyField.displayGroup() |
Modifier and Type | Method and Description |
---|---|
WODisplayGroup |
AjaxGridNavBar.displayGroup() |
WODisplayGroup |
AjaxGrid.displayGroup() |
Modifier and Type | Method and Description |
---|---|
static void |
AjaxGrid.updateBatchSize(WODisplayGroup dg,
int batchSize)
Updates numberOfObjectsPerBatch on the display group.
|
static void |
AjaxGrid.updateDisplayGroupSort(WODisplayGroup dg,
NSArray sortConfig)
Updates sort orders on the display group.
|
Modifier and Type | Method and Description |
---|---|
WODisplayGroup |
ERDCustomQueryComponent.displayGroup() |
WODisplayGroup |
ERD2WCheatSheet.displayGroup() |
Modifier and Type | Method and Description |
---|---|
void |
ERDCustomQueryComponent.setDisplayGroup(WODisplayGroup value) |
Modifier and Type | Method and Description |
---|---|
WODisplayGroup |
ERDActionButton.displayGroup()
The current display group.
|
Constructor and Description |
---|
_FilterDelegate(WOComponent nextPage,
WODisplayGroup displayGroup) |
Modifier and Type | Method and Description |
---|---|
WODisplayGroup |
ERDSavedQueriesComponent.displayGroup() |
Modifier and Type | Method and Description |
---|---|
void |
ERDSavedQueriesComponent.SavedQuery.getValuesFromDisplayGroup(WODisplayGroup displayGroup) |
static void |
ERDSavedQueriesComponent.SavedQuery.sendValuesToDisplayGroup(ERDSavedQueriesComponent.SavedQuery savedQuery,
WODisplayGroup displayGroup,
boolean clearFormFirst) |
void |
ERDSavedQueriesComponent.SavedQuery.sendValuesToDisplayGroup(WODisplayGroup displayGroup,
boolean clearFormFirst) |
Constructor and Description |
---|
SavedQuery(String name,
WODisplayGroup displayGroup) |
Modifier and Type | Method and Description |
---|---|
WODisplayGroup |
ERDQueryPageRepetition.displayGroup() |
WODisplayGroup |
ERDListPageRepetition.displayGroup() |
Modifier and Type | Method and Description |
---|---|
WODisplayGroup |
ERDListPageInterface.displayGroup()
Returns the displayGroup for this list page.
|
Modifier and Type | Field and Description |
---|---|
protected WODisplayGroup |
ERD2WListPage._displayGroup
Holds the display group.
|
protected WODisplayGroup |
ERD2WEditableListPage._massChangeDisplayGroup |
protected WODisplayGroup |
ERD2WQueryPage.displayGroup |
protected WODisplayGroup |
ERD2WQueryEntitiesPage.displayGroup |
WODisplayGroup |
ERD2WEditSortedManyToManyPage.relationshipDisplayGroup |
Modifier and Type | Method and Description |
---|---|
WODisplayGroup |
ERD2WQueryPage.displayGroup()
Gets the display group.
|
WODisplayGroup |
ERD2WQueryEntitiesPage.displayGroup() |
WODisplayGroup |
ERD2WListPage.displayGroup()
Returns the display group, creating one if there is none present.
|
WODisplayGroup |
ERD2WCalendarPage.displayGroup() |
WODisplayGroup |
ERD2WEditableListPage.massChangeDisplayGroup() |
Modifier and Type | Method and Description |
---|---|
protected void |
ERD2WListPage._fetchDisplayGroup(WODisplayGroup dg) |
static WOComponent |
ERD2WListPage.printerFriendlyVersion(com.webobjects.directtoweb.D2WContext d2wContext,
WOSession session,
EODataSource dataSource,
WODisplayGroup displayGroup) |
protected void |
ERD2WListPage.setSortOrderingsOnDisplayGroup(NSArray sortOrderings,
WODisplayGroup dg) |
Modifier and Type | Class and Description |
---|---|
class |
ERXDisplayGroup<T>
Extends
WODisplayGroup
provide access to the filtered objects
allows you to add qualifiers to the final query qualifier (as opposed to just min/equals/max with the keys)
clears out the sort ordering when the datasource changes. |
class |
ERXListDisplayGroup<T>
A WODisplayGroup that takes Lists instead of NSArrays and supports the
IBatchingList interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ERXBatchingDisplayGroup<T>
Extends
WODisplayGroup in order to provide real batching. |
Modifier and Type | Method and Description |
---|---|
WODisplayGroup |
ERXFlickrBatchNavigation.displayGroup() |
WODisplayGroup |
ERXBatchNavigationBar.displayGroup() |
Modifier and Type | Class and Description |
---|---|
class |
ERXDateGrouper
Works much the same as a
WODisplayGroup . |
Modifier and Type | Field and Description |
---|---|
WODisplayGroup |
ERXQueryRecentDates.displayGroup |
WODisplayGroup |
ERXLocalizationEditor.displayGroup |
Modifier and Type | Method and Description |
---|---|
WODisplayGroup |
WOSortOrder.displayGroup() |
Modifier and Type | Method and Description |
---|---|
WODisplayGroup |
ERQMDisplayGroupNavigationBar.displayGroup() |
Modifier and Type | Method and Description |
---|---|
WODisplayGroup |
ERMDBatchSizeControl.displayGroup() |
WODisplayGroup |
ERMD2WTableHeader.displayGroup() |
Modifier and Type | Method and Description |
---|---|
WODisplayGroup |
ERMDActionButton.displayGroup()
The current display group.
|
Modifier and Type | Field and Description |
---|---|
WODisplayGroup |
ERMODSecondaryActionButtons.displayGroup |
Modifier and Type | Method and Description |
---|---|
WODisplayGroup |
ERMODEditRelationshipPage.relationshipDisplayGroup()
Display group for the related objects
|
Modifier and Type | Method and Description |
---|---|
void |
ERMODEditRelationshipPage.setRelationshipDisplayGroup(WODisplayGroup relationshipDisplayGroup) |
Copyright © 2002 – 2024 Project Wonder.