|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
inetsoft.report.event.ExecuteEvent
public class ExecuteEvent
Execute event is fired when a report is executed through the XSessionManager.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ExecuteEvent(Object source,
ReportSheet report,
Hashtable vars)
Create an execute event. |
|
ExecuteEvent(Object source,
ReportSheet report,
VariableTable vars)
Create an execute event. |
|
| Method Summary | |
|---|---|
Enumeration |
getParameterNames()
Get all parameter names. |
Object |
getParameterValue(String name)
Get a parameter value. |
ReportSheet |
getReport()
Return the report that is executed. |
String |
toString()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExecuteEvent(Object source,
ReportSheet report,
Hashtable vars)
source - event source, a StylePage.report - the report to be executed.vars - report parameters and values.
public ExecuteEvent(Object source,
ReportSheet report,
VariableTable vars)
throws Exception
source - event source, a StylePage.report - the report to be executed.vars - report parameters and values.
Exception| Method Detail |
|---|
public ReportSheet getReport()
public Object getParameterValue(String name)
public Enumeration getParameterNames()
public String toString()
toString in class EventObject
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||