Class AbstractManagingComponentValidationSupport<T extends IManagingComponent<? extends IManagingModel>,EVR>

java.lang.Object
com._1c.g5.aef2.standard.validation.AbstractExternalValidationSupport<T,EVR>
com._1c.g5.aef2.standard.definitions.validation.AbstractManagingComponentValidationSupport<T,EVR>
Record Components:
T - the component type
EVR - the external validation result type
Direct Known Subclasses:
AefMarkerSupport

public abstract class AbstractManagingComponentValidationSupport<T extends IManagingComponent<? extends IManagingModel>,EVR> extends AbstractExternalValidationSupport<T,EVR>
The abstract extension of the external validation support for IManagingComponent.
  • Constructor Details

    • AbstractManagingComponentValidationSupport

      protected AbstractManagingComponentValidationSupport(T rootComponent)
      Creates a new instance.
      Parameters:
      rootComponent - the component, cannot be null.
  • Method Details