패키지 | xd.core.axm.enterprise.view.skins |
클래스 | public class AXMEnterpriseDropDownListSkin |
상속 | AXMEnterpriseDropDownListSkin 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 요소
속성 | 정의 주체 | ||
---|---|---|---|
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 |
An optional skin part that defines the DataGroup in the skin class where data items get pushed into, rendered, and laid out.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 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 |
A skin part that defines the label of the button.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 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.
A skin part that defines the anchor button.이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 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, 03:17 PM Z