Class ReferenceAutocompleteValidator

java.lang.Object
com.evolveum.midpoint.web.component.input.validator.NotNullValidator<Referencable>
com.evolveum.midpoint.web.component.input.validator.ReferenceAutocompleteValidator
All Implemented Interfaces:
Serializable, org.apache.wicket.util.io.IClusterable, org.apache.wicket.validation.INullAcceptingValidator<Referencable>, org.apache.wicket.validation.IValidator<Referencable>

public class ReferenceAutocompleteValidator extends NotNullValidator<Referencable>
Validator for reference object. Validate if object have right type, so type from supported types and whether fulfill custom condition.
See Also:
  • Constructor Details

    • ReferenceAutocompleteValidator

      public ReferenceAutocompleteValidator(AutoCompleteTextPanel referenceAutocompletePanel)
  • Method Details