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

GuidedActivity  - AS3 ADEP Guides

Пакетga.model
Классpublic class GuidedActivity
НаследованиеGuidedActivity Inheritance Section Inheritance Node Inheritance ArrayCollection Inheritance ListCollectionView Inheritance Proxy

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

The GuidedActivity class contains Guide properties.

Свойство MXML по умолчаниюsource



Общедоступные свойства
 СвойствоОпределено
 InheriteddataRef : String
Section
 InheriteddesignIndex : int
Section
  enforceValidation : String = "onSubmit"
Specifies when to check for mantatory fields, either when the user submits a Guide, or when a user navigates to the next panel in the Guide.
GuidedActivity
 InheritedfilterFunction : Function
Функция, которую представление использует для устранения элементов, несоответствующих критериям функции.
ListCollectionView
  helpText : String
[bindable] The Guide help text, in rich text format, specified in the Guide Design perspective within Workbench.
GuidedActivity
  helpTitle : String
[bindable] The Guide help title specified in the Guide Design perspective within Workbench.
GuidedActivity
  helpVideo : String
[bindable] The URL for an FLV file specified in the Guide Design perspective within Workbench.
GuidedActivity
  instance : GuidedActivity
[статические] [только для чтения] Returns the singleton instance of this model.
GuidedActivity
  interactivePdfValidate : String = "'false'"
Indicates whether to run validation before flipping to the interactive PDF document view.
GuidedActivity
 Inherited_itemInstance : Object
Section
 Inheritedlength : int
[только для чтения] Число элементов в данном представлении.
ListCollectionView
 Inheritedlist : IList
IList, вставляющий строки в данное представление коллекции.
ListCollectionView
  name : String
GuidedActivity
  panelTransitionDuration : int = 500
The time, in milliseconds, for the duration of the panel transition.
GuidedActivity
  previewAsset : String
When provided will set the containing host HTML PDFURL variable (if it is empty).
GuidedActivity
  previewMode : String = "DOR"
Indicates whether DOR or interactive preview document communication is desired.
GuidedActivity
  previewUrl : String
When provided will set the containing host HTML PDFURL variable (if it is empty).
GuidedActivity
  previewValidate : String = "'true'"
Indicates whether to run validation before flipping to the preview document view.
GuidedActivity
 InheritedsectionId : String
Section
 InheritedsectionIndex : *
Section
 InheritedsectionManager : Boolean
Section
 InheritedsectionManagers : Array
Section
 Inheritedsort : ISort
ISort, применяемый к ICollectionView.
ListCollectionView
 Inheritedsource : Array
Источник данных в ArrayCollection.
ArrayCollection
  startupEffectDuration : int = 500
The time, in milliseconds, for the duration of the start-up effect.
GuidedActivity
  submitAll : Boolean = true
When false, field data in an optional panel is cleared when the panel is made invisible.
GuidedActivity
  submitFrom : String
Where the submit button should be clicked.
GuidedActivity
  taskId : String = "null"
TaskId passed in as a flashVar.
GuidedActivity
Защищенные свойства
 СвойствоОпределено
 InheritedlocalIndex : Array
Если представление является отсортированным или отфильтрованным, свойство localIndex содержит массив элементов в отсортированном или отфильтрованном (упорядоченном, уменьшенном) представлении в порядке сортировки.
ListCollectionView
Общедоступные методы
 МетодОпределено
 Inherited
addAll(addList:IList):void
Добавляет список элементов к текущему списку, помещая их в конце списка в порядке передачи.
ListCollectionView
 Inherited
addAllAt(addList:IList, index:int):void
Добавляет список элементов к текущему списку, помещая их в позиции индекса, передаваемого в функцию.
ListCollectionView
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Регистрирует объект прослушивателя события на объекте EventDispatcher для получения прослушивателем уведомления о событии.
ListCollectionView
 Inherited
Добавляет указанный элемент в конец списка.
ListCollectionView
 Inherited
addItemAt(item:Object, index:int):void
Добавляет элемент в заданный индекс.
ListCollectionView
 Inherited
Возвращает значение, определяющее, содержит ли данное представление указанный объект.
ListCollectionView
 Inherited
Создает новый IViewCursor, работающий с данным представлением.
ListCollectionView
 Inherited
Предотвращает передачу представлением информации об изменениях коллекции и ее элементов.
ListCollectionView
 Inherited
Посылает событие в поток событий.
ListCollectionView
 Inherited
Активирует автоматическое обновление.
ListCollectionView
 Inherited
getItemAt(index:int, prefetch:int = 0):Object
Получает элемент, расположенный по заданному индексу.
ListCollectionView
 Inherited
Возвращает индекс элемента, если он находится в списке, где, например getItemAt(индекс) == элемент.
ListCollectionView
 Inherited
Returns a fully qualified data reference for the current section's instance.
Section
 Inherited
Проверяет, имеет ли объект EventDispatcher прослушиватели, зарегистрированные для определенного типа события.
ListCollectionView
 Inherited
Sets the instance manager and the data provider for this repeating panel
Section
 Inherited
Автоматически вызывается компилятором MXML при создании ListCollectionView с помощью тега MXML.
ListCollectionView
 Inherited
itemUpdated(item:Object, property:Object = null, oldValue:Object = null, newValue:Object = null):void
Уведомляет представление об обновлении элемента.
ListCollectionView
 Inherited
Применяет сортировку и фильтр к представлению.
ListCollectionView
 Inherited
Удаляет все элементы из списка.
ListCollectionView
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Удаляет прослушиватель из объекта EventDispatcher.
ListCollectionView
 Inherited
Удаляет элемент в указанной позиции индекса и возвращает его.
ListCollectionView
 Inherited
setItemAt(item:Object, index:int):Object
Помещает элемент в заданную позицию индекса.
ListCollectionView
 Inherited
Возвращает массив, заполняемый в порядке, аналогичном реализации IList.
ListCollectionView
 Inherited
Вводит содержимое данного представления в строку и возвращает ее.
ListCollectionView
 Inherited
Проверяет, зарегистрирован ли прослушиватель события для указанного типа события с данным объектом EventDispatcher или любым его предшественником.
ListCollectionView
Общедоступные константы
 КонстантаОпределено
  SUBMIT_FROM_GUIDE : String = "guide"
[статические] A value for the submitFrom property.
GuidedActivity
  SUBMIT_FROM_HOST : String = "host"
[статические] A value for the submitFrom property.
GuidedActivity
  SUBMIT_FROM_PDF : String = "pdf"
[статические] A value for the submitFrom property.
GuidedActivity
  SUBMIT_FROM_PRINT : String = "print"
[статические] A value for the submitFrom property.
GuidedActivity
  SUBMIT_FROM_USER_BUTTON : String = "userButton"
[статические] A value for the submitFrom property.
GuidedActivity
  VALIDATE_ON_PANEL_EXIT : String = "onPanelExit"
[статические] A value for the enforceValidation property.
GuidedActivity
  VALIDATE_ON_SUBMIT : String = "onSubmit"
[статические] A value for the enforceValidation property.
GuidedActivity
Сведения о свойстве

enforceValidation

свойство
public var enforceValidation:String = "onSubmit"

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

Specifies when to check for mantatory fields, either when the user submits a Guide, or when a user navigates to the next panel in the Guide. The value of this property is set using either the VALIDATE_ON_SUBMIT or VALIDATE_ON_PANEL_EXIT constant.

helpText

свойство 
helpText:String

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

[bindable] The Guide help text, in rich text format, specified in the Guide Design perspective within Workbench.

Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange .



Реализация
    public function get helpText():String
    public function set helpText(value:String):void

helpTitle

свойство 
helpTitle:String

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

[bindable] The Guide help title specified in the Guide Design perspective within Workbench.

Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange .



Реализация
    public function get helpTitle():String
    public function set helpTitle(value:String):void

helpVideo

свойство 
helpVideo:String

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

[bindable] The URL for an FLV file specified in the Guide Design perspective within Workbench.

Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange .



Реализация
    public function get helpVideo():String
    public function set helpVideo(value:String):void

instance

свойство 
instance:GuidedActivity  [только для чтения]

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

Returns the singleton instance of this model.



Реализация
    public static function get instance():GuidedActivity

interactivePdfValidate

свойство 
public var interactivePdfValidate:String = "'false'"

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9.0.0.1
Версии среды выполнения: AIR 1.0, Flash Player 10.2

Indicates whether to run validation before flipping to the interactive PDF document view.

name

свойство 
name:String



Реализация
    public function get name():String
    public function set name(value:String):void

panelTransitionDuration

свойство 
public var panelTransitionDuration:int = 500

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

The time, in milliseconds, for the duration of the panel transition.

previewAsset

свойство 
public var previewAsset:String

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

When provided will set the containing host HTML PDFURL variable (if it is empty). When PDFURL has a value in it

previewMode

свойство 
public var previewMode:String = "DOR"

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

Indicates whether DOR or interactive preview document communication is desired. When PDFURL has a value in it

previewUrl

свойство 
public var previewUrl:String

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

When provided will set the containing host HTML PDFURL variable (if it is empty). When PDFURL has a value in it

previewValidate

свойство 
public var previewValidate:String = "'true'"

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

Indicates whether to run validation before flipping to the preview document view. When previewUrl has a value in it

startupEffectDuration

свойство 
public var startupEffectDuration:int = 500

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

The time, in milliseconds, for the duration of the start-up effect.

submitAll

свойство 
public var submitAll:Boolean = true

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

When false, field data in an optional panel is cleared when the panel is made invisible.

submitFrom

свойство 
public var submitFrom:String

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

Where the submit button should be clicked.

The value of this property is set using one of the following constants:

  • SUBMIT_FROM_GUIDE
  • SUBMIT_FROM_HOST
  • SUBMIT_FROM_USER_BUTTON
  • SUBMIT_FROM_PDF
  • SUBMIT_FROM_PRINT

taskId

свойство 
public var taskId:String = "null"

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 10
Версии среды выполнения: AIR 1.0, Flash Player 10.2

TaskId passed in as a flashVar. If present is included as a custom header during submit.

Сведения о константе

SUBMIT_FROM_GUIDE

Константа
public static const SUBMIT_FROM_GUIDE:String = "guide"

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

A value for the submitFrom property. This value is set by the Submit From option in Guide Builder and indicates that data submission is performed by the Guide.

SUBMIT_FROM_HOST

Константа 
public static const SUBMIT_FROM_HOST:String = "host"

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

A value for the submitFrom property. This value is set by the Submit From option in the Guide Design perspective within Workbench, and indicates that the data submission handling is performed by a hosted application, therefore no submit button will appear in the Guide.

SUBMIT_FROM_PDF

Константа 
public static const SUBMIT_FROM_PDF:String = "pdf"

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

A value for the submitFrom property. This value is set by the Submit From option in Guide Builder and indicates that data submission handling is performed by the PDF. If no PDF is available, then the data sumission is performed by the Guide.

SUBMIT_FROM_PRINT

Константа 
public static const SUBMIT_FROM_PRINT:String = "print"

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

A value for the submitFrom property. This value is set by the Submit From option in Guide Builder and indicates that the data submission will be in the form of a printed copy of the PDF.

SUBMIT_FROM_USER_BUTTON

Константа 
public static const SUBMIT_FROM_USER_BUTTON:String = "userButton"

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

A value for the submitFrom property. This value is set by the Submit From option in Guide Builder and indicates that data submission is performed by the Guide.

VALIDATE_ON_PANEL_EXIT

Константа 
public static const VALIDATE_ON_PANEL_EXIT:String = "onPanelExit"

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

A value for the enforceValidation property. This value is set by the Enforce Validation option in the Guide Design perspective within Workbench, and indicates that validation is performed before navigating to another panel.

VALIDATE_ON_SUBMIT

Константа 
public static const VALIDATE_ON_SUBMIT:String = "onSubmit"

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Guides 9
Версии среды выполнения: AIR 1.0, Flash Player 10.2

A value for the enforceValidation property. This value is set by the Enforce Validation option in the Guide Design perspective within Adobe Digital Enterprise Platform Document Services - Workbench 10.0, and indicates that validation is performed when the submit button is clicked.





[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.