Package org.ametys.cms.search.ui.model
Class ColumnHelper.Column
java.lang.Object
org.ametys.cms.search.ui.model.ColumnHelper.Column
- Enclosing class:
- ColumnHelper
A column and its (optional) label
-
Constructor Summary
ConstructorDescriptionCreates aColumnHelper.Column
object, wrapping a column id and its (optional) label. -
Method Summary
-
Constructor Details
-
Column
Creates aColumnHelper.Column
object, wrapping a column id and its (optional) label.
If the provided label isnull
, then a default label will be applied to the column.- Parameters:
columnId
- The id of the columncolumnLabel
- The label of the column. Cannot contain the comma character (,). Can be null
-
-
Method Details