Uses of Class
org.kuali.rice.krad.datadictionary.AttributeDefinition
Packages that use AttributeDefinition
Package
Description
Data Dictionary validation objects.
-
Uses of AttributeDefinition in org.kuali.rice.krad.datadictionary
Subclasses of AttributeDefinition in org.kuali.rice.krad.datadictionaryModifier and TypeClassDescriptionclassA single attribute definition in the DataDictionary, which contains information relating to the display, validation, and general maintenance of a specific attribute of an entry.Fields in org.kuali.rice.krad.datadictionary with type parameters of type AttributeDefinitionModifier and TypeFieldDescriptionprotected Map<String, AttributeDefinition> DataDictionaryEntryBase.attributeMapprotected List<AttributeDefinition> DataDictionaryEntryBase.attributesMethods in org.kuali.rice.krad.datadictionary that return AttributeDefinitionModifier and TypeMethodDescriptionDataDictionaryEntry.getAttributeDefinition(String attributeName) DataDictionaryEntryBase.getAttributeDefinition(String attributeName) Methods in org.kuali.rice.krad.datadictionary that return types with arguments of type AttributeDefinitionMethod parameters in org.kuali.rice.krad.datadictionary with type arguments of type AttributeDefinitionModifier and TypeMethodDescriptionvoidDataDictionaryEntryBase.setAttributes(List<AttributeDefinition> attributes) The attributes element contains attribute elements. -
Uses of AttributeDefinition in org.kuali.rice.krad.datadictionary.validation
Constructors in org.kuali.rice.krad.datadictionary.validation with parameters of type AttributeDefinitionModifierConstructorDescriptionSingleAttributeValueReader(Object value, String entryName, String attributeName, AttributeDefinition definition) -
Uses of AttributeDefinition in org.kuali.rice.krad.lookup
Methods in org.kuali.rice.krad.lookup with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionprotected static ControlLookupInputField.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.voidLookupInputField.copyFromAttributeDefinition(AttributeDefinition attributeDefinition) Override of InputField copy to setup properties necessary to make the field usable for inputting search criteria. -
Uses of AttributeDefinition in org.kuali.rice.krad.service
Methods in org.kuali.rice.krad.service that return AttributeDefinitionModifier and TypeMethodDescriptionDataDictionaryService.getAttributeDefinition(String entryName, String attributeName) AttributeDefinition associated with the given attributeName within the given entry -
Uses of AttributeDefinition in org.kuali.rice.krad.uif.field
Methods in org.kuali.rice.krad.uif.field with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionvoidDataField.copyFromAttributeDefinition(AttributeDefinition attributeDefinition) Defaults the properties of theDataFieldto the corresponding properties of itsAttributeDefinitionretrieved from the dictionary (if such an entry exists).voidDataFieldBase.copyFromAttributeDefinition(AttributeDefinition attributeDefinition) Defaults the properties of theDataFieldto the corresponding properties of itsAttributeDefinitionretrieved from the dictionary (if such an entry exists).voidInputFieldBase.copyFromAttributeDefinition(AttributeDefinition attributeDefinition) Defaults the properties of theDataFieldto the corresponding properties of itsAttributeDefinitionretrieved from the dictionary (if such an entry exists). -
Uses of AttributeDefinition in org.kuali.rice.krad.uif.lifecycle.initialize
Methods in org.kuali.rice.krad.uif.lifecycle.initialize that return AttributeDefinitionModifier and TypeMethodDescriptionprotected AttributeDefinitionInitializeDataFieldFromDictionaryTask.findNestedDictionaryAttribute(String propertyPath) Recursively drills down the property path (if nested) to find an AttributeDefinition, the first attribute definition found will be returned -
Uses of AttributeDefinition in org.kuali.rice.krad.uif.service
Methods in org.kuali.rice.krad.uif.service with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionUifDefaultingService.deriveControlAttributeFromMetadata(AttributeDefinition attrDef) Derives a UIF control from the information available on the passed in Data DictionaryAttributeDefinition.UifDefaultingService.deriveValidCharactersConstraint(AttributeDefinition attrDef) Derives a default valid characters constraint definition given the metadata in theAttributeDefinition -
Uses of AttributeDefinition in org.kuali.rice.krad.uif.service.impl
Methods in org.kuali.rice.krad.uif.service.impl with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionprotected voidUifDefaultingServiceImpl.customizeControlInstance(Control c, AttributeDefinition attrDef, org.kuali.rice.krad.data.metadata.DataObjectAttribute dataObjectAttribute) UifDefaultingServiceImpl.deriveControlAttributeFromMetadata(AttributeDefinition attrDef) UifDefaultingServiceImpl.deriveValidCharactersConstraint(AttributeDefinition attrDef) protected ControlUifDefaultingServiceImpl.getControlInstance(AttributeDefinition attrDef, org.kuali.rice.krad.data.metadata.DataObjectAttribute dataObjectAttribute)