
- Implemented by:
- D2WConfirmPage
- Package:
- com.apple.yellow.directtoweb
This interface is the return value for the confirmPageForEntityNamed that creates a confirm page. The methods defined by this interface initialize the newly created page.
- Managing the Next Page Parameters
- setCancelDelegate
- setConfirmDelegate
- Setting the Message
- setMessage
cancelDelegate. When the user clicks No in the confirm page, Direct to Web invokes the nextPage method on the cancel delegate.confirmDelegate. When the user clicks Yes in the confirm page, Direct to Web invokes the nextPage method on the confirm delegate.