Interface IExportableColumn<T,​S>

    • Method Detail

      • getDataModel

        org.apache.wicket.model.IModel<?> getDataModel​(org.apache.wicket.model.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

        org.apache.wicket.model.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.