Paket | com.adobe.icc.editors.model |
Sınıf | public class ModuleAssignmentModel |
Miras Alma | ModuleAssignmentModel EventDispatcher Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
İlgili API Öğeleri
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
dataModel : ModuleModel
The domain object of the module associated with this assignment. | ModuleAssignmentModel | ||
dataModule : DataModule
The value object of the module associated with this assignment. | ModuleAssignmentModel | ||
editable : Boolean
The editable property of the underlying value object. | ModuleAssignmentModel | ||
indentationLevel : Number
The indentationLevel property of the underlying value object. | ModuleAssignmentModel | ||
optional : Boolean
The optional property of the underlying value object. | ModuleAssignmentModel | ||
position : int
Fetches the position of Module relative to other modules in the target area. | ModuleAssignmentModel | ||
preSelected : Boolean
The preSelected property of the underlying value object. | ModuleAssignmentModel | ||
variables : IList [salt okunur]
The list of variables exposed by the module associated
with this assignment. | ModuleAssignmentModel | ||
vo : ModuleAssignment
The underlying value object for this module assignment. | ModuleAssignmentModel |
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 | ||
[statik]
Constructs the domain object from a data module. | ModuleAssignmentModel | ||
[statik]
Constructs the domain object from its value object counterpart. | ModuleAssignmentModel | ||
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 | ||
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 |
dataModel | özellik |
dataModel:ModuleModel
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The domain object of the module associated with this assignment.
Uygulama
public function get dataModel():ModuleModel
public function set dataModel(value:ModuleModel):void
dataModule | özellik |
dataModule:DataModule
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The value object of the module associated with this assignment.
Uygulama
public function get dataModule():DataModule
public function set dataModule(value:DataModule):void
editable | özellik |
editable:Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The editable property of the underlying value object.
Uygulama
public function get editable():Boolean
public function set editable(value:Boolean):void
indentationLevel | özellik |
indentationLevel:Number
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The indentationLevel property of the underlying value object.
Uygulama
public function get indentationLevel():Number
public function set indentationLevel(value:Number):void
optional | özellik |
optional:Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The optional property of the underlying value object.
Uygulama
public function get optional():Boolean
public function set optional(value:Boolean):void
position | özellik |
position:int
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 10 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Fetches the position of Module relative to other modules in the target area.
Uygulama
public function get position():int
public function set position(value:int):void
preSelected | özellik |
preSelected:Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The preSelected property of the underlying value object.
Uygulama
public function get preSelected():Boolean
public function set preSelected(value:Boolean):void
variables | özellik |
variables:IList
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The list of variables exposed by the module associated with this assignment.
Uygulama
public function get variables():IList
vo | özellik |
vo:ModuleAssignment
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying value object for this module assignment.
Uygulama
public function get vo():ModuleAssignment
public function set vo(value:ModuleAssignment):void
createFromModule | () | yöntem |
public static function createFromModule(module:*):ModuleAssignmentModel
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructs the domain object from a data module.
Parametreler
module:* — The module from which the module assignment needs to be constructed.
This parameter could either be the module domain object
(com.adobe.icc.editors.model.ModuleModel) or the
module value object (com.adobe.icc.vo.DataModule).
|
ModuleAssignmentModel — The module assignment domain object.
|
createFromVO | () | yöntem |
public static function createFromVO(vo:ModuleAssignment):ModuleAssignmentModel
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Composer Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructs the domain object from its value object counterpart.
Parametreler
vo:ModuleAssignment — The module assignment value object.
|
ModuleAssignmentModel — The module assignment domain object.
|
Tue Jun 12 2018, 01:09 PM Z