Form@Deprecated public class FormImpl extends Object implements FormLegacy, FormLegacyExt, Serializable
| Constructor and Description |
|---|
FormImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLoadFieldName(String fieldName)
Deprecated.
Add a field name for loading from this Form.
|
void |
addSaveFieldName(String fieldName)
Deprecated.
Add a field name for saving into this Form.
|
Object |
getField(String field)
Deprecated.
Returns the associated value of the specified field name.
|
Set<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
|
Set<String> |
getLoadFieldNames()
Deprecated.
Returns all field names that this Form bean is care about for loading value from the real bean.
|
Set<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(String field,
Object value)
Deprecated.
Sets the associated value of the specified field name.
|
String |
toString()
Deprecated.
|
public FormStatus getFormStatus()
FormgetFormStatus in interface Formpublic void setField(String field, Object value)
FormLegacysetField in interface FormLegacyfield - field namevalue - the associated valuepublic void resetDirty()
FormLegacyExtresetDirty in interface FormLegacyExtpublic Object getField(String field)
FormLegacygetField in interface FormLegacyfield - field namepublic Set<String> getLoadFieldNames()
FormLegacyExtgetLoadFieldNames in interface FormLegacyExtpublic Set<String> getSaveFieldNames()
FormLegacyExtgetSaveFieldNames in interface FormLegacyExtpublic Set<String> getFieldNames()
FormLegacygetFieldNames in interface FormLegacypublic boolean isDirty()
FormLegacyisDirty in interface FormLegacypublic FormStatus getStatus()
getStatus in interface FormLegacyExtpublic void addLoadFieldName(String fieldName)
FormLegacyExtaddLoadFieldName in interface FormLegacyExtfieldName - field name to be loaded from.public void addSaveFieldName(String fieldName)
FormLegacyExtaddSaveFieldName in interface FormLegacyExtfieldName - field name to be saved into.Copyright © 2020. All rights reserved.