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...
lc.procmgmt.ui.search 

SearchSelectorModel  - AS3 ADEP Workspace

Pakietlc.procmgmt.ui.search
Klasapublic class SearchSelectorModel
DziedziczenieSearchSelectorModel Inheritance PresentationModel Inheritance EventDispatcher Inheritance Object

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Workspace 9
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

The SearchSelectorModel class provides support for the SearchSelector component.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
 Inheritedconstructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu.
Object
  searchTemplateDescriptor : lc.procmgmt.domain:SearchTemplateDescriptor
[tylko do odczytu] The search template descriptor.
SearchSelectorModel
 Inheritedsession : SessionMap
A SessionMap object that stores information relating to the server session.
PresentationModel
 Inheritedstate : String
[tylko do odczytu] The name of the state the current view is in.
PresentationModel
Metody publiczne
 MetodaZdefiniowane przez
  
Constructor.
SearchSelectorModel
 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.
EventDispatcher
 Inherited
bindProperty(destination:Object, destinationProperty:String, source:Object, sourceChain:Object, commitOnly:Boolean = false):ChangeWatcher
Binds a public property on the destination object from a property or property chain on the source object.
PresentationModel
  
Closes a query.
SearchSelectorModel
  
An event listener that handles when the result page closes.
SearchSelectorModel
  
An event listener that handles when the task details page closes.
SearchSelectorModel
 Inherited
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń.
EventDispatcher
 Inherited
getCSSStyle(declaration:String, styleProperty:String, defaultValue:Object = null):Object
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters.
PresentationModel
 Inherited
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń.
EventDispatcher
 Inherited
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość.
Object
 Inherited
Initializes the presentation model after the view bindings are processed to prevent view bindings from overriding the initial model state.
PresentationModel
 Inherited
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr.
Object
  
Opens details page for the given task.
SearchSelectorModel
  
Opens a query for the given search template descriptor.
SearchSelectorModel
 Inherited
Wskazuje, czy określona właściwość istnieje i jest przeliczalna.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Usuwa detektor z obiektu EventDispatcher.
EventDispatcher
  
Opens the details page to the User Directives tab for the given task.
SearchSelectorModel
 Inherited
Ustawia dostępność właściwości dynamicznej używanej w pętlach.
Object
  
An event listener for the SearchTemplateEvent.SEARCH_CANCELLED event.
SearchSelectorModel
  
An event listener that handles when the task details close.
SearchSelectorModel
 Inherited
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych.
Object
 Inherited
Zwraca ciąg reprezentujący określony obiekt.
Object
 Inherited
Zwraca pierwotną wartość dla określonego obiektu.
Object
 Inherited
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych.
EventDispatcher
Metody chronione
 MetodaZdefiniowane przez
 Inherited
setState(newState:String):void
Sets the state property to a new value and causes a PropertyChangeEvent event.
PresentationModel
Zdarzenia
 Zdarzenie Podsumowanie Zdefiniowane przez
 Inherited[zdarzenie broadcast] Wywoływane, gdy program Flash Player lub aplikacja środowiska wykonawczego AIR uzyskuje fokus w systemie operacyjnym i przechodzi w stan aktywny.EventDispatcher
 Inherited[zdarzenie broadcast] Wywoływane, gdy program Flash Player lub aplikacja AIR traci fokus w systemie operacyjnym i przechodzi w stan nieaktywny.EventDispatcher
Stałe publiczne
 StałaZdefiniowane przez
  STATE_LIST_SELECTOR : String = "listSelectorState"
[statyczny] The model is set to this state when a user can select from a list.
SearchSelectorModel
  STATE_QUERY : String = "queryState"
[statyczny] The model is set to this state when a user can perform a query.
SearchSelectorModel
  STATE_RESULTS : String = "resultsState"
[statyczny] The model is set to this state when a user can display the search results.
SearchSelectorModel
  STATE_TASK_DETAILS : String = "detailsSelectorState"
[statyczny] The model is set to this state when a user can show the details of a task.
SearchSelectorModel
Szczegół właściwości

searchTemplateDescriptor

właściwość
searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor  [tylko do odczytu]

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Workspace 9
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

The search template descriptor.

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 searchTemplateDescriptor():lc.procmgmt.domain:SearchTemplateDescriptor

Powiązane elementy interfejsu API

Konstruktor Szczegół

SearchSelectorModel

()Konstruktor
public function SearchSelectorModel()

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Workspace 9
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Szczegół metody

closeQuery

()metoda
public function closeQuery():void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Workspace 9
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Closes a query.

closeResults

()metoda 
public function closeResults():void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Workspace 9
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

An event listener that handles when the result page closes.

closeTaskDetails

()metoda 
public function closeTaskDetails():void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Workspace 9
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

An event listener that handles when the task details page closes.

openDetails

()metoda 
public function openDetails(task:lc.procmgmt.domain:Task):void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Workspace 9
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Opens details page for the given task.

Parametry

task:lc.procmgmt.domain:Task — The task to be opened for displaying its details.

openQuery

()metoda 
public function openQuery(searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor):void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Workspace 9
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Opens a query for the given search template descriptor.

Parametry

searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor — The SearchTemplateDescriptor to be opened for query.

setCommand

()metoda 
public function setCommand(command:lc.procmgmt.commands:TaskCommand):void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Workspace 9
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

Opens the details page to the User Directives tab for the given task.

Parametry

command:lc.procmgmt.commands:TaskCommand — The TaskCommand object that contains the task ID and the command for displaying in task details.

taskDetailsCancel

()metoda 
public function taskDetailsCancel(value:Object):void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Workspace 9
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

An event listener for the SearchTemplateEvent.SEARCH_CANCELLED event.

Parametry

value:Object — A value of the Object type, which can be a value of null.

taskDetailsClose

()metoda 
public function taskDetailsClose():void

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Workspace 9
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

An event listener that handles when the task details close.

Szczegół stałej

STATE_LIST_SELECTOR

Stała
public static const STATE_LIST_SELECTOR:String = "listSelectorState"

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Workspace 9
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

The model is set to this state when a user can select from a list.

STATE_QUERY

Stała 
public static const STATE_QUERY:String = "queryState"

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Workspace 9
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

The model is set to this state when a user can perform a query.

STATE_RESULTS

Stała 
public static const STATE_RESULTS:String = "resultsState"

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Workspace 9
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

The model is set to this state when a user can display the search results.

STATE_TASK_DETAILS

Stała 
public static const STATE_TASK_DETAILS:String = "detailsSelectorState"

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Document Services - Workspace 9
Wersje środowiska wykonawczego: AIR (unsupported), Flash Player 9, Flash Player 10

The model is set to this state when a user can show the details of a task.





[ 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.