適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
lc.procmgmt.ui.startpoint 

StartProcessModel  - AS3 ADEP Workspace

套件lc.procmgmt.ui.startpoint
類別public class StartProcessModel
繼承StartProcessModel Inheritance NavigationSupervisorModel

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 10
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The StartProcessModel class acts as the model for the StartProcess component.

The StartProcessModel class loads the contents of the list data into the navigation area in the StartProcess component. The list data contains favorites and the available categories configured on a Document Server. Depending on the selection of a Category or FavoriteCategory object, the appropriate set of forms to start a process are loaded into the content area of the component. Each form that starts a process is represented as an Startpoint object.

相關 API 元素



公用屬性
 屬性定義自
  iconSource : Class
The icon source.
StartProcessModel
  listData : AggregatingCollection
A collection of Category objects and FavoriteCategory objects.
StartProcessModel
  selectedListItem : Object
The currently selected item in the listData property.
StartProcessModel
  session : SessionMap
[覆寫] Retrieves an instance of the current session map.
StartProcessModel
  startpointFromUrl : Startpoint
The URL for starting a process.
StartProcessModel
  startpointSelectorModel : StartpointSelectorModel
The model for the StartpointSelector.
StartProcessModel
公用方法
 方法定義自
  
Constructor.
StartProcessModel
  
[覆寫] Initialize the model.
StartProcessModel
  
Setting the selected task causes the QueueEntryData object that contains the selected task to have its details property set to true, and requests the QueueEntryData object to change to the selected task.
StartProcessModel
保護方法
 方法定義自
  
Loads the categories from the SessionMap object and adds them to the listData property.
StartProcessModel
公用常數
 常數定義自
  STATE_INITIAL : String = "initialState"
[靜態] A special value that indicates that initialization is occurring and the categories have not been loaded.
StartProcessModel
  STATE_LOAD_ERROR : String = "loadErrorState"
[靜態] A special value that indicates that an error occurred while loading the categories.
StartProcessModel
  STATE_LOADING : String = "loadingState"
[靜態] A special value that indicates that categories are being loading.
StartProcessModel
  STATE_READY : String = "loadReadyState"
[靜態] A special value that indicates the process of loading categories is complete.
StartProcessModel
屬性詳細資訊

iconSource

屬性
iconSource:Class

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 10
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The icon source.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get iconSource():Class
    public function set iconSource(value:Class):void

listData

屬性 
listData:AggregatingCollection

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 10
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

A collection of Category objects and FavoriteCategory objects.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get listData():AggregatingCollection
    public function set listData(value:AggregatingCollection):void

selectedListItem

屬性 
selectedListItem:Object

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 10
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The currently selected item in the listData property.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get selectedListItem():Object
    public function set selectedListItem(value:Object):void

session

屬性 
session:SessionMap[覆寫]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 10
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves an instance of the current session map.



實作
    override public function get session():SessionMap
    override public function set session(value:SessionMap):void

startpointFromUrl

屬性 
startpointFromUrl:Startpoint

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 10
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The URL for starting a process.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get startpointFromUrl():Startpoint
    public function set startpointFromUrl(value:Startpoint):void

startpointSelectorModel

屬性 
startpointSelectorModel:StartpointSelectorModel

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 10
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The model for the StartpointSelector.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get startpointSelectorModel():StartpointSelectorModel
    public function set startpointSelectorModel(value:StartpointSelectorModel):void
建構函式詳細資料

StartProcessModel

()建構函式
public function StartProcessModel()

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 10
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

方法詳細資訊

initialize

()方法
override public function initialize():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 10
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Initialize the model.

loadCategories

()方法 
protected function loadCategories():lc.foundation.util:Token

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 10
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Loads the categories from the SessionMap object and adds them to the listData property.

傳回值
lc.foundation.util:Token — A Token object that identifies whether the operation was successful.

selectStartpoint

()方法 
public function selectStartpoint(startpoint:Startpoint):void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 10
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Setting the selected task causes the QueueEntryData object that contains the selected task to have its details property set to true, and requests the QueueEntryData object to change to the selected task.

參數

startpoint:Startpoint — Specifies the task to be selected.

常數詳細資訊

STATE_INITIAL

常數
public static const STATE_INITIAL:String = "initialState"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 10
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that indicates that initialization is occurring and the categories have not been loaded.

STATE_LOAD_ERROR

常數 
public static const STATE_LOAD_ERROR:String = "loadErrorState"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 10
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that indicates that an error occurred while loading the categories.

STATE_LOADING

常數 
public static const STATE_LOADING:String = "loadingState"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 10
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that indicates that categories are being loading.

STATE_READY

常數 
public static const STATE_READY:String = "loadReadyState"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 10
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that indicates the process of loading categories is complete.





[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。