Ontimize Document Management 0.035EN

com.ontimize.dms.client.gui
Class ValueWrapperForm

java.lang.Object
  extended by com.ontimize.dms.client.gui.ValueWrapperForm
All Implemented Interfaces:
ValueWrapper

public abstract class ValueWrapperForm
extends java.lang.Object
implements ValueWrapper


Field Summary
protected  javax.swing.JDialog dialog
           
protected static java.lang.String DIALOG_NAME
           
protected  Form form
           
protected  ValueWrapperFormIM im
           
 
Constructor Summary
ValueWrapperForm()
           
 
Method Summary
protected  void create()
           
abstract  java.lang.String getDialogTitle()
           
abstract  java.lang.String getFormManager()
          Returns the form manager name where is located the desired form.
abstract  java.lang.String getFormName()
          Return the form name to show in the model dialog.
 java.util.Hashtable getValue()
           
 void setValues(java.util.Hashtable values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIALOG_NAME

protected static final java.lang.String DIALOG_NAME
See Also:
Constant Field Values

form

protected Form form

im

protected ValueWrapperFormIM im

dialog

protected javax.swing.JDialog dialog
Constructor Detail

ValueWrapperForm

public ValueWrapperForm()
Method Detail

getFormManager

public abstract java.lang.String getFormManager()

Returns the form manager name where is located the desired form.

Returns:
Returns the registered Ontimize form manager in the application.

getFormName

public abstract java.lang.String getFormName()

Return the form name to show in the model dialog.

Returns:
Returns the registered Ontimize form name in the application.

getDialogTitle

public abstract java.lang.String getDialogTitle()

create

protected void create()
               throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

getValue

public java.util.Hashtable getValue()
Specified by:
getValue in interface ValueWrapper

setValues

public void setValues(java.util.Hashtable values)
Specified by:
setValues in interface ValueWrapper

Ontimize Document Management