|
WebObjects 5.2.3 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is implemented by pages returned by the D2W method
inspectPageForEntityNamed. Use methods defined in this
interface to initialize a newly created inspect page.
| Method Summary | |
void |
setNextPage(WOComponent nextPage)
Sets page to display when the user clicks 'Return' in the inspect page. |
void |
setNextPageDelegate(NextPageDelegate nextPageDelegate)
Sets delegate object that receives call to nextPage method. |
void |
setObject(EOEnterpriseObject eo)
Sets the object displayed by the inspect page. |
| Method Detail |
public void setNextPage(WOComponent nextPage)
setNextPageDelegate instead.
nextPage - page returned when 'Return' button is clicked in the pagepublic void 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 inspect pagepublic void setObject(EOEnterpriseObject eo)
eo - object to inspect in the page
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||