com.ontimize.dms.client.gui
Class ValueWrapperForm
java.lang.Object
com.ontimize.dms.client.gui.ValueWrapperForm
- All Implemented Interfaces:
- ValueWrapper
public abstract class ValueWrapperForm
- extends java.lang.Object
- implements ValueWrapper
|
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 |
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
ValueWrapperForm
public ValueWrapperForm()
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