Package org.kuali.rice.krad.web.bind


package org.kuali.rice.krad.web.bind
  • Class
    Description
    Indicates that the form annotated with this annotation has change tracking enabled.
    Annotation for binding to indicate a property is accessible (allows updates).
    Annotation for binding to indicate a property is protected (should not allow updates).
     
    Bean wrapper that will auto grow paths for setting the value but not grow paths for getting a value.
    UIF handler for binding processing errors
    PropertyEditor for booleans supports y/n which the spring version does not
    PropertyEditor converts between date display strings and java.util.Calendar objects using the org.kuali.rice.core.api.datetime.DateTimeService.
    Registers standard PropertyEditors used in binding for all http requests.
    Class is used to format org.kuali.rice.core.api.util.type.KualiDecimal in the local currency
    PropertyEditor converts between date display strings and java.sql.Date objects
    PropertyEditor converts between timestamp display strings and @{DateTime} objects.
    Property editor which encrypts values for display and decrypts on binding, uses the EncryptionService to perform the encryption
    Class used to format org.kuali.rice.core.api.util.type.KualiInteger in the local currency
    PropertyEditor converts between percentage strings and org.kuali.rice.core.api.util.type.KualiPercent objects
    Override of ServletRequestDataBinder in order to hook in the UifBeanPropertyBindingResult which instantiates a custom BeanWrapperImpl, and to initialize the view.
     
    PropertyEditor converts between time display strings and java.sql.Time objects
    PropertyEditor converts between date display strings and java.sql.Timestamp objects using the org.kuali.rice.core.api.datetime.DateTimeService
    Class is a top level BeanWrapper for a UIF View Model.