Richfaces UI Components API 4.1.0.20111111-CR1

org.richfaces.validator
Interface GraphValidator


public interface GraphValidator

This interface should be implemented by the JSF Validator which able to validate entire graph.

Author:
asmirnov

Method Summary
 Collection<String> validateGraph(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value, Class<?>[] groups)
           
 

Method Detail

validateGraph

Collection<String> validateGraph(javax.faces.context.FacesContext context,
                                 javax.faces.component.UIComponent component,
                                 Object value,
                                 Class<?>[] groups)
                                 throws javax.faces.validator.ValidatorException
Throws:
javax.faces.validator.ValidatorException

Richfaces UI Components API 4.1.0.20111111-CR1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.