ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.prm.domain.manager 

ITitleManager  - AS3 Project Management

Packagecom.adobe.solutions.prm.domain.manager
Interfacepublic interface ITitleManager

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This interface defines the operations for managing the titles that can be assigned to members of a project or workitem. The titles are fetched from a server using a remote operation.



Public Properties
 PropertyDefined By
  titleList : IList
[read-only] The list of titles that can be assigned to the members of a project or workitem.
ITitleManager
Public Methods
 MethodDefined By
  
This remote operation refreshes a list of the titles.
ITitleManager
Property Detail

titleList

property
titleList:IList  [read-only]

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The list of titles that can be assigned to the members of a project or workitem.

This property can be used as the source for data binding. When this property is modified, it dispatches the titlesRefreshed event.



Implementation
    public function get titleList():IList
Method Detail

refresh

()method
public function refresh():mx.rpc:AsyncToken

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This remote operation refreshes a list of the titles.

Returns
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.