Package org.kuali.rice.krad.web.bind
package org.kuali.rice.krad.web.bind
-
ClassDescriptionIndicates 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 errorsPropertyEditor for booleans supports y/n which the spring version does notPropertyEditor converts between date display strings and
java.util.Calendarobjects using theorg.kuali.rice.core.api.datetime.DateTimeService.Registers standard PropertyEditors used in binding for all http requests.Class is used to formatorg.kuali.rice.core.api.util.type.KualiDecimalin the local currencyPropertyEditor converts between date display strings andjava.sql.DateobjectsPropertyEditor converts between timestamp display strings and @{DateTime} objects.Property editor which encrypts values for display and decrypts on binding, uses theEncryptionServiceto perform the encryptionClass used to formatorg.kuali.rice.core.api.util.type.KualiIntegerin the local currencyPropertyEditor converts between percentage strings andorg.kuali.rice.core.api.util.type.KualiPercentobjectsOverride 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 andjava.sql.TimeobjectsPropertyEditor converts between date display strings andjava.sql.Timestampobjects using theorg.kuali.rice.core.api.datetime.DateTimeServiceClass is a top level BeanWrapper for a UIF View Model.