Pakket | com.adobe.icc.vo |
Klasse | public class FragmentLayout |
Overerving | FragmentLayout ContainerLayout Object |
Implementatie | IManaged |
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 [alleen-lezen]
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 [alleen-lezen]
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 |
Methode | Gedefinieerd door | ||
---|---|---|---|
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 | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Removes a listener from the EventDispatcher object. | ContainerLayout | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
String representation of this object. | ContainerLayout | ||
Retourneert de primitieve waarde van het opgegeven object. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | ContainerLayout |
configuredFilexdp | eigenschap |
configuredFilexdp:ByteArray
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Byte stream of the xdp after customization
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get configuredFilexdp():ByteArray
public function set configuredFilexdp(value:ByteArray):void
fileName | eigenschap |
fileName:String
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
original XDP file name ("friendly name") from user's local system (no path included)
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get fileName():String
public function set fileName(value:String):void
filexdp | eigenschap |
filexdp:ByteArray
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Byte stream of the xdp before customization
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get filexdp():ByteArray
public function set filexdp(value:ByteArray):void
flowedLayout | eigenschap |
flowedLayout:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
The flag indicating if the root subform is flowed or not
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get flowedLayout():Boolean
public function set flowedLayout(value:Boolean):void
serverFilePath | eigenschap |
serverFilePath:String
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | 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.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get serverFilePath():String
public function set serverFilePath(value:String):void
FragmentLayout | () | Constructor |
public function FragmentLayout()
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constructor
Wed Jun 13 2018, 11:42 AM Z