com.ontimize.gui.actions
Class GenerateReportAction
java.lang.Object
com.ontimize.gui.actions.AbstractButtonAction
com.ontimize.gui.actions.GenerateReportAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- public class GenerateReportAction
- extends AbstractButtonAction
|
Constructor Summary |
GenerateReportAction(java.lang.String entity,
java.lang.String uriXMLReportDefinition,
boolean preview,
java.util.Vector keys,
java.util.Vector requiredKeys,
boolean printDialog)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
M_INSERT_VALUE_FIELD
public static final java.lang.String M_INSERT_VALUE_FIELD
- See Also:
- Constant Field Values
entity
protected java.lang.String entity
uriXMLReportDefinition
protected java.lang.String uriXMLReportDefinition
keys
protected java.util.Vector keys
requiredKeys
protected java.util.Vector requiredKeys
preview
protected boolean preview
printDialog
protected boolean printDialog
GenerateReportAction
public GenerateReportAction(java.lang.String entity,
java.lang.String uriXMLReportDefinition,
boolean preview,
java.util.Vector keys,
java.util.Vector requiredKeys,
boolean printDialog)
getReportValuesKeys
protected java.util.Hashtable getReportValuesKeys(Form f)
throws java.lang.Exception
- Throws:
java.lang.Exception
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)