ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
xd.core.axm.enterprise.view.skins 

AXMEnterpriseComboBoxButtonSkin  - AS3 ADEP Adobe Experience Model

Packagexd.core.axm.enterprise.view.skins
Classpublic class AXMEnterpriseComboBoxButtonSkin
InheritanceAXMEnterpriseComboBoxButtonSkin Inheritance 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

The default skin class for AXMEnterpriseComboBoxButton

Default MXML PropertymxmlContent

Related API Elements



Public Properties
 PropertyDefined By
  arrow : Path
The arrow graphic displayed in the anchor button.
AXMEnterpriseComboBoxButtonSkin
  arrowColor : uint
The color of the arrow.
AXMEnterpriseComboBoxButtonSkin
  hostComponent : Button
A strongly typed property that references the component to which this skin is applied.
AXMEnterpriseComboBoxButtonSkin
  shadowAngle : Number
The angle of the shadow.
AXMEnterpriseComboBoxButtonSkin
Public Methods
 MethodDefined By
  
Constructor.
AXMEnterpriseComboBoxButtonSkin
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.

hostComponent

property 
public var hostComponent:Button

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

A strongly typed property that references the component to which this skin is applied.

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

AXMEnterpriseComboBoxButtonSkin

()Constructor
public function AXMEnterpriseComboBoxButtonSkin()

Constructor.