| パッケージ | com.adobe.ep.ux.content.model.search |
| インターフェイス | public interface ISearchView |
| 実装者 | AdvancedSearchPod, BasicSearchPod |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
| searchDescriptor : com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor
Asset Descriptor for which the Search View is rendered
| ISearchView | ||
| searchFilters : IList
Search filters on which search has to be performed. | ISearchView | ||
プロパティの詳細
searchDescriptor | プロパティ |
searchDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Asset Descriptor for which the Search View is rendered
実装
public function get searchDescriptor():com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor public function set searchDescriptor(value:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor):voidsearchFilters | プロパティ |
searchFilters:IList| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Search filters on which search has to be performed.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange イベントが送出されます。
実装
public function get searchFilters():IList public function set searchFilters(value:IList):voidTue Jun 12 2018, 10:34 AM Z