套件 | xd.core.axm.enterprise.view.skins |
類別 | public class AXMEnterpriseCheckboxSkin |
繼承 | AXMEnterpriseCheckboxSkin 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
| 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 |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Constructor. | AXMEnterpriseCheckboxSkin |
樣式
樣式可分為一般樣式及與特定主題關聯的樣式兩種。如果是一般樣式,可以與任何主題搭配使用。如果是與特定主題關聯的樣式,只有在您的應用程式使用特定主題時才能使用該樣式。
一般樣式
樣式 | 說明 | 定義自 | ||
---|---|---|---|---|
gradientEndColor | 類型: Number CSS 繼承: 否 語言版本: ActionScript 產品版本: 執行階段版本: , | AXMEnterpriseCheckboxSkin | ||
gradientEndColorDown | 類型: Number CSS 繼承: 否 語言版本: ActionScript 產品版本: 執行階段版本: , | AXMEnterpriseCheckboxSkin | ||
gradientStartColor | 類型: Number CSS 繼承: 否 語言版本: ActionScript 產品版本: 執行階段版本: , | AXMEnterpriseCheckboxSkin | ||
gradientStartColorDown | 類型: Number CSS 繼承: 否 語言版本: ActionScript 產品版本: 執行階段版本: , | AXMEnterpriseCheckboxSkin | ||
strokeAlpha | 類型: Number CSS 繼承: 否 語言版本: ActionScript 產品版本: 執行階段版本: , | AXMEnterpriseCheckboxSkin | ||
strokeAlphaDown | 類型: Number CSS 繼承: 否 語言版本: ActionScript 產品版本: 執行階段版本: , | AXMEnterpriseCheckboxSkin |
屬性詳細資訊
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
事件。
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
事件。
建構函式詳細資料
AXMEnterpriseCheckboxSkin | () | 建構函式 |
public function AXMEnterpriseCheckboxSkin()
Constructor.
Tue Jun 12 2018, 03:47 PM Z