Public Member Functions | |
ReportAction (JasperFile fw, ReportTypeEnum rt) | |
String | getLabel () |
String | getImage () |
Object | doAction () |
boolean | refreshParent () |
boolean | refreshSelf () |
boolean | isClientSide () |
Definition at line 27 of file ReportAction.java.
org.turro.file.action.ReportAction.ReportAction | ( | JasperFile | fw, |
ReportTypeEnum | rt | ||
) |
Definition at line 32 of file ReportAction.java.
Object org.turro.file.action.ReportAction.doAction | ( | ) |
Implements org.turro.file.action.FileAction.
Definition at line 48 of file ReportAction.java.
String org.turro.file.action.ReportAction.getImage | ( | ) |
Implements org.turro.file.action.FileAction.
Definition at line 43 of file ReportAction.java.
String org.turro.file.action.ReportAction.getLabel | ( | ) |
Implements org.turro.file.action.FileAction.
Definition at line 38 of file ReportAction.java.
boolean org.turro.file.action.ReportAction.isClientSide | ( | ) |
Implements org.turro.file.action.FileAction.
Definition at line 64 of file ReportAction.java.
boolean org.turro.file.action.ReportAction.refreshParent | ( | ) |
Implements org.turro.file.action.FileAction.
Definition at line 54 of file ReportAction.java.
boolean org.turro.file.action.ReportAction.refreshSelf | ( | ) |
Implements org.turro.file.action.FileAction.
Definition at line 59 of file ReportAction.java.