Interface ComponentValidator

All Known Implementing Classes:
UniqueNameValidator

public interface ComponentValidator
Validator for the loaded (form) component tree.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(Component toValidate)
    Finding: this is called with Form instances (only)! -andrej