| パッケージ | com.adobe.livecycle.assetmanager.client.event | 
| クラス | public class SearchEvent | 
| 継承 | SearchEvent  Event  Object | 
非推奨: Deprecated
| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Asset Manager Building Block 9.5 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 | 
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
|  | bubbles : Boolean [読み取り専用] 
	イベントがバブリングイベントかどうかを示します。 | Event | |
|  | cancelable : Boolean [読み取り専用] 
	イベントに関連付けられた動作を回避できるかどうかを示します。 | Event | |
|  | constructor : Object 
	 指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | |
|  | currentTarget : Object [読み取り専用] 
	イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。 | Event | |
|  | eventPhase : uint [読み取り専用] 
	イベントフローの現在の段階です。 | Event | |
| searchFilter : SearchFilter 
		 Specifies a new search filter when a user changes the search criteria. | SearchEvent | ||
| searchQuery : SearchQuery 
		 Specifies the searchQuery when a doSearch or searchComplete event is thrown. | SearchEvent | ||
| searchResults : ListCollectionView 
		 Specifies the searchResults collection when the searchComplete event is thrown. | SearchEvent | ||
|  | target : Object [読み取り専用] 
	イベントターゲットです。 | Event | |
|  | type : String [読み取り専用] 
	イベントのタイプです。 | Event | |
パブリックメソッド 
| メソッド | 定義元 | ||
|---|---|---|---|
| 
		 Constructor. | SearchEvent | ||
|  | 
	 Event サブクラスのインスタンスを複製します。 | Event | |
|  | 
	 カスタム ActionScript 3.0 Event クラスに toString() メソッドを実装するためのユーティリティ関数です。 | Event | |
|  | 
	 オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
|  | 
	イベントで preventDefault() メソッドが呼び出されたかどうかを確認します。 | Event | |
|  | 
	 Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
|  | 
	イベントのデフォルト動作をキャンセルできる場合に、その動作をキャンセルします。 | Event | |
|  | 
	 指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
|  | 
     ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
|  | 
	イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。 | Event | |
|  | 
	イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。 | Event | |
|  | 
	 ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
|  | 
	Event オブジェクトのすべてのプロパティを含むストリングを返します。 | Event | |
|  | 
	 指定されたオブジェクトのプリミティブな値を返します。 | Object | |
パブリック定数
| 定数 | 定義元 | ||
|---|---|---|---|
| EVENT_DO_SEARCH : String = "doSearch" [静的] 
		 Specifies the type of event when a search is executed. | SearchEvent | ||
| EVENT_SEARCH_COMPLETE : String = "searchComplete" [静的] 
		 Specifies the type of event when the search is complete. | SearchEvent | ||
| EVENT_SEARCH_FILTER_CHANGE : String = "searchFilterChange" [静的] 
		 Specifies the type of event when a user has changed the search criteria. | SearchEvent | ||
プロパティの詳細
| searchFilter | プロパティ | 
public var searchFilter:SearchFilter| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Asset Manager Building Block 9.5 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 | 
Specifies a new search filter when a user changes the search criteria. Used with the searchFilterChange event type.
| searchQuery | プロパティ | 
public var searchQuery:SearchQuery| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Asset Manager Building Block 9.5 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 | 
Specifies the searchQuery when a doSearch or searchComplete event is thrown.
| searchResults | プロパティ | 
public var searchResults:ListCollectionView| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Asset Manager Building Block 9.5 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 | 
Specifies the searchResults collection when the searchComplete event is thrown.
コンストラクターの詳細
| SearchEvent | () | コンストラクター | 
public function SearchEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Asset Manager Building Block 9.5 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 | 
Constructor.
パラメーター| type:String— Specifies the type of event when a user has changed the search criteria. | |
| bubbles:Boolean(default =true)— Specifies whether an event can bubble. That is, whether the event flow through the display list hierachy has a bubbling phase. | |
| cancelable:Boolean(default =false)— Specifies whether the behavior associated with the event can be prevented. | 
定数の詳細
| EVENT_DO_SEARCH | 定数 | 
public static const EVENT_DO_SEARCH:String = "doSearch"| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Asset Manager Building Block 9.5 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 | 
Specifies the type of event when a search is executed.
| EVENT_SEARCH_COMPLETE | 定数 | 
public static const EVENT_SEARCH_COMPLETE:String = "searchComplete"| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Asset Manager Building Block 9.5 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 | 
Specifies the type of event when the search is complete.
| EVENT_SEARCH_FILTER_CHANGE | 定数 | 
public static const EVENT_SEARCH_FILTER_CHANGE:String = "searchFilterChange"| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Asset Manager Building Block 9.5 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 | 
Specifies the type of event when a user has changed the search criteria.
Tue Jun 12 2018, 10:34 AM Z
 継承されるパブリックプロパティを隠す
 継承されるパブリックプロパティを隠す 継承されるパブリックプロパティを表示
 継承されるパブリックプロパティを表示