public interface FormStatus
Form| Modifier and Type | Method and Description |
|---|---|
Object |
getOrigin()
Returns the origin object of the form object
|
boolean |
isDirty()
Returns whether the form has been modified
|
void |
reset()
Resets the modified data.
|
void |
submit(BindContext ctx)
Submits the modified date to the origin object.
|
boolean isDirty()
void reset()
void submit(BindContext ctx)
Object getOrigin()
Copyright © 2020. All rights reserved.