Interface ComponentHelper.DisabledValidation

All Superinterfaces:
AutoCloseable
Enclosing class:
ComponentHelper

public static interface ComponentHelper.DisabledValidation extends AutoCloseable
Represents a disabled validation for a UIInput. When closed, the original validators and required state of the input are restored.
Author:
XIMA MEDIA GmbH
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Restores the original validators and required state of the input.
  • Method Details

    • close

      void close()
      Restores the original validators and required state of the input.
      Specified by:
      close in interface AutoCloseable