Class UiMatcherRule

java.lang.Object
org.teamapps.dto.UiMatcherRule
All Implemented Interfaces:
UiObject
Direct Known Subclasses:
UiFormattingRule, UiValidationRule, UiVisibilityRule

public class UiMatcherRule
extends java.lang.Object
implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • valueMatcher

      protected java.util.List<UiValueMatcher> valueMatcher
    • executeRuleIfAnyMatcherMatches

      protected boolean executeRuleIfAnyMatcherMatches
  • Constructor Details

    • UiMatcherRule

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

      public UiMatcherRule​(java.util.List<UiValueMatcher> valueMatcher)
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getValueMatcher

      public java.util.List<UiValueMatcher> getValueMatcher()
    • getExecuteRuleIfAnyMatcherMatches

      public boolean getExecuteRuleIfAnyMatcherMatches()
    • setExecuteRuleIfAnyMatcherMatches

      public UiMatcherRule setExecuteRuleIfAnyMatcherMatches​(boolean executeRuleIfAnyMatcherMatches)