Пакет | xd.core.axm.enterprise.view.skins |
Класс | public class AXMEnterpriseCheckboxSmallSkin |
Наследование | AXMEnterpriseCheckboxSmallSkin AXMSkin |
Реализует | IBindingClient, IStateClient2 |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Свойство MXML по умолчаниюmxmlContent
Связанные элементы API
Свойство | Определено | ||
---|---|---|---|
check : BitmapImage The check icon for this component
| AXMEnterpriseCheckboxSmallSkin | ||
colorizeExclusions : Array [переопределить] [только для чтения]
Names of items that should not be colorized by the chromeColor style. | AXMEnterpriseCheckboxSmallSkin | ||
focusSkinExclusions : Array [переопределить] [только для чтения]
List of id's of items that should be excluded when rendering the focus ring. | AXMEnterpriseCheckboxSmallSkin | ||
hostComponent : CheckBox
Свойство со строгим контролем типов и ссылкой на компонент, к которому применяется эта тема оформления. | AXMEnterpriseCheckboxSmallSkin | ||
labelDisplay : Label
A skin part that defines the label of the button. | AXMEnterpriseCheckboxSmallSkin |
Метод | Определено | ||
---|---|---|---|
Constructor. | AXMEnterpriseCheckboxSmallSkin |
Метод | Определено | ||
---|---|---|---|
[переопределить]
Finalizes the initialization of this component. | AXMEnterpriseCheckboxSmallSkin |
check | свойство |
public var check:BitmapImage
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The check icon for this component
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие Bindable
.
colorizeExclusions | свойство |
colorizeExclusions:Array
[только для чтения] [переопределить] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Версии среды выполнения: | 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.
Реализация
override public function get colorizeExclusions():Array
focusSkinExclusions | свойство |
focusSkinExclusions:Array
[только для чтения] [переопределить] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Версии среды выполнения: | 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.
Реализация
override public function get focusSkinExclusions():Array
hostComponent | свойство |
public var hostComponent:CheckBox
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Свойство со строгим контролем типов и ссылкой на компонент, к которому применяется эта тема оформления.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие Bindable
.
labelDisplay | свойство |
public var labelDisplay:Label
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Компонент темы оформления, определяющий метку кнопки.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие Bindable
.
AXMEnterpriseCheckboxSmallSkin | () | Конструктор |
public function AXMEnterpriseCheckboxSmallSkin()
Constructor.
initializationComplete | () | метод |
override protected function initializationComplete():void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Версии среды выполнения: | 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, 11:34 AM Z