Ontimize 5.2072EN

com.ontimize.gui.actions
Class CreateFormInDialog

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

public class CreateFormInDialog
extends AbstractButtonAction


Field Summary
protected  javax.swing.JDialog dialog
           
protected  java.util.Hashtable equivalentsFields
           
protected  Form form
           
protected  java.lang.String formManagerName
           
protected  java.lang.String formName
           
protected  Form sourceForm
           
protected  java.lang.String titleKey
           
 
Constructor Summary
CreateFormInDialog(java.lang.String formManagerName, java.lang.String formName, java.lang.String titleKey)
           
CreateFormInDialog(java.lang.String formManagerName, java.lang.String formName, java.lang.String titleKey, java.util.Hashtable equivalentFields)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  void createDialog(java.awt.Window w)
           
 java.lang.Object getCurrentRecordValueField(java.lang.Object key)
           
 javax.swing.JDialog getDialog()
           
 Form getForm()
           
 void goToSourceRecord()
           
 boolean windowWillClose()
           
 void windowWillShow()
           
 
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

formManagerName

protected java.lang.String formManagerName

formName

protected java.lang.String formName

titleKey

protected java.lang.String titleKey

dialog

protected javax.swing.JDialog dialog

form

protected Form form

sourceForm

protected Form sourceForm

equivalentsFields

protected java.util.Hashtable equivalentsFields
Constructor Detail

CreateFormInDialog

public CreateFormInDialog(java.lang.String formManagerName,
                          java.lang.String formName,
                          java.lang.String titleKey)

CreateFormInDialog

public CreateFormInDialog(java.lang.String formManagerName,
                          java.lang.String formName,
                          java.lang.String titleKey,
                          java.util.Hashtable equivalentFields)
Method Detail

actionPerformed

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

windowWillShow

public void windowWillShow()

windowWillClose

public boolean windowWillClose()

createDialog

protected void createDialog(java.awt.Window w)

goToSourceRecord

public void goToSourceRecord()
                      throws java.lang.Exception
Throws:
java.lang.Exception

getCurrentRecordValueField

public java.lang.Object getCurrentRecordValueField(java.lang.Object key)

getDialog

public javax.swing.JDialog getDialog()

getForm

public Form getForm()

Ontimize