Pakiet | com.adobe.icc.dc.domain |
Klasa | public class ConditionModuleInstance |
Dziedziczenie | ConditionModuleInstance BaseModuleInstance EventDispatcher Object |
Implementuje | IContainerInstance |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
assignedPosition : int [tylko do odczytu]
The assigned position of the module within its container. | BaseModuleInstance | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
contents : IList [tylko do odczytu]
List of the contents associated with this Container instance. | ConditionModuleInstance | ||
contentVariables : IList [tylko do odczytu]
The set of active variables for the module. | BaseModuleInstance | ||
controlVariables : IList [tylko do odczytu]
Bindable/Read-only. | ConditionModuleInstance | ||
description : String [tylko do odczytu]
Description associated with this ModuleInstance. | BaseModuleInstance | ||
editable : Boolean [tylko do odczytu]
True if this module is editable in its container (based on the assignment). | BaseModuleInstance | ||
extra : Boolean [tylko do odczytu]
The flag indicating if this module was not assigned while creating the letter. | BaseModuleInstance | ||
hasConflict : Boolean [tylko do odczytu]
The flag indicating if this module is conflicting with its latest version. | BaseModuleInstance | ||
hasContentRemoved : Boolean [tylko do odczytu]
True if the Condition has one or more content removed from it, than what was originall assigned. | ConditionModuleInstance | ||
id : String [tylko do odczytu]
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 [przesłanianie] [tylko do odczytu]
Module type represented by this ModuleInstance: Text,Image,List,Condition
| ConditionModuleInstance | ||
moduleVo : DataModule [tylko do odczytu]
The instance of DataModule associated with this module instance. | BaseModuleInstance | ||
name : String [tylko do odczytu]
Name associated with this ModuleInstance. | BaseModuleInstance | ||
newMandatory : Boolean [tylko do odczytu]
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 [tylko do odczytu]
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 | ||
open : Boolean [tylko do odczytu]
True if the container is open to extra content; false if it only allows content that was explicitly assigned to it in the letter. | ConditionModuleInstance | ||
optional : Boolean [tylko do odczytu]
True if this module is optional in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
ordered : Boolean [tylko do odczytu]
True if the container's contents order is fixed; false if its contents can be re-ordered. | ConditionModuleInstance | ||
parentContainer : IContainerInstance [tylko do odczytu]
Parent container instance containing this ModuleInstance
| BaseModuleInstance | ||
preSelected : Boolean [tylko do odczytu]
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 [tylko do odczytu]
Skip Style of the module. | BaseModuleInstance | ||
tooltip : String [tylko do odczytu]
Tooltip associated with this ModuleInstance. | BaseModuleInstance | ||
valid : Boolean [tylko do odczytu]
Boolean indicating whether the content is valid
| BaseModuleInstance |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
ConditionModuleInstance(vCondData:ConditionModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Constructor. | ConditionModuleInstance | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu. | EventDispatcher | ||
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń. | EventDispatcher | ||
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | EventDispatcher | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Moves the specified item within the list's content one position in the specified direction. | ConditionModuleInstance | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Refresh should be called when item is selected. | BaseModuleInstance | ||
Removes the specified item from the list's collection if the item is found in the collection and is non mandatory
| ConditionModuleInstance | ||
Usuwa detektor z obiektu EventDispatcher. | EventDispatcher | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
[przesłanianie]
| ConditionModuleInstance | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object | ||
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych. | EventDispatcher |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
moduleDataChangeHandler(event:ModuleDataEvent):void [przesłanianie]
Called when the module content's associated data object changes. | ConditionModuleInstance |
contents | właściwość |
contents:IList
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
List of the contents associated with this Container instance.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get contents():IList
controlVariables | właściwość |
controlVariables:IList
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Bindable/Read-only. The set of control variables for the Condition.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get controlVariables():IList
hasContentRemoved | właściwość |
hasContentRemoved:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
True if the Condition has one or more content removed from it, than what was originall assigned. [Relevant when reloading]
Implementacja
public function get hasContentRemoved():Boolean
moduleType | właściwość |
moduleType:String
[tylko do odczytu] [przesłanianie] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Module type represented by this ModuleInstance: Text,Image,List,Condition
Implementacja
override public function get moduleType():String
Powiązane elementy interfejsu API
open | właściwość |
open:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
True if the container is open to extra content; false if it only allows content that was explicitly assigned to it in the letter.
Implementacja
public function get open():Boolean
ordered | właściwość |
ordered:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
True if the container's contents order is fixed; false if its contents can be re-ordered.
Implementacja
public function get ordered():Boolean
ConditionModuleInstance | () | Konstruktor |
public function ConditionModuleInstance(vCondData:ConditionModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Constructor.
ParametryvCondData:ConditionModuleData — ConditionModuleData object represented by this instance.
| |
vParentContainer:IContainerInstance (default = null ) — Container of the Condition Module that can be a list or a target area.
| |
remod:ReloadModule (default = null ) — Reload Module for the case of correspondence reload.
|
moduleDataChangeHandler | () | metoda |
override protected function moduleDataChangeHandler(event:ModuleDataEvent):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
Parametry
event:ModuleDataEvent — The ModuleDataEvent event dispatched on module data change.
|
moveContent | () | metoda |
public function moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Moves the specified item within the list's content one position in the specified direction.
Parametry
sourceModule:IModuleInstance — The item to move.
| |
moveUp:Boolean — True to move up, false to move down.
|
removeContent | () | metoda |
public function removeContent(sourceModule:IModuleInstance):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Removes the specified item from the list's collection if the item is found in the collection and is non mandatory
Parametry
sourceModule:IModuleInstance — The item to be removed.
|
setSkipStyle | () | metoda |
Tue Jun 12 2018, 12:06 PM Z