| Modifier and Type | Class and Description | 
|---|---|
| class  | ERCDisplayHelpText | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERD2WCustomComponentWithArgsAllows custom components to resolve valueForBinding requests in the rules. | 
| class  | ERD2WCustomQueryComponentWithArgs | 
| class  | ERD2WStatelessCustomComponentWithArgsStateless version of D2WCustomComponentWithArgs. | 
| class  | ERDActionBarDisplays a set of buttons and calls the enclosing page's branch delegate with it. | 
| class  | ERDBannerComponentShows an image header matching the page. | 
| class  | ERDCustomComponent
 Base class of many custom components. | 
| class  | ERDCustomEditComponentSuperclass for most of the custom edit components.
 カスタム編集可能コンポーネントのスーパークラス | 
| class  | ERDCustomQueryComponent
 Superclass for most custom query components. | 
| class  | ERDCustomQueryComponentWithArgsCorrectly handles validation exceptions, plus a bunch of other stuff. | 
| class  | ERDFacetFilterProvides simple filtered grouping capability for display groups, like ebay or Solr. | 
| class  | ERDQuickSearchSimple search for that can be dropped on a page wrapper and pops up a list page. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERDActionButtonAbstract superclass for all actions inside of Wonder D2W. | 
| class  | ERDControllerButtonAction button that looks for the inner-most page with a pageController (which must be
 a ERDBranchDelegateInterface), collects all the actions from there 
 and displays them as a menu with an activation button. | 
| class  | ERDDeleteButtonDelete button for repetitions. | 
| class  | ERDEditButtonNice edit button for editing a toMany relationship in another page. | 
| class  | ERDEditListButtonNice component used for editing a toMany relationship by taking the user to another page to pick which objects belong in the relationship. | 
| class  | ERDFilterDisplayGroupButtonCool component that can be used in D2W list pages to filter the list, throwing to a D2W query page to restrict. | 
| class  | ERDInspectButton | 
| class  | ERDPickIntermediateButtonAction button that lets you pick the setup of a non-flattened to-many relationship and creates 
 the intermediate objects, like when you have an invoice with line items and a relationship to articles. | 
| class  | ERDPrinterButtonHandles the switching of the current task to print, which uses the print templates. | 
| class  | ERDSelectAllButtonClass for DirectToWeb Component ERDSelectAllButton. | 
| class  | ERDSelectButtonSelect button to display in lists. | 
| class  | ERDSelectionComponentFor editing a selection in a list repetition. | 
| class  | ERDTrashcanA better trashcan. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERDDisplayYearsMonthsDisplays a number as say 5 years 2 months. | 
| class  | ERDEditDateJavascriptCrazy cool little date picker that uses javascript to pick the date from a little calendar. | 
| class  | ERDEditDatePopupEdits dates with popup lists. | 
| class  | ERDEditDatePopupCommonCommon superclass for date editing components. | 
| class  | ERDEditDatePopupOrNullAllows the choice to not specify a date. | 
| class  | ERDEditYearsMonthsUsed to edit a number as if it where a number of years and a number of months. | 
| class  | ERDQueryDateRangeJavascriptUsed for building date queries with javascript.
 Javascript を使用した日付ビルド・クエリ | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERD2WEditTagsA thin D2W wrapper around ERAjaxTagField. | 
| class  | ERDConfirmMessageConfirming an action template. | 
| class  | ERDDisplayImageIfExistsDisplays an image if it exists. | 
| class  | ERDDisplayMailToA display mailto component with a number of bindings. | 
| class  | ERDEditFileAllows you to handle a file name on the server as a property. | 
| class  | ERDEditListDescription forthcoming. | 
| class  | ERDEmptyListMessageDefault component shown when a D2W list is empty. | 
| class  | ERDHasChangesMarker | 
| class  | ERDListOrganizerCrazy cool component that allows one to select strings (using arrow buttons), and organize them. | 
| class  | ERDListPickerUsed to pick a string from a list. | 
| class  | ERDQueryAnyKeyAllows you to query a set of keys - supplied by queryAttributes - with a regular expression query. | 
| class  | ERDSearchDisplayGroupQuickSerch or 'filter' feature
 For nesting inside list page nav bar | 
| class  | ERDSectionImageUsed to display sections as images instead of text. | 
| class  | ERDSectionTextUsed to display sections as text. | 
| class  | ERDSpacerA silly simple component to show a horizontal rule | 
| class  | ERDTabTextUsed to display a tab as text. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERDDisplayNumberWithUnitCool class. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERD2WDisplayListUsed to display a an NSArray of the form "A, B and C", useful for toMany relationships  or propertyKeys that return arrays. | 
| class  | ERD2WInspect!!Don't use, use ERDInspect instead!! Embedded component that can be used for nesting page configurations, ie ERD2WInspect can be a customComponentName. | 
| class  | ERD2WList | 
| class  | ERD2WPickUsed to select multiple items from a list. | 
| class  | ERD2WPickFromEntitiesCustom query component that let's the user select from a set of shared eos. | 
| class  | ERD2WPickFromListCustom query component that let's the user select from an arbitrary list. | 
| class  | ERDEditableListSame as ERDList except it uses a detail datasource so that you may edit the list as well. | 
| class  | ERDEditOwnedRelationshipCrazy component. | 
| class  | ERDEditRelationship | 
| class  | ERDEditToManyRelationshipConvenient way to add, edit, remove or delete objects from a to-many relationship. | 
| class  | ERDInspectEmbedded component that can be used for nesting page configurations, ie ERDInspect can be a customComponentName. | 
| class  | ERDLinkToEditObjectGeneric link component used to view or edit an object. | 
| class  | ERDLinkToViewListGeneric link component used to view a list. | 
| class  | ERDListUsed to edit a toMany relationship by allowing the user to pick the eos that belong in the relationship. | 
| class  | ERDQueryIsContainedInArrayAllows you to query for objects that have a one or more of a set of related objects. | 
| class  | ERDQueryTwoLevelRelationshipCreate queries that consist of a drilldown. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERDAttributeRepetitionClass for DirectToWeb Component ERDAttributeRepetition. | 
| class  | ERDGroupingListPageRepetitionGrouping list that can be used as a repetition in list pages. | 
| class  | ERDInspectPageRepetitionClass for DirectToWeb Component ERDInspectPageRepetition. | 
| class  | ERDListPageRepetitionCan be used as a repetition in list pages. | 
| class  | ERDQueryPageRepetitionClass for DirectToWeb Component ERDQueryPageRepetition. | 
| class  | ERDTableRepetition | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERDDisplayLargeString | 
| class  | ERDDisplayStyledStringThe as D2WDisplayStyledString, except that you can add a formatter and have a CSS class. | 
| class  | ERDDisplayTemplateString | 
| class  | ERDEditHTMLVery, very basic version of a TinyMCE integration. | 
| class  | ERDEditPasswordProvides a edit "password" service. | 
| class  | ERDEditPasswordConfirmUsed to edit passwords where when changed the changed value must be confirmed. | 
| class  | ERDEditPasswordConfirmationProvides a "confirm password" service. | 
| class  | ERDEditStringWithChoicesProvides a toOne relationship-like component except the value is pushed in as a string. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERD2WCSVGroupingListPageTemplateGrouping list in CSV format. | 
| class  | ERD2WCSVListPageTemplateStandard list in CSV format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERExcelButton | 
| class  | ERExcelListPage | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERD2WCalendarPageSuperclass of all calendar list pages. | 
| class  | ERD2WConfirmPageUnless you need the special shouldProvideConfirmMessage, one should use ERD2WMessagePage instead | 
| class  | ERD2WEditableListPageList page for editing all items in the list. | 
| class  | ERD2WEditSortedManyToManyPage | 
| class  | ERD2WGraphVizPageCreates a GrahpViz page for those that needs such trivial tools. | 
| class  | ERD2WGroupingListPageDisplays a groups of objects grouped by a key. | 
| class  | ERD2WInspectPageSuperclass for all inspecting/editing ERD2W templates. | 
| class  | ERD2WListComparePage | 
| class  | ERD2WListPageReimplementation of the D2WListPage. | 
| class  | ERD2WMessagePageSuperclass for all message pages. | 
| class  | ERD2WPageCommon superclass for all ERD2W templates (except ERD2WEditRelationshipPage). | 
| class  | ERD2WPickListPageAllows the selection of one or more objects from a set of EOs. | 
| class  | ERD2WPickTypePage | 
| class  | ERD2WProgressPageDisplays progress by using a ERXLongResponse.Task. | 
| class  | ERD2WQueryEntitiesPagePage that can query a set of entities. | 
| class  | ERD2WQueryPageSuperclass for all query pages. | 
| class  | ERD2WTabInspectPageSuperclass for all tab and wizard pages. | 
| class  | ERD2WWizardCreationPage | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERD2WCalendarPageTemplateClass for DirectToWeb Component ERD2WCalendarPageTemplate. | 
| class  | ERD2WCompactInspectPageTemplateInspect template that is typically embedded in a page. | 
| class  | ERD2WCompactListPageTemplateCompact list page. | 
| class  | ERD2WConfirmPageTemplateMore robust confirm messaging. | 
| class  | ERD2WEditableListTemplateList page for editing all items in the list. | 
| class  | ERD2WGroupingListPageTemplateDisplays a groups of objects grouped by a key. | 
| class  | ERD2WInspectPageTemplateBeefed up inspect page. | 
| class  | ERD2WListComparePageTemplateBasicly a list page flipped vertical. | 
| class  | ERD2WListPageTemplateBeefed up list page. | 
| class  | ERD2WMessagePageTemplateUsed to present a message to the user with only one option, usually "OK". | 
| class  | ERD2WPickListPageTemplateA basic list but adding the ability to choose an arbitrary number of eos. | 
| class  | ERD2WPickTypePageTemplateUseful for picking the type of something. | 
| class  | ERD2WProgressPageTemplateClass for DirectToWeb Component ERD2WProgressPageTemplate. | 
| class  | ERD2WQueryEntitiesPageTemplateClass for DirectToWeb Component ERD2WQueryEntitiesPageTemplate. | 
| class  | ERD2WQueryPageTemplateBeefed up query page. | 
| class  | ERD2WQueryPageWithFetchSpecificationTemplate | 
| class  | ERD2WTabInspectPageTemplateA tab inspect/edit template. | 
| class  | ERD2WWizardCreationPageTemplateA wizard inspect/edit template. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERD2WGroupingPrinterFriendlyListPageTemplatePrinter friendly version. | 
| class  | ERD2WPrinterFriendlyInspectPageTemplatePrinter friendly inspect page. | 
| class  | ERD2WPrinterFriendlyListTemplatePrinter friendly list page. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERD2WGroupingListXMLPageTemplateDisplays a grouped list of eos in an xml template. | 
| class  | ERD2WListXMLPage | 
| class  | ERD2WListXMLPageTemplateList xml template. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERMD2WColumnSelectorAdds a small drop-down menu to list table headers to allow the user a choice
 of which columns should be displayed. | 
| class  | ERMD2WTableHeaderComponent for table header cell. | 
| class  | ERMDAjaxNotificationCenterERMDAjaxNotificationCenter makes it easy to observe properties for changes
 and update dependent property keys. | 
| class  | ERMDBatchSizeControlA modern batch size controll that uses an AjaxInplaceEditor to edit
 the batch size. | 
| class  | ERMDDatePickerD2WEditComponent based on CCDatePicker. | 
| class  | ERMDEmptyListMessageModern empty list message component | 
| class  | ERMDHasChangesMarkerCustomizable hasChangesMarker component | 
| class  | ERMDSectionTextDisplay component for the section heading | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERMDActionBarSubclass of ERDActionBar that uses ERModern stylable buttons
 and wraps the buttons in an ActionList UL. | 
| class  | ERMDActionButtonBase Class for the ERM action buttons | 
| class  | ERMDDeleteButtonDelete button for repetitions. | 
| class  | ERMDEditButtonEdit button for repetitions | 
| class  | ERMDInspectButtonInspect button for repetitions | 
| class  | ERMDRemoveRelatedButtonRemove related item button for repetitions | 
| class  | ERMDSelectButtonSelect button for repetitions | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERMDEditRelationshipEmbeddable EditRelationship component | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERMD2WEditRelationshipHeaderHeader for an EditRelationshipPage | 
| class  | ERMD2WHeaderAbstract base class for header components | 
| class  | ERMD2WSimpleHeaderSimple h1 header that defaults to displaying the displayNameForPageConfiguration | 
| class  | ERMD2WUserPresentableDescriptionHeaderSimple h1 header that defaults to displaying the
 displayNameForPageConfiguration and appends the object's
 userPresentableDescription if one is available. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERMD2WListFilterAjax-enabled ad-hoc filtering of lists. | 
| class  | ERMD2WQueryDateRangeDate range query component that uses  CCDatePicker | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERMD2WEditAttachmentA D2W Component that wraps  ERAttachmentFlexibleEditor | 
| class  | ERMD2WEditToOneTypeAheadA to-one relationship edit component that allows a user to select from a list by typing in the text field | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERMDInspectPageRepetitionModern tableless inspect/edit page repetition | 
| class  | ERMDListPageRepetitionTable based list repetition. | 
| class  | ERMDNestingListPageRepetitionSpecial list page repetition for hierarchical object structures that extends
 ERMDListPageRepetition. | 
| class  | ERMDQueryPageRepetitionModern QueryPage repetition. | 
| class  | ERMDReducedListPageRepetitionNon table based (UL) list page repetition. | 
| class  | ERMDSimpleListPageRepetitionModernized table based list page repetition. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERMODEditableListTemplateList page for editing all items in the list. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERMODCalendarPage | 
| class  | ERMODCompactInspectPage | 
| class  | ERMODCompactListPageCompact list page. | 
| class  | ERMODConfirmPage | 
| class  | ERMODCSVGroupingListPage | 
| class  | ERMODCSVListPage | 
| class  | ERMODEditRelationshipPageAn improved EditRelationshipPage that supports embedding and inline editing tasks. | 
| class  | ERMODGroupingListPageDisplays a groups of objects grouped by a key. | 
| class  | ERMODGroupingListXMLPage | 
| class  | ERMODGroupingPrinterFriendlyListPagePrinter friendly version. | 
| class  | ERMODInspectPageModernized inspect page. | 
| class  | ERMODListComparePageBasically a list page flipped vertical. | 
| class  | ERMODListPageModernized list page. | 
| class  | ERMODListXMLPage | 
| class  | ERMODMessagePageUsed to present a message to the user with only one option, usually "OK". | 
| class  | ERMODPickListPageA basic list but adding the ability to choose an arbitrary number of eos. | 
| class  | ERMODPickTypePageUseful for picking the type of something. | 
| class  | ERMODPrinterFriendlyInspectPage | 
| class  | ERMODProgressPageClass for DirectToWeb Component ERMODProgressPage. | 
| class  | ERMODQueryEntitiesPageModernized QueryEntities page | 
| class  | ERMODQueryPageModernized query page. | 
| class  | ERMODTabInspectPageA modernized tab inspect/edit template. | 
| class  | ERMODWizardCreationPageA wizard inspect/edit template. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERMTD2WEditAttachmentA D2W Component that wraps  ERAttachmentFlexibleEditor | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERMTD2WEditRelationshipHeader | 
| class  | ERMTD2WSimpleHeader | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ERNEUEditSortedManyToManyPage | 
| class  | ERNEUErrorPage | 
| class  | ERNEUGroupingListPage | 
| class  | ERNEUInspectPage | 
| class  | ERNEUListPage | 
| class  | ERNEUMessagePage | 
| class  | ERNEUPickListPage | 
| class  | ERNEUQueryAllPage | 
| class  | ERNEUQueryPage | 
| class  | ERNEUTabInspectPage | 
| class  | ERNEUWizardCreationPage | 
Copyright © 2002 – 2025 Project Wonder.