Ontimize 5.2072EN

com.ontimize.gui.actions
Class DeleteAttachmentFileAction

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

public class DeleteAttachmentFileAction
extends AbstractButtonAction


Field Summary
protected  java.lang.String entityName
           
protected  boolean refresh
           
 
Constructor Summary
DeleteAttachmentFileAction(java.lang.String entity, boolean refresh)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  java.util.Hashtable getAttachmentValuesKeys(Form f)
           
 void setEntity(java.lang.String entity)
           
 
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

entityName

protected java.lang.String entityName

refresh

protected boolean refresh
Constructor Detail

DeleteAttachmentFileAction

public DeleteAttachmentFileAction(java.lang.String entity,
                                  boolean refresh)
Method Detail

setEntity

public void setEntity(java.lang.String entity)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)

getAttachmentValuesKeys

protected java.util.Hashtable getAttachmentValuesKeys(Form f)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

Ontimize