| Enum | Description |
|---|---|
| SerializationContext |
Defines different context(s) for serialization in Rice.
|
| UifAutoCreateViewType |
BETA: Enum representing the types which can be auto-generated.
|
| UifDisplayHintType |
BETA: Defines the type of the
UifDisplayHint. |
| Annotation Type | Description |
|---|---|
| AttributeRelationship |
Defines a relationship between attributes on two data objects.
|
| BusinessKey |
Indicates that the field forms part of the business key for the data object.
|
| CollectionRelationship |
Defines that the associated Collection field contains a collection of DataObjects.
|
| CollectionSortAttribute |
Defines an attribute on which to sort a collection.
|
| Description |
Defines the data dictionary attribute 'description', which gives a longer description of the object than its label.
|
| ExtensionFor |
Identifies the annotated class as an extension object for the given baseline class.
|
| ForceUppercase |
Indicates that this attribute should be forced to upper case before being sent to the
PersistenceProvider. |
| InheritProperties |
Container object for multiple
InheritProperty references. |
| InheritProperty |
Represents a property which should be inherited from another data object class.
|
| KeyValuesFinderClass |
Allows you to configure a
KeyValuesFinder directly on the property. |
| Label |
Defines the data dictionary attribute 'label' that provides the primary label for the property on a field.
|
| MergeAction |
Indicates that, for other annotation metadata on the current class, field, how they should be handled.
|
| NonPersistentProperty |
Defines the property as one which should be picked up by the metadata.
|
| PropertyEditorClass |
Allows you to define a
PropertyEditor for the attribute. |
| ReadOnly |
Marks the property as read-only for the purposes of any interfaces.
|
| Relationship |
Defines a relationship between the current field and a list of foreign key fields.
|
| Sensitive |
Indicates that the attribute contents could be sensitive and should be protected (masked) by default when included in
user interfaces.
|
| Serialized |
Indicates whether the attribute contents should be serialized in the given context(s).
|
| ShortLabel |
Defines the data dictionary attribute 'short label' that provides an alternate shorter label for the property on a
field.
|
| UifAutoCreateViews |
BETA: Indicates that you want the krad-data module to auto-generate the listed types of KRAD views upon startup.
|
| UifDisplayHint |
BETA: Class representing the hints which can be passed through when auto-generating the input fields for an attribute.
|
| UifDisplayHints |
BETA: Container object for multiple
UifDisplayHints references. |
| UifValidCharactersConstraintBeanName |
BETA: Defines a bean name (from the UIF data dictionary) which should be used when validating characters entered
into this property.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.