org.zkoss.bind
Interface FormStatus


public interface FormStatus

Represents the runtime information of the Form

Since:
6.0.0
Author:
dennis

Method Summary
 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.
 

Method Detail

isDirty

boolean isDirty()
Returns whether the form has been modified

Returns:
whether the form has been modified.

reset

void reset()
Resets the modified data.

Since:
8.0.0

submit

void submit(BindContext ctx)
Submits the modified date to the origin object.

Since:
8.0.0

getOrigin

java.lang.Object getOrigin()
Returns the origin object of the form object

Since:
8.0.0


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo