| Paket | com.adobe.icc.dc.domain |
| Sınıf | public class BaseModuleInstance |
| Miras Alma | BaseModuleInstance EventDispatcher Object |
| Uygular | IModuleInstance |
| Alt Sınıflar | ConditionModuleInstance, ImageModuleInstance, ListModuleInstance, TextModuleInstance |
| 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 |
| Ö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 | |
| contentVariables : IList [salt okunur]
The set of active variables for the module. | BaseModuleInstance | ||
| 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 [salt okunur]
Module type represented by this ModuleInstance: Text,Image,List,Condition
| BaseModuleInstance | ||
| 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 | ||
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
BaseModuleInstance(remod:ReloadModule = null)
Constructor. | BaseModuleInstance | ||
![]() | 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 | |
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
moduleDataChangeHandler(event:ModuleDataEvent):void
Called when the module content's associated data object changes. | BaseModuleInstance | ||
assignedPosition | özellik |
contentVariables | özellik |
contentVariables:IList [salt okunur] | 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 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
public function get contentVariables():IListdescription | özellik |
editable | özellik |
extra | özellik |
extra:Boolean [salt okunur] | 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 flag indicating if this module was not assigned while creating the letter. For e.g a module added to the letter through Library access will have extra attribute as true.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get extra():BooleanhasConflict | özellik |
id | özellik |
indentationLevel | özellik |
indentationLevel:Number| 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 level of indentation of the module with respect to the container holding the module instance.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get indentationLevel():Number public function set indentationLevel(value:Number):voidmoduleType | özellik |
moduleVo | özellik |
moduleVo:DataModule [salt okunur] | 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 instance of DataModule associated with this module instance.
Uygulama
public function get moduleVo():DataModulename | özellik |
name:String [salt okunur] | 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 |
Name associated with this ModuleInstance.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get name():StringnewMandatory | özellik |
newMandatory:Boolean [salt okunur] | 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 flag indicating if this module was not mandatory earlier but is now mandatory when considering the latest version of the module instance.
Uygulama
public function get newMandatory():BooleannonEditableOverride | özellik |
nonEditableOverride:Boolean [salt okunur] | 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 flag indicating if this module was editable earlier but is now non-editable when considering the latest version of the module instance.
Uygulama
public function get nonEditableOverride():Booleanoccur | özellik |
occur:int| 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 occurrence index of this content within its parent container. If there are multiple instances of the module in the container, each module content instance (for those assigned module instances) will get a unique occurrence index. Once assigned, the occurrence should be retained to idenfity instances of a particular module occurrence (e.g. text module tm is assigned twice to the same target/list therefore each occurrence will be identified as tm0 and tm1, respectfully, but note that if tm1 is cloned 4 times, it remains tm1 in the container's selection as instances of the original tm1 occurrence).
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get occur():int public function set occur(value:int):voidoptional | özellik |
optional:Boolean [salt okunur] | 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 |
True if this module is optional in its container (based on the assignment, not the selected state).
Uygulama
public function get optional():BooleanparentContainer | özellik |
parentContainer:IContainerInstance [salt okunur] | 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 |
Parent container instance containing this ModuleInstance
Uygulama
public function get parentContainer():IContainerInstancepreSelected | özellik |
preSelected:Boolean [salt okunur] | 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 |
True if this module is pre-selected/removable in its container (based on the assignment, not the selected state).
Uygulama
public function get preSelected():Booleanselected | özellik |
selected:Boolean| 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 |
Is the module is selected to be included in letter
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get selected():Boolean public function set selected(value:Boolean):voidselectedPosition | özellik |
selectedPosition:int| 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 |
Position of the content in it's container among all the selected contents of the container. -1 if the content is not selected.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get selectedPosition():int public function set selectedPosition(value:int):voidskipStyle | özellik |
skipStyle:Boolean [salt okunur] | 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 |
Skip Style of the module. If this is a List or Condition, the skipChildren option would decide
whether or not to skip the child modules or not.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get skipStyle():Booleantooltip | özellik |
valid | özellik |
valid:Boolean [salt okunur] | 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 |
Boolean indicating whether the content is valid
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get valid():BooleanBaseModuleInstance | () | Yapıcı |
public function BaseModuleInstance(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.
Parametrelerremod:ReloadModule (default = null) — Reload Module for the case of correspondence reload.
|
moduleDataChangeHandler | () | yöntem |
protected function moduleDataChangeHandler(event:ModuleDataEvent):void| 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 |
Called when the module content's associated data object changes.
Note: Do not add moduleDataChangeHandler at instantiation of BaseModuleInstance because moduleData value may not yet been set.
Plug this handler in sub class initialization.
Parametreler
event:ModuleDataEvent — The ModuleDataEvent event dispatched on module data change.
|
refresh | () | yöntem |
public function refresh():void| 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 |
Refresh should be called when item is selected. This is useful in case when the the item is deselcted. In that case, if there is any change in variable value/ field value etc., those changes may not be propagated to module.
Tue Jun 12 2018, 01:09 PM Z
Miras Alınan Genel Özellikleri Gizle
Miras Alınan Genel Özellikleri Göster