패키지 | com.adobe.icc.vo |
클래스 | public class FragmentLayout |
상속 | FragmentLayout ![]() ![]() |
구현 | IManaged |
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
속성 | 정의 주체 | ||
---|---|---|---|
![]() | activeEndDate : Date | ContainerLayout | |
![]() | activeStartDate : Date | ContainerLayout | |
![]() | comment : String
Comment associated with the container layout
| ContainerLayout | |
configuredFilexdp : ByteArray
Byte stream of the xdp after customization
| FragmentLayout | ||
![]() | constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | |
![]() | crxVersion : String
Version of the container layout in repository
| ContainerLayout | |
![]() | customizedLayout : Boolean
Flag indicating whether the layout can be customized or not
| ContainerLayout | |
![]() | desc : String
Description of the container layout
| ContainerLayout | |
![]() | extendedProperties : Object | ContainerLayout | |
![]() | fields : ArrayCollection
NOT USED
Unique list of Field objects found in the container
| ContainerLayout | |
fileName : String
original XDP file name ("friendly name") from user's local system (no path included)
| FragmentLayout | ||
filexdp : ByteArray
Byte stream of the xdp before customization
| FragmentLayout | ||
flowedLayout : Boolean
The flag indicating if the root subform is flowed or not
| FragmentLayout | ||
![]() | id : String
Identifier of the container layout
| ContainerLayout | |
![]() | lastChangeBy : String
Specifies the last user who completed a change. | ContainerLayout | |
![]() | lastPublishDate : Date
The last publish date of the conatiner layout
| ContainerLayout | |
![]() | lastUpdateDate : Date | ContainerLayout | |
![]() | lcat : Category
The sub category associated with the conatiner layout
| ContainerLayout | |
![]() | lcatName : String [읽기 전용]
Fetches sub category associated with container layout
| ContainerLayout | |
![]() | name : String
Name of the container layout
| ContainerLayout | |
serverFilePath : String
Temporary XDP file path returned from HTTP upload servlet after uploading file (used only on create/update). | FragmentLayout | ||
![]() | state : int
State of the container layout
| ContainerLayout | |
![]() | tables : ArrayCollection
Unique list of Table objects found in the container
| ContainerLayout | |
![]() | targetAreas : ArrayCollection
Unique list of TargetArea objects found in the container
| ContainerLayout | |
![]() | ucat : Category
The category associated with the conatiner layout
| ContainerLayout | |
![]() | ucatName : String [읽기 전용]
Fetches category associated with container layout
| ContainerLayout | |
![]() | updatedBy : String
Specifies the constant string indicating the container layout was updated by
UPDATED_BY_NONE The asset has not been updated after publishing.
UPDATED_BY_USER The asset has been updated by only user.
UPDATED_BY_SYSTEM The asset has been updated by only system.
UPDATED_BY_USER_AND_SYSTEM The asset has been updated by both user and system.
| ContainerLayout | |
![]() | version : int | ContainerLayout |
메서드 | 정의 주체 | ||
---|---|---|---|
Constructor
| FragmentLayout | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | ContainerLayout | |
![]() |
Dispatches an event into the event flow. | ContainerLayout | |
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | ContainerLayout | |
![]() |
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | |
![]() |
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | |
![]() |
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | |
![]() |
Removes a listener from the EventDispatcher object. | ContainerLayout | |
![]() |
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | |
![]() |
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | |
![]() |
String representation of this object. | ContainerLayout | |
![]() |
지정된 객체의 프리미티브 값을 반환합니다. | Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | ContainerLayout |
configuredFilexdp | 속성 |
configuredFilexdp:ByteArray
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Byte stream of the xdp after customization
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get configuredFilexdp():ByteArray
public function set configuredFilexdp(value:ByteArray):void
fileName | 속성 |
fileName:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
original XDP file name ("friendly name") from user's local system (no path included)
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get fileName():String
public function set fileName(value:String):void
filexdp | 속성 |
filexdp:ByteArray
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Byte stream of the xdp before customization
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get filexdp():ByteArray
public function set filexdp(value:ByteArray):void
flowedLayout | 속성 |
flowedLayout:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The flag indicating if the root subform is flowed or not
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get flowedLayout():Boolean
public function set flowedLayout(value:Boolean):void
serverFilePath | 속성 |
serverFilePath:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Temporary XDP file path returned from HTTP upload servlet after uploading file (used only on create/update). Set this to a file path received from the server in order to associate a newly-selected/uploaded XDP file with this form. Otherwise, leave it null.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get serverFilePath():String
public function set serverFilePath(value:String):void
FragmentLayout | () | 생성자 |
public function FragmentLayout()
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Constructor
Tue Jun 12 2018, 03:17 PM Z