|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.dss.thin.beans.EventTargetImpl
EventTargetImpl is an implementation of an EventTarget. EventTargets are used to define the following properties of certain ThinBeanUI events:
| Constructor Summary | |
EventTargetImpl()Constructs a new instance of an EventTargetImpl | |
EventTargetImpl(java.lang.String thinBeanTarget, java.util.Dictionary extraEventParameters)Constructs a new instance of an EventTargetImpl | |
EventTargetImpl(java.lang.String destination, java.lang.String targetFrame, java.lang.String thinBeanTarget, java.util.Dictionary extraEventParameters)Constructs a new instance of an EventTargetImpl | |
| 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. |
void |
setDestination(java.lang.String destination)Sets the destination URI that the event is sent to. |
void |
setExtraEventParameters(java.util.Dictionary extraEventParams)Sets extra event parameters that should be added to the event. |
void |
setTargetFrame(java.lang.String frameName)Sets the name of the HTML frame that the event is executed within. |
void |
setThinBeanTarget(java.lang.String thinBeanTarget)Sets the name of the ThinBeanUI instance that will handle this event. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EventTargetImpl()
public EventTargetImpl(java.lang.String thinBeanTarget,
java.util.Dictionary extraEventParameters)
thinBeanTarget - the name ThinBeanUI instance that handles the eventextraEventParameters - a Dictionary of extra event parameters to add to the event
public EventTargetImpl(java.lang.String destination,
java.lang.String targetFrame,
java.lang.String thinBeanTarget,
java.util.Dictionary extraEventParameters)
destination - the destination URI for the eventtargetFrame - the target frame that the event is executed inthinBeanTarget - the name ThinBeanUI instance that handles the eventextraEventParameters - a Dictionary of extra event parameters to add to the event| Method Detail |
public void setDestination(java.lang.String destination)
ThinBeanUI instance.destination - the destination URI for the eventpublic java.lang.String getDestination()
ThinBeanUI instance.getDestination in interface EventTargetpublic void setTargetFrame(java.lang.String frameName)
ThinBeanUI.frameName - the target frame that the event is executed inpublic java.lang.String getTargetFrame()
ThinBeanUI.getTargetFrame in interface EventTargetpublic void setThinBeanTarget(java.lang.String thinBeanTarget)
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.thinBeanTarget - the name ThinBeanUI instance that handles the eventpublic java.lang.String getThinBeanTarget()
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.getThinBeanTarget in interface EventTargetThinBeanUI instance that handles the eventpublic void setExtraEventParameters(java.util.Dictionary extraEventParams)
extraEventParams - a Dictionary of event parameters (query parameter name - query parameter value pairs)public java.util.Dictionary getExtraEventParameters()
getExtraEventParameters in interface EventTarget
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||