Пакет | xd.core.axm.enterprise.view.skins |
Класс | public class AXMEnterpriseDropDownListSkin |
Наследование | AXMEnterpriseDropDownListSkin ![]() |
Реализует | 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
Свойство | Определено | ||
---|---|---|---|
background : Rect Defines the appearance of drop-down list's background fill. | AXMEnterpriseDropDownListSkin | ||
contentItems : Array [переопределить] [только для чтения]
Names of items that should have their color property defined by
the contentBackgroundColor style. | AXMEnterpriseDropDownListSkin | ||
dataGroup : DataGroup
An optional skin part that defines the DataGroup in the skin class
where data items get pushed into, rendered, and laid out. | AXMEnterpriseDropDownListSkin | ||
dropDown : Group List drop down
| AXMEnterpriseDropDownListSkin | ||
labelDisplay : Label
A skin part that defines the label of the button. | AXMEnterpriseDropDownListSkin | ||
openButton : Button The default skin is AXMEnterpriseDropDownListButtonSkin.
A skin part that defines the anchor button. | AXMEnterpriseDropDownListSkin | ||
popUp : PopUpAnchor The PopUpAnchor control that opens the drop-down list. | AXMEnterpriseDropDownListSkin |
Метод | Определено | ||
---|---|---|---|
Constructor. | AXMEnterpriseDropDownListSkin |
Метод | Определено | ||
---|---|---|---|
[переопределить]
Performs any final processing after child objects are created. | AXMEnterpriseDropDownListSkin | ||
[переопределить]
Draws the object and/or sizes and positions its children. | AXMEnterpriseDropDownListSkin |
background | свойство |
public var background:Rect
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Defines the appearance of drop-down list's background fill.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие Bindable
.
contentItems | свойство |
contentItems: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 have their color
property defined by
the contentBackgroundColor
style.
Реализация
override public function get contentItems():Array
dataGroup | свойство |
public var dataGroup:DataGroup
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Дополнительный элемент темы оформления, определяющий DataGroup в классе тем оформления, в котором помещаются, отображаются или располагаются элементы данных.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие Bindable
.
dropDown | свойство |
public var dropDown:Group
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
List drop down
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие 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
.
openButton | свойство |
public var openButton:Button
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The default skin is AXMEnterpriseDropDownListButtonSkin.
Элемент темы оформления, определяющий кнопку привязки.Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие Bindable
.
Связанные элементы API
popUp | свойство |
public var popUp:PopUpAnchor
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The PopUpAnchor control that opens the drop-down list.
In a custom skin class that uses transitions, set the
itemDestructionPolicy
property to none
.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие Bindable
.
AXMEnterpriseDropDownListSkin | () | Конструктор |
public function AXMEnterpriseDropDownListSkin()
Constructor.
childrenCreated | () | метод |
override protected function childrenCreated():void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Performs any final processing after child objects are created. This is an advanced method that you might override when creating a subclass of UIComponent.
updateDisplayList | () | метод |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Draws the object and/or sizes and positions its children. This is an advanced method that you might override when creating a subclass of UIComponent.
You do not call this method directly. Flex calls the
updateDisplayList()
method when the component is added to a container
using the addChild()
method, and when the component's
invalidateDisplayList()
method is called.
If the component has no children, this method
is where you would do programmatic drawing
using methods on the component's Graphics object
such as graphics.drawRect()
.
If the component has children, this method is where
you would call the move()
and setActualSize()
methods on its children.
Components can do programmatic drawing even if
they have children. In doing either, use the
component's unscaledWidth
and unscaledHeight
as its bounds.
It is important to use unscaledWidth
and
unscaledHeight
instead of the width
and height
properties.
Параметры
unscaledWidth:Number — Specifies the width of the component, in pixels,
in the component's coordinates, regardless of the value of the
scaleX property of the component.
| |
unscaledHeight:Number — Specifies the height of the component, in pixels,
in the component's coordinates, regardless of the value of the
scaleY property of the component.
|
Tue Jun 12 2018, 11:34 AM Z