Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
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 будет отображаться на английском языке.