java.lang.Object
com.appiancorp.suiteapi.process.gui.Label
All Implemented Interfaces:
JSONable, JSONCacheable, Serializable

public class Label extends Object implements JSONCacheable, Serializable
See Also:
  • Field Details

    • DEFAULT_FONT_SIZE

      public static final Long DEFAULT_FONT_SIZE
    • DEFAULT_FONT_COLOR

      public static final String DEFAULT_FONT_COLOR
      The default font color for this Label. The value of this constant may change in later versions.
      See Also:
    • DEFAULT_FONT_FAMILY

      public static final String DEFAULT_FONT_FAMILY
      The default font family for this Label. The value of this constant may change in later versions.
      See Also:
    • DEFAULT_BOLD

      public static final Boolean DEFAULT_BOLD
      The default bold status for this Label. The value of this constant may change in later versions.
    • DEFAULT_ITALICS

      public static final Boolean DEFAULT_ITALICS
      The default italics status for this Label. The value of this constant may change in later versions.
    • DEFAULT_UNDERLINE

      public static final Boolean DEFAULT_UNDERLINE
      The default underline status for this Label. The value of this constant may change in later versions.
  • Constructor Details

    • Label

      public Label()
  • Method Details

    • getHiddenAttributes

      public HashSet getHiddenAttributes()
      Description copied from interface: JSONable
      Returns the set of attributes (properties) that should not be included in the JSON representation of the object.
      Specified by:
      getHiddenAttributes in interface JSONable
      Returns:
      the set of hidden attributes
    • getBold

      public Boolean getBold()
    • setBold

      public void setBold(Boolean bold_)
    • getFontColor

      public String getFontColor()
    • setFontColor

      public void setFontColor(String fontColor_)
    • getFontFamily

      public String getFontFamily()
    • setFontFamily

      public void setFontFamily(String fontFamily_)
    • getFontSize

      public Long getFontSize()
    • setFontSize

      public void setFontSize(Long fontSize_)
    • getItalics

      public Boolean getItalics()
    • setItalics

      public void setItalics(Boolean italics_)
    • getUnderline

      public Boolean getUnderline()
    • setUnderline

      public void setUnderline(Boolean underline_)