Class CustomCellFormat

java.lang.Object
com.strategyquant.tradinglib.CustomCellFormat

public class CustomCellFormat extends Object
The Class CustomCellFormat.
  • Field Details

    • ValuePositive

      public static final String ValuePositive
      The Constant ValuePositive.
      See Also:
      Constant Field Values
    • ValueNegative

      public static final String ValueNegative
      The Constant ValueNegative.
      See Also:
      Constant Field Values
    • BackgroundOOS

      public static final String BackgroundOOS
      The Constant BackgroundOOS.
      See Also:
      Constant Field Values
    • textStyle

      public String textStyle
      The text style.
    • backgroundStyle

      public String backgroundStyle
      The background style.
    • customStyle

      public String customStyle
      The custom style.
  • Constructor Details

    • CustomCellFormat

      public CustomCellFormat()
  • Method Details

    • getHtmlContent

      public String getHtmlContent(Object value)
      Gets the html content.
      Parameters:
      value - the value
      Returns:
      the html content
    • reset

      public void reset()
      Reset.