Richfaces UI Components API 4.3.0.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.3.0.CR1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.