| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary | |
| org.kuali.rice.krad.datadictionary.validation |
Data Dictionary validation objects.
|
| org.kuali.rice.krad.service | |
| org.kuali.rice.krad.uif.field | |
| org.kuali.rice.krad.uif.service.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalizableAttributeDefinitionProxy
A single attribute definition in the DataDictionary, which contains
information relating to the display, validation, and general maintenance of a
specific attribute of an entry.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,AttributeDefinition> |
DataDictionaryEntryBase.attributeMap |
protected List<AttributeDefinition> |
DataDictionaryEntryBase.attributes |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition |
DataDictionaryEntryBase.getAttributeDefinition(String attributeName) |
AttributeDefinition |
DataDictionaryEntry.getAttributeDefinition(String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeDefinition> |
DataDictionaryEntryBase.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataDictionaryEntryBase.setAttributes(List<AttributeDefinition> attributes)
The attributes element contains attribute
elements.
|
| Constructor and Description |
|---|
SingleAttributeValueReader(Object value,
String entryName,
String attributeName,
AttributeDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition |
DataDictionaryService.getAttributeDefinition(String entryName,
String attributeName)
AttributeDefinition associated with the given attributeName within the given entry
|
| Modifier and Type | Method and Description |
|---|---|
protected static Control |
LookupInputField.convertControlToLookupControl(AttributeDefinition attributeDefinition)
If control definition is defined on the given attribute definition, converts to an appropriate control for
searching (if necessary) and returns a copy for setting on the field
|
void |
LookupInputField.copyFromAttributeDefinition(View view,
AttributeDefinition attributeDefinition)
Override of InputField copy to setup properties necessary to make the field usable for inputting
search criteria
|
void |
InputField.copyFromAttributeDefinition(View view,
AttributeDefinition attributeDefinition)
Defaults the properties of the
InputField to the
corresponding properties of its AttributeDefinition
retrieved from the dictionary (if such an entry exists). |
void |
DataField.copyFromAttributeDefinition(View view,
AttributeDefinition attributeDefinition)
Defaults the properties of the
DataField to the
corresponding properties of its AttributeDefinition
retrieved from the dictionary (if such an entry exists). |
| Modifier and Type | Method and Description |
|---|---|
protected AttributeDefinition |
ViewHelperServiceImpl.findNestedDictionaryAttribute(View view,
DataField field,
String parentPath,
String propertyPath)
Recursively drills down the property path (if nested) to find an
AttributeDefinition, the first attribute definition found will be
returned
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.