|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationFieldConvertible | |
|---|---|
| org.kuali.kfs.sys.document.validation | |
| org.kuali.kfs.sys.document.validation.impl | |
| Uses of ValidationFieldConvertible in org.kuali.kfs.sys.document.validation |
|---|
| Fields in org.kuali.kfs.sys.document.validation with type parameters of type ValidationFieldConvertible | |
|---|---|
protected List<ValidationFieldConvertible> |
BranchingValidation.parameterProperties
|
| Methods in org.kuali.kfs.sys.document.validation that return types with arguments of type ValidationFieldConvertible | |
|---|---|
List<ValidationFieldConvertible> |
BranchingValidation.getParameterProperties()
Note: these parameter properties only help determine what branching should take place; these properties will not affect in anyway the branch children |
protected List<ValidationFieldConvertible> |
ParameterizedValidation.getParameterProperties()
Gets the parameterProperties attribute. |
| Methods in org.kuali.kfs.sys.document.validation with parameters of type ValidationFieldConvertible | |
|---|---|
protected void |
ParameterizedValidation.populateParameterFromEvent(AttributedDocumentEvent event,
ValidationFieldConvertible conversion)
Populates a single parameter field based on a field conversion, given an event to populate data from |
| Method parameters in org.kuali.kfs.sys.document.validation with type arguments of type ValidationFieldConvertible | |
|---|---|
void |
BranchingValidation.setParameterProperties(List<ValidationFieldConvertible> parameterProperties)
Sets the parameterProperties attribute value. |
void |
ParameterizedValidation.setParameterProperties(List<ValidationFieldConvertible> parameterProperties)
Sets the parameterProperties attribute value. |
| Uses of ValidationFieldConvertible in org.kuali.kfs.sys.document.validation.impl |
|---|
| Classes in org.kuali.kfs.sys.document.validation.impl that implement ValidationFieldConvertible | |
|---|---|
class |
ValidationFieldConversion
A simple class to create field conversions to specify in validations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||