Packagecom.flextoolbox.controls
Classpublic class OutputWireJack
InheritanceOutputWireJack Inheritance WireJack Inheritance mx.core.UIComponent

A specialized WireJack designed to send data to compatible input jacks.

See also

InputWireJack


Public Properties
 PropertyDefined by
 InheritedclickToDrag : Boolean = false
[static] If true, dragging a wire from one jack to other will be initiated by a mouse click event on the first jack in addition to the standard drag while the mouse is down.
WireJack
 InheritedconnectedJacks : Array
The other jacks that are currently connected to this jack.
WireJack
 InheritedconnectionAngle : Number
The angle, in degrees, at which the wire enters or exits the jack.
WireJack
 Inheriteddata : Object
The data associated with this jack.
WireJack
 InheriteddataFormat : String
The format of the data associated with this jack.
WireJack
 InheritedignoredJacks : Array
A list of jacks that are always incompatible with this jack.
WireJack
 InheritedmaxConnections : uint
The maximum number of wires that may be connected to this jack.
WireJack
 InheritedwireManager : IWireManager
The IWireManager with which this jack is registered.
WireJack
Public Methods
 MethodDefined by
  
Constructor.
OutputWireJack
 Inherited
connectToJack(otherJack:WireJack):Boolean
Creates a connection between this jack and another jack.
WireJack
 Inherited
disconnect(otherJack:WireJack):void
Destroys a connection between this jack and another jack.
WireJack
 Inherited
Destroys a connection between this jack and any other jacks that are connected to it.
WireJack
 Inherited
Determines if this jack is compatible with another jack.
WireJack
 Inherited
isConnectedToJack(otherJack:WireJack):Boolean
Checks if this jack is connected to another jack.
WireJack
Events
 EventSummaryDefined by
 Inherited Dispatched when a wire will soon connected to the WireJack instance.WireJack
 Inherited Dispatched when a wire is connected to the WireJack instance.WireJack
 Inherited Dispatched when the value of the data property of the WireJack changes.WireJack
 Inherited Dispatched when a connected wire is removed from the WireJack instance.WireJack
Styles
 StyleDescriptionDefined by
 Inherited Type: Class
The class used to create the drag image.
WireJack
 Inherited Type: String
If the dragImage supports styleNames, this value is used.
WireJack
 Inherited Type: Class
The class used for the WireJack's skin.
WireJack
Public Constants
 ConstantDefined by
 InheritedWIRE_JACK_DRAG_FORMAT : String = "flextoolbox::wireJack"
[static] The dragFormat used by wire jacks for drag and drop operations.
WireJack
Constructor detail
OutputWireJack()constructor
public function OutputWireJack()

Constructor.