패키지 | com.adobe.icc.editors.model |
클래스 | public class FragmentLayoutModel |
상속 | FragmentLayoutModel AssetModel EventDispatcher Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
FragmentLayoutModel
class represents the domain object for the assets of type FragmentLayout.
Domain objects can be leveraged to build presentation on top of them. They ease the
process of coding views by abstracting all the service calls and maintaining meaningful
states.
속성 | 정의 주체 | ||
---|---|---|---|
activeEndDate : Date
The activeEndDate of the underlying value object. | AssetModel | ||
activeStartDate : Date
The activeStartDate date of the underlying value object. | AssetModel | ||
category : Category
The Category of the underlying value object. | AssetModel | ||
comment : String
The comment of the underlying value object. | AssetModel | ||
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
crxVersion : String
The crx version of the underlying value object. | AssetModel | ||
cutsomizedLayout : Boolean
The tables of the underlying value object. | FragmentLayoutModel | ||
description : String
The description of the underlying value object. | AssetModel | ||
extendedProperties : Object
The extended properties of the underlying value object. | AssetModel | ||
fields : IList
The fields of the underlying value object. | FragmentLayoutModel | ||
file : FileModel
The file domain object associated with this fragmentLayout. | FragmentLayoutModel | ||
flowedLayout : Boolean
whether underlying value object is a flowed layout or not
| FragmentLayoutModel | ||
id : String
The GUID of the underlying value object. | AssetModel | ||
isNew : Boolean
Indicates if this Asset is new. | AssetModel | ||
lastChangeBy : String
The lastChangeBy property of the underlying value object. | AssetModel | ||
name : String
The name of the underlying value object. | AssetModel | ||
shallow : Boolean
Flag to indicate if the underlying value object is shallow. | FragmentLayoutModel | ||
state : int
The state of the underlying value object. | AssetModel | ||
subCategory : Category
The Sub-Category of the underlying value object. | AssetModel | ||
tables : IList
The tables of the underlying value object. | FragmentLayoutModel | ||
targetAreas : IList
The target areas of the underlying value object. | FragmentLayoutModel | ||
version : int
The version of the underlying value object. | AssetModel | ||
vo : *
The value object which this asset domain object is built atop. | AssetModel |
메서드 | 정의 주체 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
리스너에서 이벤트 알림을 받을 수 있도록 EventDispatcher 객체에 이벤트 리스너 객체를 등록합니다. | EventDispatcher | ||
Creates a copy of the domain object. | FragmentLayoutModel | ||
[정적]
Creates the domain object from the corresponding value object. | FragmentLayoutModel | ||
이벤트를 이벤트 흐름으로 전달합니다. | EventDispatcher | ||
Fetches the complete value object via remoting call. | FragmentLayoutModel | ||
Fetches the complete value object via remoting call. | FragmentLayoutModel | ||
EventDispatcher 객체에 특정 유형의 이벤트에 대한 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
Indicates if the underlying value object is shallow. | FragmentLayoutModel | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
EventDispatcher 객체에서 리스너를 제거합니다. | EventDispatcher | ||
[재정의]
Saves the underlying value object on the server. | FragmentLayoutModel | ||
[정적]
This method lets you inject a custom implementation of the infrastructure fragmentLayout service. | FragmentLayoutModel | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object | ||
이 EventDispatcher 객체 또는 조상 객체에 지정한 이벤트 유형에 대한 이벤트 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher |
이벤트 | 요약 | 정의 주체 | ||
---|---|---|---|---|
[브로드캐스트 이벤트] Flash Player 또는 AIR 응용 프로그램이 운영 체제 포커스를 얻어 활성화될 때 전달됩니다. | EventDispatcher | |||
[브로드캐스트 이벤트] Flash Player 또는 AIR 응용 프로그램이 운영 체제 포커스를 잃고 비활성화될 때 전달됩니다. | EventDispatcher | |||
Dispatched when this Asset is completely fetched from the server. | FragmentLayoutModel | |||
Dispatched when the fragmentLayout is successfully saved. | FragmentLayoutModel | |||
Dispatched when a fault occurs while saving the fragmentLayout. | FragmentLayoutModel | |||
Dispatched when the current fragmentLayout is requested for save. | FragmentLayoutModel |
cutsomizedLayout | 속성 |
cutsomizedLayout:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The tables of the underlying value object.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 fetchComplete
이벤트를 전달합니다.
구현
public function get cutsomizedLayout():Boolean
public function set cutsomizedLayout(value:Boolean):void
fields | 속성 |
fields:IList
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The fields of the underlying value object.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 valueObjectChange
이벤트를 전달합니다.
구현
public function get fields():IList
public function set fields(value:IList):void
file | 속성 |
file:FileModel
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The file domain object associated with this fragmentLayout.
The file domain object is a representation of the XDP file that is uploaded by the user at the time of creation or updating of this fragmentLayout.
구현
public function get file():FileModel
public function set file(value:FileModel):void
flowedLayout | 속성 |
flowedLayout:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
whether underlying value object is a flowed layout or not
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 valueObjectChange
이벤트를 전달합니다.
구현
public function get flowedLayout():Boolean
public function set flowedLayout(value:Boolean):void
shallow | 속성 |
shallow:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Flag to indicate if the underlying value object is shallow.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get shallow():Boolean
public function set shallow(value:Boolean):void
tables | 속성 |
tables:IList
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The tables of the underlying value object.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 valueObjectChange
이벤트를 전달합니다.
구현
public function get tables():IList
public function set tables(value:IList):void
targetAreas | 속성 |
targetAreas:IList
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The target areas of the underlying value object.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 valueObjectChange
이벤트를 전달합니다.
구현
public function get targetAreas():IList
public function set targetAreas(value:IList):void
copy | () | 메서드 |
public function copy():FragmentLayoutModel
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Creates a copy of the domain object.
Note that this is different than cloning via ObjectUtil.copy() since a "copied" object needs to be saved via a specific server api.
반환값FragmentLayoutModel — A copy of current domain object.
|
createFromVO | () | 메서드 |
public static function createFromVO(fragmentLayoutVO:FragmentLayout, fetchFromServer:Boolean = true):FragmentLayoutModel
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Creates the domain object from the corresponding value object.
Value Objects are pure data entities mostly acting as parameters
to the server apis. Domain objects are build atop to provide more
meaningful business data and behavior thereby enabling faster and
convenient UI view development.
In some cases, the value objects could be shallow; for instance when
obtained via Data Services. The complete value object could be requested
by passing the fetchFromServer
flag as true. In that case, the
value object is obtained from the server via remoting call and the domain object
shapes accordingly as the server response arrives.
매개 변수
fragmentLayoutVO:FragmentLayout — The value object of the type FragmentLayout
| |
fetchFromServer:Boolean (default = true ) — Flag to indicate if the complete value object should be obtained from the server
|
FragmentLayoutModel — The FragmentLayout domain object corresponding the passed FragmentLayout value object.
|
fetchComplete | () | 메서드 |
public function fetchComplete():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Fetches the complete value object via remoting call. This should be called when the underlying value object is shallow.
fetchFromServer | () | 메서드 |
public function fetchFromServer():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Fetches the complete value object via remoting call. This should be called when the underlying value object is shallow.
isShallow | () | 메서드 |
save | () | 메서드 |
override public function save():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Saves the underlying value object on the server.
Under the hood, separate calls are required for creating a new asset and copying or copying an existing one.
The save() method internally invokes the relevant server calls
on the basis of its current state. The domain object
constructed from the createFromVO()
method would invoke
the "update" api, the domain object starightaway instantiated
on the client would inoke the "create" fragmentLayout api and the domain object
obtained by the copy()
method would internally call "copy api".
Invoking the save()
implicitly invokes the validate()
method to perform the necessary client side validations. Only when the client side
validations are successful, is the actual save() call made. A save() method wouldn't
proceed past the validation stage unless the object's state is made valid via user
input or otherwise.
setFragmentLayoutService | () | 메서드 |
public static function setFragmentLayoutService(value:IFragmentLayoutService):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
This method lets you inject a custom implementation of the infrastructure fragmentLayout service.
By default, the class FragmentLayoutServiceDelegate
is used as the infrastructure service.
매개 변수
value:IFragmentLayoutService — An implementation for IFragmentLayoutService.
|
fetchComplete | 이벤트 |
flash.events.Event
속성 Event.type =
flash.events.Event
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Dispatched when this Asset is completely fetched from the server. Assets are often kept shallow in the Asset Manager and fetched completely only when necessary. The fetchComplete event is dispatched when the Asset has been retrieved completely from the server.
saveComplete | 이벤트 |
com.adobe.icc.editors.events.AssetEvent
속성 AssetEvent.type =
com.adobe.icc.editors.events.AssetEvent.SAVE_COMPLETE
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the fragmentLayout is successfully saved.
TheAssetEvent.SAVE_COMPLETE
constant defines the value of the
type
property of the event object for a saveComplete
event.
The saveComplete
event is dispatched when the domain object has been
successfully saved on the server. Unlike the saving
event, this is dispatched
in an aysnchronous manner only after the server has responded with a result for the save api
call.
This event can be used to stop UI animations indicating "save in progress" or to popup an info box indicating save success.
saveFault | 이벤트 |
com.adobe.icc.editors.events.AssetEvent
속성 AssetEvent.type =
com.adobe.icc.editors.events.AssetEvent.SAVE_FAULT
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Dispatched when a fault occurs while saving the fragmentLayout.
TheAssetEvent.SAVE_FAULT
constant defines the value of the
type
property of the event object for a saveFault
event.
The saveFault
event is dispatched when the server reports an error while
saving the asset on the server. Unlike the saving
event, this is dispatched
in an aysnchronous manner only after the server has responded with a result for the save api
call.
When this event is dispatched, the fault
property contains the fault object
encapsulating the error sent by the server. The fault
property can be used to
determine the faultCode and show an error message accordingly.
This event can be used to stop UI animations indicating "save in progress" or to popup an info box indicating save success.
saving | 이벤트 |
com.adobe.icc.editors.events.AssetEvent
속성 AssetEvent.type =
com.adobe.icc.editors.events.AssetEvent.SAVING
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the current fragmentLayout is requested for save. This event, being bubbling in nature, can be leveraged by the UI to display a progress bar or animation to indicate the save progress.
TheAssetEvent.SAVING
constant defines the value of the
type
property of the event object for a saving
event.
The saving
event is dispatched when the save() method has been
called on the domain object. This event is dispatched before any server api
is invoked but after the domain client validations are complete. This is because
the actual save starts once the client validations are complete.
This event can be used to start a UI animation indicating "save in progress".
Tue Jun 12 2018, 03:17 PM Z