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