Packagecom.adobe.portfolio.skins
Classpublic class NavAlertSkin
InheritanceNavAlertSkin Inheritance spark.skins.SparkSkin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  alert : Group
alert box
NavAlertSkin
  closeButton : Button
NavAlertSkin
  fadeDuration : Number
NavAlertSkin
  hostComponent : NavAlert
NavAlertSkin
  messageDisplay : Label
NavAlertSkin
  shield : Group
shield
NavAlertSkin
Public Methods
 MethodDefined By
  
Constructor.
NavAlertSkin
Property Detail
alertproperty
public var alert:Group

alert box

This property can be used as the source for data binding.

closeButtonproperty 
public var closeButton:Button

This property can be used as the source for data binding.

fadeDurationproperty 
public var fadeDuration:Number

This property can be used as the source for data binding.

hostComponentproperty 
public var hostComponent:NavAlert

This property can be used as the source for data binding.

messageDisplayproperty 
public var messageDisplay:Label

This property can be used as the source for data binding.

shieldproperty 
public var shield:Group

shield

This property can be used as the source for data binding.

Constructor Detail
NavAlertSkin()Constructor
public function NavAlertSkin()

Constructor.