Class UiVisibilityRule

java.lang.Object
org.teamapps.dto.UiMatcherRule
org.teamapps.dto.UiVisibilityRule
All Implemented Interfaces:
UiObject

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

    • actionType

      protected UiVisibilityRule.ActionType actionType
    • propertyNames

      protected java.util.List<java.lang.String> propertyNames
    • fieldGroupIds

      protected java.util.List<java.lang.String> fieldGroupIds
  • Constructor Details

    • UiVisibilityRule

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

      public UiVisibilityRule​(java.util.List<UiValueMatcher> valueMatcher, UiVisibilityRule.ActionType actionType)
  • Method Details