ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.icc.vo 

FragmentLayout  - AS3 Asset Composer

Paketcom.adobe.icc.vo
Klassepublic class FragmentLayout
VererbungFragmentLayout Inheritance ContainerLayout Inheritance Object
Implementiert IManaged

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

The class representing the Layout that contains fragment xdp



Öffentliche Eigenschaften
 EigenschaftDefiniert von
 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
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
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
[schreibgeschützt] 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
[schreibgeschützt] 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
Öffentliche Methoden
 MethodeDefiniert von
  
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
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde.
Object
 Inherited
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde.
Object
 Inherited
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
ContainerLayout
 Inherited
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest.
Object
 Inherited
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas.
Object
 Inherited
String representation of this object.
ContainerLayout
 Inherited
Gibt den Grundwert des angegebenen Objekts zurück.
Object
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
ContainerLayout
Eigenschaftendetails

configuredFilexdp

Eigenschaft
configuredFilexdp:ByteArray

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Byte stream of the xdp after customization

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange -Ereignis ausgelöst.



Implementierung
    public function get configuredFilexdp():ByteArray
    public function set configuredFilexdp(value:ByteArray):void

fileName

Eigenschaft 
fileName:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

original XDP file name ("friendly name") from user's local system (no path included)

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange -Ereignis ausgelöst.



Implementierung
    public function get fileName():String
    public function set fileName(value:String):void

filexdp

Eigenschaft 
filexdp:ByteArray

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Byte stream of the xdp before customization

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange -Ereignis ausgelöst.



Implementierung
    public function get filexdp():ByteArray
    public function set filexdp(value:ByteArray):void

flowedLayout

Eigenschaft 
flowedLayout:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

The flag indicating if the root subform is flowed or not

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange -Ereignis ausgelöst.



Implementierung
    public function get flowedLayout():Boolean
    public function set flowedLayout(value:Boolean):void

serverFilePath

Eigenschaft 
serverFilePath:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10
Laufzeitversionen: 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.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange -Ereignis ausgelöst.



Implementierung
    public function get serverFilePath():String
    public function set serverFilePath(value:String):void
Konstruktordetails

FragmentLayout

()Konstruktor
public function FragmentLayout()

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Asset Composer“ 10
Laufzeitversionen: AIR (unsupported), Flash Player 10.2

Constructor





[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.