Pacchetto | xd.core.axm.enterprise.view.skins |
Classe | public class AXMEnterpriseCheckboxSmallSkin |
Ereditarietà | AXMEnterpriseCheckboxSmallSkin AXMSkin |
Implementa | IBindingClient, IStateClient2 |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Proprietà MXML predefinitamxmlContent
Elementi API correlati
Proprietà | Definito da | ||
---|---|---|---|
check : BitmapImage The check icon for this component
| AXMEnterpriseCheckboxSmallSkin | ||
colorizeExclusions : Array [override] [sola lettura]
Names of items that should not be colorized by the chromeColor style. | AXMEnterpriseCheckboxSmallSkin | ||
focusSkinExclusions : Array [override] [sola lettura]
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 |
Metodo | Definito da | ||
---|---|---|---|
Constructor. | AXMEnterpriseCheckboxSmallSkin |
Metodo | Definito da | ||
---|---|---|---|
[override]
Finalizes the initialization of this component. | AXMEnterpriseCheckboxSmallSkin |
check | proprietà |
public var check:BitmapImage
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The check icon for this component
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento Bindable
.
colorizeExclusions | proprietà |
colorizeExclusions:Array
[sola lettura] [override] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | 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.
Implementazione
override public function get colorizeExclusions():Array
focusSkinExclusions | proprietà |
focusSkinExclusions:Array
[sola lettura] [override] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | 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.
Implementazione
override public function get focusSkinExclusions():Array
hostComponent | proprietà |
public var hostComponent:CheckBox
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
A strongly typed property that references the component to which this skin is applied.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento Bindable
.
labelDisplay | proprietà |
public var labelDisplay:Label
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
A skin part that defines the label of the button.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento Bindable
.
AXMEnterpriseCheckboxSmallSkin | () | Funzione di costruzione |
public function AXMEnterpriseCheckboxSmallSkin()
Constructor.
initializationComplete | () | metodo |
override protected function initializationComplete():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versioni runtime: | 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, 02:44 PM Z