패키지 | com.adobe.guides.spark.layouts.components |
인터페이스 | public interface ILayoutComponent extends ILayoutHost , IUIComponent , IEventDispatcher , IStyleClient , IFlexDisplayObject , ISimpleStyleClient |
구현자 | LayoutHostBase |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
속성 | 정의 주체 | ||
---|---|---|---|
accessibilityProperties : AccessibilityProperties
이 표시 객체의 현재 액세스 가능성 옵션입니다. | IFlexDisplayObject | ||
alpha : Number
지정된 객체의 알파 투명도 값을 나타냅니다. | IFlexDisplayObject | ||
baselinePosition : Number [읽기 전용]
The y-coordinate of the baseline
of the first line of text of the component. | IUIComponent | ||
baseReferenceChain : BaseReferenceChain [읽기 전용]
The chain of bindings up the ancestor chain. | ILayoutHost | ||
blendMode : String
사용할 블렌드 모드를 지정하는 BlendMode 클래스 값입니다. | IFlexDisplayObject | ||
cacheAsBitmap : Boolean
true로 설정된 경우 Flash 런타임은 표시 객체의 내부 비트맵 표현을 캐시합니다. | IFlexDisplayObject | ||
className : String [읽기 전용]
The name of the component class. | IStyleClient | ||
dataProvider : Object
The data provider that is bound to this panel layout. | ILayoutHost | ||
defaultCaptionWidth : int
The default caption width for each panel item within a panel layout. | ILayoutHost | ||
document : Object
A reference to the document object associated with this component. | IUIComponent | ||
enabled : Boolean
Whether the component can accept user interaction. | IUIComponent | ||
explicitHeight : Number
The explicitly specified height for the component,
in pixels, as the component's coordinates. | IUIComponent | ||
explicitMaxHeight : Number [읽기 전용]
Number that specifies the maximum height of the component,
in pixels, as the component's coordinates. | IUIComponent | ||
explicitMaxWidth : Number [읽기 전용]
Number that specifies the maximum width of the component,
in pixels, as the component's coordinates. | IUIComponent | ||
explicitMinHeight : Number [읽기 전용]
Number that specifies the minimum height of the component,
in pixels, as the component's coordinates. | IUIComponent | ||
explicitMinWidth : Number [읽기 전용]
Number that specifies the minimum width of the component,
in pixels, as the component's coordinates. | IUIComponent | ||
explicitWidth : Number
The explicitly specified width for the component,
in pixels, as the component's coordinates. | IUIComponent | ||
filters : Array
현재 표시 객체와 연관된 각 필터 객체가 들어 있는 인덱싱된 배열입니다. | IFlexDisplayObject | ||
focusPane : Sprite
A single Sprite object that is shared among components
and used as an overlay for drawing the focus indicator. | IUIComponent | ||
height : Number
표시 객체의 높이를 픽셀 단위로 나타냅니다. | IFlexDisplayObject | ||
includeInLayout : Boolean
Specifies whether this component is included in the layout of the
parent container. | IUIComponent | ||
inheritingStyles : Object
An object containing the inheritable styles for this component. | IStyleClient | ||
isPopUp : Boolean
Set to true by the PopUpManager to indicate
that component has been popped up. | IUIComponent | ||
loaderInfo : LoaderInfo [읽기 전용]
이 표시 객체가 속한 파일의 로딩 정보가 포함된 LoaderInfo 객체를 반환합니다. | IFlexDisplayObject | ||
mask : DisplayObject
호출하는 표시 객체는 지정된 mask 객체에 의해 마스크 처리됩니다. | IFlexDisplayObject | ||
maxHeight : Number [읽기 전용]
Number that specifies the maximum height of the component,
in pixels, as the component's coordinates. | IUIComponent | ||
maxWidth : Number [읽기 전용]
Number that specifies the maximum width of the component,
in pixels, as the component's coordinates. | IUIComponent | ||
measuredHeight : Number [읽기 전용]
The measured height of this object. | IFlexDisplayObject | ||
measuredMinHeight : Number
The default minimum height of the component, in pixels. | IUIComponent | ||
measuredMinWidth : Number
The default minimum width of the component, in pixels. | IUIComponent | ||
measuredWidth : Number [읽기 전용]
The measured width of this object. | IFlexDisplayObject | ||
minHeight : Number [읽기 전용]
Number that specifies the minimum height of the component,
in pixels, as the component's coordinates. | IUIComponent | ||
minWidth : Number [읽기 전용]
Number that specifies the minimum width of the component,
in pixels, as the component's coordinates. | IUIComponent | ||
mouseX : Number [읽기 전용]
마우스 또는 사용자 입력 장치 위치의 x 좌표를 픽셀로 나타냅니다. | IFlexDisplayObject | ||
mouseY : Number [읽기 전용]
마우스 또는 사용자 입력 장치 위치의 y 좌표를 픽셀로 나타냅니다. | IFlexDisplayObject | ||
name : String
DisplayObject의 인스턴스 이름을 나타냅니다. | IFlexDisplayObject | ||
nextTabIndex : int [쓰기 전용]
Set the next tab index to be used by the tab index generator. | ILayoutComponent | ||
nonInheritingStyles : Object
An object containing the noninheritable styles for this component. | IStyleClient | ||
opaqueBackground : Object
표시 객체를 특정 배경색으로 불투명하게 처리할지 여부를 지정합니다. | IFlexDisplayObject | ||
owner : DisplayObjectContainer
The owner of this IVisualElement object. | IUIComponent | ||
panel : Panel
the parent panel of the layout. | ILayoutHost | ||
panelItems : Array
An array of panel items that are slotted into the panel layout. | ILayoutHost | ||
parent : DisplayObjectContainer [읽기 전용]
이 표시 객체가 포함된 DisplayObjectContainer 객체를 나타냅니다. | IFlexDisplayObject | ||
percentHeight : Number
Number that specifies the height of a component as a
percentage of its parent's size. | IUIComponent | ||
percentWidth : Number
Number that specifies the width of a component as a
percentage of its parent's size. | IUIComponent | ||
root : DisplayObject [읽기 전용]
로드된 SWF 파일에 있는 표시 객체의 경우, 해당 SWF 파일이 나타내는 표시 목록의 트리 구조 부분에서 맨 위에 위치하는 표시 객체가 루트 속성이 됩니다. | IFlexDisplayObject | ||
rotation : Number
DisplayObject 인스턴스가 원점으로부터 회전한 각도입니다. | IFlexDisplayObject | ||
scale9Grid : Rectangle
현재 적용 중인 크기 조절 격자입니다. | IFlexDisplayObject | ||
scaleX : Number
등록 포인트에서 적용된 객체의 가로 크기(백분율)를 나타냅니다. | IFlexDisplayObject | ||
scaleY : Number
객체의 등록 포인트에서 적용된 객체의 세로 크기(백분율)를 나타냅니다. | IFlexDisplayObject | ||
scrollRect : Rectangle
표시 객체의 스크롤 사각형 경계입니다. | IFlexDisplayObject | ||
sizeState : int
The size state of this panel in the Guide layout. | ILayoutHost | ||
stage : Stage [읽기 전용]
표시 객체의 Stage입니다. | IFlexDisplayObject | ||
styleDeclaration : CSSStyleDeclaration
The style declaration that holds the inline styles declared by this
object. | IStyleClient | ||
styleName : Object
The source of this object's style values. | ISimpleStyleClient | ||
supportsDynamicAlignmentAreas : Boolean [읽기 전용]
Indicates that this layout supports a dynamic number of alignment areas. | ILayoutHost | ||
supportsKeepWithPrevious : Boolean [읽기 전용]
Indicates that this layout supports the keep with previous hint on a panel item. | ILayoutHost | ||
systemManager : ISystemManager
A reference to the SystemManager object for this component. | IUIComponent | ||
transform : flash.geom:Transform
표시 객체의 행렬, 색상 변환 및 픽셀 경계와 관련된 속성을 가진 객체입니다. | IFlexDisplayObject | ||
tweeningProperties : Array
Used by EffectManager. | IUIComponent | ||
visible : Boolean
표시 객체가 표시되는지 여부를 나타냅니다. | IFlexDisplayObject | ||
width : Number
표시 객체의 폭을 픽셀 단위로 나타냅니다. | IFlexDisplayObject | ||
x : Number
부모 DisplayObjectContainer의 로컬 좌표를 기준으로 DisplayObject 인스턴스의 x 좌표를 나타냅니다. | IFlexDisplayObject | ||
y : Number
부모 DisplayObjectContainer의 로컬 좌표를 기준으로 DisplayObject 인스턴스의 y 좌표를 나타냅니다. | IFlexDisplayObject |
메서드 | 정의 주체 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
리스너에서 이벤트 알림을 받을 수 있도록 EventDispatcher 객체에 이벤트 리스너 객체를 등록합니다. | IEventDispatcher | ||
instantiate the itemFactory and add it to the specified group
| ILayoutComponent | ||
instantiate the itemFactories and add them to the specified group. | ILayoutComponent | ||
addItemsToGroups(groups:Array, itemFactories:Array, startTabIndex:int = -1, tabIncrement:int = 0):int
Add items alternating between the specified groups, incremented the tab indexes. | ILayoutComponent | ||
Aligns each row in a multi-column layout by making each item in each row the same height. | ILayoutComponent | ||
Deletes a style property from this component instance. | IStyleClient | ||
Clone this panel layout. | ILayoutHost | ||
이벤트를 이벤트 흐름으로 전달합니다. | IEventDispatcher | ||
Execute all bindings within this panel layout. | ILayoutHost | ||
Returns all display objects on this panel. | ILayoutHost | ||
targetCoordinateSpace 객체의 좌표계를 기준으로 표시 객체의 영역을 정의하는 사각형을 반환합니다. | IFlexDisplayObject | ||
Returns an Array of CSSStyleDeclaration objects for the type selector
that applies to this component, or null if none exist. | IStyleClient | ||
A convenience method for determining whether to use the
explicit or measured height
| IUIComponent | ||
A convenience method for determining whether to use the
explicit or measured width
| IUIComponent | ||
Returns the bound visible fields which are referenced in this layout. | ILayoutHost | ||
Returns the first panel item in the panel layout. | ILayoutHost | ||
return the item factories for a specified area index
| ILayoutComponent | ||
Get label corresponding to the index in the data provider. | ILayoutHost | ||
Return an array of name areas or groups that this layout supports. | ILayoutHost | ||
getPanelItems(visibleItemsOnly:Boolean = false, container:DisplayObjectContainer = null, itemList:Array = null):Array
Returns the panel items contained in the panel layout. | ILayoutHost | ||
대상 좌표 공간 매개 변수에 의해 정의되는 좌표계를 기준으로 모양의 획을 제외하고 표시 객체의 경계를 정의하는 사각형을 반환합니다. | IFlexDisplayObject | ||
Gets a style property that has been set anywhere in this
component's style lookup chain. | IStyleClient | ||
Point 객체를 Stage 전역 좌표에서 표시 객체의 로컬 좌표로 변환합니다. | IFlexDisplayObject | ||
EventDispatcher 객체에 특정 유형의 이벤트에 대한 리스너가 등록되어 있는지 여부를 확인합니다. | IEventDispatcher | ||
표시 객체의 경계 상자를 평가하여 obj 표시 객체의 경계 상자와 겹치거나 교차하는지 확인합니다. | IFlexDisplayObject | ||
표시 객체를 평가하여 x 및 y 매개 변수에 의해 지정된 점과 겹치거나 교차하는지 확인합니다. | IFlexDisplayObject | ||
Initialize the object. | IUIComponent | ||
Determine if the factory that was created for design mode and is running inside the guide builder canvas. | ILayoutComponent | ||
True if this is a panel containing is a document of record. | ILayoutHost | ||
True if this is a panel containing a PDF rendition. | ILayoutHost | ||
Return the panelItems split into arrays based on how the list has been delimited with panel breaks. | ILayoutComponent | ||
Point 객체를 표시 객체의 로컬 좌표에서 Stage 전역 좌표로 변환합니다. | IFlexDisplayObject | ||
Align each child with same same child index to be the same height. | ILayoutComponent | ||
Moves this object to the specified x and y coordinates. | IFlexDisplayObject | ||
Propagates style changes to the children of this component. | IStyleClient | ||
Returns true if the chain of owner properties
points from child to this UIComponent. | IUIComponent | ||
Called by Flex when a UIComponent object is added to or removed from a parent. | IUIComponent | ||
Sets up the internal style cache values so that the getStyle()
method functions. | IStyleClient | ||
Registers the EffectManager as one of the event listeners for each effect event. | IStyleClient | ||
EventDispatcher 객체에서 리스너를 제거합니다. | IEventDispatcher | ||
Resets the fields in a container. | ILayoutHost | ||
Reset the nextTabIndex. | ILayoutComponent | ||
Sets the actual size of this object. | IFlexDisplayObject | ||
set the selected panel on this layout. | ILayoutHost | ||
Sets a style property on this component instance. | IStyleClient | ||
Called when the visible property changes. | IUIComponent | ||
Called when the value of a style property is changed. | ISimpleStyleClient | ||
이 EventDispatcher 객체 또는 조상 객체에 지정한 이벤트 유형에 대한 이벤트 리스너가 등록되어 있는지 여부를 확인합니다. | IEventDispatcher |
nextTabIndex | 속성 |
addItem | () | 메서드 |
public function addItem(group:Group, itemFactory:IFactory):IPanelItem
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
instantiate the itemFactory and add it to the specified group
매개 변수
group:Group — the group where the item is added
| |
itemFactory:IFactory — the factory to be instantiated and added
|
IPanelItem — the panel item that was added
|
addItemsToGroup | () | 메서드 |
public function addItemsToGroup(group:Group, itemFactories:Array):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
instantiate the itemFactories and add them to the specified group.
매개 변수
group:Group — - group to add the instantiated items.
| |
itemFactories:Array — - the item factories to be instantiated.
|
addItemsToGroups | () | 메서드 |
public function addItemsToGroups(groups:Array, itemFactories:Array, startTabIndex:int = -1, tabIncrement:int = 0):int
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
Add items alternating between the specified groups, incremented the tab indexes. The routine returns the next tab index to be used in subsequent calls.
매개 변수
groups:Array — where the items are alternately added.
| |
itemFactories:Array — the factories for the items to instantiated and added to the groups.
| |
startTabIndex:int (default = -1 ) — the starting tab index (if -1) tabIndex is not set on the items.
| |
tabIncrement:int (default = 0 ) — the amount to offset the tabIndex between each added item.
|
int — - the next tab index.
|
alignHorizontalGroupContent | () | 메서드 |
public function alignHorizontalGroupContent(outerGroup:Group):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
Aligns each row in a multi-column layout by making each item in each row the same height.
매개 변수
outerGroup:Group — - the outer container of a series of HGroup containers.
|
getItemFactoriesForArea | () | 메서드 |
public function getItemFactoriesForArea(areaIndex:int):Array
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
return the item factories for a specified area index
매개 변수
areaIndex:int — - index of the area or group.
|
Array — the array of panel item factories for the specified area.
|
isDesignItem | () | 메서드 |
public function isDesignItem(oFactory:Object):Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
Determine if the factory that was created for design mode and is running inside the guide builder canvas.
매개 변수
oFactory:Object — Specifies the factory of the item to be introspected.
|
Boolean — A boolean value that specifies whether or not this item or item factory is a design item. A value of true is returned when the factory was created for design mode.
|
itemsToAreas | () | 메서드 |
public function itemsToAreas():Array
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
Return the panelItems split into arrays based on how the list has been delimited with panel breaks. The return is an array of arrays. For example the first element of the array is an array of items for the first area.
반환값Array — the items broken into a series of arrays, one array for each area.
|
makeSameHeight | () | 메서드 |
public function makeSameHeight(oContainers:Array):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
Align each child with same same child index to be the same height.
매개 변수
oContainers:Array — - make each container in the array the height of the largest container.
|
resetNextTabIndex | () | 메서드 |
public function resetNextTabIndex():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
Reset the nextTabIndex.
Tue Jun 12 2018, 03:17 PM Z