Package | xd.core.axm.enterprise.view.skins |
Class | public class AXMEnterpriseComboBoxButtonSkin |
Inheritance | AXMEnterpriseComboBoxButtonSkin 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
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Constructor. | AXMEnterpriseComboBoxButtonSkin |
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.
AXMEnterpriseComboBoxButtonSkin | () | Constructor |
public function AXMEnterpriseComboBoxButtonSkin()
Constructor.
Mon Nov 28 2011, 06:48 AM -08:00