Class UiFormattingRule

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

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

    • icon

      protected java.lang.String icon
    • color

      protected java.lang.String color
    • borderColor

      protected java.lang.String borderColor
    • backgroundColor

      protected java.lang.String backgroundColor
    • bold

      protected boolean bold
    • underline

      protected boolean underline
    • italic

      protected boolean italic
  • Constructor Details

    • UiFormattingRule

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

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

    • getUiObjectType

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

      public java.lang.String toString()
      Overrides:
      toString in class UiMatcherRule
    • getIcon

      public java.lang.String getIcon()
    • getColor

      public java.lang.String getColor()
    • getBorderColor

      public java.lang.String getBorderColor()
    • getBackgroundColor

      public java.lang.String getBackgroundColor()
    • getBold

      public boolean getBold()
    • getUnderline

      public boolean getUnderline()
    • getItalic

      public boolean getItalic()
    • setExecuteRuleIfAnyMatcherMatches

      public UiFormattingRule setExecuteRuleIfAnyMatcherMatches​(boolean executeRuleIfAnyMatcherMatches)
      Overrides:
      setExecuteRuleIfAnyMatcherMatches in class UiMatcherRule
    • setIcon

      public UiFormattingRule setIcon​(java.lang.String icon)
    • setColor

      public UiFormattingRule setColor​(java.lang.String color)
    • setBorderColor

      public UiFormattingRule setBorderColor​(java.lang.String borderColor)
    • setBackgroundColor

      public UiFormattingRule setBackgroundColor​(java.lang.String backgroundColor)
    • setBold

      public UiFormattingRule setBold​(boolean bold)
    • setUnderline

      public UiFormattingRule setUnderline​(boolean underline)
    • setItalic

      public UiFormattingRule setItalic​(boolean italic)