© 2002 BEA Systems, Inc.


com.bea.p13n.appflow.webflow.forms
Interface Validatable


public interface Validatable
extends WebflowFormConstants


Fields inherited from class com.bea.p13n.appflow.webflow.forms.WebflowFormConstants
EMPTY_STRING, INVALID_FIELD_COUNT_PROPERTY_NAME, MESSAGES_PROPERTY_NAME, STATUS_INVALID, STATUS_UNSPECIFIED, STATUS_VALID, STATUSES_PROPERTY_NAME, VALUES_PROPERTY_NAME
 
Method Summary
 void validate(ValidatedValues validatedValues)
          If the Bean implements this method the ValidatedForm.validate(ValidatedValues, Bean) method, will first populate the bean via reflection and then call the validate method.
 

Method Detail

validate

public void validate(ValidatedValues validatedValues)
If the Bean implements this method the ValidatedForm.validate(ValidatedValues, Bean) method, will first populate the bean via reflection and then call the validate method.

Parameters:
validatedValues - object containing all the request values, status & messages
Returns:
value of the form field, with the status, value and message also updated.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved