Interface IExportableColumn<T,​S>

    • Method Detail

      • getDataModel

        IModel<?> getDataModel​(IModel<T> rowModel)
        Returns an IModel of the data displayed by this column for the rowModel provided.
        Parameters:
        rowModel - An IModel of the row data.
        Returns:
        an IModel of the data displayed by this column for the rowModel provided.
      • getDisplayModel

        IModel<StringgetDisplayModel()
        Returns a model of the column header. The content of this model is used as a heading for the column when it is exported.
        Returns:
        a model of the column header.