Interface CsvAwareListViewRenderer


  • public interface CsvAwareListViewRenderer
    CSV action exports all columns to CSV file by default. It ignores all columns with custom renderers. Renderer should implement this interface if you want to append its value to CSV file.
    • Method Detail

      • getCsvValue

        java.lang.String getCsvValue​(java.lang.Object object,
                                     ListColumn listColumn)
        Allows to prepare value which should be appended to CSV file.
        Parameters:
        object - model instance
        listColumn - configuration of the column
        Returns:
        value which should be placed in CSV file