| Class | Description |
|---|---|
| UifBeanPropertyBindingResult |
This is a description of what this class does - swgibson don't forget to fill this in.
|
| UifBindingErrorProcessor |
This is a description of what this class does - pctsh don't forget to fill this in.
|
| UifBooleanEditor |
PropertyEditor for booleans supports y/n which the spring version does not
|
| UifConfigurableWebBindingInitializer |
Registers standard PropertyEditors used in binding for all http requests.
|
| UifCurrencyEditor |
Class is used to format
org.kuali.rice.core.api.util.type.KualiDecimal in the local
currency |
| UifDateEditor |
PropertyEditor converts between date display strings and
java.sql.Date objects |
| UifEncryptionPropertyEditorWrapper |
Property editor which encrypts values for display and decrypts on binding, uses the
EncryptionService to perform the encryption |
| UifKualiIntegerCurrencyEditor |
Class used to format
org.kuali.rice.core.api.util.type.KualiInteger in the local currency |
| UifPercentageEditor |
PropertyEditor converts between percentage strings and
org.kuali.rice.core.api.util.type.KualiPercent objects |
| UifServletRequestDataBinder |
Override of ServletRequestDataBinder in order to hook in the UifBeanPropertyBindingResult
which instantiates a custom BeanWrapperImpl, and to initialize the view
|
| UifServletRequestDataBinderFactory | |
| UifTimeEditor |
PropertyEditor converts between time display strings and
java.sql.Time objects |
| UifTimestampEditor |
PropertyEditor converts between date display strings and
java.sql.Timestamp objects using the
org.kuali.rice.core.api.datetime.DateTimeService |
| UifViewBeanWrapper |
Class is a top level BeanWrapper for a UIF View Model
|
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.