套件 | xd.core.axm.enterprise.view.skins |
類別 | public class AXMEnterpriseCheckboxSmallSkin |
繼承 | AXMEnterpriseCheckboxSmallSkin AXMSkin |
實作 | IBindingClient, IStateClient2 |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
預設 MXML 屬性mxmlContent
相關 API 元素
屬性 | 定義自 | ||
---|---|---|---|
check : BitmapImage The check icon for this component
| AXMEnterpriseCheckboxSmallSkin | ||
colorizeExclusions : Array [覆寫] [唯讀]
Names of items that should not be colorized by the chromeColor style. | AXMEnterpriseCheckboxSmallSkin | ||
focusSkinExclusions : Array [覆寫] [唯讀]
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 |
方法 | 定義自 | ||
---|---|---|---|
Constructor. | AXMEnterpriseCheckboxSmallSkin |
方法 | 定義自 | ||
---|---|---|---|
[覆寫]
Finalizes the initialization of this component. | AXMEnterpriseCheckboxSmallSkin |
check | 屬性 |
public var check:BitmapImage
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
The check icon for this component
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 Bindable
事件。
colorizeExclusions | 屬性 |
colorizeExclusions:Array
[唯讀] [覆寫] 語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
執行階段版本: | 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.
實作
override public function get colorizeExclusions():Array
focusSkinExclusions | 屬性 |
focusSkinExclusions:Array
[唯讀] [覆寫] 語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
執行階段版本: | 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.
實作
override public function get focusSkinExclusions():Array
hostComponent | 屬性 |
public var hostComponent:CheckBox
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
A strongly typed property that references the component to which this skin is applied.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 Bindable
事件。
labelDisplay | 屬性 |
public var labelDisplay:Label
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
A skin part that defines the label of the button.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 Bindable
事件。
AXMEnterpriseCheckboxSmallSkin | () | 建構函式 |
public function AXMEnterpriseCheckboxSmallSkin()
Constructor.
initializationComplete | () | 方法 |
override protected function initializationComplete():void
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
執行階段版本: | 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, 03:47 PM Z