Interface | Description |
---|---|
ChildNodeLoaderAction |
Load and create child nodes for a given parent node.
|
NodeValidatorAction<I> |
The same as a NodeValidator.
|
ValidationRuleAction |
The same as a Validator.
|
Class | Description |
---|---|
ReflectValidationRuleActionFactory |
Factory implementation for validation rule actions that uses reflection
to access the value of a public static field and return that as the validation
rule.
|