| Modifier and Type | Class and Description |
|---|---|
class |
AttributeDefinition
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.
|
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 | Interface and Description |
|---|---|
interface |
DataTypeConstrainable
Validation capability to constrain a value to be of a specific data type.
|
interface |
LengthConstrainable
This interface defines methods that must be implemented by classes that want to be processed as
|
interface |
RangeConstrainable
Validation capability to constrain a value to be within some numeric or date range.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LengthConstraint
A length constraint is one that restricts the length of a string to some predefined maximum (and/or minimum).
|
interface |
RangeConstraint
A range constraint is one that restricts a value to a specified range.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleConstraint
A simple constraint stores 'basic' constraints for a field.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessorResult |
DataTypeConstraintProcessor.process(DictionaryValidationResult result,
Object value,
DataTypeConstraint constraint,
AttributeValueReader attributeValueReader) |
| Modifier and Type | Class and Description |
|---|---|
class |
InputField
Field that encapsulates data input/output captured by an attribute within the
application
|
class |
LookupInputField
Custom
InputField for search fields within a lookup view |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.