パッケージ | 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
このスキンの適用対象であるコンポーネントを参照する、厳密に型指定されたプロパティです。 | 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 |
このスキンの適用対象であるコンポーネントを参照する、厳密に型指定されたプロパティです。
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 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 |
ボタンのラベルを定義するスキンパーツです。
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 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, 10:34 AM Z