Paket | com.adobe.icc.dc.domain |
Sınıf | public class ImageModuleInstance |
Miras Alma | ImageModuleInstance BaseModuleInstance EventDispatcher Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10.0 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
assignedPosition : int [salt okunur]
The assigned position of the module within its container. | BaseModuleInstance | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
contentBytes : ByteArray
The byte array representation of the underlying Image module instance associated with the letter. | ImageModuleInstance | ||
contentVariables : IList [geçersiz kıl] [salt okunur]
Bindable/Read-only. | ImageModuleInstance | ||
description : String [salt okunur]
Description associated with this ModuleInstance. | BaseModuleInstance | ||
editable : Boolean [salt okunur]
True if this module is editable in its container (based on the assignment). | BaseModuleInstance | ||
extra : Boolean [salt okunur]
The flag indicating if this module was not assigned while creating the letter. | BaseModuleInstance | ||
hasConflict : Boolean [salt okunur]
The flag indicating if this module is conflicting with its latest version. | BaseModuleInstance | ||
id : String [salt okunur]
Unique identification associated with this ModuleInstance. | BaseModuleInstance | ||
indentationLevel : Number
The level of indentation of the module with respect to the container holding the module instance. | BaseModuleInstance | ||
moduleType : String [geçersiz kıl] [salt okunur]
Module type represented by this ModuleInstance: Text,Image,List,Condition
| ImageModuleInstance | ||
moduleVo : DataModule [salt okunur]
The instance of DataModule associated with this module instance. | BaseModuleInstance | ||
name : String [salt okunur]
Name associated with this ModuleInstance. | BaseModuleInstance | ||
newMandatory : Boolean [salt okunur]
The flag indicating if this module was not mandatory earlier but is now mandatory when considering the latest version of the module instance. | BaseModuleInstance | ||
nonEditableOverride : Boolean [salt okunur]
The flag indicating if this module was editable earlier but is now non-editable when considering the latest version of the module instance. | BaseModuleInstance | ||
occur : int
The occurrence index of this content within its parent container. | BaseModuleInstance | ||
optional : Boolean [salt okunur]
True if this module is optional in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
parentContainer : IContainerInstance [salt okunur]
Parent container instance containing this ModuleInstance
| BaseModuleInstance | ||
preSelected : Boolean [salt okunur]
True if this module is pre-selected/removable in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
selected : Boolean
Is the module is selected to be included in letter
| BaseModuleInstance | ||
selectedPosition : int
Position of the content in it's container among all the selected contents of the container. | BaseModuleInstance | ||
skipStyle : Boolean [salt okunur]
Skip Style of the module. | BaseModuleInstance | ||
tooltip : String [salt okunur]
Tooltip associated with this ModuleInstance. | BaseModuleInstance | ||
valid : Boolean [salt okunur]
Boolean indicating whether the content is valid
| BaseModuleInstance |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
ImageModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Constructor. | ImageModuleInstance | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | EventDispatcher | ||
Olay akışına bir olay gönderir. | EventDispatcher | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Refresh should be called when item is selected. | BaseModuleInstance | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object | ||
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher |
Korunan Yöntemler
Olaylar
Özellik Ayrıntısı
contentBytes | özellik |
contentBytes:ByteArray
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10.0 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
The byte array representation of the underlying Image module instance associated with the letter.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get contentBytes():ByteArray
public function set contentBytes(value:ByteArray):void
contentVariables | özellik |
contentVariables:IList
[salt okunur] [geçersiz kıl] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10.0 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Bindable/Read-only. The set of active variables for the module. Empty if there are none.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
override public function get contentVariables():IList
moduleType | özellik |
moduleType:String
[salt okunur] [geçersiz kıl] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10.0 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Module type represented by this ModuleInstance: Text,Image,List,Condition
Uygulama
override public function get moduleType():String
İlgili API Öğeleri
ModuleInstancefactory.MODULETYPE_IMAGE
Yapıcı Ayrıntı
ImageModuleInstance | () | Yapıcı |
public function ImageModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10.0 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Constructor.
ParametrelermoduleData:ModuleData — ModuleData object represented by this instance.
| |
vParentContainer:IContainerInstance (default = null ) — Container of the Image Module that can be a list or a target area.
| |
remod:ReloadModule (default = null ) — Reload Module for the case of correspondence reload.
|
Tue Jun 12 2018, 01:09 PM Z