Pakiet | xd.core.axm.enterprise.view.skins |
Klasa | public class AXMEnterpriseCheckboxSmallSkin |
Dziedziczenie | AXMEnterpriseCheckboxSmallSkin ![]() |
Implementuje | IBindingClient, IStateClient2 |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Domyślna właściwość MXMLmxmlContent
Powiązane elementy interfejsu API
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
check : BitmapImage The check icon for this component
| AXMEnterpriseCheckboxSmallSkin | ||
colorizeExclusions : Array [przesłanianie] [tylko do odczytu]
Names of items that should not be colorized by the chromeColor style. | AXMEnterpriseCheckboxSmallSkin | ||
focusSkinExclusions : Array [przesłanianie] [tylko do odczytu]
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 |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | AXMEnterpriseCheckboxSmallSkin |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
[przesłanianie]
Finalizes the initialization of this component. | AXMEnterpriseCheckboxSmallSkin |
check | właściwość |
public var check:BitmapImage
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The check icon for this component
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie Bindable
.
colorizeExclusions | właściwość |
colorizeExclusions:Array
[tylko do odczytu] [przesłanianie] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Wersje środowiska wykonawczego: | 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.
Implementacja
override public function get colorizeExclusions():Array
focusSkinExclusions | właściwość |
focusSkinExclusions:Array
[tylko do odczytu] [przesłanianie] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Wersje środowiska wykonawczego: | 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.
Implementacja
override public function get focusSkinExclusions():Array
hostComponent | właściwość |
public var hostComponent:CheckBox
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
A strongly typed property that references the component to which this skin is applied.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie Bindable
.
labelDisplay | właściwość |
public var labelDisplay:Label
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
A skin part that defines the label of the button.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie Bindable
.
AXMEnterpriseCheckboxSmallSkin | () | Konstruktor |
public function AXMEnterpriseCheckboxSmallSkin()
Constructor.
initializationComplete | () | metoda |
override protected function initializationComplete():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Wersje środowiska wykonawczego: | 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, 12:06 PM Z