public interface FormStatus
Form
Modifier and Type | Method and Description |
---|---|
java.lang.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)
java.lang.Object getOrigin()
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.