Пакет | 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):void
searchFilters | свойство |
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):void
Tue Jun 12 2018, 11:34 AM Z