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 

AXMEnterpriseCheckboxSkin  - AS3 ADEP Adobe Experience Model

Packagexd.core.axm.enterprise.view.skins
Classpublic class AXMEnterpriseCheckboxSkin
InheritanceAXMEnterpriseCheckboxSkin 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 the AXMEnterpriseCheckbox component.

Default MXML PropertymxmlContent

Related API Elements



Public Properties
 PropertyDefined By
  check : BitmapImage
The check icon for this component
AXMEnterpriseCheckboxSkin
  hostComponent : CheckBox
A strongly typed property that references the component to which this skin is applied.
AXMEnterpriseCheckboxSkin
  labelDisplay : Label
A skin part that defines the label of the button.
AXMEnterpriseCheckboxSkin
Public Methods
 MethodDefined By
  
Constructor.
AXMEnterpriseCheckboxSkin
Styles

Styles are either common or associated with a specific theme. If the style is common, it can be used with any theme. If a style is associated with a specific theme, it can only be used if your application uses that theme.

Common Styles
 Style Description Defined By
  
gradientEndColor
Type: Number CSS Inheritance: No
Language Version: ActionScript  Product Version:  Runtime Versions: , 

AXMEnterpriseCheckboxSkin
  
gradientEndColorDown
Type: Number CSS Inheritance: No
Language Version: ActionScript  Product Version:  Runtime Versions: , 

AXMEnterpriseCheckboxSkin
  
gradientStartColor
Type: Number CSS Inheritance: No
Language Version: ActionScript  Product Version:  Runtime Versions: , 

AXMEnterpriseCheckboxSkin
  
gradientStartColorDown
Type: Number CSS Inheritance: No
Language Version: ActionScript  Product Version:  Runtime Versions: , 

AXMEnterpriseCheckboxSkin
  
strokeAlpha
Type: Number CSS Inheritance: No
Language Version: ActionScript  Product Version:  Runtime Versions: , 

AXMEnterpriseCheckboxSkin
  
strokeAlphaDown
Type: Number CSS Inheritance: No
Language Version: ActionScript  Product Version:  Runtime Versions: , 

AXMEnterpriseCheckboxSkin
Property Detail

check

property
public var check:BitmapImage

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 check icon for this component

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:CheckBox

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.

labelDisplay

property 
public var labelDisplay:Label

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 skin part that defines the label of the button.

This property can be used as the source for data binding. When this property is modified, it dispatches the Bindable event.

Constructor Detail

AXMEnterpriseCheckboxSkin

()Constructor
public function AXMEnterpriseCheckboxSkin()

Constructor.