Richfaces UI Components API 4.1.0.20110910-M2

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
 java.util.Collection<java.lang.String> validateGraph(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.Object value, java.lang.Class<?>[] groups)
           
 

Method Detail

validateGraph

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

Richfaces UI Components API 4.1.0.20110910-M2

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