| 패키지 | 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:17 PM Z