java.lang.Object
com.orchestranetworks.addon.dmdv.model.extension.TableStyle

public final class TableStyle extends Object
Provides configurations for table style.
Since:
1.0.0
  • Constructor Details

    • TableStyle

      public TableStyle()
      Creates the default style.
    • TableStyle

      public TableStyle(String borderColor, String background, String textColor)
      Creates a custom table style.
      Parameters:
      borderColor - a hex color
      background - a hex color
      textColor - a hex color
  • Method Details

    • getBorderColor

      public String getBorderColor()
      Returns the border color in hex.
    • setBorderColor

      public void setBorderColor(String borderColor)
      Sets the border color.
      Parameters:
      borderColor - a color in hex
    • getBackground

      public String getBackground()
      Returns the background color in hex.
    • setBackground

      public void setBackground(String background)
      Sets the background color.
      Parameters:
      background - a color in hex
    • getTextColor

      public String getTextColor()
      Returns the text color in hex.
    • setTextColor

      public void setTextColor(String textColor)
      Sets the text color.
      Parameters:
      textColor - a color in hex