|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.event.PrintEvent
public class PrintEvent
PrintEvent is used to get the attribute after print
| Constructor Summary | |
|---|---|
PrintEvent(ReportSheet reportSheet,
String id,
String cname,
Principal user,
String printer)
Construct a PrintEvent object. |
|
| Method Summary | |
|---|---|
Date |
getDate()
Get the date of the event. |
String |
getFolderName()
Get the reportfolder of the event. |
Vector |
getParameters()
Get the report parmaters. |
String |
getPrinter()
Get the printer name. |
Object |
getReportID()
Get the reportID of the event. |
String |
getReportName()
Get the report name of the event. |
String |
getUser()
Get the principal of the event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrintEvent(ReportSheet reportSheet,
String id,
String cname,
Principal user,
String printer)
reportsheet - is the print reportsheet.id - is the reportId.cname - is the context name of the replet.user - is the login user.printer - is the name of printer.
this| Method Detail |
|---|
public Date getDate()
public String getUser()
public String getReportName()
public String getFolderName()
public Object getReportID()
public Vector getParameters()
public String getPrinter()
|
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 | ||||||||