Uses of Interface
wt.enterprise.tabularresults.DataFormatService

Packages that use DataFormatService
wt.enterprise.tabularresults   
 

Uses of DataFormatService in wt.enterprise.tabularresults
 

Classes in wt.enterprise.tabularresults that implement DataFormatService
 class StdDataFormatService
          This is a concrete implementation of the DataFormatService.
 

Fields in wt.enterprise.tabularresults declared as DataFormatService
protected  DataFormatService TabularQueryResultsService.dataFormatService
           
private  DataFormatService TableFormatService.currentDataFormatService
           
 

Methods in wt.enterprise.tabularresults that return DataFormatService
 DataFormatService TabularQueryResultsService.getDataFormatService()
          Supported API: false
 DataFormatService TableFormatService.getDataFormatService()
          Supported API: false
 

Methods in wt.enterprise.tabularresults with parameters of type DataFormatService
 void TableFormatService.setDataFormatService(DataFormatService new_data_format_service)
          Supported API: false