com.ibm.mashups.iwidget.widget
Interface Wire


public Wire

Wire interface defines functions that expose information of a Wire


Method Summary
 String getSourceWidgetID()
           This method returns id of the source iWidget that's connected to.
 String getSourceEventName()
           This method returns name of the event in the source iWidget.
 String getTargetWidgetID()
           This method returns id of the source iWidget that's connected to.
 String getTargetEventName()
           This method returns name of the event in the source iWidget
 

Method Detail

getSourceWidgetID

String getSourceWidgetID()
This method returns id of the source iWidget that's connected to.

Returns:
id of the source iWidget

getSourceEventName

String getSourceEventName()
This method returns name of the event in the source iWidget.

Returns:
name of the source event

getTargetWidgetID

String getTargetWidgetID()
This method returns id of the source iWidget that's connected to.

Returns:
id of the source iWidget

getTargetEventName

String getTargetEventName()
This method returns name of the event in the source iWidget

Returns:
name of the source event


Copyright IBM Corp. 2010 All Rights Reserved.