Packageorg.spicefactory.parsley.flex.util
Classpublic class MessageConfirmationTag
InheritanceMessageConfirmationTag Inheritance Object
Implements RootConfigurationElement

Utility tag for convenient declaration of a confirmation dialog that opens in response to a message and only proceeds when the user clicks Yes.



Public Properties
 PropertyDefined By
  scope : String
The name of the scope in which to listen for the message.
MessageConfirmationTag
  selector : *
An optional selector value to be used in addition to selecting messages by type.
MessageConfirmationTag
  text : String
The text of the Alert.
MessageConfirmationTag
  title : String
The title of the Alert.
MessageConfirmationTag
  type : Class
The type of the message to show an Alert for.
MessageConfirmationTag
Public Methods
 MethodDefined By
  
Processes this configuration tag, possilbly creating and registering object definitions.
MessageConfirmationTag
Property Detail
scopeproperty
public var scope:String

The name of the scope in which to listen for the message.

selectorproperty 
public var selector:*

An optional selector value to be used in addition to selecting messages by type.

textproperty 
public var text:String

The text of the Alert.

titleproperty 
public var title:String

The title of the Alert.

typeproperty 
public var type:Class

The type of the message to show an Alert for.

Method Detail
process()method
public function process(registry:ObjectDefinitionRegistry):void

Processes this configuration tag, possilbly creating and registering object definitions.

Parameters

registry:ObjectDefinitionRegistry — the registry associated with this element