Modifier and Type | Class and Description |
---|---|
class |
ERCDisplayHelpText |
Modifier and Type | Class and Description |
---|---|
class |
ERD2WCustomQueryComponentWithArgs |
class |
ERDActionBar
Displays a set of buttons and calls the enclosing page's branch delegate with it.
|
class |
ERDBannerComponent
Shows an image header matching the page.
|
class |
ERDCustomEditComponent
Superclass for most of the custom edit components.
カスタム編集可能コンポーネントのスーパークラス
|
class |
ERDCustomQueryComponent
Superclass for most custom query components.
|
class |
ERDCustomQueryComponentWithArgs
Correctly handles validation exceptions, plus a bunch of other stuff.
|
class |
ERDFacetFilter
Provides simple filtered grouping capability for display groups, like ebay or Solr.
|
class |
ERDQuickSearch
Simple search for that can be dropped on a page wrapper and pops up a list page.
|
Modifier and Type | Class and Description |
---|---|
class |
ERDActionButton
Abstract superclass for all actions inside of Wonder D2W.
|
class |
ERDControllerButton
Action 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 |
ERDDeleteButton
Delete button for repetitions.
|
class |
ERDEditButton
Nice edit button for editing a toMany relationship in another page.
|
class |
ERDEditListButton
Nice component used for editing a toMany relationship by taking the user to another page to pick which objects belong in the relationship.
|
class |
ERDFilterDisplayGroupButton
Cool component that can be used in D2W list pages to filter the list, throwing to a D2W query page to restrict.
|
class |
ERDInspectButton |
class |
ERDPickIntermediateButton
Action 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 |
ERDPrinterButton
Handles the switching of the current task to print, which uses the print templates.
|
class |
ERDSelectAllButton
Class for DirectToWeb Component ERDSelectAllButton.
|
class |
ERDSelectButton
Select button to display in lists.
|
class |
ERDSelectionComponent
For editing a selection in a list repetition.
|
class |
ERDTrashcan
A better trashcan.
|
Modifier and Type | Class and Description |
---|---|
class |
ERDDisplayYearsMonths
Displays a number as say 5 years 2 months.
|
class |
ERDEditDateJavascript
Crazy cool little date picker that uses javascript to pick the date from a little calendar.
|
class |
ERDEditDatePopup
Edits dates with popup lists.
|
class |
ERDEditDatePopupCommon
Common superclass for date editing components.
|
class |
ERDEditDatePopupOrNull
Allows the choice to not specify a date.
|
class |
ERDEditYearsMonths
Used to edit a number as if it where a number of years and a number of months.
|
class |
ERDQueryDateRangeJavascript
Used for building date queries with javascript.
Javascript を使用した日付ビルド・クエリ
|
Modifier and Type | Class and Description |
---|---|
class |
ERD2WEditTags
A thin D2W wrapper around ERAjaxTagField.
|
class |
ERDConfirmMessage
Confirming an action template.
|
class |
ERDDisplayImageIfExists
Displays an image if it exists.
|
class |
ERDDisplayMailTo
A display mailto component with a number of bindings.
|
class |
ERDEditFile
Allows you to handle a file name on the server as a property.
|
class |
ERDEditList
Description forthcoming.
|
class |
ERDEmptyListMessage
Default component shown when a D2W list is empty.
|
class |
ERDHasChangesMarker |
class |
ERDListOrganizer
Crazy cool component that allows one to select strings (using arrow buttons), and organize them.
|
class |
ERDListPicker
Used to pick a string from a list.
|
class |
ERDQueryAnyKey
Allows you to query a set of keys - supplied by queryAttributes - with a regular expression query.
|
class |
ERDSearchDisplayGroup
QuickSerch or 'filter' feature
For nesting inside list page nav bar
|
class |
ERDSectionImage
Used to display sections as images instead of text.
|
class |
ERDSectionText
Used to display sections as text.
|
class |
ERDSpacer
A silly simple component to show a horizontal rule
|
class |
ERDTabText
Used to display a tab as text.
|
Modifier and Type | Class and Description |
---|---|
class |
ERDDisplayNumberWithUnit
Cool class.
|
Modifier and Type | Class and Description |
---|---|
class |
ERD2WDisplayList
Used 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 |
ERD2WPick
Used to select multiple items from a list.
|
class |
ERD2WPickFromEntities
Custom query component that let's the user select from a set of shared eos.
|
class |
ERD2WPickFromList
Custom query component that let's the user select from an arbitrary list.
|
class |
ERDEditableList
Same as ERDList except it uses a detail datasource so that you may edit the list as well.
|
class |
ERDEditOwnedRelationship
Crazy component.
|
class |
ERDEditRelationship |
class |
ERDEditToManyRelationship
Convenient way to add, edit, remove or delete objects from a to-many relationship.
|
class |
ERDInspect
Embedded component that can be used for nesting page configurations, ie ERDInspect can be a customComponentName.
|
class |
ERDLinkToEditObject
Generic link component used to view or edit an object.
|
class |
ERDLinkToViewList
Generic link component used to view a list.
|
class |
ERDList
Used to edit a toMany relationship by allowing the user to pick the eos that belong in the relationship.
|
class |
ERDQueryIsContainedInArray
Allows you to query for objects that have a one or more of a set of related objects.
|
class |
ERDQueryTwoLevelRelationship
Create queries that consist of a drilldown.
|
Modifier and Type | Class and Description |
---|---|
class |
ERDAttributeRepetition
Class for DirectToWeb Component ERDAttributeRepetition.
|
class |
ERDGroupingListPageRepetition
Grouping list that can be used as a repetition in list pages.
|
class |
ERDInspectPageRepetition
Class for DirectToWeb Component ERDInspectPageRepetition.
|
class |
ERDListPageRepetition
Can be used as a repetition in list pages.
|
class |
ERDQueryPageRepetition
Class for DirectToWeb Component ERDQueryPageRepetition.
|
class |
ERDTableRepetition |
Modifier and Type | Class and Description |
---|---|
class |
ERDDisplayLargeString |
class |
ERDDisplayStyledString
The as D2WDisplayStyledString, except that you can add a formatter and have a CSS class.
|
class |
ERDDisplayTemplateString |
class |
ERDEditHTML
Very, very basic version of a TinyMCE integration.
|
class |
ERDEditPassword
Provides a edit "password" service.
|
class |
ERDEditPasswordConfirm
Used to edit passwords where when changed the changed value must be confirmed.
|
class |
ERDEditPasswordConfirmation
Provides a "confirm password" service.
|
class |
ERDEditStringWithChoices
Provides a toOne relationship-like component except the value is pushed in as a string.
|
Modifier and Type | Class and Description |
---|---|
class |
ERExcelButton |
Modifier and Type | Class and Description |
---|---|
class |
ERMD2WColumnSelector
Adds a small drop-down menu to list table headers to allow the user a choice
of which columns should be displayed.
|
class |
ERMD2WTableHeader
Component for table header cell.
|
class |
ERMDAjaxNotificationCenter
ERMDAjaxNotificationCenter makes it easy to observe properties for changes
and update dependent property keys.
|
class |
ERMDBatchSizeControl
A modern batch size controll that uses an AjaxInplaceEditor to edit
the batch size.
|
class |
ERMDDatePicker
D2WEditComponent based on CCDatePicker.
|
class |
ERMDEmptyListMessage
Modern empty list message component
|
class |
ERMDHasChangesMarker
Customizable hasChangesMarker component
|
class |
ERMDSectionText
Display component for the section heading
|
Modifier and Type | Class and Description |
---|---|
class |
ERMDActionBar
Subclass of ERDActionBar that uses ERModern stylable buttons
and wraps the buttons in an ActionList UL.
|
class |
ERMDActionButton
Base Class for the ERM action buttons
|
class |
ERMDDeleteButton
Delete button for repetitions.
|
class |
ERMDEditButton
Edit button for repetitions
|
class |
ERMDInspectButton
Inspect button for repetitions
|
class |
ERMDRemoveRelatedButton
Remove related item button for repetitions
|
class |
ERMDSelectButton
Select button for repetitions
|
Modifier and Type | Class and Description |
---|---|
class |
ERMDEditRelationship
Embeddable EditRelationship component
|
Modifier and Type | Class and Description |
---|---|
class |
ERMD2WEditRelationshipHeader
Header for an EditRelationshipPage
|
class |
ERMD2WHeader
Abstract base class for header components
|
class |
ERMD2WSimpleHeader
Simple h1 header that defaults to displaying the displayNameForPageConfiguration
|
class |
ERMD2WUserPresentableDescriptionHeader
Simple 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 |
ERMD2WListFilter
Ajax-enabled ad-hoc filtering of lists.
|
class |
ERMD2WQueryDateRange
Date range query component that uses
CCDatePicker |
Modifier and Type | Class and Description |
---|---|
class |
ERMD2WEditAttachment
A D2W Component that wraps
ERAttachmentFlexibleEditor |
class |
ERMD2WEditToOneTypeAhead
A 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 |
ERMDInspectPageRepetition
Modern tableless inspect/edit page repetition
|
class |
ERMDListPageRepetition
Table based list repetition.
|
class |
ERMDNestingListPageRepetition
Special list page repetition for hierarchical object structures that extends
ERMDListPageRepetition.
|
class |
ERMDQueryPageRepetition
Modern QueryPage repetition.
|
class |
ERMDReducedListPageRepetition
Non table based (UL) list page repetition.
|
class |
ERMDSimpleListPageRepetition
Modernized table based list page repetition.
|
Modifier and Type | Class and Description |
---|---|
class |
ERMTD2WEditAttachment
A D2W Component that wraps
ERAttachmentFlexibleEditor |
Modifier and Type | Class and Description |
---|---|
class |
ERMTD2WEditRelationshipHeader |
class |
ERMTD2WSimpleHeader |
Copyright © 2002 – 2024 Project Wonder.