Inherited by EditTags, LinkToBookmarkBug, PriorityComponent, StatusComponent, ViewUser, ERDEditListButton, ERDAjaxEditDateJavascript, ERDDisplayYearsMonths, ERDEditDateJavascript, ERDEditDatePopupCommon, ERDEditYearsMonths, ERDActionBar, ERDConfirmMessage, ERDDisplayImageIfExists, ERDDisplayMailTo, ERDEditFile, ERDEditList, ERDHasChangesMarker, ERDListOrganizer, ERDListPicker, ERDDisplayNumberWithUnit, ERD2WDisplayList, ERD2WInspect, ERD2WList, ERD2WPick, ERDEditOwnedRelationship, ERDEditRelationship, ERDEditToManyRelationship, ERDInspect, ERDLinkToEditObject, ERDLinkToViewList, ERDList, ERDDHTMLComponent, ERDDisplayLargeString, ERDDisplayStyledString, ERDEditHTML, ERDEditPassword, ERDEditPasswordConfirm, ERDEditPasswordConfirmation, ERDEditStringWithChoices, ERMDEditRelationship, ERMDDatePicker, ERMD2WEditAttachment, and ERMD2WEditToOneTypeAhead.

Classes | |
| interface | Keys |
Public Member Functions | |
| NSArray | defaultSortOrderingsForDestinationEntity () |
| EOEntity | destinationEntity () |
| ERDCustomEditComponent (WOContext context) | |
| boolean | isStateless () |
| EOEnterpriseObject | object () |
| Object | objectKeyPathValue () |
| Object | objectPropertyValue () |
| boolean | permissionToEdit () |
| void | reset () |
| void | resetCachedBindingsInStatefulComponent () |
| void | setObject (EOEnterpriseObject newObject) |
| void | setObjectKeyPathValue (Object newValue) |
| void | setObjectPropertyValue (Object newValue) |
| boolean | synchronizesVariablesWithBindings () |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERDCustomEditComponent.class) |
Protected Attributes | |
| EOEditingContext | editingContext |
Private Attributes | |
| NSArray | _defaultSortOrderingsForDestinationEntity |
| EOEnterpriseObject | object |
| ERDCustomEditComponent | ( | WOContext | context | ) |
Public constructor
| context | current context |
| NSArray defaultSortOrderingsForDestinationEntity | ( | ) |
Hits the destinationEntityName rule to get the destination entity. Grabs a private D2WContext, sets the destination entity and asks for the defaultSortOrdering rule.
| EOEntity destinationEntity | ( | ) |
Computes the destination entity that we're editing. Hits the "destinationEntityName" rule.
| boolean isStateless | ( | ) |
component is not stateless
Reimplemented from ERXNonSynchronizingComponent.
Reimplemented in LinkToBookmarkBug, PriorityComponent, StatusComponent, ViewUser, ERDDisplayYearsMonths, ERDEditDatePopupCommon, ERDEditDatePopupOrNull, ERDEditYearsMonths, ERDActionBar, ERDConfirmMessage, ERDDisplayMailTo, ERDEditFile, ERDHasChangesMarker, ERDListOrganizer, ERDDisplayNumberWithUnit, ERD2WDisplayList, ERDLinkToEditObject, ERDLinkToViewList, ERDDHTMLComponent, ERDDisplayLargeString, ERDDisplayStyledString, ERDEditHTML, ERDEditStringWithChoices, and ERMDActionBar.
| EOEnterpriseObject object | ( | ) |
| Object objectKeyPathValue | ( | ) |
Reimplemented in ERDEditFile, and ERDEditPasswordConfirmation.
| Object objectPropertyValue | ( | ) |
| boolean permissionToEdit | ( | ) |
| void reset | ( | ) |
Used by stateless subclasses.
Reimplemented from ERDCustomComponent.
Reimplemented in LinkToBookmarkBug, ViewUser, ERDEditDatePopupCommon, ERDEditDatePopupOrNull, ERDActionBar, ERDConfirmMessage, ERDDisplayMailTo, ERDEditFile, ERDListOrganizer, ERDEditableList, ERDLinkToEditObject, ERDLinkToViewList, ERDList, ERDDHTMLComponent, ERDEditPasswordConfirmation, and ERDEditStringWithChoices.
| void resetCachedBindingsInStatefulComponent | ( | ) |
Used by stateful but non-synching subclasses
Reimplemented from ERDCustomComponent.
| void setObject | ( | EOEnterpriseObject | newObject | ) |
Reimplemented in ERDEditPassword, and ERDEditPasswordConfirmation.
| void setObjectKeyPathValue | ( | Object | newValue | ) |
Reimplemented in ERDEditFile.
| void setObjectPropertyValue | ( | Object | newValue | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
Overridden from superclass to turn on component synching, which is the default.
Reimplemented from ERDCustomComponent.
Reimplemented in LinkToBookmarkBug, PriorityComponent, StatusComponent, ViewUser, ERDEditListButton, ERDDisplayYearsMonths, ERDEditDatePopupCommon, ERDEditDatePopupOrNull, ERDEditYearsMonths, ERDActionBar, ERDConfirmMessage, ERDDisplayImageIfExists, ERDDisplayMailTo, ERDEditFile, ERDHasChangesMarker, ERDListOrganizer, ERDDisplayNumberWithUnit, ERD2WDisplayList, ERD2WInspect, ERD2WList, ERD2WPick, ERDEditOwnedRelationship, ERDEditRelationship, ERDInspect, ERDLinkToEditObject, ERDLinkToViewList, ERDList, ERDDHTMLComponent, ERDDisplayLargeString, ERDDisplayStyledString, ERDEditHTML, ERDEditPassword, ERDEditStringWithChoices, ERMDEditRelationship, ERMD2WEditAttachment, and ERMD2WEditToOneTypeAhead.
NSArray _defaultSortOrderingsForDestinationEntity [private] |
EOEditingContext editingContext [protected] |
final Logger log = Logger.getLogger(ERDCustomEditComponent.class) [static] |
logging support
Reimplemented from ERDCustomComponent.
Reimplemented in ERDEditDateJavascript, ERDActionBar, ERDConfirmMessage, ERDEditFile, ERDEditList, ERDListOrganizer, ERD2WList, ERDEditOwnedRelationship, ERDEditToManyRelationship, ERDLinkToEditObject, ERDLinkToViewList, ERDList, ERDDHTMLComponent, ERDEditPassword, ERDEditPasswordConfirm, ERDEditPasswordConfirmation, ERDEditStringWithChoices, ERMDEditRelationship, and ERMD2WEditToOneTypeAhead.
EOEnterpriseObject object [private] |
1.5.8