| java.lang.Object com.sun.rave.web.ui.validator.ValueMatchesOptionsValidator
ValueMatchesOptionsValidator | public class ValueMatchesOptionsValidator implements Validator,Serializable(Code) | | Use this validator to check the number of characters in a string when
you need to set the validation messages.
author: avk |
VALIDATOR_ID | final public static String VALIDATOR_ID(Code) | | The converter id for this converter.
|
ValueMatchesOptionsValidator | public ValueMatchesOptionsValidator()(Code) | | Creates a new instance of StringLengthValidator
|
getMessage | public String getMessage()(Code) | | Getter for property message.
Value of property message. |
setMessage | public void setMessage(String message)(Code) | | Setter for property message.
Parameters: message - New value of property message. |
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 |
|
|