Form
@Deprecated
public interface FormLegacyExt
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.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.
|
void |
resetDirty()
Deprecated.
Reset the dirty data, reload initValue value from field
|
FormStatus getStatus()
void addLoadFieldName(java.lang.String fieldName)
fieldName
- field name to be loaded from.void addSaveFieldName(java.lang.String fieldName)
fieldName
- field name to be saved into.java.util.Set<java.lang.String> getLoadFieldNames()
java.util.Set<java.lang.String> getSaveFieldNames()
void resetDirty()
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.