|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RangeConstraint | |
---|---|
org.kuali.rice.kns.kim.type | Copyright 2005-2012 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.capability | |
org.kuali.rice.krad.datadictionary.validation.constraint | |
org.kuali.rice.krad.datadictionary.validation.processor | |
org.kuali.rice.krad.uif.field |
Uses of RangeConstraint in org.kuali.rice.kns.kim.type |
---|
Classes in org.kuali.rice.kns.kim.type that implement RangeConstraint | |
---|---|
class |
KimAttributeDefinition
Deprecated. A krad integrated type service base class will be provided in the future. This is only used for the legacy DataDictionaryTypeServiceBase . |
Uses of RangeConstraint in org.kuali.rice.krad.datadictionary |
---|
Classes in org.kuali.rice.krad.datadictionary that implement RangeConstraint | |
---|---|
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. |
Uses of RangeConstraint in org.kuali.rice.krad.datadictionary.validation.capability |
---|
Subinterfaces of RangeConstraint in org.kuali.rice.krad.datadictionary.validation.capability | |
---|---|
interface |
RangeConstrainable
Validation capability to constrain a value to be within some numeric or date range. |
Uses of RangeConstraint in org.kuali.rice.krad.datadictionary.validation.constraint |
---|
Classes in org.kuali.rice.krad.datadictionary.validation.constraint that implement RangeConstraint | |
---|---|
class |
SimpleConstraint
A simple constraint stores 'basic' constraints for a field. |
Uses of RangeConstraint in org.kuali.rice.krad.datadictionary.validation.processor |
---|
Methods in org.kuali.rice.krad.datadictionary.validation.processor with parameters of type RangeConstraint | |
---|---|
ProcessorResult |
RangeConstraintProcessor.process(DictionaryValidationResult result,
Object value,
RangeConstraint constraint,
AttributeValueReader attributeValueReader)
|
protected ConstraintValidationResult |
RangeConstraintProcessor.processSingleRangeConstraint(DictionaryValidationResult result,
Object value,
RangeConstraint constraint,
AttributeValueReader attributeValueReader)
|
protected ConstraintValidationResult |
RangeConstraintProcessor.validateRange(DictionaryValidationResult result,
Date value,
RangeConstraint constraint,
AttributeValueReader attributeValueReader)
|
protected ConstraintValidationResult |
RangeConstraintProcessor.validateRange(DictionaryValidationResult result,
Number value,
RangeConstraint constraint,
AttributeValueReader attributeValueReader)
|
Uses of RangeConstraint in org.kuali.rice.krad.uif.field |
---|
Classes in org.kuali.rice.krad.uif.field that implement RangeConstraint | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |