Package | xd.core.axm.enterprise.view.skins |
Class | public class AXMEnterpriseDropDownListButtonSkin |
Inheritance | AXMEnterpriseDropDownListButtonSkin AXMSkin |
Implements | IBindingClient, IStateClient2 |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
Default MXML PropertymxmlContent
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
arrow : Path The arrow graphic displayed in the anchor button. | AXMEnterpriseDropDownListButtonSkin | ||
arrowColor : uint
The color of the arrow. | AXMEnterpriseDropDownListButtonSkin | ||
shadowAngle : Number
The angle of the shadow. | AXMEnterpriseDropDownListButtonSkin |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | AXMEnterpriseDropDownListButtonSkin |
Property Detail
arrow | property |
public var arrow:Path
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The arrow graphic displayed in the anchor button.
This property can be used as the source for data binding. When this property is modified, it dispatches the Bindable
event.
arrowColor | property |
public var arrowColor:uint
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The color of the arrow.
This property can be used as the source for data binding. When this property is modified, it dispatches the Bindable
event.
shadowAngle | property |
public var shadowAngle:Number
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The angle of the shadow.
This property can be used as the source for data binding. When this property is modified, it dispatches the Bindable
event.
Constructor Detail
AXMEnterpriseDropDownListButtonSkin | () | Constructor |
public function AXMEnterpriseDropDownListButtonSkin()
Constructor.
Mon Nov 28 2011, 06:48 AM -08:00