Paket | xd.core.axm.enterprise.view.skins |
Klasse | public class AXMEnterpriseCheckboxSmallSkin |
Vererbung | AXMEnterpriseCheckboxSmallSkin AXMSkin |
Implementiert | IBindingClient, IStateClient2 |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Standard-MXML-EigenschaftmxmlContent
Verwandte API-Elemente
Eigenschaft | Definiert von | ||
---|---|---|---|
check : BitmapImage The check icon for this component
| AXMEnterpriseCheckboxSmallSkin | ||
colorizeExclusions : Array [override] [schreibgeschützt]
Names of items that should not be colorized by the chromeColor style. | AXMEnterpriseCheckboxSmallSkin | ||
focusSkinExclusions : Array [override] [schreibgeschützt]
List of id's of items that should be excluded when rendering the focus ring. | AXMEnterpriseCheckboxSmallSkin | ||
hostComponent : CheckBox
Eine Eigenschaft in strenger Typisierung, die auf die Komponente verweist, auf die diese Skin angewendet wird. | AXMEnterpriseCheckboxSmallSkin | ||
labelDisplay : Label
A skin part that defines the label of the button. | AXMEnterpriseCheckboxSmallSkin |
Methode | Definiert von | ||
---|---|---|---|
Constructor. | AXMEnterpriseCheckboxSmallSkin |
Methode | Definiert von | ||
---|---|---|---|
[override]
Finalizes the initialization of this component. | AXMEnterpriseCheckboxSmallSkin |
check | Eigenschaft |
public var check:BitmapImage
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
The check icon for this component
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das Bindable
-Ereignis ausgelöst.
colorizeExclusions | Eigenschaft |
colorizeExclusions:Array
[schreibgeschützt] [override] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Laufzeitversionen: | 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.
Implementierung
override public function get colorizeExclusions():Array
focusSkinExclusions | Eigenschaft |
focusSkinExclusions:Array
[schreibgeschützt] [override] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Laufzeitversionen: | 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.
Implementierung
override public function get focusSkinExclusions():Array
hostComponent | Eigenschaft |
public var hostComponent:CheckBox
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Eine Eigenschaft in strenger Typisierung, die auf die Komponente verweist, auf die diese Skin angewendet wird.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das Bindable
-Ereignis ausgelöst.
labelDisplay | Eigenschaft |
public var labelDisplay:Label
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Ein Skinteil, der die Beschriftung der Schaltfläche definiert.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das Bindable
-Ereignis ausgelöst.
AXMEnterpriseCheckboxSmallSkin | () | Konstruktor |
public function AXMEnterpriseCheckboxSmallSkin()
Constructor.
initializationComplete | () | Methode |
override protected function initializationComplete():void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Laufzeitversionen: | 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:04 AM Z