Package | xd.core.axm.enterprise.view.skins |
Class | public class AXMEnterpriseCheckboxSmallSkin |
Inheritance | AXMEnterpriseCheckboxSmallSkin 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 | ||
---|---|---|---|
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 |
Method | Defined By | ||
---|---|---|---|
Constructor. | AXMEnterpriseCheckboxSmallSkin |
Method | Defined By | ||
---|---|---|---|
[override]
Finalizes the initialization of this component. | AXMEnterpriseCheckboxSmallSkin |
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.
AXMEnterpriseCheckboxSmallSkin | () | Constructor |
public function AXMEnterpriseCheckboxSmallSkin()
Constructor.
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.
Mon Nov 28 2011, 06:48 AM -08:00