| 
WebObjects 5.2.2 | ||||||||||
| 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
 confirmPageForEntityNamed. Use methods defined in this
 interface to initialize a newly created confirm page.
| Method Summary | |
 void | 
setCancelDelegate(NextPageDelegate cancelDelegate)
Sets the receiver's cancel delegate.  | 
 void | 
setConfirmDelegate(NextPageDelegate confirmDelegate)
Sets the receiver's confirm delegate.  | 
 void | 
setMessage(String aMessage)
Sets the message displayed by the confirm page.  | 
| Method Detail | 
public void setCancelDelegate(NextPageDelegate cancelDelegate)
nextPage method on the cancel delegate. The page
 returned by that method call is the next page displayed. One normally
 uses this delegate mechanism to initialize the next page.
cancelDelegate - delegate object that receives the call to nextPage when the user clicks 'No' in the confirm pagepublic void setConfirmDelegate(NextPageDelegate confirmDelegate)
nextPage
 method on the confirm delegate. The page returned by that method call
 is the next page displayed. One normally uses this delegate mechanism to initialize the next page.
confirmDelegate - delegate object that receives the call to nextPage
 when the user clicks 'Yes' in the confirm pagepublic void setMessage(String aMessage)
aMessage - text displayed in confim page
  | 
Last updated Mon Oct 13 15:42:52 PDT 2003. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||