net.sf.echobinding.datacontrol
Class FormHelper

java.lang.Object
  extended by net.sf.echobinding.datacontrol.FormHelper

Deprecated.

public class FormHelper
extends java.lang.Object

Utility class for validating and inspecting forms.


Constructor Summary
FormHelper()
          Deprecated.  
 
Method Summary
static void invokePropertyGetters(nextapp.echo2.app.Component component)
          Deprecated. Recursively loads the values of all widgets within this component and all its child components thus loading the values from the model into the widgets.
static void invokePropertySetters(nextapp.echo2.app.Component component)
          Deprecated. Recursively saves the values of all widgets within this component and all its child components thus writing the values from the widgets into the model.
static void invokeValidationHandlers(nextapp.echo2.app.Component component)
          Deprecated. Recursively validates the values of all widgets within this component and all its child components.
static boolean isDirty(nextapp.echo2.app.Component component)
          Deprecated. Recursively tests if the values in the widgets have changed.
static boolean isValid(nextapp.echo2.app.Component component)
          Deprecated. Recursively checks the values of all widgets within this component and all its child components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormHelper

public FormHelper()
Deprecated. 
Method Detail

invokePropertyGetters

public static void invokePropertyGetters(nextapp.echo2.app.Component component)
Deprecated. 
Recursively loads the values of all widgets within this component and all its child components thus loading the values from the model into the widgets.

Parameters:
component -

invokePropertySetters

public static void invokePropertySetters(nextapp.echo2.app.Component component)
Deprecated. 
Recursively saves the values of all widgets within this component and all its child components thus writing the values from the widgets into the model.

Parameters:
component -

invokeValidationHandlers

public static void invokeValidationHandlers(nextapp.echo2.app.Component component)
Deprecated. 
Recursively validates the values of all widgets within this component and all its child components. Invalid inputs will be reported by the widget's ValidationHandler.

Parameters:
component -

isValid

public static boolean isValid(nextapp.echo2.app.Component component)
Deprecated. 
Recursively checks the values of all widgets within this component and all its child components.

Parameters:
component -

isDirty

public static boolean isDirty(nextapp.echo2.app.Component component)
Deprecated. 
Recursively tests if the values in the widgets have changed.

Parameters:
component -


Copyright © 2007. All Rights Reserved.