Form
@Deprecated public interface FormLegacy extends Form
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
isDirty()
Deprecated.
Returns whether the form has been modified (Any field is different from those of loadBean)
|
void |
setField(java.lang.String field,
java.lang.Object value)
Deprecated.
Sets the associated value of the specified field name.
|
getFormStatus
java.util.Set<java.lang.String> getFieldNames()
void setField(java.lang.String field, java.lang.Object value)
field
- field namevalue
- the associated valuejava.lang.Object getField(java.lang.String field)
field
- field nameboolean isDirty()
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.