패키지 | lc.procmgmt.ui.search |
클래스 | public class SearchSelector |
상속 | SearchSelector SearchSelectorBase |
구현 | IBindingClient |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
SearchSelector
component manages the four main views of searching, which are
the search template descriptors, the search query, the search results, and the task interaction.
Use the SearchSelector
component to add a visual component to your application for
selecting a search.
The SearchSelector
component interacts with the SearchSelectorModel
class.
관련 API 요소
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
model : SearchSelectorModel A SearchSelectorModel object that provides support for this SearchSelector view. | SearchSelector | ||
session : SessionMap A SessionMap object that stores infomation relating to the server session. | SearchSelector |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Constructor. | SearchSelector |
이벤트
이벤트 | 요약 | 정의 주체 | ||
---|---|---|---|---|
Dispatched when the details of a search are requested. | SearchSelector |
속성 세부 정보
model | 속성 |
public var model:SearchSelectorModel
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A SearchSelectorModel
object that provides support for this SearchSelector view.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 Bindable
이벤트를 전달합니다.
session | 속성 |
public var session:SessionMap
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A SessionMap
object that stores infomation relating to the server session.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 Bindable
이벤트를 전달합니다.
생성자 세부 정보
SearchSelector | () | 생성자 |
public function SearchSelector()
Constructor.
이벤트 세부 정보
details | 이벤트 |
이벤트 객체 유형:
속성 TaskEvent.type =
lc.procmgmt.events.TaskEvent
속성 TaskEvent.type =
flash.events.Event
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when the details of a search are requested.
Tue Jun 12 2018, 03:17 PM Z