Class ColumnHelper.Column

java.lang.Object
org.ametys.cms.search.ui.model.ColumnHelper.Column
Enclosing class:
ColumnHelper

public static final class ColumnHelper.Column extends Object
A column and its (optional) label
  • Constructor Details

    • 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
  • Method Details