Class UiValidationRule

  • All Implemented Interfaces:
    UiObject

    public class UiValidationRule
    extends UiMatcherRule
    implements UiObject
    THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
    • Field Detail

      • errorMessage

        protected java.lang.String errorMessage
      • markFieldsThatRuleMatches

        protected boolean markFieldsThatRuleMatches
      • checkOnFieldUpdate

        protected boolean checkOnFieldUpdate
    • Constructor Detail

      • UiValidationRule

        @Deprecated
        public UiValidationRule()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • UiValidationRule

        public UiValidationRule​(java.util.List<UiValueMatcher> valueMatcher,
                                java.lang.String errorMessage)