|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.echobinding.datacontrol.FormHelper
public class FormHelper
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 |
|---|
public FormHelper()
| Method Detail |
|---|
public static void invokePropertyGetters(nextapp.echo2.app.Component component)
component - public static void invokePropertySetters(nextapp.echo2.app.Component component)
component - public static void invokeValidationHandlers(nextapp.echo2.app.Component component)
ValidationHandler.
component - public static boolean isValid(nextapp.echo2.app.Component component)
component - public static boolean isDirty(nextapp.echo2.app.Component component)
component -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||