Package | xd.core.axm.enterprise.view.skins |
Class | public class AXMEnterpriseCheckboxSkin |
Inheritance | AXMEnterpriseCheckboxSkin AXMSkin |
Implements | IBindingClient, IStateClient2 |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
Default MXML PropertymxmlContent
Related API Elements
Property | Defined By | ||
---|---|---|---|
check : BitmapImage The check icon for this component
| AXMEnterpriseCheckboxSkin | ||
hostComponent : CheckBox
A strongly typed property that references the component to which this skin is applied. | AXMEnterpriseCheckboxSkin | ||
labelDisplay : Label
A skin part that defines the label of the button. | AXMEnterpriseCheckboxSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | AXMEnterpriseCheckboxSkin |
Styles are either common or associated with a specific theme. If the style is common, it can be used with any theme. If a style is associated with a specific theme, it can only be used if your application uses that theme.
Style | Description | Defined By | ||
---|---|---|---|---|
gradientEndColor | Type: Number CSS Inheritance: no | AXMEnterpriseCheckboxSkin | ||
gradientEndColorDown | Type: Number CSS Inheritance: no | AXMEnterpriseCheckboxSkin | ||
gradientStartColor | Type: Number CSS Inheritance: no | AXMEnterpriseCheckboxSkin | ||
gradientStartColorDown | Type: Number CSS Inheritance: no | AXMEnterpriseCheckboxSkin | ||
strokeAlpha | Type: Number CSS Inheritance: no | AXMEnterpriseCheckboxSkin | ||
strokeAlphaDown | Type: Number CSS Inheritance: no | AXMEnterpriseCheckboxSkin |
check | property |
public var check:BitmapImage
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The check icon for this component
This property can be used as the source for data binding. When this property is modified, it dispatches the Bindable
event.
hostComponent | property |
public var hostComponent:CheckBox
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
A strongly typed property that references the component to which this skin is applied.
This property can be used as the source for data binding. When this property is modified, it dispatches the Bindable
event.
labelDisplay | property |
public var labelDisplay:Label
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
A skin part that defines the label of the button.
This property can be used as the source for data binding. When this property is modified, it dispatches the Bindable
event.
AXMEnterpriseCheckboxSkin | () | Constructor |
public function AXMEnterpriseCheckboxSkin()
Constructor.
Mon Nov 28 2011, 06:48 AM -08:00