Ontimize 5.2072EN

com.ontimize.gui.actions
Class GenerateReportAction

java.lang.Object
  extended bycom.ontimize.gui.actions.AbstractButtonAction
      extended bycom.ontimize.gui.actions.GenerateReportAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class GenerateReportAction
extends AbstractButtonAction


Field Summary
protected  java.lang.String entity
           
protected  java.util.Vector keys
           
static java.lang.String M_INSERT_VALUE_FIELD
           
protected  boolean preview
           
protected  boolean printDialog
           
protected  java.util.Vector requiredKeys
           
protected  java.lang.String uriXMLReportDefinition
           
 
Constructor Summary
GenerateReportAction(java.lang.String entity, java.lang.String uriXMLReportDefinition, boolean preview, java.util.Vector keys, java.util.Vector requiredKeys, boolean printDialog)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  java.util.Hashtable getReportValuesKeys(Form f)
           
 
Methods inherited from class com.ontimize.gui.actions.AbstractButtonAction
getForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

GenerateReportAction

public GenerateReportAction(java.lang.String entity,
                            java.lang.String uriXMLReportDefinition,
                            boolean preview,
                            java.util.Vector keys,
                            java.util.Vector requiredKeys,
                            boolean printDialog)
Method Detail

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)

Ontimize