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

SwfAppEvent  - AS3 ADEP Workspace

Пакетlc.procmgmt.events
Классpublic class SwfAppEvent
НаследованиеSwfAppEvent Inheritance Event Inheritance Object

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

A SwfAppEvent event is used to communicate between an application built with Flex (Flex application and Workspace).



Общедоступные свойства
 СвойствоОпределено
 Inheritedbubbles : Boolean
[только для чтения] Определяет, является ли событие событием восходящей цепочки.
Event
 Inheritedcancelable : Boolean
[только для чтения] Указывает, можно ли предотвратить поведение, связанное с событием.
Event
 Inheritedconstructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта.
Object
 InheritedcurrentTarget : Object
[только для чтения] Объект, активно обрабатывающий объект Event с помощью прослушивателя событий.
Event
 InheritedeventPhase : uint
[только для чтения] Текущая фаза в потоке событий.
Event
 Inheritedtarget : Object
[только для чтения] Целевой объект события.
Event
 Inheritedtype : String
[только для чтения] Тип события.
Event
Общедоступные методы
 МетодОпределено
  
Constructor.
SwfAppEvent
 Inherited
Создает дубликат экземпляра подкласса Event.
Event
 Inherited
formatToString(className:String, ... arguments):String
Служебная функция для реализации метода toString() в пользовательских классах ActionScript 3.0 Event.
Event
 Inherited
Показывает, определено ли заданное свойство для объекта.
Object
 Inherited
Проверяет, выполнялся ли для события вызова метода preventDefault().
Event
 Inherited
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра.
Object
 Inherited
Отменяет поведение по умолчанию для события, если такое поведение можно отменить.
Event
 Inherited
Показывает наличие заданного свойства и его перечисляемость.
Object
 Inherited
Задает доступность динамического свойства для операций цикла.
Object
 Inherited
Отменяет обработку прослушивателей событий в текущем узле, а также во всех узлах, которые следуют в потоке событий за текущим узлом.
Event
 Inherited
Отменяет обработку прослушивателей событий в узлах, которые следуют в потоке событий за текущим узлом.
Event
 Inherited
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали.
Object
 Inherited
Возвращает строку, содержащую все свойства объекта Event.
Event
 Inherited
Возвращает элементарное значение заданного объекта.
Object
Общедоступные константы
 КонстантаОпределено
  CLOSE : String = "close"
[статические] A special value that specifies to close the Flex application.
SwfAppEvent
  FULL_SCREEN : String = "maximize"
[статические] A special value that specifies to display the Flex application in full screen mode.
SwfAppEvent
  HIDE_ALL_CONTAINER_VIEWS : String = "hideAllContainerViews"
[статические] A special value that specifies to the Flex application to hide all views except for the Flex application itself.
SwfAppEvent
  HIDE_ATTACHMENTS_VIEW : String = "hideAttachmentsView"
[статические] A special value that specifies to the Flex application to hide the Task Attachments view.
SwfAppEvent
  HIDE_AUDIT_VIEW : String = "hideAuditView"
[статические] A special value that specifies to the Flex application to hide the Task Audit view.
SwfAppEvent
  HIDE_DIRECTIVES_VIEW : String = "hideDirectivesView"
[статические] A special value that specifies to the Flex application to hide the Task Directives view.
SwfAppEvent
  HIDE_TASK_DETAILS_VIEW : String = "hideTaskDetailsView"
[статические] A special value that specifies to the Flex application to hide the Task Details view.
SwfAppEvent
  HIDE_TASK_FORM_VIEW : String = "hideFormView"
[статические] A special value that specifies to the Flex application to hide the Task Form view.
SwfAppEvent
  MINIMIZE_SCREEN : String = "minimize"
[статические] A special value that specifies to display the Flex application in normal screen mode, instead of fullscreen mode.
SwfAppEvent
  SHOW_ATTACHMENTS_VIEW : String = "showAttachmentsView"
[статические] A special value that specifies to the Flex application to display the Task Attachments view.
SwfAppEvent
  SHOW_AUDIT_VIEW : String = "showAuditView"
[статические] A special value that specifies to the Flex application to display the Task Audit view.
SwfAppEvent
  SHOW_DIRECTIVES_VIEW : String = "showDirectivesView"
[статические] A special value that specifies to the Flex application to display the Task Directives view.
SwfAppEvent
  SHOW_TASK_DETAILS_VIEW : String = "showTaskDetailsView"
[статические] A special value that specifies to the Flex applicatin to display the Task Details view.
SwfAppEvent
  SHOW_TASK_FORM_VIEW : String = "showFormView"
[статические] A special value that specifies to the Flex application to display Task Form view.
SwfAppEvent
  UNLOAD : String = "unload"
[статические] A special value that specifies to unload the Flex application.
SwfAppEvent
Сведения о конструкторе

SwfAppEvent

()Конструктор
public function SwfAppEvent(type:String)

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

Constructor.

Параметры
type:String — Specifies the type of event to create. You can use an event type defined in this class, such as hideTaskDetailsView.
Сведения о константе

CLOSE

Константа
public static const CLOSE:String = "close"

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

A special value that specifies to close the Flex application.

The properties of the Event object have the following values:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe object that is actively processing the Event object with an event listener.
target The object that dispatched the event; use the currentTarget property to always access the Object listening for the event.

FULL_SCREEN

Константа 
public static const FULL_SCREEN:String = "maximize"

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

A special value that specifies to display the Flex application in full screen mode.

The properties of the Event object have the following values:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe object that is actively processing the Event object with an event listener.
target The object that dispatched the event; use the currentTarget property to always access the Object listening for the event.

HIDE_ALL_CONTAINER_VIEWS

Константа 
public static const HIDE_ALL_CONTAINER_VIEWS:String = "hideAllContainerViews"

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

A special value that specifies to the Flex application to hide all views except for the Flex application itself.

The properties of the Event object have the following values:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe object that is actively processing the Event object with an event listener.
target The object that dispatched the event; use the currentTarget property to always access the Object listening for the event.

HIDE_ATTACHMENTS_VIEW

Константа 
public static const HIDE_ATTACHMENTS_VIEW:String = "hideAttachmentsView"

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

A special value that specifies to the Flex application to hide the Task Attachments view.

The properties of the Event object have the following values:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe object that is actively processing the Event object with an event listener.
target The object that dispatched the event; use the currentTarget property to always access the Object listening for the event.

HIDE_AUDIT_VIEW

Константа 
public static const HIDE_AUDIT_VIEW:String = "hideAuditView"

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

A special value that specifies to the Flex application to hide the Task Audit view.

The properties of the Event object have the following values:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe object that is actively processing the Event object with an event listener.
target The object that dispatched the event; use the currentTarget property to always access the Object listening for the event.

HIDE_DIRECTIVES_VIEW

Константа 
public static const HIDE_DIRECTIVES_VIEW:String = "hideDirectivesView"

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

A special value that specifies to the Flex application to hide the Task Directives view.

The properties of the Event object have the following values:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe object that is actively processing the Event object with an event listener.
target The object that dispatched the event; use the currentTarget property to always access the Object listening for the event.

HIDE_TASK_DETAILS_VIEW

Константа 
public static const HIDE_TASK_DETAILS_VIEW:String = "hideTaskDetailsView"

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

A special value that specifies to the Flex application to hide the Task Details view.

The properties of the Event object have the following values:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe object that is actively processing the Event object with an event listener.
target The object that dispatched the event; use the currentTarget property to always access the Object listening for the event.

HIDE_TASK_FORM_VIEW

Константа 
public static const HIDE_TASK_FORM_VIEW:String = "hideFormView"

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

A special value that specifies to the Flex application to hide the Task Form view.

The properties of the Event object have the following values:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe object that is actively processing the Event object with an event listener.
target The object that dispatched the event; use the currentTarget property to always access the Object listening for the event.

MINIMIZE_SCREEN

Константа 
public static const MINIMIZE_SCREEN:String = "minimize"

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

A special value that specifies to display the Flex application in normal screen mode, instead of fullscreen mode.

The properties of the Event object have the following values:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe object that is actively processing the Event object with an event listener.
target The object that dispatched the event; use the currentTarget property to always access the Object listening for the event.

SHOW_ATTACHMENTS_VIEW

Константа 
public static const SHOW_ATTACHMENTS_VIEW:String = "showAttachmentsView"

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

A special value that specifies to the Flex application to display the Task Attachments view.

The properties of the Event object have the following values:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe object that is actively processing the Event object with an event listener.
target The object that dispatched the event; use the currentTarget property to always access the Object listening for the event.

SHOW_AUDIT_VIEW

Константа 
public static const SHOW_AUDIT_VIEW:String = "showAuditView"

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

A special value that specifies to the Flex application to display the Task Audit view.

The properties of the Event object have the following values:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe object that is actively processing the Event object with an event listener.
target The object that dispatched the event; use the currentTarget property to always access the Object listening for the event.

SHOW_DIRECTIVES_VIEW

Константа 
public static const SHOW_DIRECTIVES_VIEW:String = "showDirectivesView"

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

A special value that specifies to the Flex application to display the Task Directives view.

The properties of the Event object have the following values:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe object that is actively processing the Event object with an event listener.
target The object that dispatched the event; use the currentTarget property to always access the Object listening for the event.

SHOW_TASK_DETAILS_VIEW

Константа 
public static const SHOW_TASK_DETAILS_VIEW:String = "showTaskDetailsView"

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

A special value that specifies to the Flex applicatin to display the Task Details view.

The properties of the Event object have the following values:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe object that is actively processing the Event object with an event listener.
target The object that dispatched the event; use the currentTarget property to always access the Object listening for the event.

SHOW_TASK_FORM_VIEW

Константа 
public static const SHOW_TASK_FORM_VIEW:String = "showFormView"

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

A special value that specifies to the Flex application to display Task Form view.

The properties of the Event object have the following values:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe object that is actively processing the Event object with an event listener.
target The object that dispatched the event; use the currentTarget property to always access the Object listening for the event.

UNLOAD

Константа 
public static const UNLOAD:String = "unload"

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

A special value that specifies to unload the Flex application.

The properties of the Event object have the following values:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe object that is actively processing the Event object with an event listener.
target The object that dispatched the event; use the currentTarget property to always access the Object listening for the event.





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

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