Form@Deprecated public class FormImpl extends java.lang.Object implements FormLegacy, FormLegacyExt, java.io.Serializable
| Constructor and Description |
|---|
FormImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLoadFieldName(java.lang.String fieldName)
Deprecated.
Add a field name for loading from this Form.
|
void |
addSaveFieldName(java.lang.String fieldName)
Deprecated.
Add a field name for saving into this Form.
|
java.lang.Object |
getField(java.lang.String field)
Deprecated.
Returns the associated value of the specified field name.
|
java.util.Set<java.lang.String> |
getFieldNames()
Deprecated.
Returns all field names that this FormLegacy bean is care about for both read and load.
|
FormStatus |
getFormStatus()
Deprecated.
Returns the status object of this form
|
java.util.Set<java.lang.String> |
getLoadFieldNames()
Deprecated.
Returns all field names that this Form bean is care about for loading value from the real bean.
|
java.util.Set<java.lang.String> |
getSaveFieldNames()
Deprecated.
Returns all those field name that this Form bean is care about for saving value into the real bean.
|
FormStatus |
getStatus()
Deprecated.
|
boolean |
isDirty()
Deprecated.
Returns whether the form has been modified (Any field is different from those of loadBean)
|
void |
resetDirty()
Deprecated.
Reset the dirty data, reload initValue value from field
|
void |
setField(java.lang.String field,
java.lang.Object value)
Deprecated.
Sets the associated value of the specified field name.
|
java.lang.String |
toString()
Deprecated.
|
public FormStatus getFormStatus()
FormgetFormStatus in interface Formpublic void setField(java.lang.String field,
java.lang.Object value)
FormLegacysetField in interface FormLegacyfield - field namevalue - the associated valuepublic void resetDirty()
FormLegacyExtresetDirty in interface FormLegacyExtpublic java.lang.Object getField(java.lang.String field)
FormLegacygetField in interface FormLegacyfield - field namepublic java.util.Set<java.lang.String> getLoadFieldNames()
FormLegacyExtgetLoadFieldNames in interface FormLegacyExtpublic java.util.Set<java.lang.String> getSaveFieldNames()
FormLegacyExtgetSaveFieldNames in interface FormLegacyExtpublic java.util.Set<java.lang.String> getFieldNames()
FormLegacygetFieldNames in interface FormLegacypublic boolean isDirty()
FormLegacyisDirty in interface FormLegacypublic FormStatus getStatus()
getStatus in interface FormLegacyExtpublic void addLoadFieldName(java.lang.String fieldName)
FormLegacyExtaddLoadFieldName in interface FormLegacyExtfieldName - field name to be loaded from.public void addSaveFieldName(java.lang.String fieldName)
FormLegacyExtaddSaveFieldName in interface FormLegacyExtfieldName - field name to be saved into.public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2024 Potix Corporation. All Rights Reserved.