Pacote | xd.core.axm.enterprise.view.skins |
Classe | public class AXMEnterpriseCheckboxSmallSkin |
Herança | AXMEnterpriseCheckboxSmallSkin AXMSkin |
Implementações | IBindingClient, IStateClient2 |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Propriedade MXML padrãomxmlContent
Elementos da API relacionados
Propriedade | Definido por | ||
---|---|---|---|
check : BitmapImage The check icon for this component
| AXMEnterpriseCheckboxSmallSkin | ||
colorizeExclusions : Array [substituir] [somente leitura]
Names of items that should not be colorized by the chromeColor style. | AXMEnterpriseCheckboxSmallSkin | ||
focusSkinExclusions : Array [substituir] [somente leitura]
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 |
Método | Definido por | ||
---|---|---|---|
Constructor. | AXMEnterpriseCheckboxSmallSkin |
Método | Definido por | ||
---|---|---|---|
[substituir]
Finalizes the initialization of this component. | AXMEnterpriseCheckboxSmallSkin |
check | propriedade |
public var check:BitmapImage
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The check icon for this component
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento Bindable
.
colorizeExclusions | propriedade |
colorizeExclusions:Array
[somente leitura] [substituir] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versões de 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.
Implementação
override public function get colorizeExclusions():Array
focusSkinExclusions | propriedade |
focusSkinExclusions:Array
[somente leitura] [substituir] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versões de 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.
Implementação
override public function get focusSkinExclusions():Array
hostComponent | propriedade |
public var hostComponent:CheckBox
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
A strongly typed property that references the component to which this skin is applied.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento Bindable
.
labelDisplay | propriedade |
public var labelDisplay:Label
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
A skin part that defines the label of the button.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento Bindable
.
AXMEnterpriseCheckboxSmallSkin | () | Construtor |
public function AXMEnterpriseCheckboxSmallSkin()
Constructor.
initializationComplete | () | método |
override protected function initializationComplete():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versões de 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.
Wed Jun 13 2018, 11:10 AM Z