Form@Deprecated public interface FormLegacyExt
| 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.
|
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.
|
void |
resetDirty()
Deprecated.
Reset the dirty data, reload initValue value from field
|
FormStatus getStatus()
void addLoadFieldName(String fieldName)
fieldName - field name to be loaded from.void addSaveFieldName(String fieldName)
fieldName - field name to be saved into.Set<String> getLoadFieldNames()
Set<String> getSaveFieldNames()
void resetDirty()
Copyright © 2020. All rights reserved.