Paquete | xd.core.axm.enterprise.view.skins |
Clase | public class AXMEnterpriseCheckboxSmallSkin |
Herencia | AXMEnterpriseCheckboxSmallSkin AXMSkin |
Implementa | IBindingClient, IStateClient2 |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Propiedad MXML predeterminadamxmlContent
Elementos de API relacionados
Propiedad | Definido por | ||
---|---|---|---|
check : BitmapImage The check icon for this component
| AXMEnterpriseCheckboxSmallSkin | ||
colorizeExclusions : Array [override] [solo lectura]
Names of items that should not be colorized by the chromeColor style. | AXMEnterpriseCheckboxSmallSkin | ||
focusSkinExclusions : Array [override] [solo lectura]
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 | ||
---|---|---|---|
[override]
Finalizes the initialization of this component. | AXMEnterpriseCheckboxSmallSkin |
check | propiedad |
public var check:BitmapImage
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
The check icon for this component
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento Bindable
.
colorizeExclusions | propiedad |
colorizeExclusions:Array
[solo lectura] [override] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versiones de motor de ejecución: | 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.
Implementación
override public function get colorizeExclusions():Array
focusSkinExclusions | propiedad |
focusSkinExclusions:Array
[solo lectura] [override] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versiones de motor de ejecución: | 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.
Implementación
override public function get focusSkinExclusions():Array
hostComponent | propiedad |
public var hostComponent:CheckBox
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
A strongly typed property that references the component to which this skin is applied.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento Bindable
.
labelDisplay | propiedad |
public var labelDisplay:Label
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
A skin part that defines the label of the button.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento Bindable
.
AXMEnterpriseCheckboxSmallSkin | () | Información sobre |
public function AXMEnterpriseCheckboxSmallSkin()
Constructor.
initializationComplete | () | método |
override protected function initializationComplete():void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Versiones de motor de ejecución: | 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:12 PM Z