Uses of Package
wt.enterprise.tabularresults

Packages that use wt.enterprise.tabularresults
wt.change2.htmlclient Defines an interface for the change objects from wt.change2
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.enterprise.tabularresults   
 

Classes in wt.enterprise.tabularresults used by wt.change2.htmlclient
BaseQueryService
          This class will be used to define the minimally required behavior of a class that is to retrieve a queryresult and have it presented in an HTML table.
 

Classes in wt.enterprise.tabularresults used by wt.enterprise
StdTemplateProcessor
          The class StdTemplateProcessor is an extension of TabularQueryResultsService so that it has access to the table processing functionality of TabularQueryResultsService and extends TemplateProcessor so to be accessable from URLProcessor via a wt.service.properties entry and is able to select a template to process.
 

Classes in wt.enterprise.tabularresults used by wt.enterprise.tabularresults
BaseQueryService
          This class will be used to define the minimally required behavior of a class that is to retrieve a queryresult and have it presented in an HTML table.
Column
          This class plays the role of keeping track of all of the attributes of a column that would be displayed in an HTML table.
DataFormatService
          This interface defines the mininum required implementation for a class that is to used by a subclass of wt.enterprise.tabularresults.TableFormatService to format and return the entry for an individual table cell.
TableFormatService
          This class provides the basic functionality for presenting a String of objects in a tabular form.
TabularQueryResultsService
          TabularQueryResultsService is a mapping from the HTML template calls and the services of a subclass of BasicQueryService, subclass of TableFormatService, and a subclass of DataFormatService.
UsedByQuery
          This subclass of BaseQueryService takes a wt.part.WTPart instance and then queries to find all of the class that used the
UsesQuery
           Use the newUsesQuery static factory method(s), not the UsesQuery constructor, to construct instances of this class.