<!-- ***************************************************************** -->
<!--                                                                   -->
<!-- Licensed Materials - Property of IBM                              -->
<!--                                                                   -->
<!-- 5724-U69                                                          -->
<!--                                                                   -->
<!-- Copyright IBM Corp. 2014  All Rights Reserved.                    -->
<!--                                                                   -->
<!-- US Government Users Restricted Rights - Use, duplication or       -->
<!-- disclosure restricted by GSA ADP Schedule Contract with           -->
<!-- IBM Corp.                                                         -->
<!--                                                                   -->
<!-- ***************************************************************** -->

<iw:iwidget name="autoWiringManager" xmlns:iw="http://www.ibm.com/xmlns/prod/iWidget" iScope="com.ibm.mm.builder.systemwidget.autoWiringManager" allowInstanceContent="true" supportedModes="view" mode="view" lang="en">

<iw:itemSet id="attributes" >
    <iw:item id="version" value="1.0.0.0.0"/>
</iw:itemSet>

<iw:event id="com.ibm.mashups.builder.autoWiringWidget" handled="true" onEvent="autoWiringWidget" eventDescName="desc_createAutoWiring"/>
<iw:eventDescription id="desc_createAutoWiring" payloadType="text" title="Widget ID" description="" lang="en">
	<!--@wireGraph.createAutoWire@-->
</iw:eventDescription>

<iw:event id="com.ibm.mashups.builder.createAutoWire" handled="true" onEvent="autoWiringWidget" eventDescName="desc_createAutoWiring"/>
<iw:eventDescription id="desc_createAutoWiring" payloadType="text" title="Widget ID" description="" lang="en">
	<!--@wireGraph.createAutoWire@-->
</iw:eventDescription>

<iw:event id="com.ibm.mashups.builder.displayWireGraph" handled="true" onEvent="onWireGraphDisplay" eventDescName="desc_onWireGraphDisplay"/>
<iw:eventDescription id="desc_onWireGraphDisplay" payloadType="text" title="Widget ID" description="Receives a widget ID from another widget and displays the wires graph" lang="en">
	<!--@wireGraph.displayWireGraph@-->
</iw:eventDescription>

<iw:event id="com.ibm.mashups.builder.createQuickWire" handled="true" onEvent="onQuickWireCreate" eventDescName="desc_createQuickWire"/>
<iw:eventDescription id="desc_createQuickWire" payloadType="JSON" title="Wire Info" description="" lang="en">
	<!--@wireInterface.createQuickWire@-->
</iw:eventDescription>

<iw:resource uri="autoWiringManager.js" skipLoad="dojo.getObject('com.ibm.mm.builder.systemwidget.autoWiringManager') != null" />

<iw:content mode="view">
	<![CDATA[
	]]>
</iw:content>
</iw:iwidget>
