org.kuali.rice.krad.web.bind
Class UifBeanPropertyBindingResult

java.lang.Object
  extended by org.springframework.validation.AbstractErrors
      extended by org.springframework.validation.AbstractBindingResult
          extended by org.springframework.validation.AbstractPropertyBindingResult
              extended by org.springframework.validation.BeanPropertyBindingResult
                  extended by org.kuali.rice.krad.web.bind.UifBeanPropertyBindingResult
All Implemented Interfaces:
Serializable, org.springframework.validation.BindingResult, org.springframework.validation.Errors

public class UifBeanPropertyBindingResult
extends org.springframework.validation.BeanPropertyBindingResult

This is a description of what this class does - swgibson don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.springframework.validation.BindingResult
MODEL_KEY_PREFIX
 
Fields inherited from interface org.springframework.validation.Errors
NESTED_PATH_SEPARATOR
 
Constructor Summary
UifBeanPropertyBindingResult(Object target, String objectName, boolean autoGrowNestedPaths, int autoGrowCollectionLimit)
           
 
Method Summary
protected  UifViewBeanWrapper createBeanWrapper()
          Create a new BeanWrapper for the underlying target object.
 
Methods inherited from class org.springframework.validation.BeanPropertyBindingResult
getPropertyAccessor, getTarget
 
Methods inherited from class org.springframework.validation.AbstractPropertyBindingResult
canonicalFieldName, findEditor, formatFieldValue, getActualFieldValue, getCustomEditor, getFieldType, getPropertyEditorRegistry, initConversion
 
Methods inherited from class org.springframework.validation.AbstractBindingResult
addAllErrors, addError, equals, getAllErrors, getErrorCount, getFieldError, getFieldError, getFieldErrors, getFieldErrors, getFieldValue, getGlobalError, getGlobalErrors, getMessageCodesResolver, getModel, getObjectName, getRawFieldValue, getSuppressedFields, hasErrors, hashCode, recordSuppressedField, reject, rejectValue, resolveMessageCodes, resolveMessageCodes, setMessageCodesResolver
 
Methods inherited from class org.springframework.validation.AbstractErrors
doSetNestedPath, fixedField, getFieldErrorCount, getFieldErrorCount, getGlobalErrorCount, getNestedPath, hasFieldErrors, hasFieldErrors, hasGlobalErrors, isMatchingFieldError, popNestedPath, pushNestedPath, reject, reject, rejectValue, rejectValue, setNestedPath, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.springframework.validation.Errors
getFieldErrorCount, getFieldErrorCount, getGlobalErrorCount, getNestedPath, hasFieldErrors, hasFieldErrors, hasGlobalErrors, popNestedPath, pushNestedPath, reject, reject, rejectValue, rejectValue, setNestedPath
 

Constructor Detail

UifBeanPropertyBindingResult

public UifBeanPropertyBindingResult(Object target,
                                    String objectName,
                                    boolean autoGrowNestedPaths,
                                    int autoGrowCollectionLimit)
Method Detail

createBeanWrapper

protected UifViewBeanWrapper createBeanWrapper()
Create a new BeanWrapper for the underlying target object.

Overrides:
createBeanWrapper in class org.springframework.validation.BeanPropertyBindingResult
See Also:
BeanPropertyBindingResult.getTarget()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.