Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
lc.procmgmt.ui.search 

SearchSelectorModel  - AS3 ADEP Workspace

パッケージlc.procmgmt.ui.search
クラスpublic class SearchSelectorModel
継承SearchSelectorModel Inheritance PresentationModel Inheritance EventDispatcher Inheritance Object

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The SearchSelectorModel class provides support for the SearchSelector component.



パブリックプロパティ
 プロパティ定義元
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
  searchTemplateDescriptor : lc.procmgmt.domain:SearchTemplateDescriptor
[読み取り専用] The search template descriptor.
SearchSelectorModel
 Inheritedsession : SessionMap
A SessionMap object that stores information relating to the server session.
PresentationModel
 Inheritedstate : String
[読み取り専用] The name of the state the current view is in.
PresentationModel
パブリックメソッド
 メソッド定義元
  
Constructor.
SearchSelectorModel
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。
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
イベントをイベントフローに送出します。
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
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。
EventDispatcher
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
 Inherited
Initializes the presentation model after the view bindings are processed to prevent view bindings from overriding the initial model state.
PresentationModel
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
  
Opens details page for the given task.
SearchSelectorModel
  
Opens a query for the given search template descriptor.
SearchSelectorModel
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
EventDispatcher オブジェクトからリスナーを削除します。
EventDispatcher
  
Opens the details page to the User Directives tab for the given task.
SearchSelectorModel
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
  
An event listener for the SearchTemplateEvent.SEARCH_CANCELLED event.
SearchSelectorModel
  
An event listener that handles when the task details close.
SearchSelectorModel
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
 Inherited
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。
EventDispatcher
プロテクトメソッド
 メソッド定義元
 Inherited
setState(newState:String):void
Sets the state property to a new value and causes a PropertyChangeEvent event.
PresentationModel
イベント
 イベント 概要 定義元
 Inherited[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを取得して、アクティブになったときに送出されます。EventDispatcher
 Inherited[ブロードキャストイベント] Flash Player または AIR アプリケーションがオペレーティングシステムのフォーカスを失って、非アクティブになったときに送出されます。EventDispatcher
パブリック定数
 定数定義元
  STATE_LIST_SELECTOR : String = "listSelectorState"
[静的] The model is set to this state when a user can select from a list.
SearchSelectorModel
  STATE_QUERY : String = "queryState"
[静的] The model is set to this state when a user can perform a query.
SearchSelectorModel
  STATE_RESULTS : String = "resultsState"
[静的] The model is set to this state when a user can display the search results.
SearchSelectorModel
  STATE_TASK_DETAILS : String = "detailsSelectorState"
[静的] The model is set to this state when a user can show the details of a task.
SearchSelectorModel
プロパティの詳細

searchTemplateDescriptor

プロパティ
searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The search template descriptor.

このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。



実装
    public function get searchTemplateDescriptor():lc.procmgmt.domain:SearchTemplateDescriptor

関連する API エレメント

コンストラクターの詳細

SearchSelectorModel

()コンストラクター
public function SearchSelectorModel()

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

メソッドの詳細

closeQuery

()メソッド
public function closeQuery():void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Closes a query.

closeResults

()メソッド 
public function closeResults():void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

An event listener that handles when the result page closes.

closeTaskDetails

()メソッド 
public function closeTaskDetails():void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

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

openDetails

()メソッド 
public function openDetails(task:lc.procmgmt.domain:Task):void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Opens details page for the given task.

パラメーター

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

openQuery

()メソッド 
public function openQuery(searchTemplateDescriptor:lc.procmgmt.domain:SearchTemplateDescriptor):void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Opens a query for the given search template descriptor.

パラメーター

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

setCommand

()メソッド 
public function setCommand(command:lc.procmgmt.commands:TaskCommand):void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

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

パラメーター

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

taskDetailsCancel

()メソッド 
public function taskDetailsCancel(value:Object):void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

An event listener for the SearchTemplateEvent.SEARCH_CANCELLED event.

パラメーター

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

taskDetailsClose

()メソッド 
public function taskDetailsClose():void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

An event listener that handles when the task details close.

定数の詳細

STATE_LIST_SELECTOR

定数
public static const STATE_LIST_SELECTOR:String = "listSelectorState"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: 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

定数 
public static const STATE_QUERY:String = "queryState"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

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

STATE_RESULTS

定数 
public static const STATE_RESULTS:String = "resultsState"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: 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

定数 
public static const STATE_TASK_DETAILS:String = "detailsSelectorState"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: 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 ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。