|
WebObjects 5.4.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EditRelationshipPageInterface
This interface is implemented by pages returned by the D2W method
editRelationshipPageForEntityNamed. Use methods defined in this
interface to initialize a newly created edit-relationship page.
| Method Summary | |
|---|---|
void |
setMasterObjectAndRelationshipKey(EOEnterpriseObject eo,
String relationshipKey)
Sets the object and relationship to edit. |
void |
setNextPage(WOComponent nextPage)
Sets page to display when the user clicks 'Return' in the edit-relationship page. |
void |
setNextPageDelegate(NextPageDelegate nextPageDelegate)
Sets delegate object that receives call to nextPage method. |
| Method Detail |
|---|
void setMasterObjectAndRelationshipKey(EOEnterpriseObject eo,
String relationshipKey)
eo to a
Movie object and relationshipKey to "toStudio".
eo - object to edit the relationship onrelationshipKey - name of relationship to edit on eovoid setNextPage(WOComponent nextPage)
setNextPageDelegate instead.
nextPage - page returned when 'Return' button is clicked in the pagevoid setNextPageDelegate(NextPageDelegate nextPageDelegate)
nextPage method on nextPageDelegate. The page returned by that method call is the next
page displayed. One normally uses this delegate mechanism to initialize the next page.
nextPageDelegate - delegate object that receives the call to
nextPage when the user clicks 'Return' in the edit-relationship page
|
Last updated June 2008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||