| java.lang.Object com.sun.rave.web.ui.validator.DateInRangeValidator
DateInRangeValidator | public class DateInRangeValidator implements Validator(Code) | | Use this validator to check the number of characters in a string when
you need to set the validation messages.
author: avk |
Method Summary | |
public void | validate(FacesContext context, UIComponent component, Object value) |
VALIDATOR_ID | final public static String VALIDATOR_ID(Code) | | The converter id for this converter.
|
DateInRangeValidator | public DateInRangeValidator()(Code) | | Creates a new instance of StringLengthValidator
|
validate | public void validate(FacesContext context, UIComponent component, Object value) throws ValidatorException(Code) | | Validate the value with regard to a UIComponent and a
FacesContext .
Parameters: context - The FacesContext Parameters: component - The component to be validated Parameters: value - The submitted value of the component exception: ValidatorException - if the value is not valid |
|
|