ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
lc.procmgmt.events 

SwfAppButtonEvent  - AS3 ADEP Workspace

Packagelc.procmgmt.events
Classpublic class SwfAppButtonEvent
InheritanceSwfAppButtonEvent Inheritance Event Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A SwfAppButtonEvent event is used to communicate between an application built with Flex (Flex application) and the buttons in the Workspace user interface.



Public Properties
 PropertyDefined By
 Inheritedbubbles : Boolean
[read-only] Indicates whether an event is a bubbling event.
Event
  buttonName : String
The target button name.
SwfAppButtonEvent
 Inheritedcancelable : Boolean
[read-only] Indicates whether the behavior associated with the event can be prevented.
Event
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 InheritedcurrentTarget : Object
[read-only] The object that is actively processing the Event object with an event listener.
Event
 InheritedeventPhase : uint
[read-only] The current phase in the event flow.
Event
  newButtonName : String
The new button name.
SwfAppButtonEvent
  newTooltip : String
The new tooltip for the button.
SwfAppButtonEvent
 Inheritedtarget : Object
[read-only] The event target.
Event
 Inheritedtype : String
[read-only] The type of event.
Event
Public Methods
 MethodDefined By
  
SwfAppButtonEvent(type:String, buttonName:String = null, newButtonName:String = null, newTooltip:String = null)
Constructor.
SwfAppButtonEvent
 Inherited
Duplicates an instance of an Event subclass.
Event
 Inherited
formatToString(className:String, ... arguments):String
A utility function for implementing the toString() method in custom ActionScript 3.0 Event classes.
Event
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Checks whether the preventDefault() method has been called on the event.
Event
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Cancels an event's default behavior if that behavior can be canceled.
Event
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Prevents processing of any event listeners in the current node and any subsequent nodes in the event flow.
Event
 Inherited
Prevents processing of any event listeners in nodes subsequent to the current node in the event flow.
Event
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns a string containing all the properties of the Event object.
Event
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  CHANGE_ROUTE_BUTTON_TOOLTIP : String = "changeRouteButtonTooltip"
[static] 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"
[static] A special value that specifies to disable a specific route button in the Workspace user interface.
SwfAppButtonEvent
  ENABLE_ROUTE_BUTTON : String = "enableRouteButton"
[static] A special value that specifies to enable a route button in the Workspace user interface.
SwfAppButtonEvent
  HIDE_ALL_ROUTE_BUTTONS : String = "hideAllRouteButtons"
[static] A special value that specifies to hide all route buttons in the Workspace user interface.
SwfAppButtonEvent
  HIDE_ROUTE_BUTTON : String = "hideRouteButton"
[static] A special value that specifies to hide a specific route button in the Workspace user interface.
SwfAppButtonEvent
  HIDE_SAVE_BUTTON : String = "hideSaveButton"
[static] A special value that specifies to hide the Save button in the Workspace user interface.
SwfAppButtonEvent
  RENAME_ROUTE_BUTTON : String = "renameRouteButton"
[static] A special value that specifies to rename a specific route button in the Workspace user interface.
SwfAppButtonEvent
  SHOW_ALL_ROUTE_BUTTONS : String = "showAllRouteButtons"
[static] A special value that specifies to show all route buttons in the Workspace user interface.
SwfAppButtonEvent
  SHOW_ROUTE_BUTTON : String = "showRouteButton"
[static] A special value that specifies to show a specific route button in the Workspace user interface.
SwfAppButtonEvent
  SHOW_SAVE_BUTTON : String = "showSaveButton"
[static] A special value that specifies to display the Save button in the Workspace user interface.
SwfAppButtonEvent
Property Detail

buttonName

property
public var buttonName:String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The target button name.

newButtonName

property 
public var newButtonName:String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The new button name.

newTooltip

property 
public var newTooltip:String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The new tooltip for the button.

Constructor Detail

SwfAppButtonEvent

()Constructor
public function SwfAppButtonEvent(type:String, buttonName:String = null, newButtonName:String = null, newTooltip:String = null)

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Parameters
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.
Constant Detail

CHANGE_ROUTE_BUTTON_TOOLTIP

Constant
public static const CHANGE_ROUTE_BUTTON_TOOLTIP:String = "changeRouteButtonTooltip"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: 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:

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.

DISABLE_ROUTE_BUTTON

Constant 
public static const DISABLE_ROUTE_BUTTON:String = "disableRouteButton"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: 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:

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.

ENABLE_ROUTE_BUTTON

Constant 
public static const ENABLE_ROUTE_BUTTON:String = "enableRouteButton"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: 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:

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_ROUTE_BUTTONS

Constant 
public static const HIDE_ALL_ROUTE_BUTTONS:String = "hideAllRouteButtons"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: 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:

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_ROUTE_BUTTON

Constant 
public static const HIDE_ROUTE_BUTTON:String = "hideRouteButton"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: 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:

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_SAVE_BUTTON

Constant 
public static const HIDE_SAVE_BUTTON:String = "hideSaveButton"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: 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:

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.

RENAME_ROUTE_BUTTON

Constant 
public static const RENAME_ROUTE_BUTTON:String = "renameRouteButton"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: 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:

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_ALL_ROUTE_BUTTONS

Constant 
public static const SHOW_ALL_ROUTE_BUTTONS:String = "showAllRouteButtons"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: 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:

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_ROUTE_BUTTON

Constant 
public static const SHOW_ROUTE_BUTTON:String = "showRouteButton"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: 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:

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_SAVE_BUTTON

Constant 
public static const SHOW_SAVE_BUTTON:String = "showSaveButton"

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: 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:

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.