net.sf.echobinding.datacontrol
Interface Form


Deprecated.

public interface Form


Method Summary
 boolean isValid()
          Deprecated.  
 void loadForm()
          Deprecated. inititialzes all form widget with the model's values
 void saveForm()
          Deprecated. pulls the input from the widgets into the model
 void validateForm()
          Deprecated. validates the input of all form widgets
 

Method Detail

loadForm

void loadForm()
Deprecated. 
inititialzes all form widget with the model's values


saveForm

void saveForm()
Deprecated. 
pulls the input from the widgets into the model


validateForm

void validateForm()
Deprecated. 
validates the input of all form widgets


isValid

boolean isValid()
Deprecated. 


Copyright © 2007. All Rights Reserved.