Class | Description |
---|---|
UifBeanPropertyBindingResult |
This is a description of what this class does - swgibson don't forget to fill this in.
|
UifBeanWrapper |
Bean wrapper that will auto grow paths for setting the value but not grow paths for getting
a value.
|
UifBindingErrorProcessor |
UIF handler for binding processing errors
|
UifBooleanEditor |
PropertyEditor for booleans supports y/n which the spring version does not
|
UifCalendarEditor |
PropertyEditor converts between date display strings and
java.util.Calendar objects using the
org.kuali.rice.core.api.datetime.DateTimeService . |
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 |
UifDateTimeEditor |
PropertyEditor converts between timestamp display strings and @{DateTime} 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.
|
Annotation Type | Description |
---|---|
ChangeTracking |
Indicates that the form annotated with this annotation has change tracking enabled.
|
RequestAccessible |
Annotation for binding to indicate a property is accessible (allows updates).
|
RequestProtected |
Annotation for binding to indicate a property is protected (should not allow updates).
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.