Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.tivoli.maximo.export.IExportContext

  • Packages that use IExportContext 
    Package Description
    com.ibm.tivoli.maximo.export  
    com.ibm.tivoli.maximo.export.excel  
    • Uses of IExportContext in com.ibm.tivoli.maximo.export

      Classes in com.ibm.tivoli.maximo.export that implement IExportContext 
      Modifier and Type Class and Description
      class  ExportContext
      Simple Export Context holding the UserInfo
      Methods in com.ibm.tivoli.maximo.export with parameters of type IExportContext 
      Modifier and Type Method and Description
      void IExportWriter.emitCell(int cellPos, java.lang.Object val, int maxType, ICellStyle style, IExportContext context)
      Writes a cell's value to the output document
    • Uses of IExportContext in com.ibm.tivoli.maximo.export.excel

      Methods in com.ibm.tivoli.maximo.export.excel with parameters of type IExportContext 
      Modifier and Type Method and Description
      void ExcelExportWriter.emitCell(int cellPos, java.lang.Object val, int maxType, ICellStyle style, IExportContext context) 
      void CsvExportWriter.emitCell(int cellPos, java.lang.Object val, int maxType, ICellStyle style, IExportContext context)
      Formats values accordingly based on the type of object and encodes double quotes and wraps strings containing commas with quotes and then writes encoded string to the buffer.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes