패키지 | com.adobe.solutions.prm.domain.manager |
인터페이스 | public interface ITitleManager |
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
titleList : IList [읽기 전용]
The list of titles that can be assigned to the members of a project or workitem. | ITitleManager |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
This remote operation refreshes a list of the titles. | ITitleManager |
속성 세부 정보
titleList | 속성 |
titleList:IList
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The list of titles that can be assigned to the members of a project or workitem.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 titlesRefreshed
이벤트를 전달합니다.
구현
public function get titleList():IList
메서드 세부 정보
refresh | () | 메서드 |
public function refresh():mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Project Management Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation refreshes a list of the titles.
반환값mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a list of the titles.
|
Tue Jun 12 2018, 03:17 PM Z