Interface Exportable

All Known Implementing Classes:
AmountRenderer, PFieldComponentRenderer, PLinkRenderer, PServicesFieldRenderer, PSubFieldComponentRenderer, ResourceRenderer

public interface Exportable
Interface for exporting the PIASpreadSheet. If a renderer is used for any SpreadSheet to be exported, then that renderer must implement this interface, in order to display proper data in the exported file.
  • Method Summary

    Modifier and Type
    Method
    Description
    returns the data in the format to be displayed in the exported file.
  • Method Details

    • getDataToDisplay

      String getDataToDisplay(Object o)
      returns the data in the format to be displayed in the exported file.
      Parameters:
      o - Object
      Returns:
      String