com.ibm.mashups.enabler.wire
Interface Wire

All Superinterfaces:
Identifiable

public Wire
extends Identifiable

Interface for a wire.

Since:
2.4

Method Summary
 Identifiable getSourceWidget()
           Returns the identifier of the source widget associated with this wire
 Identifiable getSourceEvent()
           Returns the identifier of the source event associated with this wire.
 String getSourceEventName()
           Returns the name of the source event associated with this wire.
 Identifiable getSourcePage()
           Returns the identifier of the source page associated with this wire.
 Identifiable getTargetWidget()
           Returns the identifier of the target widget associated with this wire.
 Identifiable getTargetEvent()
           Returns the identifier of the target event associated with this wire.
 String getTargetEventName()
           Returns the name of the target event associated with this wire.
 Identifiable getTargetPage()
           Returns the identifier of the target page associated with this wire.
 
Methods inherited from interface com.ibm.mashups.enabler.Identifiable
getID
 

Method Detail

getSourceWidget

Identifiable getSourceWidget()
Returns the identifier of the source widget associated with this wire

Returns:
the widget instance identifier

getSourceEvent

Identifiable getSourceEvent()
Returns the identifier of the source event associated with this wire.

Returns:
the source event

getSourceEventName

String getSourceEventName()
Returns the name of the source event associated with this wire.

Returns:
the event name

getSourcePage

Identifiable getSourcePage()
Returns the identifier of the source page associated with this wire.

Returns:
the page identifier

getTargetWidget

Identifiable getTargetWidget()
Returns the identifier of the target widget associated with this wire.

Returns:
the widget instance identifier

getTargetEvent

Identifiable getTargetEvent()
Returns the identifier of the target event associated with this wire.

Returns:
the target event

getTargetEventName

String getTargetEventName()
Returns the name of the target event associated with this wire.

Returns:
the event name

getTargetPage

Identifiable getTargetPage()
Returns the identifier of the target page associated with this wire.

Returns:
the page identifier


Copyright IBM Corp. 2010 All Rights Reserved.