Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.thin.beans
Interface EventTarget

All Known Implementing Classes:
EventTargetImpl

public interface EventTarget

EventTargets are used to define the following properties of ThinBeanUI events:


Method Summary
 java.lang.String getDestination()
          Retrieves the destination URI that the event is sent to.
 java.util.Dictionary getExtraEventParameters()
          Retrieves extra event parameters that should be added to the event.
 java.lang.String getTargetFrame()
          Retrieves the name of the HTML frame that the event is executed within.
 java.lang.String getThinBeanTarget()
          Retrieves the name of the ThinBeanUI instance that will handle this event.

 

Method Detail

getDestination

public java.lang.String getDestination()
Retrieves the destination URI that the event is sent to. If this property is null, then events are sent to either:
Returns:
the destination URI for the event

getTargetFrame

public java.lang.String getTargetFrame()
Retrieves the name of the HTML frame that the event is executed within. If this property is null, then events are sent to the HTML frame that contains the rendered ThinBeanUI.
Returns:
the target frame that the event is executed in

getThinBeanTarget

public java.lang.String getThinBeanTarget()
Retrieves the name of the ThinBeanUI instance that will handle this event. If this property is null, then events are sent to the same ThinBeanUI instance that rendered the event.
Returns:
the name ThinBeanUI instance that handles the event

getExtraEventParameters

public java.util.Dictionary getExtraEventParameters()
Retrieves extra event parameters that should be added to the event. If this property is null, then no extra event parameters are added.
Returns:
a Dictionary of event parameters (query parameter name - query parameter value pairs)

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.