Package | Description |
---|---|
org.kuali.rice.kns.datadictionary.exporter | |
org.kuali.rice.kns.kim.type |
Copyright 2005-2015 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.krad.datadictionary | |
org.kuali.rice.krad.datadictionary.validation |
Data Dictionary validation objects.
|
org.kuali.rice.krad.lookup | |
org.kuali.rice.krad.service | |
org.kuali.rice.krad.service.impl | |
org.kuali.rice.krad.uif.field | |
org.kuali.rice.krad.uif.lifecycle.initialize | |
org.kuali.rice.krad.uif.service | |
org.kuali.rice.krad.uif.service.impl |
Modifier and Type | Method and Description |
---|---|
ExportMap |
AttributesMapBuilder.buildAttributeMap(AttributeDefinition attribute,
String fullClassName)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
KimAttributeDefinition
Deprecated.
A krad integrated type service base class will be provided in the future.
This is only used for the legacy
DataDictionaryTypeServiceBase . |
Modifier and Type | Method and Description |
---|---|
static RemotableAbstractControl.Builder |
DataDictionaryTypeServiceHelper.toRemotableAbstractControlBuilder(AttributeDefinition attr)
Deprecated.
|
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 |
---|---|
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(AttributeDefinition attributeDefinition)
Override of InputField copy to setup properties necessary to make the field usable for inputting
search criteria.
|
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 |
---|---|
AttributeDefinition |
DataDictionaryServiceImpl.getAttributeDefinition(String entryName,
String attributeName) |
Modifier and Type | Method and Description |
---|---|
protected RemotableAbstractControl.Builder |
DataDictionaryRemoteFieldServiceImpl.createControl(AttributeDefinition attr)
Creates a
RemotableAbstractControl instance based on the control definition within the given
attribute definition |
protected Map<String,String> |
DataDictionaryRemoteFieldServiceImpl.getValues(AttributeDefinition attr)
Will first try to retrieve options configured on the control.
|
Modifier and Type | Method and Description |
---|---|
void |
DataField.copyFromAttributeDefinition(AttributeDefinition attributeDefinition)
Defaults the properties of the
DataField to the
corresponding properties of its AttributeDefinition
retrieved from the dictionary (if such an entry exists). |
void |
InputFieldBase.copyFromAttributeDefinition(AttributeDefinition attributeDefinition)
Defaults the properties of the
DataField to the
corresponding properties of its AttributeDefinition
retrieved from the dictionary (if such an entry exists). |
void |
DataFieldBase.copyFromAttributeDefinition(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 |
InitializeDataFieldFromDictionaryTask.findNestedDictionaryAttribute(String propertyPath)
Recursively drills down the property path (if nested) to find an AttributeDefinition, the
first attribute definition found will be returned
|
Modifier and Type | Method and Description |
---|---|
Control |
UifDefaultingService.deriveControlAttributeFromMetadata(AttributeDefinition attrDef)
Derives a UIF control from the information available on the passed in Data Dictionary
AttributeDefinition . |
ValidCharactersConstraint |
UifDefaultingService.deriveValidCharactersConstraint(AttributeDefinition attrDef)
Derives a default valid characters constraint definition given the metadata in the
AttributeDefinition |
Modifier and Type | Method and Description |
---|---|
protected void |
UifDefaultingServiceImpl.customizeControlInstance(Control c,
AttributeDefinition attrDef,
DataObjectAttribute dataObjectAttribute) |
Control |
UifDefaultingServiceImpl.deriveControlAttributeFromMetadata(AttributeDefinition attrDef) |
ValidCharactersConstraint |
UifDefaultingServiceImpl.deriveValidCharactersConstraint(AttributeDefinition attrDef) |
protected Control |
UifDefaultingServiceImpl.getControlInstance(AttributeDefinition attrDef,
DataObjectAttribute dataObjectAttribute) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.