套件 | com.adobe.icc.vo |
類別 | public class FragmentLayout |
繼承 | FragmentLayout ContainerLayout Object |
實作 | 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:47 PM Z