Package | com.adobe.portfolio.skins |
Class | public class NavAlertSkin |
Inheritance | NavAlertSkin ![]() |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
alert : Group alert box | NavAlertSkin | ||
closeButton : Button | NavAlertSkin | ||
fadeDuration : Number | NavAlertSkin | ||
hostComponent : NavAlert | NavAlertSkin | ||
messageDisplay : Label | NavAlertSkin | ||
shield : Group shield | NavAlertSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | NavAlertSkin |
alert | property |
public var alert:Group
alert box
This property can be used as the source for data binding.
closeButton | property |
public var closeButton:Button
This property can be used as the source for data binding.
fadeDuration | property |
public var fadeDuration:Number
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:NavAlert
This property can be used as the source for data binding.
messageDisplay | property |
public var messageDisplay:Label
This property can be used as the source for data binding.
shield | property |
public var shield:Group
shield
This property can be used as the source for data binding.
NavAlertSkin | () | Constructor |
public function NavAlertSkin()
Constructor.