Inherited by ERDIVEditRelationshipPage, ERLITEditRelationshipPage, and ERNEUEditRelationshipPage.

Classes | |
| interface | Keys |
Public Member Functions | |
| String | displayNameForRelationshipKey () |
| WOComponent | editObjectInRelationship () |
| ERD2WEditRelationshipPage (WOContext c) | |
| boolean | isEntityReadOnly () |
| WOComponent | queryAction () |
| WOComponent | removeFromToOneRelationshipAction () |
| WOComponent | selectAction () |
| void | setMasterObjectAndRelationshipKey (EOEnterpriseObject eo, String relationshipKey) |
Private Attributes | |
| String | _relationshipKey |
| ERD2WEditRelationshipPage | ( | WOContext | c | ) |
Public constructor
| c | current context |
| String displayNameForRelationshipKey | ( | ) |
| WOComponent editObjectInRelationship | ( | ) |
| boolean isEntityReadOnly | ( | ) |
Checks if the entity is read-only, meaning that you can't edit its objects.
Three factors influence this evaluation:
isEntityEditable rule from the D2WContext. readOnly rule from the D2WContext (with no rule-engine inference).
Use isEntityEditable or readOnly rules to override the default behavior.
| WOComponent queryAction | ( | ) |
Overridden because the action bound should not return null.
Reimplemented in ERDIVEditRelationshipPage, and ERLITEditRelationshipPage.
| WOComponent removeFromToOneRelationshipAction | ( | ) |
| WOComponent selectAction | ( | ) |
Overridden because the action bound should not return null.
Reimplemented in ERDIVEditRelationshipPage, and ERLITEditRelationshipPage.
| void setMasterObjectAndRelationshipKey | ( | EOEnterpriseObject | eo, | |
| String | relationshipKey | |||
| ) |
String _relationshipKey [private] |
1.5.8