Пакет | lc.procmgmt.events |
Класс | public class SwfAppButtonEvent |
Наследование | SwfAppButtonEvent Event Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
SwfAppButtonEvent
event is used to communicate between an application built with Flex (Flex
application) and the buttons in the Workspace user interface.
Свойство | Определено | ||
---|---|---|---|
bubbles : Boolean [только для чтения]
Определяет, является ли событие событием восходящей цепочки. | Event | ||
buttonName : String
The target button name. | SwfAppButtonEvent | ||
cancelable : Boolean [только для чтения]
Указывает, можно ли предотвратить поведение, связанное с событием. | Event | ||
constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object | ||
currentTarget : Object [только для чтения]
Объект, активно обрабатывающий объект Event с помощью прослушивателя событий. | Event | ||
eventPhase : uint [только для чтения]
Текущая фаза в потоке событий. | Event | ||
newButtonName : String
The new button name. | SwfAppButtonEvent | ||
newTooltip : String
The new tooltip for the button. | SwfAppButtonEvent | ||
target : Object [только для чтения]
Целевой объект события. | Event | ||
type : String [только для чтения]
Тип события. | Event |
Метод | Определено | ||
---|---|---|---|
SwfAppButtonEvent(type:String, buttonName:String = null, newButtonName:String = null, newTooltip:String = null)
Constructor. | SwfAppButtonEvent | ||
Создает дубликат экземпляра подкласса Event. | Event | ||
Служебная функция для реализации метода toString() в пользовательских классах ActionScript 3.0 Event. | Event | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Проверяет, выполнялся ли для события вызова метода preventDefault(). | Event | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Отменяет поведение по умолчанию для события, если такое поведение можно отменить. | Event | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Отменяет обработку прослушивателей событий в текущем узле, а также во всех узлах, которые следуют в потоке событий за текущим узлом. | Event | ||
Отменяет обработку прослушивателей событий в узлах, которые следуют в потоке событий за текущим узлом. | Event | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строку, содержащую все свойства объекта Event. | Event | ||
Возвращает элементарное значение заданного объекта. | Object |
Константа | Определено | ||
---|---|---|---|
CHANGE_ROUTE_BUTTON_TOOLTIP : String = "changeRouteButtonTooltip" [статические]
A special value that indicates to change the tooltip of a specific route button in the Workspace user interface. | SwfAppButtonEvent | ||
DISABLE_ROUTE_BUTTON : String = "disableRouteButton" [статические]
A special value that specifies to disable a specific route button in the Workspace user interface. | SwfAppButtonEvent | ||
ENABLE_ROUTE_BUTTON : String = "enableRouteButton" [статические]
A special value that specifies to enable a route button in the Workspace user interface. | SwfAppButtonEvent | ||
HIDE_ALL_ROUTE_BUTTONS : String = "hideAllRouteButtons" [статические]
A special value that specifies to hide all route buttons in the Workspace user interface. | SwfAppButtonEvent | ||
HIDE_ROUTE_BUTTON : String = "hideRouteButton" [статические]
A special value that specifies to hide a specific route button in the Workspace user interface. | SwfAppButtonEvent | ||
HIDE_SAVE_BUTTON : String = "hideSaveButton" [статические]
A special value that specifies to hide the Save button in the Workspace user interface. | SwfAppButtonEvent | ||
RENAME_ROUTE_BUTTON : String = "renameRouteButton" [статические]
A special value that specifies to rename a specific route button in the Workspace user interface. | SwfAppButtonEvent | ||
SHOW_ALL_ROUTE_BUTTONS : String = "showAllRouteButtons" [статические]
A special value that specifies to show all route buttons in the Workspace user interface. | SwfAppButtonEvent | ||
SHOW_ROUTE_BUTTON : String = "showRouteButton" [статические]
A special value that specifies to show a specific route button in the Workspace user interface. | SwfAppButtonEvent | ||
SHOW_SAVE_BUTTON : String = "showSaveButton" [статические]
A special value that specifies to display the Save button in the Workspace user interface. | SwfAppButtonEvent |
buttonName | свойство |
public var buttonName:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The target button name.
newButtonName | свойство |
public var newButtonName:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The new button name.
newTooltip | свойство |
public var newTooltip:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The new tooltip for the button.
SwfAppButtonEvent | () | Конструктор |
public function SwfAppButtonEvent(type:String, buttonName:String = null, newButtonName:String = null, newTooltip:String = null)
Язык версии: | 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.
| |
buttonName:String (default = null ) — Specifies the name of the button being changed.
| |
newButtonName:String (default = null ) — Specifies the new name for the button.
| |
newTooltip:String (default = null ) — Specifies the new tooltip text for the button.
|
CHANGE_ROUTE_BUTTON_TOOLTIP | Константа |
public static const CHANGE_ROUTE_BUTTON_TOOLTIP:String = "changeRouteButtonTooltip"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that indicates to change the tooltip of a specific route button in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The 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. |
DISABLE_ROUTE_BUTTON | Константа |
public static const DISABLE_ROUTE_BUTTON:String = "disableRouteButton"
Язык версии: | 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 disable a specific route button in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The 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. |
ENABLE_ROUTE_BUTTON | Константа |
public static const ENABLE_ROUTE_BUTTON:String = "enableRouteButton"
Язык версии: | 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 enable a route button in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The 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_ROUTE_BUTTONS | Константа |
public static const HIDE_ALL_ROUTE_BUTTONS:String = "hideAllRouteButtons"
Язык версии: | 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 hide all route buttons in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The 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_ROUTE_BUTTON | Константа |
public static const HIDE_ROUTE_BUTTON:String = "hideRouteButton"
Язык версии: | 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 hide a specific route button in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The 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_SAVE_BUTTON | Константа |
public static const HIDE_SAVE_BUTTON:String = "hideSaveButton"
Язык версии: | 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 hide the Save button in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The 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. |
RENAME_ROUTE_BUTTON | Константа |
public static const RENAME_ROUTE_BUTTON:String = "renameRouteButton"
Язык версии: | 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 rename a specific route button in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The 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_ALL_ROUTE_BUTTONS | Константа |
public static const SHOW_ALL_ROUTE_BUTTONS:String = "showAllRouteButtons"
Язык версии: | 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 show all route buttons in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The 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_ROUTE_BUTTON | Константа |
public static const SHOW_ROUTE_BUTTON:String = "showRouteButton"
Язык версии: | 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 show a specific route button in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The 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_SAVE_BUTTON | Константа |
public static const SHOW_SAVE_BUTTON:String = "showSaveButton"
Язык версии: | 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 Save button in the Workspace user interface.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The 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. |
Tue Jun 12 2018, 11:34 AM Z