| Paket | xd.core.axm.enterprise.view.skins |
| Klass | public class AXMEnterpriseCheckboxSmallSkin |
| Arv | AXMEnterpriseCheckboxSmallSkin AXMSkin |
| Implementerar | IBindingClient, IStateClient2 |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
MXML-standardegenskapmxmlContent
Relaterade API-element
| Egenskap | Definieras med | ||
|---|---|---|---|
| check : BitmapImage The check icon for this component
| AXMEnterpriseCheckboxSmallSkin | ||
| colorizeExclusions : Array [åsidosätt] [skrivskyddad]
Names of items that should not be colorized by the chromeColor style. | AXMEnterpriseCheckboxSmallSkin | ||
| focusSkinExclusions : Array [åsidosätt] [skrivskyddad]
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 | ||
| Metod | Definieras med | ||
|---|---|---|---|
Constructor. | AXMEnterpriseCheckboxSmallSkin | ||
| Metod | Definieras med | ||
|---|---|---|---|
[åsidosätt]
Finalizes the initialization of this component. | AXMEnterpriseCheckboxSmallSkin | ||
check | egenskap |
public var check:BitmapImage| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
The check icon for this component
Den här egenskapen kan användas som källan för databindning. När den här egenskapen ändras, skickas händelsen Bindable .
colorizeExclusions | egenskap |
colorizeExclusions:Array [skrivskyddad] [åsidosätt] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Körningsmiljöversioner: | 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.
Implementering
override public function get colorizeExclusions():ArrayfocusSkinExclusions | egenskap |
focusSkinExclusions:Array [skrivskyddad] [åsidosätt] | Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Körningsmiljöversioner: | 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.
Implementering
override public function get focusSkinExclusions():ArrayhostComponent | egenskap |
public var hostComponent:CheckBox| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
A strongly typed property that references the component to which this skin is applied.
Den här egenskapen kan användas som källan för databindning. När den här egenskapen ändras, skickas händelsen Bindable .
labelDisplay | egenskap |
public var labelDisplay:Label| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Körningsmiljöversioner: | AIR 2.6, Flash Player 10.2 |
A skin part that defines the label of the button.
Den här egenskapen kan användas som källan för databindning. När den här egenskapen ändras, skickas händelsen Bindable .
AXMEnterpriseCheckboxSmallSkin | () | Konstruktor |
public function AXMEnterpriseCheckboxSmallSkin()Constructor.
initializationComplete | () | metod |
override protected function initializationComplete():void| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| Körningsmiljöversioner: | 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.
Tue Jun 12 2018, 01:40 PM Z