Interface ColumnFormattingValues


public interface ColumnFormattingValues
Container for magic String values used to indicate formatted rows
  • Field Details

  • Method Details

    • isFormattingColumn

      static boolean isFormattingColumn(String columnName)
      Returns true if this column name is a hidden formatting column.
      Parameters:
      columnName - the column name to check
      Returns:
      true if the columnName is a formatting column; false otherwise
    • isStyleFormattingColumn

      static boolean isStyleFormattingColumn(String columnName)
    • isDateFormattingColumn

      static boolean isDateFormattingColumn(String columnName)
    • isNumberFormattingColumn

      static boolean isNumberFormattingColumn(String columnName)
    • isRowStyleFormattingColumn

      static boolean isRowStyleFormattingColumn(String columnName)
    • getStyleFormatColumn

      static String getStyleFormatColumn(String baseColumn)
      Parameters:
      baseColumn - The column.
      Returns:
      The name of the number formatting column for the specified base column.
    • getNumberFormatColumn

      static String getNumberFormatColumn(String baseColumn)
      Parameters:
      baseColumn - The column.
      Returns:
      The name of the number formatting column for the specified base column.
    • getDateFormatColumn

      static String getDateFormatColumn(String baseColumn)
      Parameters:
      baseColumn - The column.
      Returns:
      The name of the Date formatting column for the specified base column.