패키지 | 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:17 PM Z