| 套件 | 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, 03:47 PM Z