ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
Filters: Retrieving Data from Server...
Retrieving Data from Server...
xd.core.axm.enterprise.view.skins 

AXMEnterpriseCheckboxSmallSkin  - AS3 ADEP Adobe Experience Model

Packagexd.core.axm.enterprise.view.skins
Classpublic class AXMEnterpriseCheckboxSmallSkin
InheritanceAXMEnterpriseCheckboxSmallSkin 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 AXMEnterpriseCheckboxSmall component.

Default MXML PropertymxmlContent

Related API Elements



Public Properties
 PropertyDefined By
  check : BitmapImage
The check icon for this component
AXMEnterpriseCheckboxSmallSkin
  colorizeExclusions : Array
[override] [read-only] Names of items that should not be colorized by the chromeColor style.
AXMEnterpriseCheckboxSmallSkin
  focusSkinExclusions : Array
[override] [read-only] List of id's of items that should be excluded when rendering the focus ring.
AXMEnterpriseCheckboxSmallSkin
  hostComponent : CheckBox
A strongly typed property that references the component to which this skin is applied.
AXMEnterpriseCheckboxSmallSkin
  labelDisplay : Label
A skin part that defines the label of the button.
AXMEnterpriseCheckboxSmallSkin
Public Methods
 MethodDefined By
  
Constructor.
AXMEnterpriseCheckboxSmallSkin
Protected Methods
 MethodDefined By
  
[override] Finalizes the initialization of this component.
AXMEnterpriseCheckboxSmallSkin
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.

colorizeExclusions

property 
colorizeExclusions:Array  [read-only] [override]

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

Names of items that should not be colorized by the chromeColor style. Only items of type DisplayObject or GraphicElement should be excluded. Items of other types will be ignored.



Implementation
    override public function get colorizeExclusions():Array

focusSkinExclusions

property 
focusSkinExclusions:Array  [read-only] [override]

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

List of id's of items that should be excluded when rendering the focus ring. Only items of type DisplayObject or GraphicElement should be excluded. Items of other types will be ignored.



Implementation
    override public function get focusSkinExclusions():Array

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

AXMEnterpriseCheckboxSmallSkin

()Constructor
public function AXMEnterpriseCheckboxSmallSkin()

Constructor.

Method Detail

initializationComplete

()method
override protected function initializationComplete():void

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

Finalizes the initialization of this component.

This method is the last code that executes when you add a component to a parent for the first time using addChild() or addChildAt(). It handles some housekeeping related to dispatching the initialize event. If you are writing a component, you do not need to override this method.