| Package | org.spicefactory.parsley.flex.util |
| Class | public class MessageConfirmation |
| Inheritance | MessageConfirmation Object |
| Method | Defined By | ||
|---|---|---|---|
MessageConfirmation(title:String, text:String)
Creates a new instance. | MessageConfirmation | ||
showAlert(processor:MessageProcessor):void
Shows an alert and only calls proceed on the specified processor
if the user clicked Yes. | MessageConfirmation | ||
| MessageConfirmation | () | Constructor |
public function MessageConfirmation(title:String, text:String)Creates a new instance.
Parameterstitle:String — the title of the Alert
| |
text:String — the text of the Alert
|
| showAlert | () | method |
public function showAlert(processor:MessageProcessor):voidShows an alert and only calls proceed on the specified processor if the user clicked Yes.
Parameters
processor:MessageProcessor — the processor for the intercepted message
|