Class UiValidationRule

java.lang.Object
org.teamapps.dto.UiMatcherRule
org.teamapps.dto.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 Details

    • displayType

      protected UiValidationRule.DisplayType displayType
    • errorMessage

      protected java.lang.String errorMessage
    • markFieldsThatRuleMatches

      protected boolean markFieldsThatRuleMatches
    • checkOnFieldUpdate

      protected boolean checkOnFieldUpdate
  • Constructor Details

    • 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)
  • Method Details