|
WebObjects 5.4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfirmPageInterface
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 |
---|
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 pagevoid 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 pagevoid setMessage(String aMessage)
aMessage
- text displayed in confim page
|
Last updated June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |