ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
com.adobe.icc.services.module 

IModuleResolverService  - AS3 Układacz zasobów

Pakietcom.adobe.icc.services.module
Interfejspublic interface IModuleResolverService extends IEventDispatcher

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Service for resolving modules into values that can be pushed into the PDF.



Metody publiczne
 MetodaZdefiniowane przez
 Inherited
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.
IEventDispatcher
 Inherited
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń.
IEventDispatcher
 Inherited
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń.
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Usuwa detektor z obiektu EventDispatcher.
IEventDispatcher
  
Resolves the given list of expression.
IModuleResolverService
  
Resolves the specified module to a fully-resolved (no dependencies) XHTML (for text modules) or byte (for image modules) value.
IModuleResolverService
 Inherited
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych.
IEventDispatcher
Szczegół metody

resolveExpressions

()metoda
public function resolveExpressions(expressions:ArrayCollection, contextData:ContextData):com.adobe.icc.token:IAsyncToken

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Resolves the given list of expression. the expression which evaluate to 'true' would be returned as the resolved expression.

Parametry

expressions:ArrayCollection — The list of expressions to be resolved.
 
contextData:ContextData — Context data to help with expression resolution.

Zwraca
com.adobe.icc.token:IAsyncToken — The expression string that resolves to true. Null, if none evaluates to true.

Zgłasza
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.

resolveModule

()metoda 
public function resolveModule(moduleId:String, contextData:ContextData):com.adobe.icc.token:IAsyncToken

Wersja języka: ActionScript 3.0
Wersja produktu: Asset Composer Building Block 9.5
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Resolves the specified module to a fully-resolved (no dependencies) XHTML (for text modules) or byte (for image modules) value.

Parametry

moduleId:String — The GUID of module to resolve. Can refer to a text, image, list, condition, or any other type of module.
 
contextData:ContextData — Context data to help with module resolution.

Zwraca
com.adobe.icc.token:IAsyncTokenArrayCollection of ResolvedContent objects. If the resolved module was a list, each item in the collection represents an item in the list, including nested lists. Regardless of the nesting of modules (lists and conditions), the returned collection is flat.

Zgłasza
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.




[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.