用于 Adobe® Flash® Platform 的 ActionScript® 3.0 参考
主页  |  隐藏包列表和类列表 |   |   |  新增内容  |  索引  |  附录  |  为什么显示为英语?
过滤条件: 正在从服务器检索数据...
正在从服务器检索数据...
com.adobe.icc.vo 

FragmentLayout  - AS3 Asset Composer

com.adobe.icc.vo
public class FragmentLayout
继承FragmentLayout Inheritance ContainerLayout Inheritance Object
实现 IManaged

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 10
运行时版本: AIR (unsupported), Flash Player 10.2

The class representing the Layout that contains fragment xdp



公共属性
 属性由以下参数定义
 InheritedactiveEndDate : Date
ContainerLayout
 InheritedactiveStartDate : Date
ContainerLayout
 Inheritedcomment : String
Comment associated with the container layout
ContainerLayout
  configuredFilexdp : ByteArray
Byte stream of the xdp after customization
FragmentLayout
 Inheritedconstructor : Object
对类对象或给定对象实例的构造函数的引用。
Object
 InheritedcrxVersion : String
Version of the container layout in repository
ContainerLayout
 InheritedcustomizedLayout : Boolean
Flag indicating whether the layout can be customized or not
ContainerLayout
 Inheriteddesc : String
Description of the container layout
ContainerLayout
 InheritedextendedProperties : Object
ContainerLayout
 Inheritedfields : 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
 Inheritedid : String
Identifier of the container layout
ContainerLayout
 InheritedlastChangeBy : String
Specifies the last user who completed a change.
ContainerLayout
 InheritedlastPublishDate : Date
The last publish date of the conatiner layout
ContainerLayout
 InheritedlastUpdateDate : Date
ContainerLayout
 Inheritedlcat : Category
The sub category associated with the conatiner layout
ContainerLayout
 InheritedlcatName : String
[只读] Fetches sub category associated with container layout
ContainerLayout
 Inheritedname : 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
 Inheritedstate : int
State of the container layout
ContainerLayout
 Inheritedtables : ArrayCollection
Unique list of Table objects found in the container
ContainerLayout
 InheritedtargetAreas : ArrayCollection
Unique list of TargetArea objects found in the container
ContainerLayout
 Inheriteducat : Category
The category associated with the conatiner layout
ContainerLayout
 InheriteducatName : String
[只读] Fetches category associated with container layout
ContainerLayout
 InheritedupdatedBy : 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
 Inheritedversion : int
ContainerLayout
公共方法
 方法由以下参数定义
  
Constructor
FragmentLayout
 Inherited
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
 Inherited
Dispatches an event into the event flow.
ContainerLayout
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
ContainerLayout
 Inherited
表示对象是否已经定义了指定的属性。
Object
 Inherited
表示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
 Inherited
表示指定的属性是否存在、是否可枚举。
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
ContainerLayout
 Inherited
设置循环操作动态属性的可用性。
Object
 Inherited
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。
Object
 Inherited
String representation of this object.
ContainerLayout
 Inherited
返回指定对象的原始值。
Object
 Inherited
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





[ X ]为什么显示为英语?
《ActionScript 3.0 参考》中的内容以英语显示

《ActionScript 3.0 参考》中的部分内容未翻译成所有语言。当某个语言元素未翻译时,将显示为英语。例如,ga.controls.HelpBox 类未翻译成任何语言。因此在简体中文版的参考中,ga.controls.HelpBox 类显示为英语。