Interface ComponentHelper.DisabledValidation
- All Superinterfaces:
AutoCloseable
- Enclosing class:
ComponentHelper
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 TypeMethodDescriptionvoidclose()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:
closein interfaceAutoCloseable
-