Package org.teamapps.dto
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 Summary
Fields Modifier and Type Field Description protected java.lang.StringbackgroundColorprotected booleanboldprotected java.lang.StringborderColorprotected java.lang.Stringcolorprotected java.lang.Stringiconprotected booleanitalicprotected booleanunderlineFields inherited from class org.teamapps.dto.UiMatcherRule
executeRuleIfAnyMatcherMatches, valueMatcher -
Constructor Summary
Constructors Constructor Description UiFormattingRule()Deprecated.Only for Jackson deserialization.UiFormattingRule(java.util.List<UiValueMatcher> valueMatcher) -
Method Summary
Modifier and Type Method Description java.lang.StringgetBackgroundColor()booleangetBold()java.lang.StringgetBorderColor()java.lang.StringgetColor()java.lang.StringgetIcon()booleangetItalic()UiObjectTypegetUiObjectType()booleangetUnderline()UiFormattingRulesetBackgroundColor(java.lang.String backgroundColor)UiFormattingRulesetBold(boolean bold)UiFormattingRulesetBorderColor(java.lang.String borderColor)UiFormattingRulesetColor(java.lang.String color)UiFormattingRulesetExecuteRuleIfAnyMatcherMatches(boolean executeRuleIfAnyMatcherMatches)UiFormattingRulesetIcon(java.lang.String icon)UiFormattingRulesetItalic(boolean italic)UiFormattingRulesetUnderline(boolean underline)java.lang.StringtoString()Methods inherited from class org.teamapps.dto.UiMatcherRule
getExecuteRuleIfAnyMatcherMatches, getValueMatcherMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiMatcherRule
-
toString
public java.lang.String toString()- Overrides:
toStringin classUiMatcherRule
-
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
- Overrides:
setExecuteRuleIfAnyMatcherMatchesin classUiMatcherRule
-
setIcon
-
setColor
-
setBorderColor
-
setBackgroundColor
-
setBold
-
setUnderline
-
setItalic
-