Package | com.adobe.solutions.prm.domain.manager |
Interface | public interface ITitleManager |
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Property | Defined By | ||
---|---|---|---|
titleList : IList [read-only]
The list of titles that can be assigned to the members of a project or workitem. | ITitleManager |
Public Methods
Method | Defined 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.
Returnsmx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a list of the titles.
|
Mon Nov 28 2011, 06:48 AM -08:00