org.richfaces.validator
Class SelectLabelValueValidator
java.lang.Object
org.richfaces.validator.SelectLabelValueValidator
- All Implemented Interfaces:
- Serializable, EventListener, javax.faces.validator.Validator
public class SelectLabelValueValidator
- extends Object
- implements javax.faces.validator.Validator, Serializable
Validates that Select component has sent valid value
- Author:
- Lukas Fryc
- See Also:
- Serialized Form
Fields inherited from interface javax.faces.validator.Validator |
NOT_IN_RANGE_MESSAGE_ID |
Method Summary |
void |
validate(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
Object valueAsObject)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
- See Also:
- Constant Field Values
SelectLabelValueValidator
public SelectLabelValueValidator()
validate
public void validate(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
Object valueAsObject)
throws javax.faces.validator.ValidatorException
- Specified by:
validate
in interface javax.faces.validator.Validator
- Throws:
javax.faces.validator.ValidatorException
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.