Class ColumnHelper.Column

    • Constructor Detail

      • Column

        public Column​(String columnId,
                      String columnLabel)
        Creates a ColumnHelper.Column object, wrapping a column id and its (optional) label.
        If the provided label is null, then a default label will be applied to the column.
        Parameters:
        columnId - The id of the column
        columnLabel - The label of the column. Cannot contain the comma character (,). Can be null